diff --git a/apps/docs/features/docs/__snapshots__/Reference.typeSpec.test.ts.snap b/apps/docs/features/docs/__snapshots__/Reference.typeSpec.test.ts.snap index 3ef80a4ab5102..cc38567ef6ca3 100644 --- a/apps/docs/features/docs/__snapshots__/Reference.typeSpec.test.ts.snap +++ b/apps/docs/features/docs/__snapshots__/Reference.typeSpec.test.ts.snap @@ -2403,7 +2403,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -2961,7 +2978,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -3732,7 +3766,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -4286,7 +4337,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -4867,7 +4935,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -5723,7 +5808,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -6430,6 +6532,17 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` }, "isOptional": true }, + { + "name": "throwOnError", + "type": { + "type": "intrinsic", + "name": "boolean" + }, + "isOptional": true, + "comment": { + "shortText": "If there is an error with the query, throwOnError will reject the promise by\\nthrowing the error instead of returning it as part of a successful response." + } + }, { "name": "url", "type": { @@ -7166,7 +7279,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -8482,7 +8612,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -9087,7 +9234,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -9682,7 +9846,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -10267,7 +10448,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -11279,7 +11477,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -11763,7 +11978,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -12429,7 +12661,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -12913,7 +13162,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -13606,7 +13872,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -14241,7 +14524,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -14716,7 +15016,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -15401,8 +15718,220 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` { "name": "claims", "type": { - "type": "nameOnly", - "name": "JwtPayload" + "type": "object", + "name": "JwtPayload", + "properties": [ + { + "name": "aal", + "type": { + "type": "union", + "name": "AuthenticatorAssuranceLevels", + "subTypes": [ + { + "type": "literal", + "value": "aal1" + }, + { + "type": "literal", + "value": "aal2" + } + ] + } + }, + { + "name": "amr", + "type": { + "type": "array", + "elemType": { + "type": "object", + "name": "AMREntry", + "properties": [ + { + "name": "method", + "type": { + "type": "union", + "name": "AMRMethod", + "subTypes": [ + { + "type": "nameOnly", + "name": "['number']" + }, + null + ] + }, + "comment": { + "shortText": "Authentication method name." + } + }, + { + "name": "timestamp", + "type": { + "type": "intrinsic", + "name": "number" + }, + "comment": { + "shortText": "Timestamp when the method was successfully used. Represents number of\\nseconds since 1st January 1970 (UNIX epoch) in UTC." + } + } + ] + } + }, + "isOptional": true + }, + { + "name": "app_metadata", + "type": { + "type": "object", + "name": "UserAppMetadata", + "properties": [ + { + "name": "provider", + "type": { + "type": "intrinsic", + "name": "string" + }, + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } + } + ] + }, + "isOptional": true + }, + { + "name": "aud", + "type": { + "type": "union", + "subTypes": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + } + ] + } + }, + { + "name": "email", + "type": { + "type": "intrinsic", + "name": "string" + }, + "isOptional": true + }, + { + "name": "exp", + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "name": "iat", + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "name": "is_anonymous", + "type": { + "type": "intrinsic", + "name": "boolean" + }, + "isOptional": true + }, + { + "name": "iss", + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "name": "jti", + "type": { + "type": "intrinsic", + "name": "string" + }, + "isOptional": true + }, + { + "name": "nbf", + "type": { + "type": "intrinsic", + "name": "number" + }, + "isOptional": true + }, + { + "name": "phone", + "type": { + "type": "intrinsic", + "name": "string" + }, + "isOptional": true + }, + { + "name": "ref", + "type": { + "type": "intrinsic", + "name": "string" + }, + "isOptional": true + }, + { + "name": "role", + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "name": "session_id", + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "name": "sub", + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "name": "user_metadata", + "type": { + "type": "object", + "name": "UserMetadata", + "properties": [] + }, + "isOptional": true + } + ] } }, { @@ -15651,7 +16180,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -16232,7 +16778,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -16893,6 +17456,19 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "shortText": "Initializes the client session either from the url or from storage.\\nThis method is automatically called when instantiating the client, but should also be called\\nmanually when checking for an error from an auth redirect (oauth, magiclink, password recovery, etc)." } }, + "@supabase/supabase-js.GoTrueClient.isThrowOnErrorEnabled": { + "name": "@supabase/supabase-js.GoTrueClient.isThrowOnErrorEnabled", + "params": [], + "ret": { + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + "comment": { + "shortText": "Returns whether error throwing mode is enabled for this client." + } + }, "@supabase/supabase-js.GoTrueClient.linkIdentity": { "name": "@supabase/supabase-js.GoTrueClient.linkIdentity", "params": [ @@ -17563,7 +18139,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -18038,7 +18631,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -18710,7 +19320,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -19359,7 +19986,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -19825,11 +20469,20 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` { "name": "id", "type": { - "type": "intrinsic", - "name": "string" + "type": "union", + "subTypes": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "symbol" + } + ] }, "comment": { - "shortText": "The subscriber UUID. This will be set by the client." + "shortText": "A unique identifier for this subscription, set by the client.\\nThis is an internal identifier used for managing callbacks and should not be\\nrelied upon by application code. Use the unsubscribe() method to remove listeners." } }, { @@ -20033,7 +20686,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -20686,7 +21356,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -21152,11 +21839,20 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` { "name": "id", "type": { - "type": "intrinsic", - "name": "string" + "type": "union", + "subTypes": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "symbol" + } + ] }, "comment": { - "shortText": "The subscriber UUID. This will be set by the client." + "shortText": "A unique identifier for this subscription, set by the client.\\nThis is an internal identifier used for managing callbacks and should not be\\nrelied upon by application code. Use the unsubscribe() method to remove listeners." } }, { @@ -21333,7 +22029,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -21817,7 +22530,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -22483,7 +23213,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -22967,7 +23714,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -23962,7 +24726,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -24446,7 +25227,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -25134,7 +25932,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -25618,7 +26433,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -26355,7 +27187,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -26830,7 +27679,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -28179,7 +29045,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -28654,7 +29537,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -29223,6 +30123,17 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "comment": { "shortText": "A URL to send the user to after they have signed-in." } + }, + { + "name": "skipBrowserRedirect", + "type": { + "type": "intrinsic", + "name": "boolean" + }, + "isOptional": true, + "comment": { + "shortText": "If set to true, the redirect will not happen on the client side.\\nThis parameter is used when you wish to handle the redirect yourself.\\nDefaults to false." + } } ] }, @@ -29279,6 +30190,17 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "comment": { "shortText": "A URL to send the user to after they have signed-in." } + }, + { + "name": "skipBrowserRedirect", + "type": { + "type": "intrinsic", + "name": "boolean" + }, + "isOptional": true, + "comment": { + "shortText": "If set to true, the redirect will not happen on the client side.\\nThis parameter is used when you wish to handle the redirect yourself.\\nDefaults to false." + } } ] }, @@ -29888,7 +30810,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -30363,7 +31302,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -31080,7 +32036,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -31564,7 +32537,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -32358,7 +33348,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -33223,7 +34230,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -33707,7 +34731,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -36220,6 +37261,14 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` }, "isOptional": true }, + { + "name": "vsn", + "type": { + "type": "intrinsic", + "name": "string" + }, + "isOptional": true + }, { "name": "worker", "type": { @@ -36956,6 +38005,17 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "shortText": "Optional key name used for storing tokens in local storage." } }, + { + "name": "throwOnError", + "type": { + "type": "nameOnly", + "name": "SupabaseAuthClientOptions['throwOnError']" + }, + "isOptional": true, + "comment": { + "shortText": "If there is an error with the query, throwOnError will reject the promise by\\nthrowing the error instead of returning it as part of a successful response." + } + }, { "name": "userStorage", "type": { @@ -37202,6 +38262,14 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` }, "isOptional": true }, + { + "name": "vsn", + "type": { + "type": "intrinsic", + "name": "string" + }, + "isOptional": true + }, { "name": "worker", "type": { @@ -40287,7 +41355,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -40844,7 +41929,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -41615,7 +42717,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -42109,7 +43228,7 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` } }, "comment": { - "shortText": "Generates email links and OTPs. This will not send links or OTPs to the end user. This function is for custom admin functionality." + "shortText": "Generates email links and OTPs to be sent via a custom email provider." } }, "@supabase/auth-js.GoTrueAdminApi.getUserById": { @@ -42169,7 +43288,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -42749,7 +43885,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -43604,7 +44757,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -44311,6 +45481,17 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` }, "isOptional": true }, + { + "name": "throwOnError", + "type": { + "type": "intrinsic", + "name": "boolean" + }, + "isOptional": true, + "comment": { + "shortText": "If there is an error with the query, throwOnError will reject the promise by\\nthrowing the error instead of returning it as part of a successful response." + } + }, { "name": "url", "type": { @@ -45047,7 +46228,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -46363,7 +47561,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -46968,7 +48183,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -47563,7 +48795,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -48148,7 +49397,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -49148,7 +50414,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -49623,7 +50906,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -50307,8 +51607,220 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` { "name": "claims", "type": { - "type": "nameOnly", - "name": "JwtPayload" + "type": "object", + "name": "JwtPayload", + "properties": [ + { + "name": "aal", + "type": { + "type": "union", + "name": "AuthenticatorAssuranceLevels", + "subTypes": [ + { + "type": "literal", + "value": "aal1" + }, + { + "type": "literal", + "value": "aal2" + } + ] + } + }, + { + "name": "amr", + "type": { + "type": "array", + "elemType": { + "type": "object", + "name": "AMREntry", + "properties": [ + { + "name": "method", + "type": { + "type": "union", + "name": "AMRMethod", + "subTypes": [ + { + "type": "nameOnly", + "name": "['number']" + }, + null + ] + }, + "comment": { + "shortText": "Authentication method name." + } + }, + { + "name": "timestamp", + "type": { + "type": "intrinsic", + "name": "number" + }, + "comment": { + "shortText": "Timestamp when the method was successfully used. Represents number of\\nseconds since 1st January 1970 (UNIX epoch) in UTC." + } + } + ] + } + }, + "isOptional": true + }, + { + "name": "app_metadata", + "type": { + "type": "object", + "name": "UserAppMetadata", + "properties": [ + { + "name": "provider", + "type": { + "type": "intrinsic", + "name": "string" + }, + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } + } + ] + }, + "isOptional": true + }, + { + "name": "aud", + "type": { + "type": "union", + "subTypes": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + } + ] + } + }, + { + "name": "email", + "type": { + "type": "intrinsic", + "name": "string" + }, + "isOptional": true + }, + { + "name": "exp", + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "name": "iat", + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "name": "is_anonymous", + "type": { + "type": "intrinsic", + "name": "boolean" + }, + "isOptional": true + }, + { + "name": "iss", + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "name": "jti", + "type": { + "type": "intrinsic", + "name": "string" + }, + "isOptional": true + }, + { + "name": "nbf", + "type": { + "type": "intrinsic", + "name": "number" + }, + "isOptional": true + }, + { + "name": "phone", + "type": { + "type": "intrinsic", + "name": "string" + }, + "isOptional": true + }, + { + "name": "ref", + "type": { + "type": "intrinsic", + "name": "string" + }, + "isOptional": true + }, + { + "name": "role", + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "name": "session_id", + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "name": "sub", + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "name": "user_metadata", + "type": { + "type": "object", + "name": "UserMetadata", + "properties": [] + }, + "isOptional": true + } + ] } }, { @@ -50557,7 +52069,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -51138,7 +52667,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -51799,6 +53345,19 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "shortText": "Initializes the client session either from the url or from storage.\\nThis method is automatically called when instantiating the client, but should also be called\\nmanually when checking for an error from an auth redirect (oauth, magiclink, password recovery, etc)." } }, + "@supabase/auth-js.GoTrueClient.isThrowOnErrorEnabled": { + "name": "@supabase/auth-js.GoTrueClient.isThrowOnErrorEnabled", + "params": [], + "ret": { + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + "comment": { + "shortText": "Returns whether error throwing mode is enabled for this client." + } + }, "@supabase/auth-js.GoTrueClient.linkIdentity": { "name": "@supabase/auth-js.GoTrueClient.linkIdentity", "params": [ @@ -52469,7 +54028,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -52944,7 +54520,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -53616,7 +55209,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -54265,7 +55875,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -54731,11 +56358,20 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` { "name": "id", "type": { - "type": "intrinsic", - "name": "string" + "type": "union", + "subTypes": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "symbol" + } + ] }, "comment": { - "shortText": "The subscriber UUID. This will be set by the client." + "shortText": "A unique identifier for this subscription, set by the client.\\nThis is an internal identifier used for managing callbacks and should not be\\nrelied upon by application code. Use the unsubscribe() method to remove listeners." } }, { @@ -54939,7 +56575,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -55592,7 +57245,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -56058,11 +57728,20 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` { "name": "id", "type": { - "type": "intrinsic", - "name": "string" + "type": "union", + "subTypes": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "symbol" + } + ] }, "comment": { - "shortText": "The subscriber UUID. This will be set by the client." + "shortText": "A unique identifier for this subscription, set by the client.\\nThis is an internal identifier used for managing callbacks and should not be\\nrelied upon by application code. Use the unsubscribe() method to remove listeners." } }, { @@ -56239,7 +57918,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -56723,7 +58419,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -57389,7 +59102,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -57873,7 +59603,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -58867,7 +60614,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -59351,7 +61115,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -60039,7 +61820,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -60523,7 +62321,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -61260,7 +63075,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -61735,7 +63567,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -63084,7 +64933,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -63559,7 +65425,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -64128,6 +66011,17 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "comment": { "shortText": "A URL to send the user to after they have signed-in." } + }, + { + "name": "skipBrowserRedirect", + "type": { + "type": "intrinsic", + "name": "boolean" + }, + "isOptional": true, + "comment": { + "shortText": "If set to true, the redirect will not happen on the client side.\\nThis parameter is used when you wish to handle the redirect yourself.\\nDefaults to false." + } } ] }, @@ -64184,6 +66078,17 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "comment": { "shortText": "A URL to send the user to after they have signed-in." } + }, + { + "name": "skipBrowserRedirect", + "type": { + "type": "intrinsic", + "name": "boolean" + }, + "isOptional": true, + "comment": { + "shortText": "If set to true, the redirect will not happen on the client side.\\nThis parameter is used when you wish to handle the redirect yourself.\\nDefaults to false." + } } ] }, @@ -64793,7 +66698,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -65268,7 +67190,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -65984,7 +67923,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -66468,7 +68424,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -67261,7 +69234,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -68126,7 +70116,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -68610,7 +70617,24 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "type": "intrinsic", "name": "string" }, - "isOptional": true + "isOptional": true, + "comment": { + "shortText": "The first provider that the user used to sign up with." + } + }, + { + "name": "providers", + "type": { + "type": "array", + "elemType": { + "type": "intrinsic", + "name": "string" + } + }, + "isOptional": true, + "comment": { + "shortText": "A list of all providers that the user has linked to their account." + } } ] } @@ -75342,11 +77366,11 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "subTypes": [ { "type": "literal", - "value": "presence" + "value": "broadcast" }, { "type": "literal", - "value": "broadcast" + "value": "presence" }, { "type": "literal", @@ -75816,6 +77840,14 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` }, "isOptional": true }, + { + "name": "vsn", + "type": { + "type": "intrinsic", + "name": "string" + }, + "isOptional": true + }, { "name": "worker", "type": { @@ -86069,6 +88101,17 @@ exports[`TS type spec parsing > matches snapshot 1`] = ` "comment": { "shortText": "The AbortSignal to use for the request." } + }, + { + "name": "timeout", + "type": { + "type": "intrinsic", + "name": "number" + }, + "isOptional": true, + "comment": { + "shortText": "The timeout for the request in milliseconds.\\nIf the function takes longer than this, the request will be aborted." + } } ] }, diff --git a/apps/docs/spec/api_v1_openapi.json b/apps/docs/spec/api_v1_openapi.json index cab32b3012514..44d75c3faa4e8 100644 --- a/apps/docs/spec/api_v1_openapi.json +++ b/apps/docs/spec/api_v1_openapi.json @@ -87,7 +87,7 @@ "x-oauth-scope": "environment:write" }, "delete": { - "description": "Deletes the specified database branch", + "description": "Deletes the specified database branch. By default, deletes immediately. Use force=false to schedule deletion with 1-hour grace period (only when soft deletion is enabled).", "operationId": "v1-delete-a-branch", "parameters": [ { @@ -107,6 +107,13 @@ { "type": "string", "format": "uuid", "deprecated": true } ] } + }, + { + "name": "force", + "required": false, + "in": "query", + "description": "If set to false, schedule deletion with 1-hour grace period (only when soft deletion is enabled).", + "schema": { "default": "true", "type": "boolean" } } ], "responses": { @@ -271,6 +278,48 @@ "x-oauth-scope": "environment:write" } }, + "/v1/branches/{branch_id_or_ref}/restore": { + "post": { + "description": "Cancels scheduled deletion and restores the branch to active state", + "operationId": "v1-restore-a-branch", + "parameters": [ + { + "name": "branch_id_or_ref", + "required": true, + "in": "path", + "description": "Branch ID", + "schema": { + "oneOf": [ + { + "type": "string", + "minLength": 20, + "maxLength": 20, + "pattern": "^[a-z]+$", + "description": "Project ref" + }, + { "type": "string", "format": "uuid", "deprecated": true } + ] + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { "$ref": "#/components/schemas/BranchRestoreResponse" } + } + } + }, + "500": { "description": "Failed to restore database branch" } + }, + "security": [{ "bearer": [] }], + "summary": "Restore a scheduled branch deletion", + "tags": ["Environments"], + "x-badges": [{ "name": "OAuth scope: environment:write", "position": "after" }], + "x-oauth-scope": "environment:write" + } + }, "/v1/branches/{branch_id_or_ref}/diff": { "get": { "description": "Diffs the specified database branch", @@ -2011,7 +2060,7 @@ "requestBody": { "required": true, "content": { - "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } + "application/json": { "schema": { "$ref": "#/components/schemas/DeleteSecretsBody" } } } }, "responses": { @@ -3661,7 +3710,7 @@ }, "/v1/projects/{ref}/analytics/endpoints/logs.all": { "get": { - "description": "Executes a SQL query on the project's logs.\n\nEither the 'iso_timestamp_start' and 'iso_timestamp_end' parameters must be provided.\nIf both are not provided, only the last 1 minute of logs will be queried.\nThe timestamp range must be no more than 24 hours and is rounded to the nearest minute. If the range is more than 24 hours, a validation error will be thrown.\n", + "description": "Executes a SQL query on the project's logs.\n\nEither the `iso_timestamp_start` and `iso_timestamp_end` parameters must be provided.\nIf both are not provided, only the last 1 minute of logs will be queried.\nThe timestamp range must be no more than 24 hours and is rounded to the nearest minute. If the range is more than 24 hours, a validation error will be thrown.\n\nNote: Unless the `sql` parameter is provided, only edge_logs will be queried. See the [log query docs](/docs/guides/telemetry/logs?queryGroups=product&product=postgres&queryGroups=source&source=edge_logs#querying-with-the-logs-explorer:~:text=logs%20from%20the-,Sources,-drop%2Ddown%3A) for all available sources. \n", "operationId": "v1-get-project-logs", "parameters": [ { @@ -3671,7 +3720,13 @@ "description": "Project ref", "schema": { "minLength": 20, "maxLength": 20, "pattern": "^[a-z]+$", "type": "string" } }, - { "name": "sql", "required": false, "in": "query", "schema": { "type": "string" } }, + { + "name": "sql", + "required": false, + "in": "query", + "description": "Custom SQL query to execute on the logs. See [querying logs](/docs/guides/telemetry/logs?queryGroups=product&product=postgres&queryGroups=source&source=edge_logs#querying-with-the-logs-explorer) for more details.", + "schema": { "type": "string" } + }, { "name": "iso_timestamp_start", "required": false, @@ -3992,6 +4047,117 @@ "tags": ["Database"], "x-badges": [{ "name": "OAuth scope: database:write", "position": "after" }], "x-oauth-scope": "database:write" + }, + "delete": { + "description": "Only available to selected partner OAuth apps", + "operationId": "v1-rollback-migrations", + "parameters": [ + { + "name": "ref", + "required": true, + "in": "path", + "description": "Project ref", + "schema": { "minLength": 20, "maxLength": 20, "pattern": "^[a-z]+$", "type": "string" } + }, + { + "name": "gte", + "required": true, + "in": "query", + "description": "Rollback migrations greater or equal to this version", + "schema": { "pattern": "^\\d+$", "type": "string" } + } + ], + "responses": { + "200": { "description": "" }, + "401": { "description": "Unauthorized" }, + "403": { "description": "Forbidden action" }, + "429": { "description": "Rate limit exceeded" }, + "500": { "description": "Failed to rollback database migration" } + }, + "security": [{ "bearer": [] }], + "summary": "[Beta] Rollback database migrations and remove them from history table", + "tags": ["Database"], + "x-badges": [{ "name": "OAuth scope: database:write", "position": "after" }], + "x-oauth-scope": "database:write" + } + }, + "/v1/projects/{ref}/database/migrations/{version}": { + "get": { + "description": "Only available to selected partner OAuth apps", + "operationId": "v1-get-a-migration", + "parameters": [ + { + "name": "ref", + "required": true, + "in": "path", + "description": "Project ref", + "schema": { "minLength": 20, "maxLength": 20, "pattern": "^[a-z]+$", "type": "string" } + }, + { + "name": "version", + "required": true, + "in": "path", + "schema": { "pattern": "^\\d+$", "type": "string" } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { "$ref": "#/components/schemas/V1GetMigrationResponse" } + } + } + }, + "401": { "description": "Unauthorized" }, + "403": { "description": "Forbidden action" }, + "429": { "description": "Rate limit exceeded" }, + "500": { "description": "Failed to get database migration" } + }, + "security": [{ "bearer": [] }], + "summary": "[Beta] Fetch an existing entry from migration history", + "tags": ["Database"], + "x-badges": [{ "name": "OAuth scope: database:read", "position": "after" }], + "x-oauth-scope": "database:read" + }, + "patch": { + "description": "Only available to selected partner OAuth apps", + "operationId": "v1-patch-a-migration", + "parameters": [ + { + "name": "ref", + "required": true, + "in": "path", + "description": "Project ref", + "schema": { "minLength": 20, "maxLength": 20, "pattern": "^[a-z]+$", "type": "string" } + }, + { + "name": "version", + "required": true, + "in": "path", + "schema": { "pattern": "^\\d+$", "type": "string" } + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { "$ref": "#/components/schemas/V1PatchMigrationBody" } + } + } + }, + "responses": { + "200": { "description": "" }, + "401": { "description": "Unauthorized" }, + "403": { "description": "Forbidden action" }, + "429": { "description": "Rate limit exceeded" }, + "500": { "description": "Failed to patch database migration" } + }, + "security": [{ "bearer": [] }], + "summary": "[Beta] Patch an existing entry in migration history", + "tags": ["Database"], + "x-badges": [{ "name": "OAuth scope: database:write", "position": "after" }], + "x-oauth-scope": "database:write" } }, "/v1/projects/{ref}/database/query": { @@ -5395,7 +5561,28 @@ "updated_at": { "type": "string", "format": "date-time" }, "review_requested_at": { "type": "string", "format": "date-time" }, "with_data": { "type": "boolean" }, - "notify_url": { "type": "string", "format": "uri" } + "notify_url": { "type": "string", "format": "uri" }, + "deletion_scheduled_at": { "type": "string", "format": "date-time" }, + "preview_project_status": { + "type": "string", + "enum": [ + "INACTIVE", + "ACTIVE_HEALTHY", + "ACTIVE_UNHEALTHY", + "COMING_UP", + "UNKNOWN", + "GOING_DOWN", + "INIT_FAILED", + "REMOVED", + "RESTORING", + "UPGRADING", + "PAUSING", + "RESTORE_FAILED", + "RESTARTING", + "PAUSE_FAILED", + "RESIZING" + ] + } }, "required": [ "id", @@ -5427,6 +5614,11 @@ }, "required": ["workflow_run_id", "message"] }, + "BranchRestoreResponse": { + "type": "object", + "properties": { "message": { "type": "string", "enum": ["Branch restoration initiated"] } }, + "required": ["message"] + }, "V1ListProjectsPaginatedResponse": { "type": "object", "properties": { @@ -6527,6 +6719,7 @@ "required": ["name", "value"] } }, + "DeleteSecretsBody": { "type": "array", "items": { "type": "string" } }, "SslEnforcementResponse": { "type": "object", "properties": { @@ -6977,9 +7170,18 @@ "type": "object", "properties": { "upstreamTarget": { "type": "string", "enum": ["main", "canary"] } }, "required": ["upstreamTarget"] - } + }, + "migrationVersion": { "type": "string" }, + "databasePoolMode": { "type": "string" } }, - "required": ["fileSizeLimit", "features", "capabilities", "external"] + "required": [ + "fileSizeLimit", + "features", + "capabilities", + "external", + "migrationVersion", + "databasePoolMode" + ] }, "UpdateStorageConfigBody": { "type": "object", @@ -8531,7 +8733,8 @@ "type": "object", "properties": { "query": { "type": "string", "minLength": 1 }, - "name": { "type": "string" } + "name": { "type": "string" }, + "rollback": { "type": "string" } }, "required": ["query"] }, @@ -8539,10 +8742,27 @@ "type": "object", "properties": { "query": { "type": "string", "minLength": 1 }, - "name": { "type": "string" } + "name": { "type": "string" }, + "rollback": { "type": "string" } }, "required": ["query"] }, + "V1GetMigrationResponse": { + "type": "object", + "properties": { + "version": { "type": "string", "minLength": 1 }, + "name": { "type": "string" }, + "statements": { "type": "array", "items": { "type": "string" } }, + "rollback": { "type": "array", "items": { "type": "string" } }, + "created_by": { "type": "string" }, + "idempotency_key": { "type": "string" } + }, + "required": ["version"] + }, + "V1PatchMigrationBody": { + "type": "object", + "properties": { "name": { "type": "string" }, "rollback": { "type": "string" } } + }, "V1RunQueryBody": { "type": "object", "properties": { diff --git a/apps/docs/spec/common-api-sections.json b/apps/docs/spec/common-api-sections.json index 352e903170ca3..e4714fb90c05c 100644 --- a/apps/docs/spec/common-api-sections.json +++ b/apps/docs/spec/common-api-sections.json @@ -244,6 +244,12 @@ "slug": "v1-generate-typescript-types", "type": "operation" }, + { + "id": "v1-get-a-migration", + "title": "Get a migration", + "slug": "v1-get-a-migration", + "type": "operation" + }, { "id": "v1-get-a-snippet", "title": "Get a snippet", @@ -316,6 +322,12 @@ "slug": "v1-list-migration-history", "type": "operation" }, + { + "id": "v1-patch-a-migration", + "title": "Patch a migration", + "slug": "v1-patch-a-migration", + "type": "operation" + }, { "id": "v1-remove-a-read-replica", "title": "Remove a read replica", @@ -328,6 +340,12 @@ "slug": "v1-restore-pitr-backup", "type": "operation" }, + { + "id": "v1-rollback-migrations", + "title": "Rollback migrations", + "slug": "v1-rollback-migrations", + "type": "operation" + }, { "id": "v1-run-a-query", "title": "Run a query", @@ -568,6 +586,12 @@ "slug": "v1-reset-a-branch", "type": "operation" }, + { + "id": "v1-restore-a-branch", + "title": "Restore a branch", + "slug": "v1-restore-a-branch", + "type": "operation" + }, { "id": "v1-update-a-branch-config", "title": "Update a branch config", diff --git a/apps/docs/spec/enrichments/tsdoc_v2/combined.json b/apps/docs/spec/enrichments/tsdoc_v2/combined.json index 0961a32b0a737..b75be97c13e5b 100644 --- a/apps/docs/spec/enrichments/tsdoc_v2/combined.json +++ b/apps/docs/spec/enrichments/tsdoc_v2/combined.json @@ -9,14 +9,14 @@ "flags": {}, "children": [ { - "id": 96, + "id": 97, "name": "FunctionRegion", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 97, + "id": 98, "name": "Any", "variant": "declaration", "kind": 16, @@ -34,7 +34,7 @@ } }, { - "id": 98, + "id": 99, "name": "ApNortheast1", "variant": "declaration", "kind": 16, @@ -52,7 +52,7 @@ } }, { - "id": 99, + "id": 100, "name": "ApNortheast2", "variant": "declaration", "kind": 16, @@ -70,7 +70,7 @@ } }, { - "id": 100, + "id": 101, "name": "ApSouth1", "variant": "declaration", "kind": 16, @@ -88,7 +88,7 @@ } }, { - "id": 101, + "id": 102, "name": "ApSoutheast1", "variant": "declaration", "kind": 16, @@ -106,7 +106,7 @@ } }, { - "id": 102, + "id": 103, "name": "ApSoutheast2", "variant": "declaration", "kind": 16, @@ -124,7 +124,7 @@ } }, { - "id": 103, + "id": 104, "name": "CaCentral1", "variant": "declaration", "kind": 16, @@ -142,7 +142,7 @@ } }, { - "id": 104, + "id": 105, "name": "EuCentral1", "variant": "declaration", "kind": 16, @@ -160,7 +160,7 @@ } }, { - "id": 105, + "id": 106, "name": "EuWest1", "variant": "declaration", "kind": 16, @@ -178,7 +178,7 @@ } }, { - "id": 106, + "id": 107, "name": "EuWest2", "variant": "declaration", "kind": 16, @@ -196,7 +196,7 @@ } }, { - "id": 107, + "id": 108, "name": "EuWest3", "variant": "declaration", "kind": 16, @@ -214,7 +214,7 @@ } }, { - "id": 108, + "id": 109, "name": "SaEast1", "variant": "declaration", "kind": 16, @@ -232,7 +232,7 @@ } }, { - "id": 109, + "id": 110, "name": "UsEast1", "variant": "declaration", "kind": 16, @@ -250,7 +250,7 @@ } }, { - "id": 110, + "id": 111, "name": "UsWest1", "variant": "declaration", "kind": 16, @@ -268,7 +268,7 @@ } }, { - "id": 111, + "id": 112, "name": "UsWest2", "variant": "declaration", "kind": 16, @@ -289,7 +289,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111] + "children": [98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112] } ], "sources": [ @@ -301,14 +301,14 @@ ] }, { - "id": 2118, + "id": 2147, "name": "REALTIME_LISTEN_TYPES", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 2119, + "id": 2148, "name": "BROADCAST", "variant": "declaration", "kind": 16, @@ -326,7 +326,7 @@ } }, { - "id": 2121, + "id": 2150, "name": "POSTGRES_CHANGES", "variant": "declaration", "kind": 16, @@ -344,7 +344,7 @@ } }, { - "id": 2120, + "id": 2149, "name": "PRESENCE", "variant": "declaration", "kind": 16, @@ -362,7 +362,7 @@ } }, { - "id": 2122, + "id": 2151, "name": "SYSTEM", "variant": "declaration", "kind": 16, @@ -383,7 +383,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [2119, 2121, 2120, 2122] + "children": [2148, 2150, 2149, 2151] } ], "sources": [ @@ -395,14 +395,14 @@ ] }, { - "id": 2123, + "id": 2152, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 2124, + "id": 2153, "name": "ALL", "variant": "declaration", "kind": 16, @@ -420,7 +420,7 @@ } }, { - "id": 2127, + "id": 2156, "name": "DELETE", "variant": "declaration", "kind": 16, @@ -438,7 +438,7 @@ } }, { - "id": 2125, + "id": 2154, "name": "INSERT", "variant": "declaration", "kind": 16, @@ -456,7 +456,7 @@ } }, { - "id": 2126, + "id": 2155, "name": "UPDATE", "variant": "declaration", "kind": 16, @@ -477,7 +477,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [2124, 2127, 2125, 2126] + "children": [2153, 2156, 2154, 2155] } ], "sources": [ @@ -489,14 +489,14 @@ ] }, { - "id": 2128, + "id": 2157, "name": "REALTIME_PRESENCE_LISTEN_EVENTS", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 2130, + "id": 2159, "name": "JOIN", "variant": "declaration", "kind": 16, @@ -514,7 +514,7 @@ } }, { - "id": 2131, + "id": 2160, "name": "LEAVE", "variant": "declaration", "kind": 16, @@ -532,7 +532,7 @@ } }, { - "id": 2129, + "id": 2158, "name": "SYNC", "variant": "declaration", "kind": 16, @@ -553,7 +553,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [2130, 2131, 2129] + "children": [2159, 2160, 2158] } ], "sources": [ @@ -565,14 +565,14 @@ ] }, { - "id": 2132, + "id": 2161, "name": "REALTIME_SUBSCRIBE_STATES", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 2136, + "id": 2165, "name": "CHANNEL_ERROR", "variant": "declaration", "kind": 16, @@ -590,7 +590,7 @@ } }, { - "id": 2135, + "id": 2164, "name": "CLOSED", "variant": "declaration", "kind": 16, @@ -608,7 +608,7 @@ } }, { - "id": 2133, + "id": 2162, "name": "SUBSCRIBED", "variant": "declaration", "kind": 16, @@ -626,7 +626,7 @@ } }, { - "id": 2134, + "id": 2163, "name": "TIMED_OUT", "variant": "declaration", "kind": 16, @@ -647,7 +647,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [2136, 2135, 2133, 2134] + "children": [2165, 2164, 2162, 2163] } ], "sources": [ @@ -659,14 +659,14 @@ ] }, { - "id": 1434, + "id": 1461, "name": "AuthApiError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1435, + "id": 1462, "name": "constructor", "variant": "declaration", "kind": 512, @@ -680,7 +680,7 @@ ], "signatures": [ { - "id": 1436, + "id": 1463, "name": "AuthApiError", "variant": "signature", "kind": 16384, @@ -694,7 +694,7 @@ ], "parameters": [ { - "id": 1437, + "id": 1464, "name": "message", "variant": "param", "kind": 32768, @@ -705,7 +705,7 @@ } }, { - "id": 1438, + "id": 1465, "name": "status", "variant": "param", "kind": 32768, @@ -716,7 +716,7 @@ } }, { - "id": 1439, + "id": 1466, "name": "code", "variant": "param", "kind": 32768, @@ -738,25 +738,25 @@ ], "type": { "type": "reference", - "target": 1434, + "target": 1461, "name": "AuthApiError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1426, + "target": 1453, "name": "AuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1425, + "target": 1452, "name": "AuthError.constructor" } }, { - "id": 1443, + "id": 1470, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -777,12 +777,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1433, + "target": 1460, "name": "AuthError.__isAuthError" } }, { - "id": 1441, + "id": 1468, "name": "code", "variant": "declaration", "kind": 1024, @@ -839,7 +839,7 @@ { "type": "reflection", "declaration": { - "id": 1442, + "id": 1469, "name": "__type", "variant": "declaration", "kind": 65536, @@ -852,12 +852,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1430, + "target": 1457, "name": "AuthError.code" } }, { - "id": 1440, + "id": 1467, "name": "status", "variant": "declaration", "kind": 1024, @@ -883,7 +883,7 @@ }, "overwrites": { "type": "reference", - "target": 1432, + "target": 1459, "name": "AuthError.status" } } @@ -891,11 +891,11 @@ "groups": [ { "title": "Constructors", - "children": [1435] + "children": [1462] }, { "title": "Properties", - "children": [1443, 1441, 1440] + "children": [1470, 1468, 1467] } ], "sources": [ @@ -908,21 +908,21 @@ "extendedTypes": [ { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1424, + "id": 1451, "name": "AuthError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1425, + "id": 1452, "name": "constructor", "variant": "declaration", "kind": 512, @@ -936,7 +936,7 @@ ], "signatures": [ { - "id": 1426, + "id": 1453, "name": "AuthError", "variant": "signature", "kind": 16384, @@ -950,7 +950,7 @@ ], "parameters": [ { - "id": 1427, + "id": 1454, "name": "message", "variant": "param", "kind": 32768, @@ -961,7 +961,7 @@ } }, { - "id": 1428, + "id": 1455, "name": "status", "variant": "param", "kind": 32768, @@ -974,7 +974,7 @@ } }, { - "id": 1429, + "id": 1456, "name": "code", "variant": "param", "kind": 32768, @@ -989,7 +989,7 @@ ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" }, @@ -1007,7 +1007,7 @@ } }, { - "id": 1433, + "id": 1460, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -1027,7 +1027,7 @@ } }, { - "id": 1430, + "id": 1457, "name": "code", "variant": "declaration", "kind": 1024, @@ -1082,7 +1082,7 @@ { "type": "reflection", "declaration": { - "id": 1431, + "id": 1458, "name": "__type", "variant": "declaration", "kind": 65536, @@ -1095,7 +1095,7 @@ } }, { - "id": 1432, + "id": 1459, "name": "status", "variant": "declaration", "kind": 1024, @@ -1133,11 +1133,11 @@ "groups": [ { "title": "Constructors", - "children": [1425] + "children": [1452] }, { "title": "Properties", - "children": [1433, 1430, 1432] + "children": [1460, 1457, 1459] } ], "sources": [ @@ -1161,30 +1161,30 @@ "extendedBy": [ { "type": "reference", - "target": 1434, + "target": 1461, "name": "AuthApiError" }, { "type": "reference", - "target": 1444, + "target": 1471, "name": "AuthUnknownError" }, { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError" } ] }, { - "id": 1491, + "id": 1518, "name": "AuthImplicitGrantRedirectError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1492, + "id": 1519, "name": "constructor", "variant": "declaration", "kind": 512, @@ -1198,7 +1198,7 @@ ], "signatures": [ { - "id": 1493, + "id": 1520, "name": "AuthImplicitGrantRedirectError", "variant": "signature", "kind": 16384, @@ -1212,7 +1212,7 @@ ], "parameters": [ { - "id": 1494, + "id": 1521, "name": "message", "variant": "param", "kind": 32768, @@ -1223,7 +1223,7 @@ } }, { - "id": 1495, + "id": 1522, "name": "details", "variant": "param", "kind": 32768, @@ -1240,14 +1240,14 @@ { "type": "reflection", "declaration": { - "id": 1496, + "id": 1523, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1498, + "id": 1525, "name": "code", "variant": "declaration", "kind": 1024, @@ -1265,7 +1265,7 @@ } }, { - "id": 1497, + "id": 1524, "name": "error", "variant": "declaration", "kind": 1024, @@ -1286,7 +1286,7 @@ "groups": [ { "title": "Properties", - "children": [1498, 1497] + "children": [1525, 1524] } ], "sources": [ @@ -1304,25 +1304,25 @@ ], "type": { "type": "reference", - "target": 1491, + "target": 1518, "name": "AuthImplicitGrantRedirectError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1456, + "target": 1483, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1455, + "target": 1482, "name": "CustomAuthError.constructor" } }, { - "id": 1517, + "id": 1544, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -1343,12 +1343,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1465, + "target": 1492, "name": "CustomAuthError.__isAuthError" } }, { - "id": 1515, + "id": 1542, "name": "code", "variant": "declaration", "kind": 1024, @@ -1405,7 +1405,7 @@ { "type": "reflection", "declaration": { - "id": 1516, + "id": 1543, "name": "__type", "variant": "declaration", "kind": 65536, @@ -1418,12 +1418,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1463, + "target": 1490, "name": "CustomAuthError.code" } }, { - "id": 1499, + "id": 1526, "name": "details", "variant": "declaration", "kind": 1024, @@ -1445,14 +1445,14 @@ { "type": "reflection", "declaration": { - "id": 1500, + "id": 1527, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1502, + "id": 1529, "name": "code", "variant": "declaration", "kind": 1024, @@ -1470,7 +1470,7 @@ } }, { - "id": 1501, + "id": 1528, "name": "error", "variant": "declaration", "kind": 1024, @@ -1491,7 +1491,7 @@ "groups": [ { "title": "Properties", - "children": [1502, 1501] + "children": [1529, 1528] } ], "sources": [ @@ -1507,7 +1507,7 @@ } }, { - "id": 1513, + "id": 1540, "name": "name", "variant": "declaration", "kind": 1024, @@ -1527,12 +1527,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1461, + "target": 1488, "name": "CustomAuthError.name" } }, { - "id": 1514, + "id": 1541, "name": "status", "variant": "declaration", "kind": 1024, @@ -1560,12 +1560,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1462, + "target": 1489, "name": "CustomAuthError.status" } }, { - "id": 1503, + "id": 1530, "name": "toJSON", "variant": "declaration", "kind": 2048, @@ -1579,7 +1579,7 @@ ], "signatures": [ { - "id": 1504, + "id": 1531, "name": "toJSON", "variant": "signature", "kind": 4096, @@ -1594,14 +1594,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1505, + "id": 1532, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1509, + "id": 1536, "name": "details", "variant": "declaration", "kind": 1024, @@ -1623,14 +1623,14 @@ { "type": "reflection", "declaration": { - "id": 1510, + "id": 1537, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1512, + "id": 1539, "name": "code", "variant": "declaration", "kind": 1024, @@ -1648,7 +1648,7 @@ } }, { - "id": 1511, + "id": 1538, "name": "error", "variant": "declaration", "kind": 1024, @@ -1669,7 +1669,7 @@ "groups": [ { "title": "Properties", - "children": [1512, 1511] + "children": [1539, 1538] } ], "sources": [ @@ -1685,7 +1685,7 @@ } }, { - "id": 1507, + "id": 1534, "name": "message", "variant": "declaration", "kind": 1024, @@ -1703,7 +1703,7 @@ } }, { - "id": 1506, + "id": 1533, "name": "name", "variant": "declaration", "kind": 1024, @@ -1721,7 +1721,7 @@ } }, { - "id": 1508, + "id": 1535, "name": "status", "variant": "declaration", "kind": 1024, @@ -1742,7 +1742,7 @@ "groups": [ { "title": "Properties", - "children": [1509, 1507, 1506, 1508] + "children": [1536, 1534, 1533, 1535] } ], "sources": [ @@ -1761,15 +1761,15 @@ "groups": [ { "title": "Constructors", - "children": [1492] + "children": [1519] }, { "title": "Properties", - "children": [1517, 1515, 1499, 1513, 1514] + "children": [1544, 1542, 1526, 1540, 1541] }, { "title": "Methods", - "children": [1503] + "children": [1530] } ], "sources": [ @@ -1782,21 +1782,21 @@ "extendedTypes": [ { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1482, + "id": 1509, "name": "AuthInvalidCredentialsError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1483, + "id": 1510, "name": "constructor", "variant": "declaration", "kind": 512, @@ -1810,7 +1810,7 @@ ], "signatures": [ { - "id": 1484, + "id": 1511, "name": "AuthInvalidCredentialsError", "variant": "signature", "kind": 16384, @@ -1824,7 +1824,7 @@ ], "parameters": [ { - "id": 1485, + "id": 1512, "name": "message", "variant": "param", "kind": 32768, @@ -1837,25 +1837,25 @@ ], "type": { "type": "reference", - "target": 1482, + "target": 1509, "name": "AuthInvalidCredentialsError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1456, + "target": 1483, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1455, + "target": 1482, "name": "CustomAuthError.constructor" } }, { - "id": 1490, + "id": 1517, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -1876,12 +1876,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1465, + "target": 1492, "name": "CustomAuthError.__isAuthError" } }, { - "id": 1488, + "id": 1515, "name": "code", "variant": "declaration", "kind": 1024, @@ -1938,7 +1938,7 @@ { "type": "reflection", "declaration": { - "id": 1489, + "id": 1516, "name": "__type", "variant": "declaration", "kind": 65536, @@ -1951,12 +1951,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1463, + "target": 1490, "name": "CustomAuthError.code" } }, { - "id": 1486, + "id": 1513, "name": "name", "variant": "declaration", "kind": 1024, @@ -1976,12 +1976,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1461, + "target": 1488, "name": "CustomAuthError.name" } }, { - "id": 1487, + "id": 1514, "name": "status", "variant": "declaration", "kind": 1024, @@ -2009,7 +2009,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1462, + "target": 1489, "name": "CustomAuthError.status" } } @@ -2017,11 +2017,11 @@ "groups": [ { "title": "Constructors", - "children": [1483] + "children": [1510] }, { "title": "Properties", - "children": [1490, 1488, 1486, 1487] + "children": [1517, 1515, 1513, 1514] } ], "sources": [ @@ -2034,21 +2034,21 @@ "extendedTypes": [ { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1567, + "id": 1594, "name": "AuthInvalidJwtError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1568, + "id": 1595, "name": "constructor", "variant": "declaration", "kind": 512, @@ -2062,7 +2062,7 @@ ], "signatures": [ { - "id": 1569, + "id": 1596, "name": "AuthInvalidJwtError", "variant": "signature", "kind": 16384, @@ -2076,7 +2076,7 @@ ], "parameters": [ { - "id": 1570, + "id": 1597, "name": "message", "variant": "param", "kind": 32768, @@ -2089,25 +2089,25 @@ ], "type": { "type": "reference", - "target": 1567, + "target": 1594, "name": "AuthInvalidJwtError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1456, + "target": 1483, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1455, + "target": 1482, "name": "CustomAuthError.constructor" } }, { - "id": 1575, + "id": 1602, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -2128,12 +2128,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1465, + "target": 1492, "name": "CustomAuthError.__isAuthError" } }, { - "id": 1573, + "id": 1600, "name": "code", "variant": "declaration", "kind": 1024, @@ -2190,7 +2190,7 @@ { "type": "reflection", "declaration": { - "id": 1574, + "id": 1601, "name": "__type", "variant": "declaration", "kind": 65536, @@ -2203,12 +2203,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1463, + "target": 1490, "name": "CustomAuthError.code" } }, { - "id": 1571, + "id": 1598, "name": "name", "variant": "declaration", "kind": 1024, @@ -2228,12 +2228,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1461, + "target": 1488, "name": "CustomAuthError.name" } }, { - "id": 1572, + "id": 1599, "name": "status", "variant": "declaration", "kind": 1024, @@ -2261,7 +2261,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1462, + "target": 1489, "name": "CustomAuthError.status" } } @@ -2269,11 +2269,11 @@ "groups": [ { "title": "Constructors", - "children": [1568] + "children": [1595] }, { "title": "Properties", - "children": [1575, 1573, 1571, 1572] + "children": [1602, 1600, 1598, 1599] } ], "sources": [ @@ -2286,21 +2286,21 @@ "extendedTypes": [ { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1474, + "id": 1501, "name": "AuthInvalidTokenResponseError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1475, + "id": 1502, "name": "constructor", "variant": "declaration", "kind": 512, @@ -2314,7 +2314,7 @@ ], "signatures": [ { - "id": 1476, + "id": 1503, "name": "AuthInvalidTokenResponseError", "variant": "signature", "kind": 16384, @@ -2328,25 +2328,25 @@ ], "type": { "type": "reference", - "target": 1474, + "target": 1501, "name": "AuthInvalidTokenResponseError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1456, + "target": 1483, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1455, + "target": 1482, "name": "CustomAuthError.constructor" } }, { - "id": 1481, + "id": 1508, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -2367,12 +2367,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1465, + "target": 1492, "name": "CustomAuthError.__isAuthError" } }, { - "id": 1479, + "id": 1506, "name": "code", "variant": "declaration", "kind": 1024, @@ -2429,7 +2429,7 @@ { "type": "reflection", "declaration": { - "id": 1480, + "id": 1507, "name": "__type", "variant": "declaration", "kind": 65536, @@ -2442,12 +2442,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1463, + "target": 1490, "name": "CustomAuthError.code" } }, { - "id": 1477, + "id": 1504, "name": "name", "variant": "declaration", "kind": 1024, @@ -2467,12 +2467,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1461, + "target": 1488, "name": "CustomAuthError.name" } }, { - "id": 1478, + "id": 1505, "name": "status", "variant": "declaration", "kind": 1024, @@ -2500,7 +2500,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1462, + "target": 1489, "name": "CustomAuthError.status" } } @@ -2508,11 +2508,11 @@ "groups": [ { "title": "Constructors", - "children": [1475] + "children": [1502] }, { "title": "Properties", - "children": [1481, 1479, 1477, 1478] + "children": [1508, 1506, 1504, 1505] } ], "sources": [ @@ -2525,21 +2525,21 @@ "extendedTypes": [ { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1518, + "id": 1545, "name": "AuthPKCEGrantCodeExchangeError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1519, + "id": 1546, "name": "constructor", "variant": "declaration", "kind": 512, @@ -2553,7 +2553,7 @@ ], "signatures": [ { - "id": 1520, + "id": 1547, "name": "AuthPKCEGrantCodeExchangeError", "variant": "signature", "kind": 16384, @@ -2567,7 +2567,7 @@ ], "parameters": [ { - "id": 1521, + "id": 1548, "name": "message", "variant": "param", "kind": 32768, @@ -2578,7 +2578,7 @@ } }, { - "id": 1522, + "id": 1549, "name": "details", "variant": "param", "kind": 32768, @@ -2595,14 +2595,14 @@ { "type": "reflection", "declaration": { - "id": 1523, + "id": 1550, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1525, + "id": 1552, "name": "code", "variant": "declaration", "kind": 1024, @@ -2620,7 +2620,7 @@ } }, { - "id": 1524, + "id": 1551, "name": "error", "variant": "declaration", "kind": 1024, @@ -2641,7 +2641,7 @@ "groups": [ { "title": "Properties", - "children": [1525, 1524] + "children": [1552, 1551] } ], "sources": [ @@ -2659,25 +2659,25 @@ ], "type": { "type": "reference", - "target": 1518, + "target": 1545, "name": "AuthPKCEGrantCodeExchangeError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1456, + "target": 1483, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1455, + "target": 1482, "name": "CustomAuthError.constructor" } }, { - "id": 1544, + "id": 1571, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -2698,12 +2698,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1465, + "target": 1492, "name": "CustomAuthError.__isAuthError" } }, { - "id": 1542, + "id": 1569, "name": "code", "variant": "declaration", "kind": 1024, @@ -2760,7 +2760,7 @@ { "type": "reflection", "declaration": { - "id": 1543, + "id": 1570, "name": "__type", "variant": "declaration", "kind": 65536, @@ -2773,12 +2773,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1463, + "target": 1490, "name": "CustomAuthError.code" } }, { - "id": 1526, + "id": 1553, "name": "details", "variant": "declaration", "kind": 1024, @@ -2800,14 +2800,14 @@ { "type": "reflection", "declaration": { - "id": 1527, + "id": 1554, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1529, + "id": 1556, "name": "code", "variant": "declaration", "kind": 1024, @@ -2825,7 +2825,7 @@ } }, { - "id": 1528, + "id": 1555, "name": "error", "variant": "declaration", "kind": 1024, @@ -2846,7 +2846,7 @@ "groups": [ { "title": "Properties", - "children": [1529, 1528] + "children": [1556, 1555] } ], "sources": [ @@ -2862,7 +2862,7 @@ } }, { - "id": 1540, + "id": 1567, "name": "name", "variant": "declaration", "kind": 1024, @@ -2882,12 +2882,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1461, + "target": 1488, "name": "CustomAuthError.name" } }, { - "id": 1541, + "id": 1568, "name": "status", "variant": "declaration", "kind": 1024, @@ -2915,12 +2915,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1462, + "target": 1489, "name": "CustomAuthError.status" } }, { - "id": 1530, + "id": 1557, "name": "toJSON", "variant": "declaration", "kind": 2048, @@ -2934,7 +2934,7 @@ ], "signatures": [ { - "id": 1531, + "id": 1558, "name": "toJSON", "variant": "signature", "kind": 4096, @@ -2949,14 +2949,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1532, + "id": 1559, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1536, + "id": 1563, "name": "details", "variant": "declaration", "kind": 1024, @@ -2978,14 +2978,14 @@ { "type": "reflection", "declaration": { - "id": 1537, + "id": 1564, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1539, + "id": 1566, "name": "code", "variant": "declaration", "kind": 1024, @@ -3003,7 +3003,7 @@ } }, { - "id": 1538, + "id": 1565, "name": "error", "variant": "declaration", "kind": 1024, @@ -3024,7 +3024,7 @@ "groups": [ { "title": "Properties", - "children": [1539, 1538] + "children": [1566, 1565] } ], "sources": [ @@ -3040,7 +3040,7 @@ } }, { - "id": 1534, + "id": 1561, "name": "message", "variant": "declaration", "kind": 1024, @@ -3058,7 +3058,7 @@ } }, { - "id": 1533, + "id": 1560, "name": "name", "variant": "declaration", "kind": 1024, @@ -3076,7 +3076,7 @@ } }, { - "id": 1535, + "id": 1562, "name": "status", "variant": "declaration", "kind": 1024, @@ -3097,7 +3097,7 @@ "groups": [ { "title": "Properties", - "children": [1536, 1534, 1533, 1535] + "children": [1563, 1561, 1560, 1562] } ], "sources": [ @@ -3116,15 +3116,15 @@ "groups": [ { "title": "Constructors", - "children": [1519] + "children": [1546] }, { "title": "Properties", - "children": [1544, 1542, 1526, 1540, 1541] + "children": [1571, 1569, 1553, 1567, 1568] }, { "title": "Methods", - "children": [1530] + "children": [1557] } ], "sources": [ @@ -3137,21 +3137,21 @@ "extendedTypes": [ { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1545, + "id": 1572, "name": "AuthRetryableFetchError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1546, + "id": 1573, "name": "constructor", "variant": "declaration", "kind": 512, @@ -3165,7 +3165,7 @@ ], "signatures": [ { - "id": 1547, + "id": 1574, "name": "AuthRetryableFetchError", "variant": "signature", "kind": 16384, @@ -3179,7 +3179,7 @@ ], "parameters": [ { - "id": 1548, + "id": 1575, "name": "message", "variant": "param", "kind": 32768, @@ -3190,7 +3190,7 @@ } }, { - "id": 1549, + "id": 1576, "name": "status", "variant": "param", "kind": 32768, @@ -3203,25 +3203,25 @@ ], "type": { "type": "reference", - "target": 1545, + "target": 1572, "name": "AuthRetryableFetchError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1456, + "target": 1483, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1455, + "target": 1482, "name": "CustomAuthError.constructor" } }, { - "id": 1554, + "id": 1581, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -3242,12 +3242,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1465, + "target": 1492, "name": "CustomAuthError.__isAuthError" } }, { - "id": 1552, + "id": 1579, "name": "code", "variant": "declaration", "kind": 1024, @@ -3304,7 +3304,7 @@ { "type": "reflection", "declaration": { - "id": 1553, + "id": 1580, "name": "__type", "variant": "declaration", "kind": 65536, @@ -3317,12 +3317,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1463, + "target": 1490, "name": "CustomAuthError.code" } }, { - "id": 1550, + "id": 1577, "name": "name", "variant": "declaration", "kind": 1024, @@ -3342,12 +3342,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1461, + "target": 1488, "name": "CustomAuthError.name" } }, { - "id": 1551, + "id": 1578, "name": "status", "variant": "declaration", "kind": 1024, @@ -3375,7 +3375,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1462, + "target": 1489, "name": "CustomAuthError.status" } } @@ -3383,11 +3383,11 @@ "groups": [ { "title": "Constructors", - "children": [1546] + "children": [1573] }, { "title": "Properties", - "children": [1554, 1552, 1550, 1551] + "children": [1581, 1579, 1577, 1578] } ], "sources": [ @@ -3400,21 +3400,21 @@ "extendedTypes": [ { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1466, + "id": 1493, "name": "AuthSessionMissingError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1467, + "id": 1494, "name": "constructor", "variant": "declaration", "kind": 512, @@ -3428,7 +3428,7 @@ ], "signatures": [ { - "id": 1468, + "id": 1495, "name": "AuthSessionMissingError", "variant": "signature", "kind": 16384, @@ -3442,25 +3442,25 @@ ], "type": { "type": "reference", - "target": 1466, + "target": 1493, "name": "AuthSessionMissingError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1456, + "target": 1483, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1455, + "target": 1482, "name": "CustomAuthError.constructor" } }, { - "id": 1473, + "id": 1500, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -3481,12 +3481,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1465, + "target": 1492, "name": "CustomAuthError.__isAuthError" } }, { - "id": 1471, + "id": 1498, "name": "code", "variant": "declaration", "kind": 1024, @@ -3543,7 +3543,7 @@ { "type": "reflection", "declaration": { - "id": 1472, + "id": 1499, "name": "__type", "variant": "declaration", "kind": 65536, @@ -3556,12 +3556,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1463, + "target": 1490, "name": "CustomAuthError.code" } }, { - "id": 1469, + "id": 1496, "name": "name", "variant": "declaration", "kind": 1024, @@ -3581,12 +3581,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1461, + "target": 1488, "name": "CustomAuthError.name" } }, { - "id": 1470, + "id": 1497, "name": "status", "variant": "declaration", "kind": 1024, @@ -3614,7 +3614,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1462, + "target": 1489, "name": "CustomAuthError.status" } } @@ -3622,11 +3622,11 @@ "groups": [ { "title": "Constructors", - "children": [1467] + "children": [1494] }, { "title": "Properties", - "children": [1473, 1471, 1469, 1470] + "children": [1500, 1498, 1496, 1497] } ], "sources": [ @@ -3639,21 +3639,21 @@ "extendedTypes": [ { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1444, + "id": 1471, "name": "AuthUnknownError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1445, + "id": 1472, "name": "constructor", "variant": "declaration", "kind": 512, @@ -3667,7 +3667,7 @@ ], "signatures": [ { - "id": 1446, + "id": 1473, "name": "AuthUnknownError", "variant": "signature", "kind": 16384, @@ -3681,7 +3681,7 @@ ], "parameters": [ { - "id": 1447, + "id": 1474, "name": "message", "variant": "param", "kind": 32768, @@ -3692,7 +3692,7 @@ } }, { - "id": 1448, + "id": 1475, "name": "originalError", "variant": "param", "kind": 32768, @@ -3705,25 +3705,25 @@ ], "type": { "type": "reference", - "target": 1444, + "target": 1471, "name": "AuthUnknownError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1426, + "target": 1453, "name": "AuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1425, + "target": 1452, "name": "AuthError.constructor" } }, { - "id": 1453, + "id": 1480, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -3744,12 +3744,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1433, + "target": 1460, "name": "AuthError.__isAuthError" } }, { - "id": 1450, + "id": 1477, "name": "code", "variant": "declaration", "kind": 1024, @@ -3806,7 +3806,7 @@ { "type": "reflection", "declaration": { - "id": 1451, + "id": 1478, "name": "__type", "variant": "declaration", "kind": 65536, @@ -3819,12 +3819,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1430, + "target": 1457, "name": "AuthError.code" } }, { - "id": 1449, + "id": 1476, "name": "originalError", "variant": "declaration", "kind": 1024, @@ -3842,7 +3842,7 @@ } }, { - "id": 1452, + "id": 1479, "name": "status", "variant": "declaration", "kind": 1024, @@ -3879,7 +3879,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1432, + "target": 1459, "name": "AuthError.status" } } @@ -3887,11 +3887,11 @@ "groups": [ { "title": "Constructors", - "children": [1445] + "children": [1472] }, { "title": "Properties", - "children": [1453, 1450, 1449, 1452] + "children": [1480, 1477, 1476, 1479] } ], "sources": [ @@ -3904,14 +3904,14 @@ "extendedTypes": [ { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1555, + "id": 1582, "name": "AuthWeakPasswordError", "variant": "declaration", "kind": 128, @@ -3926,7 +3926,7 @@ }, "children": [ { - "id": 1556, + "id": 1583, "name": "constructor", "variant": "declaration", "kind": 512, @@ -3940,7 +3940,7 @@ ], "signatures": [ { - "id": 1557, + "id": 1584, "name": "AuthWeakPasswordError", "variant": "signature", "kind": 16384, @@ -3954,7 +3954,7 @@ ], "parameters": [ { - "id": 1558, + "id": 1585, "name": "message", "variant": "param", "kind": 32768, @@ -3965,7 +3965,7 @@ } }, { - "id": 1559, + "id": 1586, "name": "status", "variant": "param", "kind": 32768, @@ -3976,7 +3976,7 @@ } }, { - "id": 1560, + "id": 1587, "name": "reasons", "variant": "param", "kind": 32768, @@ -4005,25 +4005,25 @@ ], "type": { "type": "reference", - "target": 1555, + "target": 1582, "name": "AuthWeakPasswordError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1456, + "target": 1483, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1455, + "target": 1482, "name": "CustomAuthError.constructor" } }, { - "id": 1566, + "id": 1593, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -4044,12 +4044,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1465, + "target": 1492, "name": "CustomAuthError.__isAuthError" } }, { - "id": 1564, + "id": 1591, "name": "code", "variant": "declaration", "kind": 1024, @@ -4106,7 +4106,7 @@ { "type": "reflection", "declaration": { - "id": 1565, + "id": 1592, "name": "__type", "variant": "declaration", "kind": 65536, @@ -4119,12 +4119,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1463, + "target": 1490, "name": "CustomAuthError.code" } }, { - "id": 1562, + "id": 1589, "name": "name", "variant": "declaration", "kind": 1024, @@ -4144,12 +4144,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1461, + "target": 1488, "name": "CustomAuthError.name" } }, { - "id": 1561, + "id": 1588, "name": "reasons", "variant": "declaration", "kind": 1024, @@ -4191,7 +4191,7 @@ } }, { - "id": 1563, + "id": 1590, "name": "status", "variant": "declaration", "kind": 1024, @@ -4219,7 +4219,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1462, + "target": 1489, "name": "CustomAuthError.status" } } @@ -4227,11 +4227,11 @@ "groups": [ { "title": "Constructors", - "children": [1556] + "children": [1583] }, { "title": "Properties", - "children": [1566, 1564, 1562, 1561, 1563] + "children": [1593, 1591, 1589, 1588, 1590] } ], "sources": [ @@ -4244,21 +4244,21 @@ "extendedTypes": [ { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1454, + "id": 1481, "name": "CustomAuthError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1455, + "id": 1482, "name": "constructor", "variant": "declaration", "kind": 512, @@ -4272,7 +4272,7 @@ ], "signatures": [ { - "id": 1456, + "id": 1483, "name": "CustomAuthError", "variant": "signature", "kind": 16384, @@ -4286,7 +4286,7 @@ ], "parameters": [ { - "id": 1457, + "id": 1484, "name": "message", "variant": "param", "kind": 32768, @@ -4297,7 +4297,7 @@ } }, { - "id": 1458, + "id": 1485, "name": "name", "variant": "param", "kind": 32768, @@ -4308,7 +4308,7 @@ } }, { - "id": 1459, + "id": 1486, "name": "status", "variant": "param", "kind": 32768, @@ -4319,7 +4319,7 @@ } }, { - "id": 1460, + "id": 1487, "name": "code", "variant": "param", "kind": 32768, @@ -4341,25 +4341,25 @@ ], "type": { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1426, + "target": 1453, "name": "AuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1425, + "target": 1452, "name": "AuthError.constructor" } }, { - "id": 1465, + "id": 1492, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -4380,12 +4380,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1433, + "target": 1460, "name": "AuthError.__isAuthError" } }, { - "id": 1463, + "id": 1490, "name": "code", "variant": "declaration", "kind": 1024, @@ -4442,7 +4442,7 @@ { "type": "reflection", "declaration": { - "id": 1464, + "id": 1491, "name": "__type", "variant": "declaration", "kind": 65536, @@ -4455,12 +4455,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1430, + "target": 1457, "name": "AuthError.code" } }, { - "id": 1461, + "id": 1488, "name": "name", "variant": "declaration", "kind": 1024, @@ -4483,7 +4483,7 @@ } }, { - "id": 1462, + "id": 1489, "name": "status", "variant": "declaration", "kind": 1024, @@ -4509,7 +4509,7 @@ }, "overwrites": { "type": "reference", - "target": 1432, + "target": 1459, "name": "AuthError.status" } } @@ -4517,11 +4517,11 @@ "groups": [ { "title": "Constructors", - "children": [1455] + "children": [1482] }, { "title": "Properties", - "children": [1465, 1463, 1461, 1462] + "children": [1492, 1490, 1488, 1489] } ], "sources": [ @@ -4534,7 +4534,7 @@ "extendedTypes": [ { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -4542,42 +4542,42 @@ "extendedBy": [ { "type": "reference", - "target": 1466, + "target": 1493, "name": "AuthSessionMissingError" }, { "type": "reference", - "target": 1474, + "target": 1501, "name": "AuthInvalidTokenResponseError" }, { "type": "reference", - "target": 1482, + "target": 1509, "name": "AuthInvalidCredentialsError" }, { "type": "reference", - "target": 1491, + "target": 1518, "name": "AuthImplicitGrantRedirectError" }, { "type": "reference", - "target": 1518, + "target": 1545, "name": "AuthPKCEGrantCodeExchangeError" }, { "type": "reference", - "target": 1545, + "target": 1572, "name": "AuthRetryableFetchError" }, { "type": "reference", - "target": 1555, + "target": 1582, "name": "AuthWeakPasswordError" }, { "type": "reference", - "target": 1567, + "target": 1594, "name": "AuthInvalidJwtError" } ] @@ -5094,14 +5094,14 @@ ] }, { - "id": 275, + "id": 277, "name": "GoTrueAdminApi", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 276, + "id": 278, "name": "constructor", "variant": "declaration", "kind": 512, @@ -5115,7 +5115,7 @@ ], "signatures": [ { - "id": 277, + "id": 279, "name": "GoTrueAdminApi", "variant": "signature", "kind": 16384, @@ -5129,7 +5129,7 @@ ], "parameters": [ { - "id": 278, + "id": 280, "name": "__namedParameters", "variant": "param", "kind": 32768, @@ -5137,14 +5137,14 @@ "type": { "type": "reflection", "declaration": { - "id": 279, + "id": 281, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 285, + "id": 287, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -5161,7 +5161,7 @@ "type": { "type": "reflection", "declaration": { - "id": 286, + "id": 288, "name": "__type", "variant": "declaration", "kind": 65536, @@ -5180,7 +5180,7 @@ ], "signatures": [ { - "id": 287, + "id": 289, "name": "__type", "variant": "signature", "kind": 4096, @@ -5202,7 +5202,7 @@ ], "parameters": [ { - "id": 288, + "id": 290, "name": "input", "variant": "param", "kind": 32768, @@ -5232,7 +5232,7 @@ } }, { - "id": 289, + "id": 291, "name": "init", "variant": "param", "kind": 32768, @@ -5272,7 +5272,7 @@ } }, { - "id": 290, + "id": 292, "name": "__type", "variant": "signature", "kind": 4096, @@ -5294,7 +5294,7 @@ ], "parameters": [ { - "id": 291, + "id": 293, "name": "input", "variant": "param", "kind": 32768, @@ -5328,7 +5328,7 @@ } }, { - "id": 292, + "id": 294, "name": "init", "variant": "param", "kind": 32768, @@ -5372,7 +5372,7 @@ } }, { - "id": 281, + "id": 283, "name": "headers", "variant": "declaration", "kind": 1024, @@ -5389,7 +5389,7 @@ "type": { "type": "reflection", "declaration": { - "id": 282, + "id": 284, "name": "__type", "variant": "declaration", "kind": 65536, @@ -5403,7 +5403,7 @@ ], "indexSignatures": [ { - "id": 283, + "id": 285, "name": "__index", "variant": "signature", "kind": 8192, @@ -5417,7 +5417,7 @@ ], "parameters": [ { - "id": 284, + "id": 286, "name": "key", "variant": "param", "kind": 32768, @@ -5438,7 +5438,7 @@ } }, { - "id": 280, + "id": 282, "name": "url", "variant": "declaration", "kind": 1024, @@ -5459,7 +5459,7 @@ "groups": [ { "title": "Properties", - "children": [285, 281, 280] + "children": [287, 283, 282] } ], "sources": [ @@ -5475,7 +5475,7 @@ ], "type": { "type": "reference", - "target": 275, + "target": 277, "name": "GoTrueAdminApi", "package": "@supabase/auth-js", "qualifiedName": "default" @@ -5484,7 +5484,7 @@ ] }, { - "id": 300, + "id": 302, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -5501,7 +5501,7 @@ "type": { "type": "reflection", "declaration": { - "id": 301, + "id": 303, "name": "__type", "variant": "declaration", "kind": 65536, @@ -5520,7 +5520,7 @@ ], "signatures": [ { - "id": 302, + "id": 304, "name": "__type", "variant": "signature", "kind": 4096, @@ -5542,7 +5542,7 @@ ], "parameters": [ { - "id": 303, + "id": 305, "name": "input", "variant": "param", "kind": 32768, @@ -5572,7 +5572,7 @@ } }, { - "id": 304, + "id": 306, "name": "init", "variant": "param", "kind": 32768, @@ -5612,7 +5612,7 @@ } }, { - "id": 305, + "id": 307, "name": "__type", "variant": "signature", "kind": 4096, @@ -5634,7 +5634,7 @@ ], "parameters": [ { - "id": 306, + "id": 308, "name": "input", "variant": "param", "kind": 32768, @@ -5668,7 +5668,7 @@ } }, { - "id": 307, + "id": 309, "name": "init", "variant": "param", "kind": 32768, @@ -5712,7 +5712,7 @@ } }, { - "id": 296, + "id": 298, "name": "headers", "variant": "declaration", "kind": 1024, @@ -5729,7 +5729,7 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 299, "name": "__type", "variant": "declaration", "kind": 65536, @@ -5743,7 +5743,7 @@ ], "indexSignatures": [ { - "id": 298, + "id": 300, "name": "__index", "variant": "signature", "kind": 8192, @@ -5757,7 +5757,7 @@ ], "parameters": [ { - "id": 299, + "id": 301, "name": "key", "variant": "param", "kind": 32768, @@ -5778,7 +5778,7 @@ } }, { - "id": 293, + "id": 295, "name": "mfa", "variant": "declaration", "kind": 1024, @@ -5800,13 +5800,13 @@ ], "type": { "type": "reference", - "target": 1237, + "target": 1248, "name": "GoTrueAdminMFAApi", "package": "@supabase/auth-js" } }, { - "id": 294, + "id": 296, "name": "oauth", "variant": "declaration", "kind": 1024, @@ -5828,13 +5828,13 @@ ], "type": { "type": "reference", - "target": 1347, + "target": 1374, "name": "GoTrueAdminOAuthApi", "package": "@supabase/auth-js" } }, { - "id": 295, + "id": 297, "name": "url", "variant": "declaration", "kind": 1024, @@ -5854,7 +5854,7 @@ } }, { - "id": 325, + "id": 327, "name": "createUser", "variant": "declaration", "kind": 2048, @@ -5868,7 +5868,7 @@ ], "signatures": [ { - "id": 326, + "id": 328, "name": "createUser", "variant": "signature", "kind": 4096, @@ -5898,14 +5898,14 @@ ], "parameters": [ { - "id": 327, + "id": 329, "name": "attributes", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 839, + "target": 848, "name": "AdminUserAttributes", "package": "@supabase/auth-js" } @@ -5920,7 +5920,7 @@ "typeArguments": [ { "type": "reference", - "target": 793, + "target": 801, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -5932,7 +5932,7 @@ ] }, { - "id": 349, + "id": 351, "name": "deleteUser", "variant": "declaration", "kind": 2048, @@ -5946,7 +5946,7 @@ ], "signatures": [ { - "id": 350, + "id": 352, "name": "deleteUser", "variant": "signature", "kind": 4096, @@ -5976,7 +5976,7 @@ ], "parameters": [ { - "id": 351, + "id": 353, "name": "id", "variant": "param", "kind": 32768, @@ -5995,7 +5995,7 @@ } }, { - "id": 352, + "id": 354, "name": "shouldSoftDelete", "variant": "param", "kind": 32768, @@ -6033,7 +6033,7 @@ "typeArguments": [ { "type": "reference", - "target": 793, + "target": 801, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -6045,7 +6045,7 @@ ] }, { - "id": 322, + "id": 324, "name": "generateLink", "variant": "declaration", "kind": 2048, @@ -6059,7 +6059,7 @@ ], "signatures": [ { - "id": 323, + "id": 325, "name": "generateLink", "variant": "signature", "kind": 4096, @@ -6081,14 +6081,14 @@ ], "parameters": [ { - "id": 324, + "id": 326, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1047, + "target": 1058, "name": "GenerateLinkParams", "package": "@supabase/auth-js" } @@ -6103,7 +6103,7 @@ "typeArguments": [ { "type": "reference", - "target": 1048, + "target": 1059, "name": "GenerateLinkResponse", "package": "@supabase/auth-js" } @@ -6115,7 +6115,7 @@ ] }, { - "id": 342, + "id": 344, "name": "getUserById", "variant": "declaration", "kind": 2048, @@ -6129,7 +6129,7 @@ ], "signatures": [ { - "id": 343, + "id": 345, "name": "getUserById", "variant": "signature", "kind": 4096, @@ -6151,7 +6151,7 @@ ], "parameters": [ { - "id": 344, + "id": 346, "name": "uid", "variant": "param", "kind": 32768, @@ -6187,7 +6187,7 @@ "typeArguments": [ { "type": "reference", - "target": 793, + "target": 801, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -6199,7 +6199,7 @@ ] }, { - "id": 315, + "id": 317, "name": "inviteUserByEmail", "variant": "declaration", "kind": 2048, @@ -6213,7 +6213,7 @@ ], "signatures": [ { - "id": 316, + "id": 318, "name": "inviteUserByEmail", "variant": "signature", "kind": 4096, @@ -6235,7 +6235,7 @@ ], "parameters": [ { - "id": 317, + "id": 319, "name": "email", "variant": "param", "kind": 32768, @@ -6254,7 +6254,7 @@ } }, { - "id": 318, + "id": 320, "name": "options", "variant": "param", "kind": 32768, @@ -6272,14 +6272,14 @@ "type": { "type": "reflection", "declaration": { - "id": 319, + "id": 321, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 320, + "id": 322, "name": "data", "variant": "declaration", "kind": 1024, @@ -6315,7 +6315,7 @@ } }, { - "id": 321, + "id": 323, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -6346,7 +6346,7 @@ "groups": [ { "title": "Properties", - "children": [320, 321] + "children": [322, 323] } ], "sources": [ @@ -6369,7 +6369,7 @@ "typeArguments": [ { "type": "reference", - "target": 793, + "target": 801, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -6381,7 +6381,7 @@ ] }, { - "id": 328, + "id": 330, "name": "listUsers", "variant": "declaration", "kind": 2048, @@ -6395,7 +6395,7 @@ ], "signatures": [ { - "id": 329, + "id": 331, "name": "listUsers", "variant": "signature", "kind": 4096, @@ -6425,7 +6425,7 @@ ], "parameters": [ { - "id": 330, + "id": 332, "name": "params", "variant": "param", "kind": 32768, @@ -6458,7 +6458,7 @@ }, "type": { "type": "reference", - "target": 1258, + "target": 1269, "name": "PageParams", "package": "@supabase/auth-js" } @@ -6477,14 +6477,14 @@ { "type": "reflection", "declaration": { - "id": 331, + "id": 333, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 332, + "id": 334, "name": "data", "variant": "declaration", "kind": 1024, @@ -6502,14 +6502,14 @@ { "type": "reflection", "declaration": { - "id": 333, + "id": 335, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 335, + "id": 337, "name": "aud", "variant": "declaration", "kind": 1024, @@ -6527,7 +6527,7 @@ } }, { - "id": 334, + "id": 336, "name": "users", "variant": "declaration", "kind": 1024, @@ -6553,7 +6553,7 @@ "groups": [ { "title": "Properties", - "children": [335, 334] + "children": [337, 336] } ], "sources": [ @@ -6567,7 +6567,7 @@ }, { "type": "reference", - "target": 1251, + "target": 1262, "name": "Pagination", "package": "@supabase/auth-js" } @@ -6575,7 +6575,7 @@ } }, { - "id": 336, + "id": 338, "name": "error", "variant": "declaration", "kind": 1024, @@ -6596,7 +6596,7 @@ "groups": [ { "title": "Properties", - "children": [332, 336] + "children": [334, 338] } ], "sources": [ @@ -6611,14 +6611,14 @@ { "type": "reflection", "declaration": { - "id": 337, + "id": 339, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 338, + "id": 340, "name": "data", "variant": "declaration", "kind": 1024, @@ -6633,14 +6633,14 @@ "type": { "type": "reflection", "declaration": { - "id": 339, + "id": 341, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 340, + "id": 342, "name": "users", "variant": "declaration", "kind": 1024, @@ -6660,7 +6660,7 @@ "groups": [ { "title": "Properties", - "children": [340] + "children": [342] } ], "sources": [ @@ -6674,7 +6674,7 @@ } }, { - "id": 341, + "id": 343, "name": "error", "variant": "declaration", "kind": 1024, @@ -6688,7 +6688,7 @@ ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -6697,7 +6697,7 @@ "groups": [ { "title": "Properties", - "children": [338, 341] + "children": [340, 343] } ], "sources": [ @@ -6719,7 +6719,7 @@ ] }, { - "id": 308, + "id": 310, "name": "signOut", "variant": "declaration", "kind": 2048, @@ -6733,7 +6733,7 @@ ], "signatures": [ { - "id": 309, + "id": 311, "name": "signOut", "variant": "signature", "kind": 4096, @@ -6755,7 +6755,7 @@ ], "parameters": [ { - "id": 310, + "id": 312, "name": "jwt", "variant": "param", "kind": 32768, @@ -6774,7 +6774,7 @@ } }, { - "id": 311, + "id": 313, "name": "scope", "variant": "param", "kind": 32768, @@ -6818,14 +6818,14 @@ { "type": "reflection", "declaration": { - "id": 312, + "id": 314, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 313, + "id": 315, "name": "data", "variant": "declaration", "kind": 1024, @@ -6843,7 +6843,7 @@ } }, { - "id": 314, + "id": 316, "name": "error", "variant": "declaration", "kind": 1024, @@ -6864,7 +6864,7 @@ }, { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -6875,7 +6875,7 @@ "groups": [ { "title": "Properties", - "children": [313, 314] + "children": [315, 316] } ], "sources": [ @@ -6895,7 +6895,7 @@ ] }, { - "id": 345, + "id": 347, "name": "updateUserById", "variant": "declaration", "kind": 2048, @@ -6909,7 +6909,7 @@ ], "signatures": [ { - "id": 346, + "id": 348, "name": "updateUserById", "variant": "signature", "kind": 4096, @@ -6931,7 +6931,7 @@ ], "parameters": [ { - "id": 347, + "id": 349, "name": "uid", "variant": "param", "kind": 32768, @@ -6942,7 +6942,7 @@ } }, { - "id": 348, + "id": 350, "name": "attributes", "variant": "param", "kind": 32768, @@ -6965,7 +6965,7 @@ }, "type": { "type": "reference", - "target": 839, + "target": 848, "name": "AdminUserAttributes", "package": "@supabase/auth-js" } @@ -6980,7 +6980,7 @@ "typeArguments": [ { "type": "reference", - "target": 793, + "target": 801, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -6995,15 +6995,15 @@ "groups": [ { "title": "Constructors", - "children": [276] + "children": [278] }, { "title": "Properties", - "children": [300, 296, 293, 294, 295] + "children": [302, 298, 295, 296, 297] }, { "title": "Methods", - "children": [325, 349, 322, 342, 315, 328, 308, 345] + "children": [327, 351, 324, 344, 317, 330, 310, 347] } ], "sources": [ @@ -7015,14 +7015,14 @@ ] }, { - "id": 361, + "id": 363, "name": "GoTrueClient", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 363, + "id": 365, "name": "constructor", "variant": "declaration", "kind": 512, @@ -7030,13 +7030,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 81, + "line": 82, "character": 4 } ], "signatures": [ { - "id": 364, + "id": 366, "name": "GoTrueClient", "variant": "signature", "kind": 16384, @@ -7052,20 +7052,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 81, + "line": 82, "character": 4 } ], "parameters": [ { - "id": 365, + "id": 367, "name": "options", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 705, + "target": 712, "name": "GoTrueClientOptions", "package": "@supabase/auth-js" } @@ -7073,7 +7073,7 @@ ], "type": { "type": "reference", - "target": 361, + "target": 363, "name": "GoTrueClient", "package": "@supabase/auth-js", "qualifiedName": "default" @@ -7082,7 +7082,7 @@ ] }, { - "id": 367, + "id": 369, "name": "admin", "variant": "declaration", "kind": 1024, @@ -7104,14 +7104,14 @@ ], "type": { "type": "reference", - "target": 275, + "target": 277, "name": "GoTrueAdminApi", "package": "@supabase/auth-js", "qualifiedName": "default" } }, { - "id": 393, + "id": 395, "name": "autoRefreshTicker", "variant": "declaration", "kind": 1024, @@ -7146,7 +7146,7 @@ } }, { - "id": 384, + "id": 386, "name": "autoRefreshToken", "variant": "declaration", "kind": 1024, @@ -7166,7 +7166,7 @@ } }, { - "id": 418, + "id": 421, "name": "broadcastChannel", "variant": "declaration", "kind": 1024, @@ -7184,7 +7184,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 75, + "line": 76, "character": 14 } ], @@ -7208,7 +7208,7 @@ } }, { - "id": 399, + "id": 401, "name": "detectSessionInUrl", "variant": "declaration", "kind": 1024, @@ -7228,7 +7228,7 @@ } }, { - "id": 407, + "id": 409, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -7245,7 +7245,7 @@ "type": { "type": "reflection", "declaration": { - "id": 408, + "id": 410, "name": "__type", "variant": "declaration", "kind": 65536, @@ -7264,7 +7264,7 @@ ], "signatures": [ { - "id": 409, + "id": 411, "name": "__type", "variant": "signature", "kind": 4096, @@ -7286,7 +7286,7 @@ ], "parameters": [ { - "id": 410, + "id": 412, "name": "input", "variant": "param", "kind": 32768, @@ -7316,7 +7316,7 @@ } }, { - "id": 411, + "id": 413, "name": "init", "variant": "param", "kind": 32768, @@ -7356,7 +7356,7 @@ } }, { - "id": 412, + "id": 414, "name": "__type", "variant": "signature", "kind": 4096, @@ -7378,7 +7378,7 @@ ], "parameters": [ { - "id": 413, + "id": 415, "name": "input", "variant": "param", "kind": 32768, @@ -7412,7 +7412,7 @@ } }, { - "id": 414, + "id": 416, "name": "init", "variant": "param", "kind": 32768, @@ -7456,7 +7456,7 @@ } }, { - "id": 371, + "id": 373, "name": "flowType", "variant": "declaration", "kind": 1024, @@ -7472,13 +7472,13 @@ ], "type": { "type": "reference", - "target": 898, + "target": 907, "name": "AuthFlowType", "package": "@supabase/auth-js" } }, { - "id": 405, + "id": 407, "name": "hasCustomAuthorizationHeader", "variant": "declaration", "kind": 1024, @@ -7498,7 +7498,7 @@ } }, { - "id": 401, + "id": 403, "name": "headers", "variant": "declaration", "kind": 1024, @@ -7515,7 +7515,7 @@ "type": { "type": "reflection", "declaration": { - "id": 402, + "id": 404, "name": "__type", "variant": "declaration", "kind": 65536, @@ -7529,7 +7529,7 @@ ], "indexSignatures": [ { - "id": 403, + "id": 405, "name": "__index", "variant": "signature", "kind": 8192, @@ -7543,7 +7543,7 @@ ], "parameters": [ { - "id": 404, + "id": 406, "name": "key", "variant": "param", "kind": 32768, @@ -7564,7 +7564,7 @@ } }, { - "id": 398, + "id": 400, "name": "initializePromise", "variant": "declaration", "kind": 1024, @@ -7610,7 +7610,7 @@ "typeArguments": [ { "type": "reference", - "target": 1247, + "target": 1258, "name": "InitializeResult", "package": "@supabase/auth-js" } @@ -7622,7 +7622,7 @@ } }, { - "id": 415, + "id": 417, "name": "lock", "variant": "declaration", "kind": 1024, @@ -7638,13 +7638,13 @@ ], "type": { "type": "reference", - "target": 696, + "target": 703, "name": "LockFunc", "package": "@supabase/auth-js" } }, { - "id": 416, + "id": 418, "name": "lockAcquired", "variant": "declaration", "kind": 1024, @@ -7664,7 +7664,7 @@ } }, { - "id": 419, + "id": 422, "name": "logDebugMessages", "variant": "declaration", "kind": 1024, @@ -7674,7 +7674,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 76, + "line": 77, "character": 14 } ], @@ -7684,7 +7684,7 @@ } }, { - "id": 420, + "id": 423, "name": "logger", "variant": "declaration", "kind": 1024, @@ -7694,14 +7694,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 77, + "line": 78, "character": 14 } ], "type": { "type": "reflection", "declaration": { - "id": 421, + "id": 424, "name": "__type", "variant": "declaration", "kind": 65536, @@ -7709,13 +7709,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 77, + "line": 78, "character": 22 } ], "signatures": [ { - "id": 422, + "id": 425, "name": "__type", "variant": "signature", "kind": 4096, @@ -7723,13 +7723,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 77, + "line": 78, "character": 22 } ], "parameters": [ { - "id": 423, + "id": 426, "name": "message", "variant": "param", "kind": 32768, @@ -7740,7 +7740,7 @@ } }, { - "id": 424, + "id": 427, "name": "args", "variant": "param", "kind": 32768, @@ -7766,7 +7766,7 @@ } }, { - "id": 388, + "id": 390, "name": "memoryStorage", "variant": "declaration", "kind": 1024, @@ -7790,7 +7790,7 @@ { "type": "reflection", "declaration": { - "id": 389, + "id": 391, "name": "__type", "variant": "declaration", "kind": 65536, @@ -7804,7 +7804,7 @@ ], "indexSignatures": [ { - "id": 390, + "id": 392, "name": "__index", "variant": "signature", "kind": 8192, @@ -7818,7 +7818,7 @@ ], "parameters": [ { - "id": 391, + "id": 393, "name": "key", "variant": "param", "kind": 32768, @@ -7841,7 +7841,7 @@ } }, { - "id": 368, + "id": 370, "name": "mfa", "variant": "declaration", "kind": 1024, @@ -7863,13 +7863,13 @@ ], "type": { "type": "reference", - "target": 1107, + "target": 1118, "name": "GoTrueMFAApi", "package": "@supabase/auth-js" } }, { - "id": 369, + "id": 371, "name": "oauth", "variant": "declaration", "kind": 1024, @@ -7891,13 +7891,13 @@ ], "type": { "type": "reference", - "target": 1390, + "target": 1417, "name": "AuthOAuthServerApi", "package": "@supabase/auth-js" } }, { - "id": 417, + "id": 419, "name": "pendingInLock", "variant": "declaration", "kind": 1024, @@ -7931,7 +7931,7 @@ } }, { - "id": 385, + "id": 387, "name": "persistSession", "variant": "declaration", "kind": 1024, @@ -7951,7 +7951,7 @@ } }, { - "id": 397, + "id": 399, "name": "refreshingDeferred", "variant": "declaration", "kind": 1024, @@ -7981,7 +7981,7 @@ "typeArguments": [ { "type": "reference", - "target": 1250, + "target": 1261, "name": "CallRefreshTokenResult", "package": "@supabase/auth-js" } @@ -7993,7 +7993,7 @@ } }, { - "id": 392, + "id": 394, "name": "stateChangeEmitters", "variant": "declaration", "kind": 1024, @@ -8015,12 +8015,21 @@ }, "typeArguments": [ { - "type": "intrinsic", - "name": "string" + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "symbol" + } + ] }, { "type": "reference", - "target": 852, + "target": 861, "name": "Subscription", "package": "@supabase/auth-js" } @@ -8030,7 +8039,7 @@ } }, { - "id": 386, + "id": 388, "name": "storage", "variant": "declaration", "kind": 1024, @@ -8046,13 +8055,13 @@ ], "type": { "type": "reference", - "target": 1244, + "target": 1255, "name": "SupportedStorage", "package": "@supabase/auth-js" } }, { - "id": 370, + "id": 372, "name": "storageKey", "variant": "declaration", "kind": 1024, @@ -8080,7 +8089,7 @@ } }, { - "id": 406, + "id": 408, "name": "suppressGetSessionWarning", "variant": "declaration", "kind": 1024, @@ -8100,7 +8109,27 @@ } }, { - "id": 400, + "id": 420, + "name": "throwOnError", + "variant": "declaration", + "kind": 1024, + "flags": { + "isProtected": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", + "line": 72, + "character": 14 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 402, "name": "url", "variant": "declaration", "kind": 1024, @@ -8120,7 +8149,7 @@ } }, { - "id": 387, + "id": 389, "name": "userStorage", "variant": "declaration", "kind": 1024, @@ -8147,7 +8176,7 @@ }, { "type": "reference", - "target": 1244, + "target": 1255, "name": "SupportedStorage", "package": "@supabase/auth-js" } @@ -8155,7 +8184,7 @@ } }, { - "id": 394, + "id": 396, "name": "visibilityChangedCallback", "variant": "declaration", "kind": 1024, @@ -8179,7 +8208,7 @@ { "type": "reflection", "declaration": { - "id": 395, + "id": 397, "name": "__type", "variant": "declaration", "kind": 65536, @@ -8193,7 +8222,7 @@ ], "signatures": [ { - "id": 396, + "id": 398, "name": "__type", "variant": "signature", "kind": 4096, @@ -8228,7 +8257,7 @@ } }, { - "id": 372, + "id": 374, "name": "jwks", "variant": "declaration", "kind": 262144, @@ -8248,7 +8277,7 @@ } ], "getSignature": { - "id": 373, + "id": 375, "name": "jwks", "variant": "signature", "kind": 524288, @@ -8271,14 +8300,14 @@ "type": { "type": "reflection", "declaration": { - "id": 374, + "id": 376, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 375, + "id": 377, "name": "keys", "variant": "declaration", "kind": 1024, @@ -8294,7 +8323,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 1290, + "target": 1317, "name": "JWK", "package": "@supabase/auth-js" } @@ -8304,7 +8333,7 @@ "groups": [ { "title": "Properties", - "children": [375] + "children": [377] } ], "sources": [ @@ -8318,7 +8347,7 @@ } }, "setSignature": { - "id": 376, + "id": 378, "name": "jwks", "variant": "signature", "kind": 1048576, @@ -8332,7 +8361,7 @@ ], "parameters": [ { - "id": 377, + "id": 379, "name": "value", "variant": "param", "kind": 32768, @@ -8340,14 +8369,14 @@ "type": { "type": "reflection", "declaration": { - "id": 378, + "id": 380, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 379, + "id": 381, "name": "keys", "variant": "declaration", "kind": 1024, @@ -8363,7 +8392,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 1290, + "target": 1317, "name": "JWK", "package": "@supabase/auth-js" } @@ -8373,7 +8402,7 @@ "groups": [ { "title": "Properties", - "children": [379] + "children": [381] } ], "sources": [ @@ -8394,7 +8423,7 @@ } }, { - "id": 380, + "id": 382, "name": "jwks_cached_at", "variant": "declaration", "kind": 262144, @@ -8414,7 +8443,7 @@ } ], "getSignature": { - "id": 381, + "id": 383, "name": "jwks_cached_at", "variant": "signature", "kind": 524288, @@ -8432,7 +8461,7 @@ } }, "setSignature": { - "id": 382, + "id": 384, "name": "jwks_cached_at", "variant": "signature", "kind": 1048576, @@ -8446,7 +8475,7 @@ ], "parameters": [ { - "id": 383, + "id": 385, "name": "value", "variant": "param", "kind": 32768, @@ -8464,7 +8493,7 @@ } }, { - "id": 533, + "id": 540, "name": "_refreshSession", "variant": "declaration", "kind": 2048, @@ -8474,13 +8503,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 290, + "line": 302, "character": 14 } ], "signatures": [ { - "id": 534, + "id": 541, "name": "_refreshSession", "variant": "signature", "kind": 4096, @@ -8488,13 +8517,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 290, + "line": 302, "character": 14 } ], "parameters": [ { - "id": 535, + "id": 542, "name": "currentSession", "variant": "param", "kind": 32768, @@ -8504,14 +8533,14 @@ "type": { "type": "reflection", "declaration": { - "id": 536, + "id": 543, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 537, + "id": 544, "name": "refresh_token", "variant": "declaration", "kind": 1024, @@ -8519,7 +8548,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 291, + "line": 303, "character": 8 } ], @@ -8532,13 +8561,13 @@ "groups": [ { "title": "Properties", - "children": [537] + "children": [544] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 290, + "line": 302, "character": 47 } ] @@ -8555,7 +8584,7 @@ "typeArguments": [ { "type": "reference", - "target": 754, + "target": 762, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -8567,7 +8596,7 @@ ] }, { - "id": 522, + "id": 529, "name": "_setSession", "variant": "declaration", "kind": 2048, @@ -8577,13 +8606,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 277, + "line": 289, "character": 14 } ], "signatures": [ { - "id": 523, + "id": 530, "name": "_setSession", "variant": "signature", "kind": 4096, @@ -8591,13 +8620,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 277, + "line": 289, "character": 14 } ], "parameters": [ { - "id": 524, + "id": 531, "name": "currentSession", "variant": "param", "kind": 32768, @@ -8605,14 +8634,14 @@ "type": { "type": "reflection", "declaration": { - "id": 525, + "id": 532, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 526, + "id": 533, "name": "access_token", "variant": "declaration", "kind": 1024, @@ -8620,7 +8649,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 278, + "line": 290, "character": 8 } ], @@ -8630,7 +8659,7 @@ } }, { - "id": 527, + "id": 534, "name": "refresh_token", "variant": "declaration", "kind": 1024, @@ -8638,7 +8667,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 279, + "line": 291, "character": 8 } ], @@ -8651,13 +8680,13 @@ "groups": [ { "title": "Properties", - "children": [526, 527] + "children": [533, 534] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 277, + "line": 289, "character": 42 } ] @@ -8674,7 +8703,7 @@ "typeArguments": [ { "type": "reference", - "target": 754, + "target": 762, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -8686,7 +8715,7 @@ ] }, { - "id": 546, + "id": 553, "name": "_signOut", "variant": "declaration", "kind": 2048, @@ -8696,13 +8725,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 316, + "line": 328, "character": 14 } ], "signatures": [ { - "id": 547, + "id": 554, "name": "_signOut", "variant": "signature", "kind": 4096, @@ -8710,13 +8739,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 316, + "line": 328, "character": 14 } ], "parameters": [ { - "id": 548, + "id": 555, "name": "__namedParameters", "variant": "param", "kind": 32768, @@ -8725,7 +8754,7 @@ }, "type": { "type": "reference", - "target": 1262, + "target": 1273, "name": "SignOut", "package": "@supabase/auth-js" } @@ -8741,14 +8770,14 @@ { "type": "reflection", "declaration": { - "id": 549, + "id": 556, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 550, + "id": 557, "name": "error", "variant": "declaration", "kind": 1024, @@ -8756,7 +8785,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 317, + "line": 329, "character": 8 } ], @@ -8769,7 +8798,7 @@ }, { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -8780,13 +8809,13 @@ "groups": [ { "title": "Properties", - "children": [550] + "children": [557] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 316, + "line": 328, "character": 53 } ] @@ -8800,7 +8829,7 @@ ] }, { - "id": 510, + "id": 517, "name": "_updateUser", "variant": "declaration", "kind": 2048, @@ -8810,13 +8839,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 265, + "line": 277, "character": 14 } ], "signatures": [ { - "id": 511, + "id": 518, "name": "_updateUser", "variant": "signature", "kind": 4096, @@ -8824,26 +8853,26 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 265, + "line": 277, "character": 14 } ], "parameters": [ { - "id": 512, + "id": 519, "name": "attributes", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 833, + "target": 842, "name": "UserAttributes", "package": "@supabase/auth-js" } }, { - "id": 513, + "id": 520, "name": "options", "variant": "param", "kind": 32768, @@ -8853,14 +8882,14 @@ "type": { "type": "reflection", "declaration": { - "id": 514, + "id": 521, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 515, + "id": 522, "name": "emailRedirectTo", "variant": "declaration", "kind": 1024, @@ -8870,7 +8899,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 266, + "line": 278, "character": 8 } ], @@ -8883,13 +8912,13 @@ "groups": [ { "title": "Properties", - "children": [515] + "children": [522] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 265, + "line": 277, "character": 64 } ] @@ -8906,7 +8935,7 @@ "typeArguments": [ { "type": "reference", - "target": 793, + "target": 801, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -8918,7 +8947,7 @@ ] }, { - "id": 441, + "id": 448, "name": "exchangeCodeForSession", "variant": "declaration", "kind": 2048, @@ -8926,13 +8955,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 130, + "line": 142, "character": 4 } ], "signatures": [ { - "id": 442, + "id": 449, "name": "exchangeCodeForSession", "variant": "signature", "kind": 4096, @@ -8948,13 +8977,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 130, + "line": 142, "character": 4 } ], "parameters": [ { - "id": 443, + "id": 450, "name": "authCode", "variant": "param", "kind": 32768, @@ -8974,7 +9003,7 @@ "typeArguments": [ { "type": "reference", - "target": 768, + "target": 776, "name": "AuthTokenResponse", "package": "@supabase/auth-js" } @@ -8986,7 +9015,7 @@ ] }, { - "id": 644, + "id": 651, "name": "getClaims", "variant": "declaration", "kind": 2048, @@ -8994,13 +9023,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 549, + "line": 561, "character": 4 } ], "signatures": [ { - "id": 645, + "id": 652, "name": "getClaims", "variant": "signature", "kind": 4096, @@ -9042,13 +9071,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 549, + "line": 561, "character": 4 } ], "parameters": [ { - "id": 646, + "id": 653, "name": "jwt", "variant": "param", "kind": 32768, @@ -9078,7 +9107,7 @@ } }, { - "id": 647, + "id": 654, "name": "options", "variant": "param", "kind": 32768, @@ -9096,14 +9125,14 @@ "type": { "type": "reflection", "declaration": { - "id": 648, + "id": 655, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 650, + "id": 657, "name": "allowExpired", "variant": "declaration", "kind": 1024, @@ -9137,7 +9166,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 555, + "line": 567, "character": 8 } ], @@ -9147,7 +9176,7 @@ } }, { - "id": 651, + "id": 658, "name": "jwks", "variant": "declaration", "kind": 1024, @@ -9165,21 +9194,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 557, + "line": 569, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 652, + "id": 659, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 653, + "id": 660, "name": "keys", "variant": "declaration", "kind": 1024, @@ -9187,7 +9216,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 558, + "line": 570, "character": 12 } ], @@ -9195,7 +9224,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 1290, + "target": 1317, "name": "JWK", "package": "@supabase/auth-js" } @@ -9205,13 +9234,13 @@ "groups": [ { "title": "Properties", - "children": [653] + "children": [660] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 557, + "line": 569, "character": 15 } ] @@ -9219,7 +9248,7 @@ } }, { - "id": 649, + "id": 656, "name": "keys", "variant": "declaration", "kind": 1024, @@ -9243,7 +9272,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 553, + "line": 565, "character": 8 } ], @@ -9251,7 +9280,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 1290, + "target": 1317, "name": "JWK", "package": "@supabase/auth-js" } @@ -9261,13 +9290,13 @@ "groups": [ { "title": "Properties", - "children": [650, 651, 649] + "children": [657, 658, 656] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 549, + "line": 561, "character": 38 } ] @@ -9288,14 +9317,14 @@ { "type": "reflection", "declaration": { - "id": 654, + "id": 661, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 655, + "id": 662, "name": "data", "variant": "declaration", "kind": 1024, @@ -9303,21 +9332,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 561, + "line": 573, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 656, + "id": 663, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 657, + "id": 664, "name": "claims", "variant": "declaration", "kind": 1024, @@ -9325,19 +9354,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 562, + "line": 574, "character": 12 } ], "type": { "type": "reference", - "target": 1286, + "target": 1297, "name": "JwtPayload", "package": "@supabase/auth-js" } }, { - "id": 658, + "id": 665, "name": "header", "variant": "declaration", "kind": 1024, @@ -9345,19 +9374,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 563, + "line": 575, "character": 12 } ], "type": { "type": "reference", - "target": 1271, + "target": 1282, "name": "JwtHeader", "package": "@supabase/auth-js" } }, { - "id": 659, + "id": 666, "name": "signature", "variant": "declaration", "kind": 1024, @@ -9365,7 +9394,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 564, + "line": 576, "character": 12 } ], @@ -9383,13 +9412,13 @@ "groups": [ { "title": "Properties", - "children": [657, 658, 659] + "children": [664, 665, 666] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 561, + "line": 573, "character": 14 } ] @@ -9397,7 +9426,7 @@ } }, { - "id": 660, + "id": 667, "name": "error", "variant": "declaration", "kind": 1024, @@ -9405,7 +9434,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 566, + "line": 578, "character": 8 } ], @@ -9418,13 +9447,13 @@ "groups": [ { "title": "Properties", - "children": [655, 660] + "children": [662, 667] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 560, + "line": 572, "character": 16 } ] @@ -9433,14 +9462,14 @@ { "type": "reflection", "declaration": { - "id": 661, + "id": 668, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 662, + "id": 669, "name": "data", "variant": "declaration", "kind": 1024, @@ -9448,7 +9477,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 568, + "line": 580, "character": 8 } ], @@ -9458,7 +9487,7 @@ } }, { - "id": 663, + "id": 670, "name": "error", "variant": "declaration", "kind": 1024, @@ -9466,13 +9495,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 569, + "line": 581, "character": 8 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -9481,13 +9510,13 @@ "groups": [ { "title": "Properties", - "children": [662, 663] + "children": [669, 670] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 567, + "line": 579, "character": 8 } ] @@ -9496,14 +9525,14 @@ { "type": "reflection", "declaration": { - "id": 664, + "id": 671, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 665, + "id": 672, "name": "data", "variant": "declaration", "kind": 1024, @@ -9511,7 +9540,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 571, + "line": 583, "character": 8 } ], @@ -9521,7 +9550,7 @@ } }, { - "id": 666, + "id": 673, "name": "error", "variant": "declaration", "kind": 1024, @@ -9529,7 +9558,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 572, + "line": 584, "character": 8 } ], @@ -9542,13 +9571,13 @@ "groups": [ { "title": "Properties", - "children": [665, 666] + "children": [672, 673] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 570, + "line": 582, "character": 8 } ] @@ -9564,7 +9593,7 @@ ] }, { - "id": 480, + "id": 487, "name": "getSession", "variant": "declaration", "kind": 2048, @@ -9572,13 +9601,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 217, + "line": 229, "character": 4 } ], "signatures": [ { - "id": 481, + "id": 488, "name": "getSession", "variant": "signature", "kind": 4096, @@ -9603,7 +9632,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 217, + "line": 229, "character": 4 } ], @@ -9620,14 +9649,14 @@ { "type": "reflection", "declaration": { - "id": 482, + "id": 489, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 483, + "id": 490, "name": "data", "variant": "declaration", "kind": 1024, @@ -9635,21 +9664,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 218, + "line": 230, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 484, + "id": 491, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 485, + "id": 492, "name": "session", "variant": "declaration", "kind": 1024, @@ -9657,7 +9686,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 219, + "line": 231, "character": 12 } ], @@ -9672,13 +9701,13 @@ "groups": [ { "title": "Properties", - "children": [485] + "children": [492] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 218, + "line": 230, "character": 14 } ] @@ -9686,7 +9715,7 @@ } }, { - "id": 486, + "id": 493, "name": "error", "variant": "declaration", "kind": 1024, @@ -9694,7 +9723,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 221, + "line": 233, "character": 8 } ], @@ -9707,13 +9736,13 @@ "groups": [ { "title": "Properties", - "children": [483, 486] + "children": [490, 493] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 217, + "line": 229, "character": 26 } ] @@ -9722,14 +9751,14 @@ { "type": "reflection", "declaration": { - "id": 487, + "id": 494, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 488, + "id": 495, "name": "data", "variant": "declaration", "kind": 1024, @@ -9737,21 +9766,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 223, + "line": 235, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 489, + "id": 496, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 490, + "id": 497, "name": "session", "variant": "declaration", "kind": 1024, @@ -9759,7 +9788,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 224, + "line": 236, "character": 12 } ], @@ -9772,13 +9801,13 @@ "groups": [ { "title": "Properties", - "children": [490] + "children": [497] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 223, + "line": 235, "character": 14 } ] @@ -9786,7 +9815,7 @@ } }, { - "id": 491, + "id": 498, "name": "error", "variant": "declaration", "kind": 1024, @@ -9794,13 +9823,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 226, + "line": 238, "character": 8 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -9809,13 +9838,13 @@ "groups": [ { "title": "Properties", - "children": [488, 491] + "children": [495, 498] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 222, + "line": 234, "character": 8 } ] @@ -9824,14 +9853,14 @@ { "type": "reflection", "declaration": { - "id": 492, + "id": 499, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 493, + "id": 500, "name": "data", "variant": "declaration", "kind": 1024, @@ -9839,21 +9868,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 228, + "line": 240, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 494, + "id": 501, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 495, + "id": 502, "name": "session", "variant": "declaration", "kind": 1024, @@ -9861,7 +9890,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 229, + "line": 241, "character": 12 } ], @@ -9874,13 +9903,13 @@ "groups": [ { "title": "Properties", - "children": [495] + "children": [502] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 228, + "line": 240, "character": 14 } ] @@ -9888,7 +9917,7 @@ } }, { - "id": 496, + "id": 503, "name": "error", "variant": "declaration", "kind": 1024, @@ -9896,7 +9925,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 231, + "line": 243, "character": 8 } ], @@ -9909,13 +9938,13 @@ "groups": [ { "title": "Properties", - "children": [493, 496] + "children": [500, 503] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 227, + "line": 239, "character": 8 } ] @@ -9931,7 +9960,7 @@ ] }, { - "id": 500, + "id": 507, "name": "getUser", "variant": "declaration", "kind": 2048, @@ -9939,13 +9968,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 257, + "line": 269, "character": 4 } ], "signatures": [ { - "id": 501, + "id": 508, "name": "getUser", "variant": "signature", "kind": 4096, @@ -9961,13 +9990,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 257, + "line": 269, "character": 4 } ], "parameters": [ { - "id": 502, + "id": 509, "name": "jwt", "variant": "param", "kind": 32768, @@ -9997,7 +10026,7 @@ "typeArguments": [ { "type": "reference", - "target": 793, + "target": 801, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -10009,7 +10038,7 @@ ] }, { - "id": 587, + "id": 594, "name": "getUserIdentities", "variant": "declaration", "kind": 2048, @@ -10017,13 +10046,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 368, + "line": 380, "character": 4 } ], "signatures": [ { - "id": 588, + "id": 595, "name": "getUserIdentities", "variant": "signature", "kind": 4096, @@ -10039,7 +10068,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 368, + "line": 380, "character": 4 } ], @@ -10056,14 +10085,14 @@ { "type": "reflection", "declaration": { - "id": 589, + "id": 596, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 590, + "id": 597, "name": "data", "variant": "declaration", "kind": 1024, @@ -10071,21 +10100,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 369, + "line": 381, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 591, + "id": 598, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 592, + "id": 599, "name": "identities", "variant": "declaration", "kind": 1024, @@ -10093,7 +10122,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 370, + "line": 382, "character": 12 } ], @@ -10101,7 +10130,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 802, + "target": 810, "name": "UserIdentity", "package": "@supabase/auth-js" } @@ -10111,13 +10140,13 @@ "groups": [ { "title": "Properties", - "children": [592] + "children": [599] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 369, + "line": 381, "character": 14 } ] @@ -10125,7 +10154,7 @@ } }, { - "id": 593, + "id": 600, "name": "error", "variant": "declaration", "kind": 1024, @@ -10133,7 +10162,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 372, + "line": 384, "character": 8 } ], @@ -10146,13 +10175,13 @@ "groups": [ { "title": "Properties", - "children": [590, 593] + "children": [597, 600] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 368, + "line": 380, "character": 33 } ] @@ -10161,14 +10190,14 @@ { "type": "reflection", "declaration": { - "id": 594, + "id": 601, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 595, + "id": 602, "name": "data", "variant": "declaration", "kind": 1024, @@ -10176,7 +10205,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 374, + "line": 386, "character": 8 } ], @@ -10186,7 +10215,7 @@ } }, { - "id": 596, + "id": 603, "name": "error", "variant": "declaration", "kind": 1024, @@ -10194,13 +10223,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 375, + "line": 387, "character": 8 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -10209,13 +10238,13 @@ "groups": [ { "title": "Properties", - "children": [595, 596] + "children": [602, 603] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 373, + "line": 385, "character": 8 } ] @@ -10231,7 +10260,7 @@ ] }, { - "id": 426, + "id": 433, "name": "initialize", "variant": "declaration", "kind": 2048, @@ -10239,13 +10268,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 88, + "line": 100, "character": 4 } ], "signatures": [ { - "id": 427, + "id": 434, "name": "initialize", "variant": "signature", "kind": 4096, @@ -10261,7 +10290,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 88, + "line": 100, "character": 4 } ], @@ -10274,7 +10303,7 @@ "typeArguments": [ { "type": "reference", - "target": 1247, + "target": 1258, "name": "InitializeResult", "package": "@supabase/auth-js" } @@ -10286,7 +10315,49 @@ ] }, { - "id": 597, + "id": 428, + "name": "isThrowOnErrorEnabled", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", + "line": 86, + "character": 4 + } + ], + "signatures": [ + { + "id": 429, + "name": "isThrowOnErrorEnabled", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns whether error throwing mode is enabled for this client." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", + "line": 86, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ] + }, + { + "id": 604, "name": "linkIdentity", "variant": "declaration", "kind": 2048, @@ -10294,18 +10365,18 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 381, + "line": 393, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 385, + "line": 397, "character": 4 } ], "signatures": [ { - "id": 598, + "id": 605, "name": "linkIdentity", "variant": "signature", "kind": 4096, @@ -10321,20 +10392,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 381, + "line": 393, "character": 4 } ], "parameters": [ { - "id": 599, + "id": 606, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 899, + "target": 908, "name": "SignInWithOAuthCredentials", "package": "@supabase/auth-js" } @@ -10349,7 +10420,7 @@ "typeArguments": [ { "type": "reference", - "target": 777, + "target": 785, "name": "OAuthResponse", "package": "@supabase/auth-js" } @@ -10359,7 +10430,7 @@ } }, { - "id": 600, + "id": 607, "name": "linkIdentity", "variant": "signature", "kind": 4096, @@ -10375,20 +10446,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 385, + "line": 397, "character": 4 } ], "parameters": [ { - "id": 601, + "id": 608, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 911, + "target": 920, "name": "SignInWithIdTokenCredentials", "package": "@supabase/auth-js" } @@ -10403,7 +10474,7 @@ "typeArguments": [ { "type": "reference", - "target": 768, + "target": 776, "name": "AuthTokenResponse", "package": "@supabase/auth-js" } @@ -10415,7 +10486,7 @@ ] }, { - "id": 551, + "id": 558, "name": "onAuthStateChange", "variant": "declaration", "kind": 2048, @@ -10423,18 +10494,18 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 325, + "line": 337, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 342, + "line": 354, "character": 4 } ], "signatures": [ { - "id": 552, + "id": 559, "name": "onAuthStateChange", "variant": "signature", "kind": 4096, @@ -10450,13 +10521,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 325, + "line": 337, "character": 4 } ], "parameters": [ { - "id": 553, + "id": 560, "name": "callback", "variant": "param", "kind": 32768, @@ -10472,7 +10543,7 @@ "type": { "type": "reflection", "declaration": { - "id": 554, + "id": 561, "name": "__type", "variant": "declaration", "kind": 65536, @@ -10480,13 +10551,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 325, + "line": 337, "character": 32 } ], "signatures": [ { - "id": 555, + "id": 562, "name": "__type", "variant": "signature", "kind": 4096, @@ -10494,26 +10565,26 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 325, + "line": 337, "character": 32 } ], "parameters": [ { - "id": 556, + "id": 563, "name": "event", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 695, + "target": 702, "name": "AuthChangeEvent", "package": "@supabase/auth-js" } }, { - "id": 557, + "id": 564, "name": "session", "variant": "param", "kind": 32768, @@ -10548,14 +10619,14 @@ "type": { "type": "reflection", "declaration": { - "id": 558, + "id": 565, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 559, + "id": 566, "name": "data", "variant": "declaration", "kind": 1024, @@ -10563,21 +10634,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 326, + "line": 338, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 560, + "id": 567, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 561, + "id": 568, "name": "subscription", "variant": "declaration", "kind": 1024, @@ -10585,13 +10656,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 327, + "line": 339, "character": 12 } ], "type": { "type": "reference", - "target": 852, + "target": 861, "name": "Subscription", "package": "@supabase/auth-js" } @@ -10600,13 +10671,13 @@ "groups": [ { "title": "Properties", - "children": [561] + "children": [568] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 326, + "line": 338, "character": 14 } ] @@ -10617,13 +10688,13 @@ "groups": [ { "title": "Properties", - "children": [559] + "children": [566] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 325, + "line": 337, "character": 92 } ] @@ -10631,7 +10702,7 @@ } }, { - "id": 562, + "id": 569, "name": "onAuthStateChange", "variant": "signature", "kind": 4096, @@ -10666,13 +10737,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 342, + "line": 354, "character": 4 } ], "parameters": [ { - "id": 563, + "id": 570, "name": "callback", "variant": "param", "kind": 32768, @@ -10688,7 +10759,7 @@ "type": { "type": "reflection", "declaration": { - "id": 564, + "id": 571, "name": "__type", "variant": "declaration", "kind": 65536, @@ -10696,13 +10767,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 342, + "line": 354, "character": 32 } ], "signatures": [ { - "id": 565, + "id": 572, "name": "__type", "variant": "signature", "kind": 4096, @@ -10710,26 +10781,26 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 342, + "line": 354, "character": 32 } ], "parameters": [ { - "id": 566, + "id": 573, "name": "event", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 695, + "target": 702, "name": "AuthChangeEvent", "package": "@supabase/auth-js" } }, { - "id": 567, + "id": 574, "name": "session", "variant": "param", "kind": 32768, @@ -10775,14 +10846,14 @@ "type": { "type": "reflection", "declaration": { - "id": 568, + "id": 575, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 569, + "id": 576, "name": "data", "variant": "declaration", "kind": 1024, @@ -10790,21 +10861,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 343, + "line": 355, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 570, + "id": 577, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 571, + "id": 578, "name": "subscription", "variant": "declaration", "kind": 1024, @@ -10812,13 +10883,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 344, + "line": 356, "character": 12 } ], "type": { "type": "reference", - "target": 852, + "target": 861, "name": "Subscription", "package": "@supabase/auth-js" } @@ -10827,13 +10898,13 @@ "groups": [ { "title": "Properties", - "children": [571] + "children": [578] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 343, + "line": 355, "character": 14 } ] @@ -10844,13 +10915,13 @@ "groups": [ { "title": "Properties", - "children": [569] + "children": [576] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 342, + "line": 354, "character": 101 } ] @@ -10860,7 +10931,7 @@ ] }, { - "id": 474, + "id": 481, "name": "reauthenticate", "variant": "declaration", "kind": 2048, @@ -10868,13 +10939,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 200, + "line": 212, "character": 4 } ], "signatures": [ { - "id": 475, + "id": 482, "name": "reauthenticate", "variant": "signature", "kind": 4096, @@ -10890,7 +10961,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 200, + "line": 212, "character": 4 } ], @@ -10903,7 +10974,7 @@ "typeArguments": [ { "type": "reference", - "target": 754, + "target": 762, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -10915,7 +10986,7 @@ ] }, { - "id": 528, + "id": 535, "name": "refreshSession", "variant": "declaration", "kind": 2048, @@ -10923,13 +10994,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 287, + "line": 299, "character": 4 } ], "signatures": [ { - "id": 529, + "id": 536, "name": "refreshSession", "variant": "signature", "kind": 4096, @@ -10945,13 +11016,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 287, + "line": 299, "character": 4 } ], "parameters": [ { - "id": 530, + "id": 537, "name": "currentSession", "variant": "param", "kind": 32768, @@ -10969,14 +11040,14 @@ "type": { "type": "reflection", "declaration": { - "id": 531, + "id": 538, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 532, + "id": 539, "name": "refresh_token", "variant": "declaration", "kind": 1024, @@ -10984,7 +11055,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 288, + "line": 300, "character": 8 } ], @@ -10997,13 +11068,13 @@ "groups": [ { "title": "Properties", - "children": [532] + "children": [539] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 287, + "line": 299, "character": 36 } ] @@ -11020,7 +11091,7 @@ "typeArguments": [ { "type": "reference", - "target": 754, + "target": 762, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -11032,7 +11103,7 @@ ] }, { - "id": 477, + "id": 484, "name": "resend", "variant": "declaration", "kind": 2048, @@ -11040,13 +11111,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 205, + "line": 217, "character": 4 } ], "signatures": [ { - "id": 478, + "id": 485, "name": "resend", "variant": "signature", "kind": 4096, @@ -11062,20 +11133,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 205, + "line": 217, "character": 4 } ], "parameters": [ { - "id": 479, + "id": 486, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 995, + "target": 1004, "name": "ResendParams", "package": "@supabase/auth-js" } @@ -11090,7 +11161,7 @@ "typeArguments": [ { "type": "reference", - "target": 763, + "target": 771, "name": "AuthOtpResponse", "package": "@supabase/auth-js" } @@ -11102,7 +11173,7 @@ ] }, { - "id": 573, + "id": 580, "name": "resetPasswordForEmail", "variant": "declaration", "kind": 2048, @@ -11110,13 +11181,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 355, + "line": 367, "character": 4 } ], "signatures": [ { - "id": 574, + "id": 581, "name": "resetPasswordForEmail", "variant": "signature", "kind": 4096, @@ -11132,13 +11203,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 355, + "line": 367, "character": 4 } ], "parameters": [ { - "id": 575, + "id": 582, "name": "email", "variant": "param", "kind": 32768, @@ -11157,7 +11228,7 @@ } }, { - "id": 576, + "id": 583, "name": "options", "variant": "param", "kind": 32768, @@ -11167,14 +11238,14 @@ "type": { "type": "reflection", "declaration": { - "id": 577, + "id": 584, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 579, + "id": 586, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -11192,7 +11263,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 357, + "line": 369, "character": 8 } ], @@ -11202,7 +11273,7 @@ } }, { - "id": 578, + "id": 585, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -11220,7 +11291,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 356, + "line": 368, "character": 8 } ], @@ -11233,13 +11304,13 @@ "groups": [ { "title": "Properties", - "children": [579, 578] + "children": [586, 585] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 355, + "line": 367, "character": 51 } ] @@ -11260,14 +11331,14 @@ { "type": "reflection", "declaration": { - "id": 580, + "id": 587, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 581, + "id": 588, "name": "data", "variant": "declaration", "kind": 1024, @@ -11275,14 +11346,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 359, + "line": 371, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 582, + "id": 589, "name": "__type", "variant": "declaration", "kind": 65536, @@ -11291,7 +11362,7 @@ } }, { - "id": 583, + "id": 590, "name": "error", "variant": "declaration", "kind": 1024, @@ -11299,7 +11370,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 360, + "line": 372, "character": 8 } ], @@ -11312,13 +11383,13 @@ "groups": [ { "title": "Properties", - "children": [581, 583] + "children": [588, 590] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 358, + "line": 370, "character": 16 } ] @@ -11327,14 +11398,14 @@ { "type": "reflection", "declaration": { - "id": 584, + "id": 591, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 585, + "id": 592, "name": "data", "variant": "declaration", "kind": 1024, @@ -11342,7 +11413,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 362, + "line": 374, "character": 8 } ], @@ -11352,7 +11423,7 @@ } }, { - "id": 586, + "id": 593, "name": "error", "variant": "declaration", "kind": 1024, @@ -11360,13 +11431,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 363, + "line": 375, "character": 8 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -11375,13 +11446,13 @@ "groups": [ { "title": "Properties", - "children": [585, 586] + "children": [592, 593] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 361, + "line": 373, "character": 8 } ] @@ -11397,7 +11468,7 @@ ] }, { - "id": 516, + "id": 523, "name": "setSession", "variant": "declaration", "kind": 2048, @@ -11405,13 +11476,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 273, + "line": 285, "character": 4 } ], "signatures": [ { - "id": 517, + "id": 524, "name": "setSession", "variant": "signature", "kind": 4096, @@ -11427,13 +11498,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 273, + "line": 285, "character": 4 } ], "parameters": [ { - "id": 518, + "id": 525, "name": "currentSession", "variant": "param", "kind": 32768, @@ -11449,14 +11520,14 @@ "type": { "type": "reflection", "declaration": { - "id": 519, + "id": 526, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 520, + "id": 527, "name": "access_token", "variant": "declaration", "kind": 1024, @@ -11464,7 +11535,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 274, + "line": 286, "character": 8 } ], @@ -11474,7 +11545,7 @@ } }, { - "id": 521, + "id": 528, "name": "refresh_token", "variant": "declaration", "kind": 1024, @@ -11482,7 +11553,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 275, + "line": 287, "character": 8 } ], @@ -11495,13 +11566,13 @@ "groups": [ { "title": "Properties", - "children": [520, 521] + "children": [527, 528] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 273, + "line": 285, "character": 31 } ] @@ -11518,7 +11589,7 @@ "typeArguments": [ { "type": "reference", - "target": 754, + "target": 762, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -11530,7 +11601,7 @@ ] }, { - "id": 429, + "id": 436, "name": "signInAnonymously", "variant": "declaration", "kind": 2048, @@ -11538,13 +11609,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 101, + "line": 113, "character": 4 } ], "signatures": [ { - "id": 430, + "id": 437, "name": "signInAnonymously", "variant": "signature", "kind": 4096, @@ -11571,13 +11642,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 101, + "line": 113, "character": 4 } ], "parameters": [ { - "id": 431, + "id": 438, "name": "credentials", "variant": "param", "kind": 32768, @@ -11586,7 +11657,7 @@ }, "type": { "type": "reference", - "target": 862, + "target": 871, "name": "SignInAnonymouslyCredentials", "package": "@supabase/auth-js" } @@ -11601,7 +11672,7 @@ "typeArguments": [ { "type": "reference", - "target": 754, + "target": 762, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -11613,7 +11684,7 @@ ] }, { - "id": 462, + "id": 469, "name": "signInWithIdToken", "variant": "declaration", "kind": 2048, @@ -11621,13 +11692,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 158, + "line": 170, "character": 4 } ], "signatures": [ { - "id": 463, + "id": 470, "name": "signInWithIdToken", "variant": "signature", "kind": 4096, @@ -11643,20 +11714,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 158, + "line": 170, "character": 4 } ], "parameters": [ { - "id": 464, + "id": 471, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 911, + "target": 920, "name": "SignInWithIdTokenCredentials", "package": "@supabase/auth-js" } @@ -11671,7 +11742,7 @@ "typeArguments": [ { "type": "reference", - "target": 768, + "target": 776, "name": "AuthTokenResponse", "package": "@supabase/auth-js" } @@ -11683,7 +11754,7 @@ ] }, { - "id": 438, + "id": 445, "name": "signInWithOAuth", "variant": "declaration", "kind": 2048, @@ -11691,13 +11762,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 126, + "line": 138, "character": 4 } ], "signatures": [ { - "id": 439, + "id": 446, "name": "signInWithOAuth", "variant": "signature", "kind": 4096, @@ -11713,20 +11784,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 126, + "line": 138, "character": 4 } ], "parameters": [ { - "id": 440, + "id": 447, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 899, + "target": 908, "name": "SignInWithOAuthCredentials", "package": "@supabase/auth-js" } @@ -11741,7 +11812,7 @@ "typeArguments": [ { "type": "reference", - "target": 777, + "target": 785, "name": "OAuthResponse", "package": "@supabase/auth-js" } @@ -11753,7 +11824,7 @@ ] }, { - "id": 465, + "id": 472, "name": "signInWithOtp", "variant": "declaration", "kind": 2048, @@ -11761,13 +11832,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 176, + "line": 188, "character": 4 } ], "signatures": [ { - "id": 466, + "id": 473, "name": "signInWithOtp", "variant": "signature", "kind": 4096, @@ -11799,20 +11870,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 176, + "line": 188, "character": 4 } ], "parameters": [ { - "id": 467, + "id": 474, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 881, + "target": 890, "name": "SignInWithPasswordlessCredentials", "package": "@supabase/auth-js" } @@ -11827,7 +11898,7 @@ "typeArguments": [ { "type": "reference", - "target": 763, + "target": 771, "name": "AuthOtpResponse", "package": "@supabase/auth-js" } @@ -11839,7 +11910,7 @@ ] }, { - "id": 435, + "id": 442, "name": "signInWithPassword", "variant": "declaration", "kind": 2048, @@ -11847,13 +11918,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 121, + "line": 133, "character": 4 } ], "signatures": [ { - "id": 436, + "id": 443, "name": "signInWithPassword", "variant": "signature", "kind": 4096, @@ -11869,20 +11940,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 121, + "line": 133, "character": 4 } ], "parameters": [ { - "id": 437, + "id": 444, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 876, + "target": 885, "name": "SignInWithPasswordCredentials", "package": "@supabase/auth-js" } @@ -11897,7 +11968,7 @@ "typeArguments": [ { "type": "reference", - "target": 772, + "target": 780, "name": "AuthTokenResponsePassword", "package": "@supabase/auth-js" } @@ -11909,7 +11980,7 @@ ] }, { - "id": 471, + "id": 478, "name": "signInWithSSO", "variant": "declaration", "kind": 2048, @@ -11917,13 +11988,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 195, + "line": 207, "character": 4 } ], "signatures": [ { - "id": 472, + "id": 479, "name": "signInWithSSO", "variant": "signature", "kind": 4096, @@ -11939,20 +12010,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 195, + "line": 207, "character": 4 } ], "parameters": [ { - "id": 473, + "id": 480, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1009, + "target": 1018, "name": "SignInWithSSO", "package": "@supabase/auth-js" } @@ -11967,7 +12038,7 @@ "typeArguments": [ { "type": "reference", - "target": 790, + "target": 798, "name": "SSOResponse", "package": "@supabase/auth-js" } @@ -11979,7 +12050,7 @@ ] }, { - "id": 444, + "id": 451, "name": "signInWithWeb3", "variant": "declaration", "kind": 2048, @@ -11987,13 +12058,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 138, + "line": 150, "character": 4 } ], "signatures": [ { - "id": 445, + "id": 452, "name": "signInWithWeb3", "variant": "signature", "kind": 4096, @@ -12020,20 +12091,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 138, + "line": 150, "character": 4 } ], "parameters": [ { - "id": 446, + "id": 453, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 972, + "target": 981, "name": "Web3Credentials", "package": "@supabase/auth-js" } @@ -12052,14 +12123,14 @@ { "type": "reflection", "declaration": { - "id": 447, + "id": 454, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 448, + "id": 455, "name": "data", "variant": "declaration", "kind": 1024, @@ -12067,21 +12138,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 139, + "line": 151, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 449, + "id": 456, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 450, + "id": 457, "name": "session", "variant": "declaration", "kind": 1024, @@ -12089,7 +12160,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 140, + "line": 152, "character": 12 } ], @@ -12101,7 +12172,7 @@ } }, { - "id": 451, + "id": 458, "name": "user", "variant": "declaration", "kind": 1024, @@ -12109,7 +12180,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 141, + "line": 153, "character": 12 } ], @@ -12124,13 +12195,13 @@ "groups": [ { "title": "Properties", - "children": [450, 451] + "children": [457, 458] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 139, + "line": 151, "character": 14 } ] @@ -12138,7 +12209,7 @@ } }, { - "id": 452, + "id": 459, "name": "error", "variant": "declaration", "kind": 1024, @@ -12146,7 +12217,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 143, + "line": 155, "character": 8 } ], @@ -12159,13 +12230,13 @@ "groups": [ { "title": "Properties", - "children": [448, 452] + "children": [455, 459] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 138, + "line": 150, "character": 58 } ] @@ -12174,14 +12245,14 @@ { "type": "reflection", "declaration": { - "id": 453, + "id": 460, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 454, + "id": 461, "name": "data", "variant": "declaration", "kind": 1024, @@ -12189,21 +12260,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 145, + "line": 157, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 455, + "id": 462, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 456, + "id": 463, "name": "session", "variant": "declaration", "kind": 1024, @@ -12211,7 +12282,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 146, + "line": 158, "character": 12 } ], @@ -12221,7 +12292,7 @@ } }, { - "id": 457, + "id": 464, "name": "user", "variant": "declaration", "kind": 1024, @@ -12229,7 +12300,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 147, + "line": 159, "character": 12 } ], @@ -12242,13 +12313,13 @@ "groups": [ { "title": "Properties", - "children": [456, 457] + "children": [463, 464] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 145, + "line": 157, "character": 14 } ] @@ -12256,7 +12327,7 @@ } }, { - "id": 458, + "id": 465, "name": "error", "variant": "declaration", "kind": 1024, @@ -12264,13 +12335,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 149, + "line": 161, "character": 8 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -12279,13 +12350,13 @@ "groups": [ { "title": "Properties", - "children": [454, 458] + "children": [461, 465] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 144, + "line": 156, "character": 8 } ] @@ -12301,7 +12372,7 @@ ] }, { - "id": 541, + "id": 548, "name": "signOut", "variant": "declaration", "kind": 2048, @@ -12309,13 +12380,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 313, + "line": 325, "character": 4 } ], "signatures": [ { - "id": 542, + "id": 549, "name": "signOut", "variant": "signature", "kind": 4096, @@ -12371,13 +12442,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 313, + "line": 325, "character": 4 } ], "parameters": [ { - "id": 543, + "id": 550, "name": "options", "variant": "param", "kind": 32768, @@ -12386,7 +12457,7 @@ }, "type": { "type": "reference", - "target": 1262, + "target": 1273, "name": "SignOut", "package": "@supabase/auth-js" } @@ -12402,14 +12473,14 @@ { "type": "reflection", "declaration": { - "id": 544, + "id": 551, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 545, + "id": 552, "name": "error", "variant": "declaration", "kind": 1024, @@ -12417,7 +12488,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 314, + "line": 326, "character": 8 } ], @@ -12430,7 +12501,7 @@ }, { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -12441,13 +12512,13 @@ "groups": [ { "title": "Properties", - "children": [545] + "children": [552] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 313, + "line": 325, "character": 40 } ] @@ -12461,7 +12532,7 @@ ] }, { - "id": 432, + "id": 439, "name": "signUp", "variant": "declaration", "kind": 2048, @@ -12469,13 +12540,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 112, + "line": 124, "character": 4 } ], "signatures": [ { - "id": 433, + "id": 440, "name": "signUp", "variant": "signature", "kind": 4096, @@ -12511,20 +12582,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 112, + "line": 124, "character": 4 } ], "parameters": [ { - "id": 434, + "id": 441, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 868, + "target": 877, "name": "SignUpWithPasswordCredentials", "package": "@supabase/auth-js" } @@ -12539,7 +12610,7 @@ "typeArguments": [ { "type": "reference", - "target": 754, + "target": 762, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -12551,7 +12622,7 @@ ] }, { - "id": 625, + "id": 632, "name": "startAutoRefresh", "variant": "declaration", "kind": 2048, @@ -12559,13 +12630,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 457, + "line": 469, "character": 4 } ], "signatures": [ { - "id": 626, + "id": 633, "name": "startAutoRefresh", "variant": "signature", "kind": 4096, @@ -12580,7 +12651,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueClientOptions#autoRefreshToken", - "target": 714 + "target": 721 }, { "kind": "text", @@ -12596,7 +12667,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 457, + "line": 469, "character": 4 } ], @@ -12619,7 +12690,7 @@ ] }, { - "id": 627, + "id": 634, "name": "stopAutoRefresh", "variant": "declaration", "kind": 2048, @@ -12627,13 +12698,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 466, + "line": 478, "character": 4 } ], "signatures": [ { - "id": 628, + "id": 635, "name": "stopAutoRefresh", "variant": "signature", "kind": 4096, @@ -12658,7 +12729,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 466, + "line": 478, "character": 4 } ], @@ -12681,7 +12752,7 @@ ] }, { - "id": 604, + "id": 611, "name": "unlinkIdentity", "variant": "declaration", "kind": 2048, @@ -12689,13 +12760,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 391, + "line": 403, "character": 4 } ], "signatures": [ { - "id": 605, + "id": 612, "name": "unlinkIdentity", "variant": "signature", "kind": 4096, @@ -12711,20 +12782,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 391, + "line": 403, "character": 4 } ], "parameters": [ { - "id": 606, + "id": 613, "name": "identity", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 802, + "target": 810, "name": "UserIdentity", "package": "@supabase/auth-js" } @@ -12743,14 +12814,14 @@ { "type": "reflection", "declaration": { - "id": 607, + "id": 614, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 608, + "id": 615, "name": "data", "variant": "declaration", "kind": 1024, @@ -12758,14 +12829,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 392, + "line": 404, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 609, + "id": 616, "name": "__type", "variant": "declaration", "kind": 65536, @@ -12774,7 +12845,7 @@ } }, { - "id": 610, + "id": 617, "name": "error", "variant": "declaration", "kind": 1024, @@ -12782,7 +12853,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 393, + "line": 405, "character": 8 } ], @@ -12795,13 +12866,13 @@ "groups": [ { "title": "Properties", - "children": [608, 610] + "children": [615, 617] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 391, + "line": 403, "character": 52 } ] @@ -12810,14 +12881,14 @@ { "type": "reflection", "declaration": { - "id": 611, + "id": 618, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 612, + "id": 619, "name": "data", "variant": "declaration", "kind": 1024, @@ -12825,7 +12896,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 395, + "line": 407, "character": 8 } ], @@ -12835,7 +12906,7 @@ } }, { - "id": 613, + "id": 620, "name": "error", "variant": "declaration", "kind": 1024, @@ -12843,13 +12914,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 396, + "line": 408, "character": 8 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -12858,13 +12929,13 @@ "groups": [ { "title": "Properties", - "children": [612, 613] + "children": [619, 620] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 394, + "line": 406, "character": 8 } ] @@ -12880,7 +12951,7 @@ ] }, { - "id": 504, + "id": 511, "name": "updateUser", "variant": "declaration", "kind": 2048, @@ -12888,13 +12959,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 262, + "line": 274, "character": 4 } ], "signatures": [ { - "id": 505, + "id": 512, "name": "updateUser", "variant": "signature", "kind": 4096, @@ -12910,26 +12981,26 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 262, + "line": 274, "character": 4 } ], "parameters": [ { - "id": 506, + "id": 513, "name": "attributes", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 833, + "target": 842, "name": "UserAttributes", "package": "@supabase/auth-js" } }, { - "id": 507, + "id": 514, "name": "options", "variant": "param", "kind": 32768, @@ -12939,14 +13010,14 @@ "type": { "type": "reflection", "declaration": { - "id": 508, + "id": 515, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 509, + "id": 516, "name": "emailRedirectTo", "variant": "declaration", "kind": 1024, @@ -12956,7 +13027,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 263, + "line": 275, "character": 8 } ], @@ -12969,13 +13040,13 @@ "groups": [ { "title": "Properties", - "children": [509] + "children": [516] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 262, + "line": 274, "character": 53 } ] @@ -12992,7 +13063,7 @@ "typeArguments": [ { "type": "reference", - "target": 793, + "target": 801, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -13004,7 +13075,7 @@ ] }, { - "id": 468, + "id": 475, "name": "verifyOtp", "variant": "declaration", "kind": 2048, @@ -13012,13 +13083,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 180, + "line": 192, "character": 4 } ], "signatures": [ { - "id": 469, + "id": 476, "name": "verifyOtp", "variant": "signature", "kind": 4096, @@ -13034,20 +13105,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 180, + "line": 192, "character": 4 } ], "parameters": [ { - "id": 470, + "id": 477, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 973, + "target": 982, "name": "VerifyOtpParams", "package": "@supabase/auth-js" } @@ -13062,7 +13133,7 @@ "typeArguments": [ { "type": "reference", - "target": 754, + "target": 762, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -13077,24 +13148,24 @@ "groups": [ { "title": "Constructors", - "children": [363] + "children": [365] }, { "title": "Properties", "children": [ - 367, 393, 384, 418, 399, 407, 371, 405, 401, 398, 415, 416, 419, 420, 388, 368, 369, - 417, 385, 397, 392, 386, 370, 406, 400, 387, 394 + 369, 395, 386, 421, 401, 409, 373, 407, 403, 400, 417, 418, 422, 423, 390, 370, 371, + 419, 387, 399, 394, 388, 372, 408, 420, 402, 389, 396 ] }, { "title": "Accessors", - "children": [372, 380] + "children": [374, 382] }, { "title": "Methods", "children": [ - 533, 522, 546, 510, 441, 644, 480, 500, 587, 426, 597, 551, 474, 528, 477, 573, 516, - 429, 462, 438, 465, 435, 471, 444, 541, 432, 625, 627, 604, 504, 468 + 540, 529, 553, 517, 448, 651, 487, 507, 594, 433, 428, 604, 558, 481, 535, 484, 580, + 523, 436, 469, 445, 472, 442, 478, 451, 548, 439, 632, 634, 611, 511, 475 ] } ], @@ -13107,14 +13178,14 @@ ] }, { - "id": 677, + "id": 684, "name": "NavigatorLockAcquireTimeoutError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 678, + "id": 685, "name": "constructor", "variant": "declaration", "kind": 512, @@ -13128,7 +13199,7 @@ ], "signatures": [ { - "id": 679, + "id": 686, "name": "NavigatorLockAcquireTimeoutError", "variant": "signature", "kind": 16384, @@ -13142,7 +13213,7 @@ ], "parameters": [ { - "id": 680, + "id": 687, "name": "message", "variant": "param", "kind": 32768, @@ -13155,7 +13226,7 @@ ], "type": { "type": "reference", - "target": 677, + "target": 684, "name": "NavigatorLockAcquireTimeoutError", "package": "@supabase/auth-js" }, @@ -13173,7 +13244,7 @@ } }, { - "id": 681, + "id": 688, "name": "isAcquireTimeout", "variant": "declaration", "kind": 1024, @@ -13203,11 +13274,11 @@ "groups": [ { "title": "Constructors", - "children": [678] + "children": [685] }, { "title": "Properties", - "children": [681] + "children": [688] } ], "sources": [ @@ -13488,7 +13559,7 @@ ] }, { - "id": 1593, + "id": 1620, "name": "RealtimeChannel", "variant": "declaration", "kind": 128, @@ -13503,7 +13574,7 @@ }, "children": [ { - "id": 1594, + "id": 1621, "name": "constructor", "variant": "declaration", "kind": 512, @@ -13517,7 +13588,7 @@ ], "signatures": [ { - "id": 1595, + "id": 1622, "name": "RealtimeChannel", "variant": "signature", "kind": 16384, @@ -13531,7 +13602,7 @@ ], "parameters": [ { - "id": 1596, + "id": 1623, "name": "topic", "variant": "param", "kind": 32768, @@ -13550,7 +13621,7 @@ } }, { - "id": 1597, + "id": 1624, "name": "params", "variant": "param", "kind": 32768, @@ -13564,7 +13635,7 @@ }, { "type": "reference", - "target": 1887, + "target": 1914, "name": "RealtimeChannelOptions", "package": "@supabase/realtime-js" } @@ -13572,14 +13643,14 @@ } }, { - "id": 1598, + "id": 1625, "name": "socket", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1902, + "target": 1929, "name": "RealtimeClient", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -13588,7 +13659,7 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -13597,7 +13668,7 @@ ] }, { - "id": 1602, + "id": 1629, "name": "bindings", "variant": "declaration", "kind": 1024, @@ -13612,7 +13683,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1603, + "id": 1630, "name": "__type", "variant": "declaration", "kind": 65536, @@ -13626,7 +13697,7 @@ ], "indexSignatures": [ { - "id": 1604, + "id": 1631, "name": "__index", "variant": "signature", "kind": 8192, @@ -13640,7 +13711,7 @@ ], "parameters": [ { - "id": 1605, + "id": 1632, "name": "key", "variant": "param", "kind": 32768, @@ -13656,14 +13727,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 1606, + "id": 1633, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1612, + "id": 1639, "name": "callback", "variant": "declaration", "kind": 1024, @@ -13686,7 +13757,7 @@ } }, { - "id": 1608, + "id": 1635, "name": "filter", "variant": "declaration", "kind": 1024, @@ -13701,7 +13772,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1609, + "id": 1636, "name": "__type", "variant": "declaration", "kind": 65536, @@ -13715,7 +13786,7 @@ ], "indexSignatures": [ { - "id": 1610, + "id": 1637, "name": "__index", "variant": "signature", "kind": 8192, @@ -13729,7 +13800,7 @@ ], "parameters": [ { - "id": 1611, + "id": 1638, "name": "key", "variant": "param", "kind": 32768, @@ -13750,7 +13821,7 @@ } }, { - "id": 1613, + "id": 1640, "name": "id", "variant": "declaration", "kind": 1024, @@ -13770,7 +13841,7 @@ } }, { - "id": 1607, + "id": 1634, "name": "type", "variant": "declaration", "kind": 1024, @@ -13791,7 +13862,7 @@ "groups": [ { "title": "Properties", - "children": [1612, 1608, 1613, 1607] + "children": [1639, 1635, 1640, 1634] } ], "sources": [ @@ -13810,7 +13881,7 @@ } }, { - "id": 1621, + "id": 1648, "name": "broadcastEndpointURL", "variant": "declaration", "kind": 1024, @@ -13828,7 +13899,7 @@ } }, { - "id": 1616, + "id": 1643, "name": "joinedOnce", "variant": "declaration", "kind": 1024, @@ -13846,7 +13917,7 @@ } }, { - "id": 1617, + "id": 1644, "name": "joinPush", "variant": "declaration", "kind": 1024, @@ -13870,7 +13941,7 @@ } }, { - "id": 1600, + "id": 1627, "name": "params", "variant": "declaration", "kind": 1024, @@ -13884,13 +13955,13 @@ ], "type": { "type": "reference", - "target": 1887, + "target": 1914, "name": "RealtimeChannelOptions", "package": "@supabase/realtime-js" } }, { - "id": 1620, + "id": 1647, "name": "presence", "variant": "declaration", "kind": 1024, @@ -13904,14 +13975,14 @@ ], "type": { "type": "reference", - "target": 1576, + "target": 1603, "name": "RealtimePresence", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1623, + "id": 1650, "name": "private", "variant": "declaration", "kind": 1024, @@ -13929,7 +14000,7 @@ } }, { - "id": 1619, + "id": 1646, "name": "pushBuffer", "variant": "declaration", "kind": 1024, @@ -13956,7 +14027,7 @@ } }, { - "id": 1618, + "id": 1645, "name": "rejoinTimer", "variant": "declaration", "kind": 1024, @@ -13980,7 +14051,7 @@ } }, { - "id": 1601, + "id": 1628, "name": "socket", "variant": "declaration", "kind": 1024, @@ -13994,14 +14065,14 @@ ], "type": { "type": "reference", - "target": 1902, + "target": 1929, "name": "RealtimeClient", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1615, + "id": 1642, "name": "state", "variant": "declaration", "kind": 1024, @@ -14024,7 +14095,7 @@ } }, { - "id": 1622, + "id": 1649, "name": "subTopic", "variant": "declaration", "kind": 1024, @@ -14042,7 +14113,7 @@ } }, { - "id": 1614, + "id": 1641, "name": "timeout", "variant": "declaration", "kind": 1024, @@ -14060,7 +14131,7 @@ } }, { - "id": 1599, + "id": 1626, "name": "topic", "variant": "declaration", "kind": 1024, @@ -14086,7 +14157,7 @@ } }, { - "id": 1850, + "id": 1877, "name": "httpSend", "variant": "declaration", "kind": 2048, @@ -14100,7 +14171,7 @@ ], "signatures": [ { - "id": 1851, + "id": 1878, "name": "httpSend", "variant": "signature", "kind": 4096, @@ -14133,7 +14204,7 @@ ], "parameters": [ { - "id": 1852, + "id": 1879, "name": "event", "variant": "param", "kind": 32768, @@ -14152,7 +14223,7 @@ } }, { - "id": 1853, + "id": 1880, "name": "payload", "variant": "param", "kind": 32768, @@ -14171,7 +14242,7 @@ } }, { - "id": 1854, + "id": 1881, "name": "opts", "variant": "param", "kind": 32768, @@ -14189,14 +14260,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1855, + "id": 1882, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1856, + "id": 1883, "name": "timeout", "variant": "declaration", "kind": 1024, @@ -14219,7 +14290,7 @@ "groups": [ { "title": "Properties", - "children": [1856] + "children": [1883] } ], "sources": [ @@ -14246,14 +14317,14 @@ { "type": "reflection", "declaration": { - "id": 1857, + "id": 1884, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1858, + "id": 1885, "name": "success", "variant": "declaration", "kind": 1024, @@ -14274,7 +14345,7 @@ "groups": [ { "title": "Properties", - "children": [1858] + "children": [1885] } ], "sources": [ @@ -14289,14 +14360,14 @@ { "type": "reflection", "declaration": { - "id": 1859, + "id": 1886, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1862, + "id": 1889, "name": "error", "variant": "declaration", "kind": 1024, @@ -14314,7 +14385,7 @@ } }, { - "id": 1861, + "id": 1888, "name": "status", "variant": "declaration", "kind": 1024, @@ -14332,7 +14403,7 @@ } }, { - "id": 1860, + "id": 1887, "name": "success", "variant": "declaration", "kind": 1024, @@ -14353,7 +14424,7 @@ "groups": [ { "title": "Properties", - "children": [1862, 1861, 1860] + "children": [1889, 1888, 1887] } ], "sources": [ @@ -14375,7 +14446,7 @@ ] }, { - "id": 1655, + "id": 1682, "name": "on", "variant": "declaration", "kind": 2048, @@ -14454,7 +14525,7 @@ ], "signatures": [ { - "id": 1656, + "id": 1683, "name": "on", "variant": "signature", "kind": 4096, @@ -14476,7 +14547,7 @@ ], "parameters": [ { - "id": 1657, + "id": 1684, "name": "type", "variant": "param", "kind": 32768, @@ -14487,7 +14558,7 @@ } }, { - "id": 1658, + "id": 1685, "name": "filter", "variant": "param", "kind": 32768, @@ -14495,14 +14566,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1659, + "id": 1686, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1660, + "id": 1687, "name": "event", "variant": "declaration", "kind": 1024, @@ -14523,7 +14594,7 @@ "groups": [ { "title": "Properties", - "children": [1660] + "children": [1687] } ], "sources": [ @@ -14537,7 +14608,7 @@ } }, { - "id": 1661, + "id": 1688, "name": "callback", "variant": "param", "kind": 32768, @@ -14545,7 +14616,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1662, + "id": 1689, "name": "__type", "variant": "declaration", "kind": 65536, @@ -14559,7 +14630,7 @@ ], "signatures": [ { - "id": 1663, + "id": 1690, "name": "__type", "variant": "signature", "kind": 4096, @@ -14583,14 +14654,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1664, + "id": 1691, "name": "on", "variant": "signature", "kind": 4096, @@ -14612,7 +14683,7 @@ ], "typeParameters": [ { - "id": 1665, + "id": 1692, "name": "T", "variant": "typeParam", "kind": 131072, @@ -14620,7 +14691,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1666, + "id": 1693, "name": "__type", "variant": "declaration", "kind": 65536, @@ -14634,7 +14705,7 @@ ], "indexSignatures": [ { - "id": 1667, + "id": 1694, "name": "__index", "variant": "signature", "kind": 8192, @@ -14648,7 +14719,7 @@ ], "parameters": [ { - "id": 1668, + "id": 1695, "name": "key", "variant": "param", "kind": 32768, @@ -14671,7 +14742,7 @@ ], "parameters": [ { - "id": 1669, + "id": 1696, "name": "type", "variant": "param", "kind": 32768, @@ -14682,7 +14753,7 @@ } }, { - "id": 1670, + "id": 1697, "name": "filter", "variant": "param", "kind": 32768, @@ -14690,14 +14761,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1671, + "id": 1698, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1672, + "id": 1699, "name": "event", "variant": "declaration", "kind": 1024, @@ -14718,7 +14789,7 @@ "groups": [ { "title": "Properties", - "children": [1672] + "children": [1699] } ], "sources": [ @@ -14732,7 +14803,7 @@ } }, { - "id": 1673, + "id": 1700, "name": "callback", "variant": "param", "kind": 32768, @@ -14740,7 +14811,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1674, + "id": 1701, "name": "__type", "variant": "declaration", "kind": 65536, @@ -14754,7 +14825,7 @@ ], "signatures": [ { - "id": 1675, + "id": 1702, "name": "__type", "variant": "signature", "kind": 4096, @@ -14768,18 +14839,18 @@ ], "parameters": [ { - "id": 1676, + "id": 1703, "name": "payload", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2088, + "target": 2117, "typeArguments": [ { "type": "reference", - "target": 1665, + "target": 1692, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -14802,14 +14873,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1677, + "id": 1704, "name": "on", "variant": "signature", "kind": 4096, @@ -14831,7 +14902,7 @@ ], "typeParameters": [ { - "id": 1678, + "id": 1705, "name": "T", "variant": "typeParam", "kind": 131072, @@ -14839,7 +14910,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1679, + "id": 1706, "name": "__type", "variant": "declaration", "kind": 65536, @@ -14853,7 +14924,7 @@ ], "indexSignatures": [ { - "id": 1680, + "id": 1707, "name": "__index", "variant": "signature", "kind": 8192, @@ -14867,7 +14938,7 @@ ], "parameters": [ { - "id": 1681, + "id": 1708, "name": "key", "variant": "param", "kind": 32768, @@ -14890,7 +14961,7 @@ ], "parameters": [ { - "id": 1682, + "id": 1709, "name": "type", "variant": "param", "kind": 32768, @@ -14901,7 +14972,7 @@ } }, { - "id": 1683, + "id": 1710, "name": "filter", "variant": "param", "kind": 32768, @@ -14909,14 +14980,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1684, + "id": 1711, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1685, + "id": 1712, "name": "event", "variant": "declaration", "kind": 1024, @@ -14937,7 +15008,7 @@ "groups": [ { "title": "Properties", - "children": [1685] + "children": [1712] } ], "sources": [ @@ -14951,7 +15022,7 @@ } }, { - "id": 1686, + "id": 1713, "name": "callback", "variant": "param", "kind": 32768, @@ -14959,7 +15030,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1687, + "id": 1714, "name": "__type", "variant": "declaration", "kind": 65536, @@ -14973,7 +15044,7 @@ ], "signatures": [ { - "id": 1688, + "id": 1715, "name": "__type", "variant": "signature", "kind": 4096, @@ -14987,18 +15058,18 @@ ], "parameters": [ { - "id": 1689, + "id": 1716, "name": "payload", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2098, + "target": 2127, "typeArguments": [ { "type": "reference", - "target": 1678, + "target": 1705, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -15021,14 +15092,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1690, + "id": 1717, "name": "on", "variant": "signature", "kind": 4096, @@ -15050,7 +15121,7 @@ ], "typeParameters": [ { - "id": 1691, + "id": 1718, "name": "T", "variant": "typeParam", "kind": 131072, @@ -15058,7 +15129,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1692, + "id": 1719, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15072,7 +15143,7 @@ ], "indexSignatures": [ { - "id": 1693, + "id": 1720, "name": "__index", "variant": "signature", "kind": 8192, @@ -15086,7 +15157,7 @@ ], "parameters": [ { - "id": 1694, + "id": 1721, "name": "key", "variant": "param", "kind": 32768, @@ -15109,7 +15180,7 @@ ], "parameters": [ { - "id": 1695, + "id": 1722, "name": "type", "variant": "param", "kind": 32768, @@ -15120,14 +15191,14 @@ } }, { - "id": 1696, + "id": 1723, "name": "filter", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2047, + "target": 2076, "typeArguments": [ { "type": "literal", @@ -15139,7 +15210,7 @@ } }, { - "id": 1697, + "id": 1724, "name": "callback", "variant": "param", "kind": 32768, @@ -15147,7 +15218,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1698, + "id": 1725, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15161,7 +15232,7 @@ ], "signatures": [ { - "id": 1699, + "id": 1726, "name": "__type", "variant": "signature", "kind": 4096, @@ -15175,18 +15246,18 @@ ], "parameters": [ { - "id": 1700, + "id": 1727, "name": "payload", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2054, + "target": 2083, "typeArguments": [ { "type": "reference", - "target": 1691, + "target": 1718, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -15209,14 +15280,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1701, + "id": 1728, "name": "on", "variant": "signature", "kind": 4096, @@ -15238,7 +15309,7 @@ ], "typeParameters": [ { - "id": 1702, + "id": 1729, "name": "T", "variant": "typeParam", "kind": 131072, @@ -15246,7 +15317,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1703, + "id": 1730, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15260,7 +15331,7 @@ ], "indexSignatures": [ { - "id": 1704, + "id": 1731, "name": "__index", "variant": "signature", "kind": 8192, @@ -15274,7 +15345,7 @@ ], "parameters": [ { - "id": 1705, + "id": 1732, "name": "key", "variant": "param", "kind": 32768, @@ -15297,7 +15368,7 @@ ], "parameters": [ { - "id": 1706, + "id": 1733, "name": "type", "variant": "param", "kind": 32768, @@ -15308,14 +15379,14 @@ } }, { - "id": 1707, + "id": 1734, "name": "filter", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2047, + "target": 2076, "typeArguments": [ { "type": "literal", @@ -15327,7 +15398,7 @@ } }, { - "id": 1708, + "id": 1735, "name": "callback", "variant": "param", "kind": 32768, @@ -15335,7 +15406,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1709, + "id": 1736, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15349,7 +15420,7 @@ ], "signatures": [ { - "id": 1710, + "id": 1737, "name": "__type", "variant": "signature", "kind": 4096, @@ -15363,18 +15434,18 @@ ], "parameters": [ { - "id": 1711, + "id": 1738, "name": "payload", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2059, + "target": 2088, "typeArguments": [ { "type": "reference", - "target": 1702, + "target": 1729, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -15397,14 +15468,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1712, + "id": 1739, "name": "on", "variant": "signature", "kind": 4096, @@ -15426,7 +15497,7 @@ ], "typeParameters": [ { - "id": 1713, + "id": 1740, "name": "T", "variant": "typeParam", "kind": 131072, @@ -15434,7 +15505,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1714, + "id": 1741, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15448,7 +15519,7 @@ ], "indexSignatures": [ { - "id": 1715, + "id": 1742, "name": "__index", "variant": "signature", "kind": 8192, @@ -15462,7 +15533,7 @@ ], "parameters": [ { - "id": 1716, + "id": 1743, "name": "key", "variant": "param", "kind": 32768, @@ -15485,7 +15556,7 @@ ], "parameters": [ { - "id": 1717, + "id": 1744, "name": "type", "variant": "param", "kind": 32768, @@ -15496,14 +15567,14 @@ } }, { - "id": 1718, + "id": 1745, "name": "filter", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2047, + "target": 2076, "typeArguments": [ { "type": "literal", @@ -15515,7 +15586,7 @@ } }, { - "id": 1719, + "id": 1746, "name": "callback", "variant": "param", "kind": 32768, @@ -15523,7 +15594,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1720, + "id": 1747, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15537,7 +15608,7 @@ ], "signatures": [ { - "id": 1721, + "id": 1748, "name": "__type", "variant": "signature", "kind": 4096, @@ -15551,18 +15622,18 @@ ], "parameters": [ { - "id": 1722, + "id": 1749, "name": "payload", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2069, + "target": 2098, "typeArguments": [ { "type": "reference", - "target": 1713, + "target": 1740, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -15585,14 +15656,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1723, + "id": 1750, "name": "on", "variant": "signature", "kind": 4096, @@ -15614,7 +15685,7 @@ ], "typeParameters": [ { - "id": 1724, + "id": 1751, "name": "T", "variant": "typeParam", "kind": 131072, @@ -15622,7 +15693,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1725, + "id": 1752, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15636,7 +15707,7 @@ ], "indexSignatures": [ { - "id": 1726, + "id": 1753, "name": "__index", "variant": "signature", "kind": 8192, @@ -15650,7 +15721,7 @@ ], "parameters": [ { - "id": 1727, + "id": 1754, "name": "key", "variant": "param", "kind": 32768, @@ -15673,7 +15744,7 @@ ], "parameters": [ { - "id": 1728, + "id": 1755, "name": "type", "variant": "param", "kind": 32768, @@ -15684,14 +15755,14 @@ } }, { - "id": 1729, + "id": 1756, "name": "filter", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2047, + "target": 2076, "typeArguments": [ { "type": "literal", @@ -15703,7 +15774,7 @@ } }, { - "id": 1730, + "id": 1757, "name": "callback", "variant": "param", "kind": 32768, @@ -15711,7 +15782,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1731, + "id": 1758, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15725,7 +15796,7 @@ ], "signatures": [ { - "id": 1732, + "id": 1759, "name": "__type", "variant": "signature", "kind": 4096, @@ -15739,18 +15810,18 @@ ], "parameters": [ { - "id": 1733, + "id": 1760, "name": "payload", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2078, + "target": 2107, "typeArguments": [ { "type": "reference", - "target": 1724, + "target": 1751, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -15773,14 +15844,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1734, + "id": 1761, "name": "on", "variant": "signature", "kind": 4096, @@ -15802,7 +15873,7 @@ ], "parameters": [ { - "id": 1735, + "id": 1762, "name": "type", "variant": "param", "kind": 32768, @@ -15821,7 +15892,7 @@ } }, { - "id": 1736, + "id": 1763, "name": "filter", "variant": "param", "kind": 32768, @@ -15837,14 +15908,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1737, + "id": 1764, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1738, + "id": 1765, "name": "event", "variant": "declaration", "kind": 1024, @@ -15865,7 +15936,7 @@ "groups": [ { "title": "Properties", - "children": [1738] + "children": [1765] } ], "sources": [ @@ -15879,7 +15950,7 @@ } }, { - "id": 1739, + "id": 1766, "name": "callback", "variant": "param", "kind": 32768, @@ -15895,7 +15966,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1740, + "id": 1767, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15909,7 +15980,7 @@ ], "signatures": [ { - "id": 1741, + "id": 1768, "name": "__type", "variant": "signature", "kind": 4096, @@ -15923,7 +15994,7 @@ ], "parameters": [ { - "id": 1742, + "id": 1769, "name": "payload", "variant": "param", "kind": 32768, @@ -15931,14 +16002,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1743, + "id": 1770, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1745, + "id": 1772, "name": "event", "variant": "declaration", "kind": 1024, @@ -15956,7 +16027,7 @@ } }, { - "id": 1746, + "id": 1773, "name": "meta", "variant": "declaration", "kind": 1024, @@ -15973,14 +16044,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1747, + "id": 1774, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1749, + "id": 1776, "name": "id", "variant": "declaration", "kind": 1024, @@ -15998,7 +16069,7 @@ } }, { - "id": 1748, + "id": 1775, "name": "replayed", "variant": "declaration", "kind": 1024, @@ -16021,7 +16092,7 @@ "groups": [ { "title": "Properties", - "children": [1749, 1748] + "children": [1776, 1775] } ], "sources": [ @@ -16035,7 +16106,7 @@ } }, { - "id": 1744, + "id": 1771, "name": "type", "variant": "declaration", "kind": 1024, @@ -16056,7 +16127,7 @@ "groups": [ { "title": "Properties", - "children": [1745, 1746, 1744] + "children": [1772, 1773, 1771] } ], "sources": [ @@ -16068,7 +16139,7 @@ ], "indexSignatures": [ { - "id": 1750, + "id": 1777, "name": "__index", "variant": "signature", "kind": 8192, @@ -16082,7 +16153,7 @@ ], "parameters": [ { - "id": 1751, + "id": 1778, "name": "key", "variant": "param", "kind": 32768, @@ -16115,14 +16186,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1752, + "id": 1779, "name": "on", "variant": "signature", "kind": 4096, @@ -16144,7 +16215,7 @@ ], "typeParameters": [ { - "id": 1753, + "id": 1780, "name": "T", "variant": "typeParam", "kind": 131072, @@ -16152,7 +16223,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1754, + "id": 1781, "name": "__type", "variant": "declaration", "kind": 65536, @@ -16166,7 +16237,7 @@ ], "indexSignatures": [ { - "id": 1755, + "id": 1782, "name": "__index", "variant": "signature", "kind": 8192, @@ -16180,7 +16251,7 @@ ], "parameters": [ { - "id": 1756, + "id": 1783, "name": "key", "variant": "param", "kind": 32768, @@ -16203,7 +16274,7 @@ ], "parameters": [ { - "id": 1757, + "id": 1784, "name": "type", "variant": "param", "kind": 32768, @@ -16214,7 +16285,7 @@ } }, { - "id": 1758, + "id": 1785, "name": "filter", "variant": "param", "kind": 32768, @@ -16222,14 +16293,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1759, + "id": 1786, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1760, + "id": 1787, "name": "event", "variant": "declaration", "kind": 1024, @@ -16250,7 +16321,7 @@ "groups": [ { "title": "Properties", - "children": [1760] + "children": [1787] } ], "sources": [ @@ -16264,7 +16335,7 @@ } }, { - "id": 1761, + "id": 1788, "name": "callback", "variant": "param", "kind": 32768, @@ -16272,7 +16343,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1762, + "id": 1789, "name": "__type", "variant": "declaration", "kind": 65536, @@ -16286,7 +16357,7 @@ ], "signatures": [ { - "id": 1763, + "id": 1790, "name": "__type", "variant": "signature", "kind": 4096, @@ -16300,7 +16371,7 @@ ], "parameters": [ { - "id": 1764, + "id": 1791, "name": "payload", "variant": "param", "kind": 32768, @@ -16308,14 +16379,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1765, + "id": 1792, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1767, + "id": 1794, "name": "event", "variant": "declaration", "kind": 1024, @@ -16333,7 +16404,7 @@ } }, { - "id": 1768, + "id": 1795, "name": "meta", "variant": "declaration", "kind": 1024, @@ -16350,14 +16421,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1769, + "id": 1796, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1771, + "id": 1798, "name": "id", "variant": "declaration", "kind": 1024, @@ -16375,7 +16446,7 @@ } }, { - "id": 1770, + "id": 1797, "name": "replayed", "variant": "declaration", "kind": 1024, @@ -16398,7 +16469,7 @@ "groups": [ { "title": "Properties", - "children": [1771, 1770] + "children": [1798, 1797] } ], "sources": [ @@ -16412,7 +16483,7 @@ } }, { - "id": 1772, + "id": 1799, "name": "payload", "variant": "declaration", "kind": 1024, @@ -16426,14 +16497,14 @@ ], "type": { "type": "reference", - "target": 1753, + "target": 1780, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true } }, { - "id": 1766, + "id": 1793, "name": "type", "variant": "declaration", "kind": 1024, @@ -16454,7 +16525,7 @@ "groups": [ { "title": "Properties", - "children": [1767, 1768, 1772, 1766] + "children": [1794, 1795, 1799, 1793] } ], "sources": [ @@ -16480,14 +16551,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1773, + "id": 1800, "name": "on", "variant": "signature", "kind": 4096, @@ -16509,7 +16580,7 @@ ], "typeParameters": [ { - "id": 1774, + "id": 1801, "name": "T", "variant": "typeParam", "kind": 131072, @@ -16537,7 +16608,7 @@ ], "parameters": [ { - "id": 1775, + "id": 1802, "name": "type", "variant": "param", "kind": 32768, @@ -16548,7 +16619,7 @@ } }, { - "id": 1776, + "id": 1803, "name": "filter", "variant": "param", "kind": 32768, @@ -16556,14 +16627,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1777, + "id": 1804, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1778, + "id": 1805, "name": "event", "variant": "declaration", "kind": 1024, @@ -16577,7 +16648,7 @@ ], "type": { "type": "reference", - "target": 2124, + "target": 2153, "name": "ALL", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.ALL" @@ -16587,7 +16658,7 @@ "groups": [ { "title": "Properties", - "children": [1778] + "children": [1805] } ], "sources": [ @@ -16601,7 +16672,7 @@ } }, { - "id": 1779, + "id": 1806, "name": "callback", "variant": "param", "kind": 32768, @@ -16609,7 +16680,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1780, + "id": 1807, "name": "__type", "variant": "declaration", "kind": 65536, @@ -16623,7 +16694,7 @@ ], "signatures": [ { - "id": 1781, + "id": 1808, "name": "__type", "variant": "signature", "kind": 4096, @@ -16637,7 +16708,7 @@ ], "parameters": [ { - "id": 1782, + "id": 1809, "name": "payload", "variant": "param", "kind": 32768, @@ -16645,14 +16716,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1783, + "id": 1810, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1785, + "id": 1812, "name": "event", "variant": "declaration", "kind": 1024, @@ -16666,14 +16737,14 @@ ], "type": { "type": "reference", - "target": 2124, + "target": 2153, "name": "ALL", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.ALL" } }, { - "id": 1786, + "id": 1813, "name": "payload", "variant": "declaration", "kind": 1024, @@ -16694,7 +16765,7 @@ "typeArguments": [ { "type": "reference", - "target": 1774, + "target": 1801, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -16705,7 +16776,7 @@ } }, { - "id": 1784, + "id": 1811, "name": "type", "variant": "declaration", "kind": 1024, @@ -16726,7 +16797,7 @@ "groups": [ { "title": "Properties", - "children": [1785, 1786, 1784] + "children": [1812, 1813, 1811] } ], "sources": [ @@ -16752,14 +16823,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1787, + "id": 1814, "name": "on", "variant": "signature", "kind": 4096, @@ -16781,7 +16852,7 @@ ], "typeParameters": [ { - "id": 1788, + "id": 1815, "name": "T", "variant": "typeParam", "kind": 131072, @@ -16789,7 +16860,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1789, + "id": 1816, "name": "__type", "variant": "declaration", "kind": 65536, @@ -16803,7 +16874,7 @@ ], "indexSignatures": [ { - "id": 1790, + "id": 1817, "name": "__index", "variant": "signature", "kind": 8192, @@ -16817,7 +16888,7 @@ ], "parameters": [ { - "id": 1791, + "id": 1818, "name": "key", "variant": "param", "kind": 32768, @@ -16840,7 +16911,7 @@ ], "parameters": [ { - "id": 1792, + "id": 1819, "name": "type", "variant": "param", "kind": 32768, @@ -16851,7 +16922,7 @@ } }, { - "id": 1793, + "id": 1820, "name": "filter", "variant": "param", "kind": 32768, @@ -16859,14 +16930,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1794, + "id": 1821, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1795, + "id": 1822, "name": "event", "variant": "declaration", "kind": 1024, @@ -16880,7 +16951,7 @@ ], "type": { "type": "reference", - "target": 2125, + "target": 2154, "name": "INSERT", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT" @@ -16890,7 +16961,7 @@ "groups": [ { "title": "Properties", - "children": [1795] + "children": [1822] } ], "sources": [ @@ -16904,7 +16975,7 @@ } }, { - "id": 1796, + "id": 1823, "name": "callback", "variant": "param", "kind": 32768, @@ -16912,7 +16983,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1797, + "id": 1824, "name": "__type", "variant": "declaration", "kind": 65536, @@ -16926,7 +16997,7 @@ ], "signatures": [ { - "id": 1798, + "id": 1825, "name": "__type", "variant": "signature", "kind": 4096, @@ -16940,7 +17011,7 @@ ], "parameters": [ { - "id": 1799, + "id": 1826, "name": "payload", "variant": "param", "kind": 32768, @@ -16948,14 +17019,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1800, + "id": 1827, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1802, + "id": 1829, "name": "event", "variant": "declaration", "kind": 1024, @@ -16969,14 +17040,14 @@ ], "type": { "type": "reference", - "target": 2125, + "target": 2154, "name": "INSERT", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT" } }, { - "id": 1803, + "id": 1830, "name": "payload", "variant": "declaration", "kind": 1024, @@ -16997,7 +17068,7 @@ "typeArguments": [ { "type": "reference", - "target": 1788, + "target": 1815, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -17008,7 +17079,7 @@ } }, { - "id": 1801, + "id": 1828, "name": "type", "variant": "declaration", "kind": 1024, @@ -17029,7 +17100,7 @@ "groups": [ { "title": "Properties", - "children": [1802, 1803, 1801] + "children": [1829, 1830, 1828] } ], "sources": [ @@ -17055,14 +17126,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1804, + "id": 1831, "name": "on", "variant": "signature", "kind": 4096, @@ -17084,7 +17155,7 @@ ], "typeParameters": [ { - "id": 1805, + "id": 1832, "name": "T", "variant": "typeParam", "kind": 131072, @@ -17092,7 +17163,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1806, + "id": 1833, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17106,7 +17177,7 @@ ], "indexSignatures": [ { - "id": 1807, + "id": 1834, "name": "__index", "variant": "signature", "kind": 8192, @@ -17120,7 +17191,7 @@ ], "parameters": [ { - "id": 1808, + "id": 1835, "name": "key", "variant": "param", "kind": 32768, @@ -17143,7 +17214,7 @@ ], "parameters": [ { - "id": 1809, + "id": 1836, "name": "type", "variant": "param", "kind": 32768, @@ -17154,7 +17225,7 @@ } }, { - "id": 1810, + "id": 1837, "name": "filter", "variant": "param", "kind": 32768, @@ -17162,14 +17233,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1811, + "id": 1838, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1812, + "id": 1839, "name": "event", "variant": "declaration", "kind": 1024, @@ -17183,7 +17254,7 @@ ], "type": { "type": "reference", - "target": 2126, + "target": 2155, "name": "UPDATE", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE" @@ -17193,7 +17264,7 @@ "groups": [ { "title": "Properties", - "children": [1812] + "children": [1839] } ], "sources": [ @@ -17207,7 +17278,7 @@ } }, { - "id": 1813, + "id": 1840, "name": "callback", "variant": "param", "kind": 32768, @@ -17215,7 +17286,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1814, + "id": 1841, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17229,7 +17300,7 @@ ], "signatures": [ { - "id": 1815, + "id": 1842, "name": "__type", "variant": "signature", "kind": 4096, @@ -17243,7 +17314,7 @@ ], "parameters": [ { - "id": 1816, + "id": 1843, "name": "payload", "variant": "param", "kind": 32768, @@ -17251,14 +17322,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1817, + "id": 1844, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1819, + "id": 1846, "name": "event", "variant": "declaration", "kind": 1024, @@ -17272,14 +17343,14 @@ ], "type": { "type": "reference", - "target": 2126, + "target": 2155, "name": "UPDATE", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE" } }, { - "id": 1820, + "id": 1847, "name": "payload", "variant": "declaration", "kind": 1024, @@ -17300,7 +17371,7 @@ "typeArguments": [ { "type": "reference", - "target": 1805, + "target": 1832, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -17311,7 +17382,7 @@ } }, { - "id": 1818, + "id": 1845, "name": "type", "variant": "declaration", "kind": 1024, @@ -17332,7 +17403,7 @@ "groups": [ { "title": "Properties", - "children": [1819, 1820, 1818] + "children": [1846, 1847, 1845] } ], "sources": [ @@ -17358,14 +17429,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1821, + "id": 1848, "name": "on", "variant": "signature", "kind": 4096, @@ -17387,7 +17458,7 @@ ], "typeParameters": [ { - "id": 1822, + "id": 1849, "name": "T", "variant": "typeParam", "kind": 131072, @@ -17395,7 +17466,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1823, + "id": 1850, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17409,7 +17480,7 @@ ], "indexSignatures": [ { - "id": 1824, + "id": 1851, "name": "__index", "variant": "signature", "kind": 8192, @@ -17423,7 +17494,7 @@ ], "parameters": [ { - "id": 1825, + "id": 1852, "name": "key", "variant": "param", "kind": 32768, @@ -17446,7 +17517,7 @@ ], "parameters": [ { - "id": 1826, + "id": 1853, "name": "type", "variant": "param", "kind": 32768, @@ -17457,7 +17528,7 @@ } }, { - "id": 1827, + "id": 1854, "name": "filter", "variant": "param", "kind": 32768, @@ -17465,14 +17536,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1828, + "id": 1855, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1829, + "id": 1856, "name": "event", "variant": "declaration", "kind": 1024, @@ -17486,7 +17557,7 @@ ], "type": { "type": "reference", - "target": 2127, + "target": 2156, "name": "DELETE", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE" @@ -17496,7 +17567,7 @@ "groups": [ { "title": "Properties", - "children": [1829] + "children": [1856] } ], "sources": [ @@ -17510,7 +17581,7 @@ } }, { - "id": 1830, + "id": 1857, "name": "callback", "variant": "param", "kind": 32768, @@ -17518,7 +17589,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1831, + "id": 1858, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17532,7 +17603,7 @@ ], "signatures": [ { - "id": 1832, + "id": 1859, "name": "__type", "variant": "signature", "kind": 4096, @@ -17546,7 +17617,7 @@ ], "parameters": [ { - "id": 1833, + "id": 1860, "name": "payload", "variant": "param", "kind": 32768, @@ -17554,14 +17625,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1834, + "id": 1861, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1836, + "id": 1863, "name": "event", "variant": "declaration", "kind": 1024, @@ -17575,14 +17646,14 @@ ], "type": { "type": "reference", - "target": 2127, + "target": 2156, "name": "DELETE", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE" } }, { - "id": 1837, + "id": 1864, "name": "payload", "variant": "declaration", "kind": 1024, @@ -17603,7 +17674,7 @@ "typeArguments": [ { "type": "reference", - "target": 1822, + "target": 1849, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -17614,7 +17685,7 @@ } }, { - "id": 1835, + "id": 1862, "name": "type", "variant": "declaration", "kind": 1024, @@ -17635,7 +17706,7 @@ "groups": [ { "title": "Properties", - "children": [1836, 1837, 1835] + "children": [1863, 1864, 1862] } ], "sources": [ @@ -17661,14 +17732,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1838, + "id": 1865, "name": "on", "variant": "signature", "kind": 4096, @@ -17690,7 +17761,7 @@ ], "typeParameters": [ { - "id": 1839, + "id": 1866, "name": "T", "variant": "typeParam", "kind": 131072, @@ -17698,7 +17769,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1840, + "id": 1867, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17712,7 +17783,7 @@ ], "indexSignatures": [ { - "id": 1841, + "id": 1868, "name": "__index", "variant": "signature", "kind": 8192, @@ -17726,7 +17797,7 @@ ], "parameters": [ { - "id": 1842, + "id": 1869, "name": "key", "variant": "param", "kind": 32768, @@ -17749,7 +17820,7 @@ ], "parameters": [ { - "id": 1843, + "id": 1870, "name": "type", "variant": "param", "kind": 32768, @@ -17760,7 +17831,7 @@ } }, { - "id": 1844, + "id": 1871, "name": "filter", "variant": "param", "kind": 32768, @@ -17768,7 +17839,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1845, + "id": 1872, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17777,7 +17848,7 @@ } }, { - "id": 1846, + "id": 1873, "name": "callback", "variant": "param", "kind": 32768, @@ -17785,7 +17856,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1847, + "id": 1874, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17799,7 +17870,7 @@ ], "signatures": [ { - "id": 1848, + "id": 1875, "name": "__type", "variant": "signature", "kind": 4096, @@ -17813,7 +17884,7 @@ ], "parameters": [ { - "id": 1849, + "id": 1876, "name": "payload", "variant": "param", "kind": 32768, @@ -17836,7 +17907,7 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -17845,7 +17916,7 @@ ] }, { - "id": 1632, + "id": 1659, "name": "presenceState", "variant": "declaration", "kind": 2048, @@ -17859,7 +17930,7 @@ ], "signatures": [ { - "id": 1633, + "id": 1660, "name": "presenceState", "variant": "signature", "kind": 4096, @@ -17873,7 +17944,7 @@ ], "typeParameters": [ { - "id": 1634, + "id": 1661, "name": "T", "variant": "typeParam", "kind": 131072, @@ -17881,7 +17952,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1635, + "id": 1662, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17895,7 +17966,7 @@ ], "indexSignatures": [ { - "id": 1636, + "id": 1663, "name": "__index", "variant": "signature", "kind": 8192, @@ -17909,7 +17980,7 @@ ], "parameters": [ { - "id": 1637, + "id": 1664, "name": "key", "variant": "param", "kind": 32768, @@ -17931,7 +18002,7 @@ "default": { "type": "reflection", "declaration": { - "id": 1638, + "id": 1665, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17942,11 +18013,11 @@ ], "type": { "type": "reference", - "target": 2108, + "target": 2137, "typeArguments": [ { "type": "reference", - "target": 1634, + "target": 1661, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -17959,7 +18030,7 @@ ] }, { - "id": 1863, + "id": 1890, "name": "send", "variant": "declaration", "kind": 2048, @@ -17973,7 +18044,7 @@ ], "signatures": [ { - "id": 1864, + "id": 1891, "name": "send", "variant": "signature", "kind": 4096, @@ -17995,7 +18066,7 @@ ], "parameters": [ { - "id": 1865, + "id": 1892, "name": "args", "variant": "param", "kind": 32768, @@ -18011,14 +18082,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1866, + "id": 1893, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1868, + "id": 1895, "name": "event", "variant": "declaration", "kind": 1024, @@ -18044,7 +18115,7 @@ } }, { - "id": 1869, + "id": 1896, "name": "payload", "variant": "declaration", "kind": 1024, @@ -18072,7 +18143,7 @@ } }, { - "id": 1867, + "id": 1894, "name": "type", "variant": "declaration", "kind": 1024, @@ -18114,7 +18185,7 @@ "groups": [ { "title": "Properties", - "children": [1868, 1869, 1867] + "children": [1895, 1896, 1894] } ], "sources": [ @@ -18126,7 +18197,7 @@ ], "indexSignatures": [ { - "id": 1870, + "id": 1897, "name": "__index", "variant": "signature", "kind": 8192, @@ -18140,7 +18211,7 @@ ], "parameters": [ { - "id": 1871, + "id": 1898, "name": "key", "variant": "param", "kind": 32768, @@ -18161,7 +18232,7 @@ } }, { - "id": 1872, + "id": 1899, "name": "opts", "variant": "param", "kind": 32768, @@ -18179,7 +18250,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1873, + "id": 1900, "name": "__type", "variant": "declaration", "kind": 65536, @@ -18193,7 +18264,7 @@ ], "indexSignatures": [ { - "id": 1874, + "id": 1901, "name": "__index", "variant": "signature", "kind": 8192, @@ -18207,7 +18278,7 @@ ], "parameters": [ { - "id": 1875, + "id": 1902, "name": "key", "variant": "param", "kind": 32768, @@ -18237,7 +18308,7 @@ "typeArguments": [ { "type": "reference", - "target": 1901, + "target": 1928, "name": "RealtimeChannelSendResponse", "package": "@supabase/realtime-js" } @@ -18249,7 +18320,7 @@ ] }, { - "id": 1624, + "id": 1651, "name": "subscribe", "variant": "declaration", "kind": 2048, @@ -18263,7 +18334,7 @@ ], "signatures": [ { - "id": 1625, + "id": 1652, "name": "subscribe", "variant": "signature", "kind": 4096, @@ -18285,7 +18356,7 @@ ], "parameters": [ { - "id": 1626, + "id": 1653, "name": "callback", "variant": "param", "kind": 32768, @@ -18295,7 +18366,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1627, + "id": 1654, "name": "__type", "variant": "declaration", "kind": 65536, @@ -18309,7 +18380,7 @@ ], "signatures": [ { - "id": 1628, + "id": 1655, "name": "__type", "variant": "signature", "kind": 4096, @@ -18323,20 +18394,20 @@ ], "parameters": [ { - "id": 1629, + "id": 1656, "name": "status", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2132, + "target": 2161, "name": "REALTIME_SUBSCRIBE_STATES", "package": "@supabase/realtime-js" } }, { - "id": 1630, + "id": 1657, "name": "err", "variant": "param", "kind": 32768, @@ -18364,7 +18435,7 @@ } }, { - "id": 1631, + "id": 1658, "name": "timeout", "variant": "param", "kind": 32768, @@ -18379,7 +18450,7 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -18388,7 +18459,7 @@ ] }, { - "id": 1885, + "id": 1912, "name": "teardown", "variant": "declaration", "kind": 2048, @@ -18402,7 +18473,7 @@ ], "signatures": [ { - "id": 1886, + "id": 1913, "name": "teardown", "variant": "signature", "kind": 4096, @@ -18430,7 +18501,7 @@ ] }, { - "id": 1639, + "id": 1666, "name": "track", "variant": "declaration", "kind": 2048, @@ -18444,7 +18515,7 @@ ], "signatures": [ { - "id": 1640, + "id": 1667, "name": "track", "variant": "signature", "kind": 4096, @@ -18458,7 +18529,7 @@ ], "parameters": [ { - "id": 1641, + "id": 1668, "name": "payload", "variant": "param", "kind": 32768, @@ -18466,7 +18537,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1642, + "id": 1669, "name": "__type", "variant": "declaration", "kind": 65536, @@ -18480,7 +18551,7 @@ ], "indexSignatures": [ { - "id": 1643, + "id": 1670, "name": "__index", "variant": "signature", "kind": 8192, @@ -18494,7 +18565,7 @@ ], "parameters": [ { - "id": 1644, + "id": 1671, "name": "key", "variant": "param", "kind": 32768, @@ -18515,7 +18586,7 @@ } }, { - "id": 1645, + "id": 1672, "name": "opts", "variant": "param", "kind": 32768, @@ -18525,7 +18596,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1646, + "id": 1673, "name": "__type", "variant": "declaration", "kind": 65536, @@ -18539,7 +18610,7 @@ ], "indexSignatures": [ { - "id": 1647, + "id": 1674, "name": "__index", "variant": "signature", "kind": 8192, @@ -18553,7 +18624,7 @@ ], "parameters": [ { - "id": 1648, + "id": 1675, "name": "key", "variant": "param", "kind": 32768, @@ -18583,7 +18654,7 @@ "typeArguments": [ { "type": "reference", - "target": 1901, + "target": 1928, "name": "RealtimeChannelSendResponse", "package": "@supabase/realtime-js" } @@ -18595,7 +18666,7 @@ ] }, { - "id": 1882, + "id": 1909, "name": "unsubscribe", "variant": "declaration", "kind": 2048, @@ -18609,7 +18680,7 @@ ], "signatures": [ { - "id": 1883, + "id": 1910, "name": "unsubscribe", "variant": "signature", "kind": 4096, @@ -18639,7 +18710,7 @@ ], "parameters": [ { - "id": 1884, + "id": 1911, "name": "timeout", "variant": "param", "kind": 32768, @@ -18684,7 +18755,7 @@ ] }, { - "id": 1649, + "id": 1676, "name": "untrack", "variant": "declaration", "kind": 2048, @@ -18698,7 +18769,7 @@ ], "signatures": [ { - "id": 1650, + "id": 1677, "name": "untrack", "variant": "signature", "kind": 4096, @@ -18712,7 +18783,7 @@ ], "parameters": [ { - "id": 1651, + "id": 1678, "name": "opts", "variant": "param", "kind": 32768, @@ -18722,7 +18793,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1652, + "id": 1679, "name": "__type", "variant": "declaration", "kind": 65536, @@ -18736,7 +18807,7 @@ ], "indexSignatures": [ { - "id": 1653, + "id": 1680, "name": "__index", "variant": "signature", "kind": 8192, @@ -18750,7 +18821,7 @@ ], "parameters": [ { - "id": 1654, + "id": 1681, "name": "key", "variant": "param", "kind": 32768, @@ -18780,7 +18851,7 @@ "typeArguments": [ { "type": "reference", - "target": 1901, + "target": 1928, "name": "RealtimeChannelSendResponse", "package": "@supabase/realtime-js" } @@ -18792,7 +18863,7 @@ ] }, { - "id": 1876, + "id": 1903, "name": "updateJoinPayload", "variant": "declaration", "kind": 2048, @@ -18806,7 +18877,7 @@ ], "signatures": [ { - "id": 1877, + "id": 1904, "name": "updateJoinPayload", "variant": "signature", "kind": 4096, @@ -18820,7 +18891,7 @@ ], "parameters": [ { - "id": 1878, + "id": 1905, "name": "payload", "variant": "param", "kind": 32768, @@ -18828,7 +18899,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1879, + "id": 1906, "name": "__type", "variant": "declaration", "kind": 65536, @@ -18842,7 +18913,7 @@ ], "indexSignatures": [ { - "id": 1880, + "id": 1907, "name": "__index", "variant": "signature", "kind": 8192, @@ -18856,7 +18927,7 @@ ], "parameters": [ { - "id": 1881, + "id": 1908, "name": "key", "variant": "param", "kind": 32768, @@ -18888,17 +18959,17 @@ "groups": [ { "title": "Constructors", - "children": [1594] + "children": [1621] }, { "title": "Properties", "children": [ - 1602, 1621, 1616, 1617, 1600, 1620, 1623, 1619, 1618, 1601, 1615, 1622, 1614, 1599 + 1629, 1648, 1643, 1644, 1627, 1647, 1650, 1646, 1645, 1628, 1642, 1649, 1641, 1626 ] }, { "title": "Methods", - "children": [1850, 1655, 1632, 1863, 1624, 1885, 1639, 1882, 1649, 1876] + "children": [1877, 1682, 1659, 1890, 1651, 1912, 1666, 1909, 1676, 1903] } ], "sources": [ @@ -18910,14 +18981,14 @@ ] }, { - "id": 1902, + "id": 1929, "name": "RealtimeClient", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1903, + "id": 1930, "name": "constructor", "variant": "declaration", "kind": 512, @@ -18925,13 +18996,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 117, + "line": 119, "character": 4 } ], "signatures": [ { - "id": 1904, + "id": 1931, "name": "RealtimeClient", "variant": "signature", "kind": 16384, @@ -18947,13 +19018,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 117, + "line": 119, "character": 4 } ], "parameters": [ { - "id": 1905, + "id": 1932, "name": "endPoint", "variant": "param", "kind": 32768, @@ -18972,7 +19043,7 @@ } }, { - "id": 1906, + "id": 1933, "name": "options", "variant": "param", "kind": 32768, @@ -18981,7 +19052,7 @@ }, "type": { "type": "reference", - "target": 2011, + "target": 2039, "name": "RealtimeClientOptions", "package": "@supabase/realtime-js", "highlightedProperties": { @@ -19077,7 +19148,7 @@ ], "type": { "type": "reference", - "target": 1902, + "target": 1929, "name": "RealtimeClient", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -19086,7 +19157,7 @@ ] }, { - "id": 1953, + "id": 1981, "name": "accessToken", "variant": "declaration", "kind": 1024, @@ -19094,7 +19165,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 91, + "line": 93, "character": 4 } ], @@ -19108,7 +19179,7 @@ { "type": "reflection", "declaration": { - "id": 1954, + "id": 1982, "name": "__type", "variant": "declaration", "kind": 65536, @@ -19116,13 +19187,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 91, + "line": 93, "character": 18 } ], "signatures": [ { - "id": 1955, + "id": 1983, "name": "__type", "variant": "signature", "kind": 4096, @@ -19130,7 +19201,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 91, + "line": 93, "character": 18 } ], @@ -19166,7 +19237,7 @@ } }, { - "id": 1907, + "id": 1934, "name": "accessTokenValue", "variant": "declaration", "kind": 1024, @@ -19174,7 +19245,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 56, + "line": 57, "character": 4 } ], @@ -19193,7 +19264,7 @@ } }, { - "id": 1908, + "id": 1935, "name": "apiKey", "variant": "declaration", "kind": 1024, @@ -19201,7 +19272,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 57, + "line": 58, "character": 4 } ], @@ -19220,7 +19291,7 @@ } }, { - "id": 1909, + "id": 1936, "name": "channels", "variant": "declaration", "kind": 1024, @@ -19228,7 +19299,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 58, + "line": 59, "character": 4 } ], @@ -19236,7 +19307,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -19244,7 +19315,7 @@ } }, { - "id": 1936, + "id": 1964, "name": "conn", "variant": "declaration", "kind": 1024, @@ -19252,7 +19323,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 81, + "line": 83, "character": 4 } ], @@ -19265,7 +19336,7 @@ }, { "type": "reference", - "target": 2154, + "target": 2183, "name": "WebSocketLike", "package": "@supabase/realtime-js" } @@ -19273,7 +19344,7 @@ } }, { - "id": 1934, + "id": 1962, "name": "decode", "variant": "declaration", "kind": 1024, @@ -19281,7 +19352,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 79, + "line": 81, "character": 4 } ], @@ -19296,7 +19367,7 @@ } }, { - "id": 1933, + "id": 1961, "name": "encode", "variant": "declaration", "kind": 1024, @@ -19304,7 +19375,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 78, + "line": 80, "character": 4 } ], @@ -19319,7 +19390,7 @@ } }, { - "id": 1910, + "id": 1937, "name": "endPoint", "variant": "declaration", "kind": 1024, @@ -19327,7 +19398,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 59, + "line": 60, "character": 4 } ], @@ -19337,7 +19408,7 @@ } }, { - "id": 1945, + "id": 1973, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -19345,14 +19416,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 90, + "line": 92, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1946, + "id": 1974, "name": "__type", "variant": "declaration", "kind": 65536, @@ -19371,7 +19442,7 @@ ], "signatures": [ { - "id": 1947, + "id": 1975, "name": "__type", "variant": "signature", "kind": 4096, @@ -19393,7 +19464,7 @@ ], "parameters": [ { - "id": 1948, + "id": 1976, "name": "input", "variant": "param", "kind": 32768, @@ -19423,7 +19494,7 @@ } }, { - "id": 1949, + "id": 1977, "name": "init", "variant": "param", "kind": 32768, @@ -19463,7 +19534,7 @@ } }, { - "id": 1950, + "id": 1978, "name": "__type", "variant": "signature", "kind": 4096, @@ -19485,7 +19556,7 @@ ], "parameters": [ { - "id": 1951, + "id": 1979, "name": "input", "variant": "param", "kind": 32768, @@ -19519,7 +19590,7 @@ } }, { - "id": 1952, + "id": 1980, "name": "init", "variant": "param", "kind": 32768, @@ -19563,7 +19634,7 @@ } }, { - "id": 1912, + "id": 1939, "name": "headers", "variant": "declaration", "kind": 1024, @@ -19587,14 +19658,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 62, + "line": 63, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1913, + "id": 1940, "name": "__type", "variant": "declaration", "kind": 65536, @@ -19602,13 +19673,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 62, + "line": 63, "character": 14 } ], "indexSignatures": [ { - "id": 1914, + "id": 1941, "name": "__index", "variant": "signature", "kind": 8192, @@ -19616,13 +19687,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 63, + "line": 64, "character": 8 } ], "parameters": [ { - "id": 1915, + "id": 1942, "name": "key", "variant": "param", "kind": 32768, @@ -19643,7 +19714,7 @@ } }, { - "id": 1925, + "id": 1952, "name": "heartbeatCallback", "variant": "declaration", "kind": 1024, @@ -19651,14 +19722,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 73, + "line": 74, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1926, + "id": 1953, "name": "__type", "variant": "declaration", "kind": 65536, @@ -19666,13 +19737,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 73, + "line": 74, "character": 23 } ], "signatures": [ { - "id": 1927, + "id": 1954, "name": "__type", "variant": "signature", "kind": 4096, @@ -19680,13 +19751,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 73, + "line": 74, "character": 23 } ], "parameters": [ { - "id": 1928, + "id": 1955, "name": "status", "variant": "param", "kind": 32768, @@ -19712,7 +19783,7 @@ } }, { - "id": 1922, + "id": 1949, "name": "heartbeatIntervalMs", "variant": "declaration", "kind": 1024, @@ -19720,7 +19791,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 70, + "line": 71, "character": 4 } ], @@ -19730,7 +19801,7 @@ } }, { - "id": 1923, + "id": 1950, "name": "heartbeatTimer", "variant": "declaration", "kind": 1024, @@ -19738,7 +19809,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 71, + "line": 72, "character": 4 } ], @@ -19763,7 +19834,7 @@ } }, { - "id": 1911, + "id": 1938, "name": "httpEndpoint", "variant": "declaration", "kind": 1024, @@ -19771,7 +19842,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 60, + "line": 61, "character": 4 } ], @@ -19781,7 +19852,7 @@ } }, { - "id": 1931, + "id": 1959, "name": "logger", "variant": "declaration", "kind": 1024, @@ -19789,7 +19860,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 76, + "line": 78, "character": 4 } ], @@ -19804,7 +19875,7 @@ } }, { - "id": 1932, + "id": 1960, "name": "logLevel", "variant": "declaration", "kind": 1024, @@ -19814,7 +19885,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 77, + "line": 79, "character": 4 } ], @@ -19829,7 +19900,7 @@ } }, { - "id": 1916, + "id": 1943, "name": "params", "variant": "declaration", "kind": 1024, @@ -19839,14 +19910,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 65, + "line": 66, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1917, + "id": 1944, "name": "__type", "variant": "declaration", "kind": 65536, @@ -19854,13 +19925,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 65, + "line": 66, "character": 13 } ], "indexSignatures": [ { - "id": 1918, + "id": 1945, "name": "__index", "variant": "signature", "kind": 8192, @@ -19868,13 +19939,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 66, + "line": 67, "character": 8 } ], "parameters": [ { - "id": 1919, + "id": 1946, "name": "key", "variant": "param", "kind": 32768, @@ -19895,7 +19966,7 @@ } }, { - "id": 1924, + "id": 1951, "name": "pendingHeartbeatRef", "variant": "declaration", "kind": 1024, @@ -19903,7 +19974,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 72, + "line": 73, "character": 4 } ], @@ -19922,7 +19993,7 @@ } }, { - "id": 1935, + "id": 1963, "name": "reconnectAfterMs", "variant": "declaration", "kind": 1024, @@ -19930,7 +20001,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 80, + "line": 82, "character": 4 } ], @@ -19945,7 +20016,7 @@ } }, { - "id": 1930, + "id": 1957, "name": "reconnectTimer", "variant": "declaration", "kind": 1024, @@ -19953,7 +20024,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 75, + "line": 76, "character": 4 } ], @@ -19978,7 +20049,7 @@ } }, { - "id": 1929, + "id": 1956, "name": "ref", "variant": "declaration", "kind": 1024, @@ -19986,7 +20057,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 74, + "line": 75, "character": 4 } ], @@ -19996,7 +20067,7 @@ } }, { - "id": 1937, + "id": 1965, "name": "sendBuffer", "variant": "declaration", "kind": 1024, @@ -20004,7 +20075,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 82, + "line": 84, "character": 4 } ], @@ -20022,7 +20093,7 @@ } }, { - "id": 1938, + "id": 1966, "name": "serializer", "variant": "declaration", "kind": 1024, @@ -20030,7 +20101,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 83, + "line": 85, "character": 4 } ], @@ -20046,7 +20117,7 @@ } }, { - "id": 1939, + "id": 1967, "name": "stateChangeCallbacks", "variant": "declaration", "kind": 1024, @@ -20054,21 +20125,21 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 84, + "line": 86, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1940, + "id": 1968, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1942, + "id": 1970, "name": "close", "variant": "declaration", "kind": 1024, @@ -20076,7 +20147,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 86, + "line": 88, "character": 8 } ], @@ -20094,7 +20165,7 @@ } }, { - "id": 1943, + "id": 1971, "name": "error", "variant": "declaration", "kind": 1024, @@ -20102,7 +20173,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 87, + "line": 89, "character": 8 } ], @@ -20120,7 +20191,7 @@ } }, { - "id": 1944, + "id": 1972, "name": "message", "variant": "declaration", "kind": 1024, @@ -20128,7 +20199,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 88, + "line": 90, "character": 8 } ], @@ -20146,7 +20217,7 @@ } }, { - "id": 1941, + "id": 1969, "name": "open", "variant": "declaration", "kind": 1024, @@ -20154,7 +20225,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 85, + "line": 87, "character": 8 } ], @@ -20175,13 +20246,13 @@ "groups": [ { "title": "Properties", - "children": [1942, 1943, 1944, 1941] + "children": [1970, 1971, 1972, 1969] } ], "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 84, + "line": 86, "character": 26 } ] @@ -20189,7 +20260,7 @@ } }, { - "id": 1920, + "id": 1947, "name": "timeout", "variant": "declaration", "kind": 1024, @@ -20197,7 +20268,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 68, + "line": 69, "character": 4 } ], @@ -20207,7 +20278,7 @@ } }, { - "id": 1921, + "id": 1948, "name": "transport", "variant": "declaration", "kind": 1024, @@ -20215,7 +20286,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 69, + "line": 70, "character": 4 } ], @@ -20228,7 +20299,7 @@ }, { "type": "reference", - "target": 2204, + "target": 2233, "name": "WebSocketLikeConstructor", "package": "@supabase/realtime-js" } @@ -20236,7 +20307,25 @@ } }, { - "id": 1956, + "id": 1958, + "name": "vsn", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "sources": [ + { + "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", + "line": 77, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1984, "name": "worker", "variant": "declaration", "kind": 1024, @@ -20246,7 +20335,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 92, + "line": 94, "character": 4 } ], @@ -20256,7 +20345,7 @@ } }, { - "id": 1958, + "id": 1986, "name": "workerRef", "variant": "declaration", "kind": 1024, @@ -20266,7 +20355,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 94, + "line": 96, "character": 4 } ], @@ -20281,7 +20370,7 @@ } }, { - "id": 1957, + "id": 1985, "name": "workerUrl", "variant": "declaration", "kind": 1024, @@ -20291,7 +20380,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 93, + "line": 95, "character": 4 } ], @@ -20301,7 +20390,7 @@ } }, { - "id": 1990, + "id": 2018, "name": "channel", "variant": "declaration", "kind": 2048, @@ -20309,13 +20398,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 169, + "line": 171, "character": 4 } ], "signatures": [ { - "id": 1991, + "id": 2019, "name": "channel", "variant": "signature", "kind": 4096, @@ -20323,13 +20412,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 169, + "line": 171, "character": 4 } ], "parameters": [ { - "id": 1992, + "id": 2020, "name": "topic", "variant": "param", "kind": 32768, @@ -20340,7 +20429,7 @@ } }, { - "id": 1993, + "id": 2021, "name": "params", "variant": "param", "kind": 32768, @@ -20349,7 +20438,7 @@ }, "type": { "type": "reference", - "target": 1887, + "target": 1914, "name": "RealtimeChannelOptions", "package": "@supabase/realtime-js" } @@ -20357,7 +20446,7 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -20366,7 +20455,7 @@ ] }, { - "id": 1962, + "id": 1990, "name": "connect", "variant": "declaration", "kind": 2048, @@ -20374,13 +20463,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 121, + "line": 123, "character": 4 } ], "signatures": [ { - "id": 1963, + "id": 1991, "name": "connect", "variant": "signature", "kind": 4096, @@ -20396,7 +20485,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 121, + "line": 123, "character": 4 } ], @@ -20408,7 +20497,7 @@ ] }, { - "id": 1982, + "id": 2010, "name": "connectionState", "variant": "declaration", "kind": 2048, @@ -20416,13 +20505,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 156, + "line": 158, "character": 4 } ], "signatures": [ { - "id": 1983, + "id": 2011, "name": "connectionState", "variant": "signature", "kind": 4096, @@ -20438,7 +20527,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 156, + "line": 158, "character": 4 } ], @@ -20455,7 +20544,7 @@ ] }, { - "id": 1966, + "id": 1994, "name": "disconnect", "variant": "declaration", "kind": 2048, @@ -20463,13 +20552,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 133, + "line": 135, "character": 4 } ], "signatures": [ { - "id": 1967, + "id": 1995, "name": "disconnect", "variant": "signature", "kind": 4096, @@ -20485,13 +20574,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 133, + "line": 135, "character": 4 } ], "parameters": [ { - "id": 1968, + "id": 1996, "name": "code", "variant": "param", "kind": 32768, @@ -20512,7 +20601,7 @@ } }, { - "id": 1969, + "id": 1997, "name": "reason", "variant": "param", "kind": 32768, @@ -20541,7 +20630,7 @@ ] }, { - "id": 1964, + "id": 1992, "name": "endpointURL", "variant": "declaration", "kind": 2048, @@ -20549,13 +20638,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 126, + "line": 128, "character": 4 } ], "signatures": [ { - "id": 1965, + "id": 1993, "name": "endpointURL", "variant": "signature", "kind": 4096, @@ -20582,7 +20671,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 126, + "line": 128, "character": 4 } ], @@ -20594,7 +20683,7 @@ ] }, { - "id": 2008, + "id": 2036, "name": "flushSendBuffer", "variant": "declaration", "kind": 2048, @@ -20602,13 +20691,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 194, + "line": 196, "character": 4 } ], "signatures": [ { - "id": 2009, + "id": 2037, "name": "flushSendBuffer", "variant": "signature", "kind": 4096, @@ -20624,7 +20713,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 194, + "line": 196, "character": 4 } ], @@ -20636,7 +20725,7 @@ ] }, { - "id": 1970, + "id": 1998, "name": "getChannels", "variant": "declaration", "kind": 2048, @@ -20644,13 +20733,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 137, + "line": 139, "character": 4 } ], "signatures": [ { - "id": 1971, + "id": 1999, "name": "getChannels", "variant": "signature", "kind": 4096, @@ -20666,7 +20755,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 137, + "line": 139, "character": 4 } ], @@ -20674,7 +20763,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -20684,7 +20773,7 @@ ] }, { - "id": 1984, + "id": 2012, "name": "isConnected", "variant": "declaration", "kind": 2048, @@ -20692,13 +20781,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 160, + "line": 162, "character": 4 } ], "signatures": [ { - "id": 1985, + "id": 2013, "name": "isConnected", "variant": "signature", "kind": 4096, @@ -20722,7 +20811,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 160, + "line": 162, "character": 4 } ], @@ -20734,7 +20823,7 @@ ] }, { - "id": 1986, + "id": 2014, "name": "isConnecting", "variant": "declaration", "kind": 2048, @@ -20742,13 +20831,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 164, + "line": 166, "character": 4 } ], "signatures": [ { - "id": 1987, + "id": 2015, "name": "isConnecting", "variant": "signature", "kind": 4096, @@ -20772,7 +20861,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 164, + "line": 166, "character": 4 } ], @@ -20784,7 +20873,7 @@ ] }, { - "id": 1988, + "id": 2016, "name": "isDisconnecting", "variant": "declaration", "kind": 2048, @@ -20792,13 +20881,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 168, + "line": 170, "character": 4 } ], "signatures": [ { - "id": 1989, + "id": 2017, "name": "isDisconnecting", "variant": "signature", "kind": 4096, @@ -20822,7 +20911,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 168, + "line": 170, "character": 4 } ], @@ -20834,7 +20923,7 @@ ] }, { - "id": 1977, + "id": 2005, "name": "log", "variant": "declaration", "kind": 2048, @@ -20842,13 +20931,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 152, + "line": 154, "character": 4 } ], "signatures": [ { - "id": 1978, + "id": 2006, "name": "log", "variant": "signature", "kind": 4096, @@ -20872,13 +20961,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 152, + "line": 154, "character": 4 } ], "parameters": [ { - "id": 1979, + "id": 2007, "name": "kind", "variant": "param", "kind": 32768, @@ -20889,7 +20978,7 @@ } }, { - "id": 1980, + "id": 2008, "name": "msg", "variant": "param", "kind": 32768, @@ -20900,7 +20989,7 @@ } }, { - "id": 1981, + "id": 2009, "name": "data", "variant": "param", "kind": 32768, @@ -20921,7 +21010,7 @@ ] }, { - "id": 2002, + "id": 2030, "name": "onHeartbeat", "variant": "declaration", "kind": 2048, @@ -20929,13 +21018,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 190, + "line": 192, "character": 4 } ], "signatures": [ { - "id": 2003, + "id": 2031, "name": "onHeartbeat", "variant": "signature", "kind": 4096, @@ -20943,13 +21032,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 190, + "line": 192, "character": 4 } ], "parameters": [ { - "id": 2004, + "id": 2032, "name": "callback", "variant": "param", "kind": 32768, @@ -20957,7 +21046,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2005, + "id": 2033, "name": "__type", "variant": "declaration", "kind": 65536, @@ -20965,13 +21054,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 190, + "line": 192, "character": 26 } ], "signatures": [ { - "id": 2006, + "id": 2034, "name": "__type", "variant": "signature", "kind": 4096, @@ -20979,13 +21068,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 190, + "line": 192, "character": 26 } ], "parameters": [ { - "id": 2007, + "id": 2035, "name": "status", "variant": "param", "kind": 32768, @@ -21019,7 +21108,7 @@ ] }, { - "id": 1994, + "id": 2022, "name": "push", "variant": "declaration", "kind": 2048, @@ -21027,13 +21116,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 175, + "line": 177, "character": 4 } ], "signatures": [ { - "id": 1995, + "id": 2023, "name": "push", "variant": "signature", "kind": 4096, @@ -21049,20 +21138,20 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 175, + "line": 177, "character": 4 } ], "parameters": [ { - "id": 1996, + "id": 2024, "name": "data", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2040, + "target": 2069, "name": "RealtimeMessage", "package": "@supabase/realtime-js" } @@ -21076,7 +21165,7 @@ ] }, { - "id": 1975, + "id": 2003, "name": "removeAllChannels", "variant": "declaration", "kind": 2048, @@ -21084,13 +21173,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 146, + "line": 148, "character": 4 } ], "signatures": [ { - "id": 1976, + "id": 2004, "name": "removeAllChannels", "variant": "signature", "kind": 4096, @@ -21106,7 +21195,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 146, + "line": 148, "character": 4 } ], @@ -21121,7 +21210,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 2117, + "target": 2146, "name": "RealtimeRemoveChannelResponse", "package": "@supabase/realtime-js" } @@ -21134,7 +21223,7 @@ ] }, { - "id": 1972, + "id": 2000, "name": "removeChannel", "variant": "declaration", "kind": 2048, @@ -21142,13 +21231,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 142, + "line": 144, "character": 4 } ], "signatures": [ { - "id": 1973, + "id": 2001, "name": "removeChannel", "variant": "signature", "kind": 4096, @@ -21164,13 +21253,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 142, + "line": 144, "character": 4 } ], "parameters": [ { - "id": 1974, + "id": 2002, "name": "channel", "variant": "param", "kind": 32768, @@ -21185,7 +21274,7 @@ }, "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -21201,7 +21290,7 @@ "typeArguments": [ { "type": "reference", - "target": 2117, + "target": 2146, "name": "RealtimeRemoveChannelResponse", "package": "@supabase/realtime-js" } @@ -21213,7 +21302,7 @@ ] }, { - "id": 2000, + "id": 2028, "name": "sendHeartbeat", "variant": "declaration", "kind": 2048, @@ -21221,13 +21310,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 189, + "line": 191, "character": 4 } ], "signatures": [ { - "id": 2001, + "id": 2029, "name": "sendHeartbeat", "variant": "signature", "kind": 4096, @@ -21243,7 +21332,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 189, + "line": 191, "character": 4 } ], @@ -21266,7 +21355,7 @@ ] }, { - "id": 1997, + "id": 2025, "name": "setAuth", "variant": "declaration", "kind": 2048, @@ -21274,13 +21363,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 185, + "line": 187, "character": 4 } ], "signatures": [ { - "id": 1998, + "id": 2026, "name": "setAuth", "variant": "signature", "kind": 4096, @@ -21304,13 +21393,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 185, + "line": 187, "character": 4 } ], "parameters": [ { - "id": 1999, + "id": 2027, "name": "token", "variant": "param", "kind": 32768, @@ -21362,41 +21451,41 @@ "groups": [ { "title": "Constructors", - "children": [1903] + "children": [1930] }, { "title": "Properties", "children": [ - 1953, 1907, 1908, 1909, 1936, 1934, 1933, 1910, 1945, 1912, 1925, 1922, 1923, 1911, - 1931, 1932, 1916, 1924, 1935, 1930, 1929, 1937, 1938, 1939, 1920, 1921, 1956, 1958, - 1957 + 1981, 1934, 1935, 1936, 1964, 1962, 1961, 1937, 1973, 1939, 1952, 1949, 1950, 1938, + 1959, 1960, 1943, 1951, 1963, 1957, 1956, 1965, 1966, 1967, 1947, 1948, 1958, 1984, + 1986, 1985 ] }, { "title": "Methods", "children": [ - 1990, 1962, 1982, 1966, 1964, 2008, 1970, 1984, 1986, 1988, 1977, 2002, 1994, 1975, - 1972, 2000, 1997 + 2018, 1990, 2010, 1994, 1992, 2036, 1998, 2012, 2014, 2016, 2005, 2030, 2022, 2003, + 2000, 2028, 2025 ] } ], "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 55, + "line": 56, "character": 21 } ] }, { - "id": 1576, + "id": 1603, "name": "RealtimePresence", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1577, + "id": 1604, "name": "constructor", "variant": "declaration", "kind": 512, @@ -21410,7 +21499,7 @@ ], "signatures": [ { - "id": 1578, + "id": 1605, "name": "RealtimePresence", "variant": "signature", "kind": 16384, @@ -21432,7 +21521,7 @@ ], "parameters": [ { - "id": 1579, + "id": 1606, "name": "channel", "variant": "param", "kind": 32768, @@ -21447,14 +21536,14 @@ }, "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1580, + "id": 1607, "name": "opts", "variant": "param", "kind": 32768, @@ -21486,7 +21575,7 @@ ], "type": { "type": "reference", - "target": 1576, + "target": 1603, "name": "RealtimePresence", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -21495,7 +21584,7 @@ ] }, { - "id": 1586, + "id": 1613, "name": "caller", "variant": "declaration", "kind": 1024, @@ -21510,14 +21599,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1587, + "id": 1614, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1588, + "id": 1615, "name": "onJoin", "variant": "declaration", "kind": 1024, @@ -21540,7 +21629,7 @@ } }, { - "id": 1589, + "id": 1616, "name": "onLeave", "variant": "declaration", "kind": 1024, @@ -21563,7 +21652,7 @@ } }, { - "id": 1590, + "id": 1617, "name": "onSync", "variant": "declaration", "kind": 1024, @@ -21578,7 +21667,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1591, + "id": 1618, "name": "__type", "variant": "declaration", "kind": 65536, @@ -21592,7 +21681,7 @@ ], "signatures": [ { - "id": 1592, + "id": 1619, "name": "__type", "variant": "signature", "kind": 4096, @@ -21617,7 +21706,7 @@ "groups": [ { "title": "Properties", - "children": [1588, 1589, 1590] + "children": [1615, 1616, 1617] } ], "sources": [ @@ -21631,7 +21720,7 @@ } }, { - "id": 1581, + "id": 1608, "name": "channel", "variant": "declaration", "kind": 1024, @@ -21645,14 +21734,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1585, + "id": 1612, "name": "enabled", "variant": "declaration", "kind": 1024, @@ -21670,7 +21759,7 @@ } }, { - "id": 1584, + "id": 1611, "name": "joinRef", "variant": "declaration", "kind": 1024, @@ -21697,7 +21786,7 @@ } }, { - "id": 1583, + "id": 1610, "name": "pendingDiffs", "variant": "declaration", "kind": 1024, @@ -21723,7 +21812,7 @@ } }, { - "id": 1582, + "id": 1609, "name": "state", "variant": "declaration", "kind": 1024, @@ -21737,7 +21826,7 @@ ], "type": { "type": "reference", - "target": 2108, + "target": 2137, "name": "RealtimePresenceState", "package": "@supabase/realtime-js" } @@ -21746,11 +21835,11 @@ "groups": [ { "title": "Constructors", - "children": [1577] + "children": [1604] }, { "title": "Properties", - "children": [1586, 1581, 1585, 1584, 1583, 1582] + "children": [1613, 1608, 1612, 1611, 1610, 1609] } ], "sources": [ @@ -21762,7 +21851,7 @@ ] }, { - "id": 112, + "id": 113, "name": "SupabaseClient", "variant": "declaration", "kind": 128, @@ -21777,7 +21866,7 @@ }, "children": [ { - "id": 113, + "id": 114, "name": "constructor", "variant": "declaration", "kind": 512, @@ -21787,12 +21876,12 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 105, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L105" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L105" } ], "signatures": [ { - "id": 114, + "id": 115, "name": "SupabaseClient", "variant": "signature", "kind": 16384, @@ -21810,12 +21899,12 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 105, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L105" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L105" } ], "typeParameters": [ { - "id": 115, + "id": 116, "name": "Database", "variant": "typeParam", "kind": 131072, @@ -21826,7 +21915,7 @@ } }, { - "id": 116, + "id": 117, "name": "SchemaNameOrClientOptions", "variant": "typeParam", "kind": 131072, @@ -21841,14 +21930,14 @@ { "type": "reflection", "declaration": { - "id": 117, + "id": 118, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 118, + "id": 119, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -21858,7 +21947,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 44, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L44" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L44" } ], "type": { @@ -21870,7 +21959,7 @@ "groups": [ { "title": "Properties", - "children": [118] + "children": [119] } ], "sources": [ @@ -21878,7 +21967,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 44, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L44" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L44" } ] } @@ -21903,7 +21992,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -21941,7 +22030,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -21961,7 +22050,7 @@ } }, { - "id": 119, + "id": 120, "name": "SchemaName", "variant": "typeParam", "kind": 131072, @@ -21974,7 +22063,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -21999,7 +22088,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -22018,11 +22107,11 @@ }, "trueType": { "type": "reference", - "target": 116, + "target": 117, "typeArguments": [ { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -22052,7 +22141,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -22097,7 +22186,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -22126,7 +22215,7 @@ } }, { - "id": 120, + "id": 121, "name": "Schema", "variant": "typeParam", "kind": 131072, @@ -22146,7 +22235,7 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 119, + "target": 120, "name": "SchemaName", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaName", @@ -22161,7 +22250,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -22203,7 +22292,7 @@ } }, { - "id": 121, + "id": 122, "name": "ClientOptions", "variant": "typeParam", "kind": 131072, @@ -22211,14 +22300,14 @@ "type": { "type": "reflection", "declaration": { - "id": 122, + "id": 123, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 123, + "id": 124, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -22228,7 +22317,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 59, "character": 26, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L59" } ], "type": { @@ -22240,7 +22329,7 @@ "groups": [ { "title": "Properties", - "children": [123] + "children": [124] } ], "sources": [ @@ -22248,7 +22337,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 59, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L59" } ] } @@ -22257,7 +22346,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -22282,7 +22371,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -22303,7 +22392,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -22312,14 +22401,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 124, + "id": 125, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 125, + "id": 126, "name": "__InternalSupabase", "variant": "declaration", "kind": 1024, @@ -22329,20 +22418,20 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 62, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L62" } ], "type": { "type": "reflection", "declaration": { - "id": 126, + "id": 127, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 127, + "id": 128, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -22352,7 +22441,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 62, "character": 47, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L62" } ], "type": { @@ -22364,7 +22453,7 @@ "groups": [ { "title": "Properties", - "children": [127] + "children": [128] } ], "sources": [ @@ -22372,7 +22461,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 62, "character": 45, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L62" } ] } @@ -22382,7 +22471,7 @@ "groups": [ { "title": "Properties", - "children": [125] + "children": [126] } ], "sources": [ @@ -22390,7 +22479,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 62, "character": 23, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L62" } ] } @@ -22403,11 +22492,11 @@ }, "objectType": { "type": "reference", - "target": 115, + "target": 116, "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -22423,14 +22512,14 @@ "falseType": { "type": "reflection", "declaration": { - "id": 128, + "id": 129, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 129, + "id": 130, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -22440,7 +22529,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 65, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L65" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L65" } ], "type": { @@ -22452,7 +22541,7 @@ "groups": [ { "title": "Properties", - "children": [129] + "children": [130] } ], "sources": [ @@ -22460,7 +22549,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 65, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L65" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L65" } ] } @@ -22470,7 +22559,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -22479,14 +22568,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 130, + "id": 131, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 131, + "id": 132, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -22496,7 +22585,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 66, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L66" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L66" } ], "type": { @@ -22508,7 +22597,7 @@ "groups": [ { "title": "Properties", - "children": [131] + "children": [132] } ], "sources": [ @@ -22516,18 +22605,18 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 66, "character": 40, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L66" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L66" } ] } }, "trueType": { "type": "reference", - "target": 116, + "target": 117, "typeArguments": [ { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -22549,7 +22638,7 @@ ], "parameters": [ { - "id": 132, + "id": 133, "name": "supabaseUrl", "variant": "param", "kind": 32768, @@ -22568,7 +22657,7 @@ } }, { - "id": 133, + "id": 134, "name": "supabaseKey", "variant": "param", "kind": 32768, @@ -22587,7 +22676,7 @@ } }, { - "id": 134, + "id": 135, "name": "options", "variant": "param", "kind": 32768, @@ -22596,11 +22685,11 @@ }, "type": { "type": "reference", - "target": 242, + "target": 243, "typeArguments": [ { "type": "reference", - "target": 119, + "target": 120, "name": "SchemaName", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaName", @@ -22628,11 +22717,11 @@ ], "type": { "type": "reference", - "target": 112, + "target": 113, "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -22640,7 +22729,7 @@ }, { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -22648,7 +22737,7 @@ }, { "type": "reference", - "target": 119, + "target": 120, "name": "SchemaName", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaName", @@ -22656,7 +22745,7 @@ }, { "type": "reference", - "target": 120, + "target": 121, "name": "Schema", "package": "@supabase/supabase-js", "qualifiedName": "default.Schema", @@ -22664,7 +22753,7 @@ }, { "type": "reference", - "target": 121, + "target": 122, "name": "ClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.ClientOptions", @@ -22679,7 +22768,7 @@ ] }, { - "id": 153, + "id": 154, "name": "accessToken", "variant": "declaration", "kind": 1024, @@ -22692,13 +22781,13 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 88, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L88" } ], "type": { "type": "reflection", "declaration": { - "id": 154, + "id": 155, "name": "__type", "variant": "declaration", "kind": 65536, @@ -22708,12 +22797,12 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 88, "character": 26, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L88" } ], "signatures": [ { - "id": 155, + "id": 156, "name": "__type", "variant": "signature", "kind": 4096, @@ -22723,7 +22812,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 88, "character": 26, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L88" } ], "type": { @@ -22756,7 +22845,7 @@ } }, { - "id": 135, + "id": 136, "name": "auth", "variant": "declaration", "kind": 1024, @@ -22774,7 +22863,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 73, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L73" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L73" } ], "type": { @@ -22788,7 +22877,7 @@ } }, { - "id": 139, + "id": 140, "name": "authUrl", "variant": "declaration", "kind": 1024, @@ -22800,7 +22889,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 81, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L81" } ], "type": { @@ -22814,7 +22903,7 @@ } }, { - "id": 152, + "id": 153, "name": "changedAccessToken", "variant": "declaration", "kind": 1024, @@ -22827,7 +22916,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 87, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L87" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L87" } ], "type": { @@ -22836,7 +22925,7 @@ } }, { - "id": 144, + "id": 145, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -22849,13 +22938,13 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 86, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L86" } ], "type": { "type": "reflection", "declaration": { - "id": 145, + "id": 146, "name": "__type", "variant": "declaration", "kind": 65536, @@ -22874,7 +22963,7 @@ ], "signatures": [ { - "id": 146, + "id": 147, "name": "__type", "variant": "signature", "kind": 4096, @@ -22896,7 +22985,7 @@ ], "parameters": [ { - "id": 147, + "id": 148, "name": "input", "variant": "param", "kind": 32768, @@ -22926,7 +23015,7 @@ } }, { - "id": 148, + "id": 149, "name": "init", "variant": "param", "kind": 32768, @@ -22966,7 +23055,7 @@ } }, { - "id": 149, + "id": 150, "name": "__type", "variant": "signature", "kind": 4096, @@ -22988,7 +23077,7 @@ ], "parameters": [ { - "id": 150, + "id": 151, "name": "input", "variant": "param", "kind": 32768, @@ -23022,7 +23111,7 @@ } }, { - "id": 151, + "id": 152, "name": "init", "variant": "param", "kind": 32768, @@ -23066,7 +23155,7 @@ } }, { - "id": 141, + "id": 142, "name": "functionsUrl", "variant": "declaration", "kind": 1024, @@ -23078,7 +23167,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 83, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L83" } ], "type": { @@ -23092,7 +23181,7 @@ } }, { - "id": 156, + "id": 157, "name": "headers", "variant": "declaration", "kind": 1024, @@ -23104,7 +23193,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 90, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L90" } ], "type": { @@ -23128,7 +23217,7 @@ } }, { - "id": 136, + "id": 137, "name": "realtime", "variant": "declaration", "kind": 1024, @@ -23138,19 +23227,19 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 74, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L74" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L74" } ], "type": { "type": "reference", - "target": 1902, + "target": 1929, "name": "RealtimeClient", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 138, + "id": 139, "name": "realtimeUrl", "variant": "declaration", "kind": 1024, @@ -23162,7 +23251,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 80, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L80" } ], "type": { @@ -23176,7 +23265,7 @@ } }, { - "id": 142, + "id": 143, "name": "rest", "variant": "declaration", "kind": 1024, @@ -23188,7 +23277,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 84, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L84" } ], "type": { @@ -23200,7 +23289,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -23208,7 +23297,7 @@ }, { "type": "reference", - "target": 121, + "target": 122, "name": "ClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.ClientOptions", @@ -23216,7 +23305,7 @@ }, { "type": "reference", - "target": 119, + "target": 120, "name": "SchemaName", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaName", @@ -23229,7 +23318,7 @@ } }, { - "id": 137, + "id": 138, "name": "storage", "variant": "declaration", "kind": 1024, @@ -23247,7 +23336,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L78" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L78" } ], "type": { @@ -23261,7 +23350,7 @@ } }, { - "id": 143, + "id": 144, "name": "storageKey", "variant": "declaration", "kind": 1024, @@ -23273,7 +23362,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 85, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L85" } ], "type": { @@ -23282,7 +23371,7 @@ } }, { - "id": 140, + "id": 141, "name": "storageUrl", "variant": "declaration", "kind": 1024, @@ -23294,7 +23383,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 82, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L82" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L82" } ], "type": { @@ -23308,7 +23397,7 @@ } }, { - "id": 158, + "id": 159, "name": "supabaseKey", "variant": "declaration", "kind": 1024, @@ -23328,7 +23417,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 107, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L107" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L107" } ], "type": { @@ -23337,7 +23426,7 @@ } }, { - "id": 157, + "id": 158, "name": "supabaseUrl", "variant": "declaration", "kind": 1024, @@ -23357,7 +23446,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 106, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L106" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L106" } ], "type": { @@ -23366,7 +23455,7 @@ } }, { - "id": 159, + "id": 160, "name": "functions", "variant": "declaration", "kind": 262144, @@ -23374,13 +23463,13 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 180, + "line": 187, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L180" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L187" } ], "getSignature": { - "id": 160, + "id": 161, "name": "functions", "variant": "signature", "kind": 524288, @@ -23396,9 +23485,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 180, + "line": 187, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L180" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L187" } ], "type": { @@ -23413,7 +23502,7 @@ } }, { - "id": 186, + "id": 187, "name": "channel", "variant": "declaration", "kind": 2048, @@ -23421,14 +23510,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 294, + "line": 301, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L294" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L301" } ], "signatures": [ { - "id": 187, + "id": 188, "name": "channel", "variant": "signature", "kind": 4096, @@ -23444,14 +23533,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 294, + "line": 301, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L294" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L301" } ], "parameters": [ { - "id": 188, + "id": 189, "name": "name", "variant": "param", "kind": 32768, @@ -23470,7 +23559,7 @@ } }, { - "id": 189, + "id": 190, "name": "opts", "variant": "param", "kind": 32768, @@ -23485,7 +23574,7 @@ }, "type": { "type": "reference", - "target": 1887, + "target": 1914, "name": "RealtimeChannelOptions", "package": "@supabase/realtime-js" }, @@ -23494,7 +23583,7 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -23503,7 +23592,7 @@ ] }, { - "id": 161, + "id": 162, "name": "from", "variant": "declaration", "kind": 2048, @@ -23531,26 +23620,26 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 188, + "line": 195, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L195" }, { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 192, + "line": 199, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L192" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L199" }, { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 200, + "line": 207, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L200" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L207" } ], "signatures": [ { - "id": 162, + "id": 163, "name": "from", "variant": "signature", "kind": 4096, @@ -23558,14 +23647,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 188, + "line": 195, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L195" } ], "typeParameters": [ { - "id": 163, + "id": 164, "name": "TableName", "variant": "typeParam", "kind": 131072, @@ -23576,7 +23665,7 @@ } }, { - "id": 164, + "id": 165, "name": "Table", "variant": "typeParam", "kind": 131072, @@ -23594,14 +23683,14 @@ ], "parameters": [ { - "id": 165, + "id": 166, "name": "relation", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 163, + "target": 164, "name": "TableName", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -23617,7 +23706,7 @@ "typeArguments": [ { "type": "reference", - "target": 121, + "target": 122, "name": "ClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.ClientOptions", @@ -23625,7 +23714,7 @@ }, { "type": "reference", - "target": 120, + "target": 121, "name": "Schema", "package": "@supabase/supabase-js", "qualifiedName": "default.Schema", @@ -23633,14 +23722,14 @@ }, { "type": "reference", - "target": 164, + "target": 165, "name": "Table", "package": "@supabase/supabase-js", "refersToTypeParameter": true }, { "type": "reference", - "target": 163, + "target": 164, "name": "TableName", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -23652,7 +23741,7 @@ } }, { - "id": 166, + "id": 167, "name": "from", "variant": "signature", "kind": 4096, @@ -23660,14 +23749,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 192, + "line": 199, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L192" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L199" } ], "typeParameters": [ { - "id": 167, + "id": 168, "name": "ViewName", "variant": "typeParam", "kind": 131072, @@ -23678,7 +23767,7 @@ } }, { - "id": 168, + "id": 169, "name": "View", "variant": "typeParam", "kind": 131072, @@ -23696,14 +23785,14 @@ ], "parameters": [ { - "id": 169, + "id": 170, "name": "relation", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 167, + "target": 168, "name": "ViewName", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -23719,7 +23808,7 @@ "typeArguments": [ { "type": "reference", - "target": 121, + "target": 122, "name": "ClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.ClientOptions", @@ -23727,7 +23816,7 @@ }, { "type": "reference", - "target": 120, + "target": 121, "name": "Schema", "package": "@supabase/supabase-js", "qualifiedName": "default.Schema", @@ -23735,14 +23824,14 @@ }, { "type": "reference", - "target": 168, + "target": 169, "name": "View", "package": "@supabase/supabase-js", "refersToTypeParameter": true }, { "type": "reference", - "target": 167, + "target": 168, "name": "ViewName", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -23756,7 +23845,7 @@ ] }, { - "id": 190, + "id": 191, "name": "getChannels", "variant": "declaration", "kind": 2048, @@ -23764,14 +23853,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 301, + "line": 308, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L301" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L308" } ], "signatures": [ { - "id": 191, + "id": 192, "name": "getChannels", "variant": "signature", "kind": 4096, @@ -23787,16 +23876,16 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 301, + "line": 308, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L301" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L308" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -23806,7 +23895,7 @@ ] }, { - "id": 195, + "id": 196, "name": "removeAllChannels", "variant": "declaration", "kind": 2048, @@ -23814,14 +23903,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 318, + "line": 325, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L318" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L325" } ], "signatures": [ { - "id": 196, + "id": 197, "name": "removeAllChannels", "variant": "signature", "kind": 4096, @@ -23837,9 +23926,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 318, + "line": 325, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L318" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L325" } ], "type": { @@ -23877,7 +23966,7 @@ ] }, { - "id": 192, + "id": 193, "name": "removeChannel", "variant": "declaration", "kind": 2048, @@ -23885,14 +23974,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 311, + "line": 318, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L311" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L318" } ], "signatures": [ { - "id": 193, + "id": 194, "name": "removeChannel", "variant": "signature", "kind": 4096, @@ -23908,14 +23997,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 311, + "line": 318, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L311" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L318" } ], "parameters": [ { - "id": 194, + "id": 195, "name": "channel", "variant": "param", "kind": 32768, @@ -23930,7 +24019,7 @@ }, "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -23969,7 +24058,7 @@ ] }, { - "id": 174, + "id": 175, "name": "rpc", "variant": "declaration", "kind": 2048, @@ -23977,14 +24066,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 247, + "line": 254, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L247" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L254" } ], "signatures": [ { - "id": 175, + "id": 176, "name": "rpc", "variant": "signature", "kind": 4096, @@ -24000,14 +24089,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 247, + "line": 254, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L247" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L254" } ], "typeParameters": [ { - "id": 176, + "id": 177, "name": "FnName", "variant": "typeParam", "kind": 131072, @@ -24018,7 +24107,7 @@ } }, { - "id": 177, + "id": 178, "name": "Args", "variant": "typeParam", "kind": 131072, @@ -24048,7 +24137,7 @@ } }, { - "id": 178, + "id": 179, "name": "FilterBuilder", "variant": "typeParam", "kind": 131072, @@ -24062,7 +24151,7 @@ "typeArguments": [ { "type": "reference", - "target": 176, + "target": 177, "name": "FnName", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -24080,7 +24169,7 @@ "typeArguments": [ { "type": "reference", - "target": 120, + "target": 121, "name": "Schema", "package": "@supabase/supabase-js", "qualifiedName": "default.Schema", @@ -24088,14 +24177,14 @@ }, { "type": "reference", - "target": 176, + "target": 177, "name": "FnName", "package": "@supabase/supabase-js", "refersToTypeParameter": true }, { "type": "reference", - "target": 177, + "target": 178, "name": "Args", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -24108,7 +24197,7 @@ ], "parameters": [ { - "id": 179, + "id": 180, "name": "fn", "variant": "param", "kind": 32768, @@ -24123,14 +24212,14 @@ }, "type": { "type": "reference", - "target": 176, + "target": 177, "name": "FnName", "package": "@supabase/supabase-js", "refersToTypeParameter": true } }, { - "id": 180, + "id": 181, "name": "args", "variant": "param", "kind": 32768, @@ -24145,7 +24234,7 @@ }, "type": { "type": "reference", - "target": 177, + "target": 178, "name": "Args", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -24153,7 +24242,7 @@ "defaultValue": "..." }, { - "id": 181, + "id": 182, "name": "options", "variant": "param", "kind": 32768, @@ -24169,14 +24258,14 @@ "type": { "type": "reflection", "declaration": { - "id": 182, + "id": 183, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 185, + "id": 186, "name": "count", "variant": "declaration", "kind": 1024, @@ -24226,9 +24315,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 261, + "line": 268, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L261" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L268" } ], "type": { @@ -24250,7 +24339,7 @@ } }, { - "id": 184, + "id": 185, "name": "get", "variant": "declaration", "kind": 1024, @@ -24276,9 +24365,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 260, + "line": 267, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L260" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L267" } ], "type": { @@ -24287,7 +24376,7 @@ } }, { - "id": 183, + "id": 184, "name": "head", "variant": "declaration", "kind": 1024, @@ -24321,9 +24410,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 259, + "line": 266, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L259" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L266" } ], "type": { @@ -24335,15 +24424,15 @@ "groups": [ { "title": "Properties", - "children": [185, 184, 183] + "children": [186, 185, 184] } ], "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 258, + "line": 265, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L258" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L265" } ] } @@ -24360,7 +24449,7 @@ "typeArguments": [ { "type": "reference", - "target": 121, + "target": 122, "name": "ClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.ClientOptions", @@ -24368,7 +24457,7 @@ }, { "type": "reference", - "target": 120, + "target": 121, "name": "Schema", "package": "@supabase/supabase-js", "qualifiedName": "default.Schema", @@ -24382,7 +24471,7 @@ }, "objectType": { "type": "reference", - "target": 178, + "target": 179, "name": "FilterBuilder", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -24396,7 +24485,7 @@ }, "objectType": { "type": "reference", - "target": 178, + "target": 179, "name": "FilterBuilder", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -24410,7 +24499,7 @@ }, "objectType": { "type": "reference", - "target": 178, + "target": 179, "name": "FilterBuilder", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -24424,7 +24513,7 @@ }, "objectType": { "type": "reference", - "target": 178, + "target": 179, "name": "FilterBuilder", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -24443,7 +24532,7 @@ ] }, { - "id": 170, + "id": 171, "name": "schema", "variant": "declaration", "kind": 2048, @@ -24451,14 +24540,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 212, + "line": 219, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L212" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L219" } ], "signatures": [ { - "id": 171, + "id": 172, "name": "schema", "variant": "signature", "kind": 4096, @@ -24474,14 +24563,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 212, + "line": 219, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L212" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L219" } ], "typeParameters": [ { - "id": 172, + "id": 173, "name": "DynamicSchema", "variant": "typeParam", "kind": 131072, @@ -24494,7 +24583,7 @@ ], "parameters": [ { - "id": 173, + "id": 174, "name": "schema", "variant": "param", "kind": 32768, @@ -24509,7 +24598,7 @@ }, "type": { "type": "reference", - "target": 172, + "target": 173, "name": "DynamicSchema", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -24525,7 +24614,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -24533,7 +24622,7 @@ }, { "type": "reference", - "target": 121, + "target": 122, "name": "ClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.ClientOptions", @@ -24541,7 +24630,7 @@ }, { "type": "reference", - "target": 172, + "target": 173, "name": "DynamicSchema", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -24552,14 +24641,14 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 172, + "target": 173, "name": "DynamicSchema", "package": "@supabase/supabase-js", "refersToTypeParameter": true }, "objectType": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -24603,21 +24692,21 @@ "groups": [ { "title": "Constructors", - "children": [113] + "children": [114] }, { "title": "Properties", "children": [ - 153, 135, 139, 152, 144, 141, 156, 136, 138, 142, 137, 143, 140, 158, 157 + 154, 136, 140, 153, 145, 142, 157, 137, 139, 143, 138, 144, 141, 159, 158 ] }, { "title": "Accessors", - "children": [159] + "children": [160] }, { "title": "Methods", - "children": [186, 161, 190, 195, 192, 174, 170] + "children": [187, 162, 191, 196, 193, 175, 171] } ], "sources": [ @@ -24625,12 +24714,12 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 37, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L37" } ], "typeParameters": [ { - "id": 225, + "id": 226, "name": "Database", "variant": "typeParam", "kind": 131072, @@ -24641,7 +24730,7 @@ } }, { - "id": 226, + "id": 227, "name": "SchemaNameOrClientOptions", "variant": "typeParam", "kind": 131072, @@ -24668,7 +24757,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -24688,14 +24777,14 @@ { "type": "reflection", "declaration": { - "id": 227, + "id": 228, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 228, + "id": 229, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -24705,7 +24794,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 44, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L44" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L44" } ], "type": { @@ -24717,7 +24806,7 @@ "groups": [ { "title": "Properties", - "children": [228] + "children": [229] } ], "sources": [ @@ -24725,7 +24814,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 44, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L44" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L44" } ] } @@ -24750,7 +24839,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -24788,7 +24877,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -24808,7 +24897,7 @@ } }, { - "id": 229, + "id": 230, "name": "SchemaName", "variant": "typeParam", "kind": 131072, @@ -24832,7 +24921,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -24853,7 +24942,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -24878,7 +24967,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -24897,7 +24986,7 @@ }, "trueType": { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -24921,7 +25010,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -24966,7 +25055,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -24995,7 +25084,7 @@ } }, { - "id": 230, + "id": 231, "name": "Schema", "variant": "typeParam", "kind": 131072, @@ -25006,7 +25095,7 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 119, + "target": 120, "name": "SchemaName", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaName", @@ -25021,7 +25110,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -25049,7 +25138,7 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 119, + "target": 120, "name": "SchemaName", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaName", @@ -25064,7 +25153,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -25090,7 +25179,7 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 119, + "target": 120, "name": "SchemaName", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaName", @@ -25105,7 +25194,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -25133,7 +25222,7 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 119, + "target": 120, "name": "SchemaName", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaName", @@ -25148,7 +25237,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -25170,7 +25259,7 @@ } }, { - "id": 231, + "id": 232, "name": "ClientOptions", "variant": "typeParam", "kind": 131072, @@ -25178,14 +25267,14 @@ "type": { "type": "reflection", "declaration": { - "id": 232, + "id": 233, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 233, + "id": 234, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -25195,7 +25284,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 59, "character": 26, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L59" } ], "type": { @@ -25207,7 +25296,7 @@ "groups": [ { "title": "Properties", - "children": [233] + "children": [234] } ], "sources": [ @@ -25215,7 +25304,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 59, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L59" } ] } @@ -25224,7 +25313,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -25249,7 +25338,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -25270,7 +25359,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -25279,14 +25368,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 234, + "id": 235, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 235, + "id": 236, "name": "__InternalSupabase", "variant": "declaration", "kind": 1024, @@ -25296,20 +25385,20 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 62, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L62" } ], "type": { "type": "reflection", "declaration": { - "id": 236, + "id": 237, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 237, + "id": 238, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -25319,7 +25408,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 62, "character": 47, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L62" } ], "type": { @@ -25331,7 +25420,7 @@ "groups": [ { "title": "Properties", - "children": [237] + "children": [238] } ], "sources": [ @@ -25339,7 +25428,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 62, "character": 45, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L62" } ] } @@ -25349,7 +25438,7 @@ "groups": [ { "title": "Properties", - "children": [235] + "children": [236] } ], "sources": [ @@ -25357,7 +25446,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 62, "character": 23, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L62" } ] } @@ -25370,7 +25459,7 @@ }, "objectType": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -25380,14 +25469,14 @@ "falseType": { "type": "reflection", "declaration": { - "id": 238, + "id": 239, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 239, + "id": 240, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -25397,7 +25486,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 65, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L65" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L65" } ], "type": { @@ -25409,7 +25498,7 @@ "groups": [ { "title": "Properties", - "children": [239] + "children": [240] } ], "sources": [ @@ -25417,7 +25506,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 65, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L65" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L65" } ] } @@ -25427,7 +25516,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -25436,14 +25525,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 240, + "id": 241, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 241, + "id": 242, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -25453,7 +25542,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 66, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L66" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L66" } ], "type": { @@ -25465,7 +25554,7 @@ "groups": [ { "title": "Properties", - "children": [241] + "children": [242] } ], "sources": [ @@ -25473,14 +25562,14 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 66, "character": 40, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L66" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L66" } ] } }, "trueType": { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -25496,28 +25585,28 @@ ] }, { - "id": 2138, + "id": 2167, "name": "WebSocketFactory", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 2152, + "id": 2181, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 2153, + "id": 2182, "name": "WebSocketFactory", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 2138, + "target": 2167, "name": "WebSocketFactory", "package": "@supabase/realtime-js" } @@ -25525,7 +25614,7 @@ ] }, { - "id": 2146, + "id": 2175, "name": "createWebSocket", "variant": "declaration", "kind": 2048, @@ -25541,7 +25630,7 @@ ], "signatures": [ { - "id": 2147, + "id": 2176, "name": "createWebSocket", "variant": "signature", "kind": 4096, @@ -25555,7 +25644,7 @@ ], "parameters": [ { - "id": 2148, + "id": 2177, "name": "url", "variant": "param", "kind": 32768, @@ -25580,7 +25669,7 @@ } }, { - "id": 2149, + "id": 2178, "name": "protocols", "variant": "param", "kind": 32768, @@ -25607,7 +25696,7 @@ ], "type": { "type": "reference", - "target": 2154, + "target": 2183, "name": "WebSocketLike", "package": "@supabase/realtime-js" } @@ -25615,7 +25704,7 @@ ] }, { - "id": 2140, + "id": 2169, "name": "getWebSocketConstructor", "variant": "declaration", "kind": 2048, @@ -25631,7 +25720,7 @@ ], "signatures": [ { - "id": 2141, + "id": 2170, "name": "getWebSocketConstructor", "variant": "signature", "kind": 4096, @@ -25646,7 +25735,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2142, + "id": 2171, "name": "__type", "variant": "declaration", "kind": 65536, @@ -25660,7 +25749,7 @@ ], "signatures": [ { - "id": 2143, + "id": 2172, "name": "getWebSocketConstructor", "variant": "signature", "kind": 16384, @@ -25674,7 +25763,7 @@ ], "parameters": [ { - "id": 2144, + "id": 2173, "name": "url", "variant": "param", "kind": 32768, @@ -25699,7 +25788,7 @@ } }, { - "id": 2145, + "id": 2174, "name": "protocols", "variant": "param", "kind": 32768, @@ -25741,7 +25830,7 @@ ] }, { - "id": 2150, + "id": 2179, "name": "isWebSocketSupported", "variant": "declaration", "kind": 2048, @@ -25757,7 +25846,7 @@ ], "signatures": [ { - "id": 2151, + "id": 2180, "name": "isWebSocketSupported", "variant": "signature", "kind": 4096, @@ -25780,11 +25869,11 @@ "groups": [ { "title": "Constructors", - "children": [2152] + "children": [2181] }, { "title": "Methods", - "children": [2146, 2140, 2150] + "children": [2175, 2169, 2179] } ], "sources": [ @@ -25796,14 +25885,14 @@ ] }, { - "id": 839, + "id": 848, "name": "AdminUserAttributes", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 841, + "id": 850, "name": "app_metadata", "variant": "declaration", "kind": 1024, @@ -25837,7 +25926,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 333, + "line": 345, "character": 4 } ], @@ -25847,7 +25936,7 @@ } }, { - "id": 844, + "id": 853, "name": "ban_duration", "variant": "declaration", "kind": 1024, @@ -25865,7 +25954,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 356, + "line": 368, "character": 4 } ], @@ -25875,7 +25964,7 @@ } }, { - "id": 849, + "id": 858, "name": "email", "variant": "declaration", "kind": 1024, @@ -25894,7 +25983,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 290, + "line": 302, "character": 4 } ], @@ -25909,7 +25998,7 @@ } }, { - "id": 842, + "id": 851, "name": "email_confirm", "variant": "declaration", "kind": 1024, @@ -25927,7 +26016,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 339, + "line": 351, "character": 4 } ], @@ -25937,7 +26026,7 @@ } }, { - "id": 847, + "id": 856, "name": "id", "variant": "declaration", "kind": 1024, @@ -25971,7 +26060,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 378, + "line": 390, "character": 4 } ], @@ -25981,7 +26070,7 @@ } }, { - "id": 848, + "id": 857, "name": "nonce", "variant": "declaration", "kind": 1024, @@ -26000,7 +26089,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 304, + "line": 316, "character": 4 } ], @@ -26015,7 +26104,7 @@ } }, { - "id": 850, + "id": 859, "name": "password", "variant": "declaration", "kind": 1024, @@ -26034,7 +26123,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 298, + "line": 310, "character": 4 } ], @@ -26049,7 +26138,7 @@ } }, { - "id": 846, + "id": 855, "name": "password_hash", "variant": "declaration", "kind": 1024, @@ -26075,7 +26164,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 372, + "line": 384, "character": 4 } ], @@ -26085,7 +26174,7 @@ } }, { - "id": 851, + "id": 860, "name": "phone", "variant": "declaration", "kind": 1024, @@ -26104,7 +26193,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 294, + "line": 306, "character": 4 } ], @@ -26119,7 +26208,7 @@ } }, { - "id": 843, + "id": 852, "name": "phone_confirm", "variant": "declaration", "kind": 1024, @@ -26137,7 +26226,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 345, + "line": 357, "character": 4 } ], @@ -26147,7 +26236,7 @@ } }, { - "id": 845, + "id": 854, "name": "role", "variant": "declaration", "kind": 1024, @@ -26197,7 +26286,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 364, + "line": 376, "character": 4 } ], @@ -26207,7 +26296,7 @@ } }, { - "id": 840, + "id": 849, "name": "user_metadata", "variant": "declaration", "kind": 1024, @@ -26241,7 +26330,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 324, + "line": 336, "character": 4 } ], @@ -26254,13 +26343,13 @@ "groups": [ { "title": "Properties", - "children": [841, 844, 849, 842, 847, 848, 850, 846, 851, 843, 845, 840] + "children": [850, 853, 858, 851, 856, 857, 859, 855, 860, 852, 854, 849] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 313, + "line": 325, "character": 17 } ], @@ -26274,7 +26363,7 @@ "typeArguments": [ { "type": "reference", - "target": 833, + "target": 842, "name": "UserAttributes", "package": "@supabase/auth-js" }, @@ -26289,7 +26378,7 @@ ] }, { - "id": 799, + "id": 807, "name": "AMREntry", "variant": "declaration", "kind": 256, @@ -26309,7 +26398,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#getAuthenticatorAssuranceLevel", - "target": 1221 + "target": 1232 }, { "kind": "text", @@ -26321,7 +26410,7 @@ }, "children": [ { - "id": 800, + "id": 808, "name": "method", "variant": "declaration", "kind": 1024, @@ -26337,19 +26426,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 200, + "line": 205, "character": 4 } ], "type": { "type": "reference", - "target": 797, + "target": 805, "name": "AMRMethod", "package": "@supabase/auth-js" } }, { - "id": 801, + "id": 809, "name": "timestamp", "variant": "declaration", "kind": 1024, @@ -26365,7 +26454,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 205, + "line": 210, "character": 4 } ], @@ -26378,19 +26467,19 @@ "groups": [ { "title": "Properties", - "children": [800, 801] + "children": [808, 809] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 198, + "line": 203, "character": 17 } ] }, { - "id": 1390, + "id": 1417, "name": "AuthOAuthServerApi", "variant": "declaration", "kind": 256, @@ -26405,7 +26494,7 @@ }, "children": [ { - "id": 1394, + "id": 1421, "name": "approveAuthorization", "variant": "declaration", "kind": 2048, @@ -26413,13 +26502,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1366, + "line": 1409, "character": 4 } ], "signatures": [ { - "id": 1395, + "id": 1422, "name": "approveAuthorization", "variant": "signature", "kind": 4096, @@ -26446,13 +26535,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1366, + "line": 1409, "character": 4 } ], "parameters": [ { - "id": 1396, + "id": 1423, "name": "authorizationId", "variant": "param", "kind": 32768, @@ -26471,7 +26560,7 @@ } }, { - "id": 1397, + "id": 1424, "name": "options", "variant": "param", "kind": 32768, @@ -26489,14 +26578,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1398, + "id": 1425, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1399, + "id": 1426, "name": "skipBrowserRedirect", "variant": "declaration", "kind": 1024, @@ -26506,7 +26595,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1367, + "line": 1410, "character": 8 } ], @@ -26519,13 +26608,13 @@ "groups": [ { "title": "Properties", - "children": [1399] + "children": [1426] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1366, + "line": 1409, "character": 60 } ] @@ -26542,7 +26631,7 @@ "typeArguments": [ { "type": "reference", - "target": 1387, + "target": 1414, "name": "AuthOAuthConsentResponse", "package": "@supabase/auth-js" } @@ -26554,7 +26643,7 @@ ] }, { - "id": 1400, + "id": 1427, "name": "denyAuthorization", "variant": "declaration", "kind": 2048, @@ -26562,13 +26651,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1377, + "line": 1420, "character": 4 } ], "signatures": [ { - "id": 1401, + "id": 1428, "name": "denyAuthorization", "variant": "signature", "kind": 4096, @@ -26595,13 +26684,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1377, + "line": 1420, "character": 4 } ], "parameters": [ { - "id": 1402, + "id": 1429, "name": "authorizationId", "variant": "param", "kind": 32768, @@ -26620,7 +26709,7 @@ } }, { - "id": 1403, + "id": 1430, "name": "options", "variant": "param", "kind": 32768, @@ -26638,14 +26727,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1404, + "id": 1431, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1405, + "id": 1432, "name": "skipBrowserRedirect", "variant": "declaration", "kind": 1024, @@ -26655,7 +26744,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1378, + "line": 1421, "character": 8 } ], @@ -26668,13 +26757,13 @@ "groups": [ { "title": "Properties", - "children": [1405] + "children": [1432] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1377, + "line": 1420, "character": 57 } ] @@ -26691,7 +26780,7 @@ "typeArguments": [ { "type": "reference", - "target": 1387, + "target": 1414, "name": "AuthOAuthConsentResponse", "package": "@supabase/auth-js" } @@ -26703,7 +26792,7 @@ ] }, { - "id": 1391, + "id": 1418, "name": "getAuthorizationDetails", "variant": "declaration", "kind": 2048, @@ -26711,13 +26800,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1357, + "line": 1400, "character": 4 } ], "signatures": [ { - "id": 1392, + "id": 1419, "name": "getAuthorizationDetails", "variant": "signature", "kind": 4096, @@ -26744,13 +26833,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1357, + "line": 1400, "character": 4 } ], "parameters": [ { - "id": 1393, + "id": 1420, "name": "authorizationId", "variant": "param", "kind": 32768, @@ -26778,7 +26867,7 @@ "typeArguments": [ { "type": "reference", - "target": 1386, + "target": 1413, "name": "AuthOAuthAuthorizationDetailsResponse", "package": "@supabase/auth-js" } @@ -26793,13 +26882,13 @@ "groups": [ { "title": "Methods", - "children": [1394, 1400, 1391] + "children": [1421, 1427, 1418] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1344, + "line": 1387, "character": 17 } ] @@ -26828,7 +26917,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 169, + "line": 174, "character": 4 } ], @@ -26856,7 +26945,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 181, + "line": 186, "character": 4 } ], @@ -26882,7 +26971,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 177, + "line": 182, "character": 4 } ], @@ -26910,7 +26999,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 165, + "line": 170, "character": 4 } ], @@ -26947,7 +27036,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 160, + "line": 165, "character": 4 } ], @@ -26982,7 +27071,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 173, + "line": 178, "character": 4 } ], @@ -27000,7 +27089,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 182, + "line": 187, "character": 4 } ], @@ -27026,7 +27115,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 186, + "line": 191, "character": 4 } ], @@ -27047,7 +27136,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 156, + "line": 161, "character": 17 } ] @@ -27070,7 +27159,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 270, + "line": 282, "character": 4 } ], @@ -27088,13 +27177,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 261, + "line": 273, "character": 4 } ], "type": { "type": "reference", - "target": 825, + "target": 833, "name": "UserAppMetadata", "package": "@supabase/auth-js" } @@ -27108,7 +27197,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 263, + "line": 275, "character": 4 } ], @@ -27128,7 +27217,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 264, + "line": 276, "character": 4 } ], @@ -27148,7 +27237,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 274, + "line": 286, "character": 4 } ], @@ -27166,7 +27255,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 273, + "line": 285, "character": 4 } ], @@ -27186,7 +27275,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 284, + "line": 296, "character": 4 } ], @@ -27206,7 +27295,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 271, + "line": 283, "character": 4 } ], @@ -27226,7 +27315,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 266, + "line": 278, "character": 4 } ], @@ -27246,7 +27335,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 275, + "line": 287, "character": 4 } ], @@ -27266,7 +27355,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 283, + "line": 295, "character": 4 } ], @@ -27277,7 +27366,7 @@ "types": [ { "type": "reference", - "target": 815, + "target": 823, "typeArguments": [ { "type": "union", @@ -27306,7 +27395,7 @@ }, { "type": "reference", - "target": 815, + "target": 823, "typeArguments": [ { "type": "union", @@ -27346,7 +27435,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 260, + "line": 272, "character": 4 } ], @@ -27366,7 +27455,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 280, + "line": 292, "character": 4 } ], @@ -27374,7 +27463,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 802, + "target": 810, "name": "UserIdentity", "package": "@supabase/auth-js" } @@ -27391,7 +27480,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 269, + "line": 281, "character": 4 } ], @@ -27411,7 +27500,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 281, + "line": 293, "character": 4 } ], @@ -27431,7 +27520,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 282, + "line": 294, "character": 4 } ], @@ -27451,7 +27540,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 277, + "line": 289, "character": 4 } ], @@ -27471,7 +27560,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 267, + "line": 279, "character": 4 } ], @@ -27491,7 +27580,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 268, + "line": 280, "character": 4 } ], @@ -27511,7 +27600,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 272, + "line": 284, "character": 4 } ], @@ -27531,7 +27620,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 276, + "line": 288, "character": 4 } ], @@ -27551,7 +27640,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 265, + "line": 277, "character": 4 } ], @@ -27571,7 +27660,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 278, + "line": 290, "character": 4 } ], @@ -27591,7 +27680,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 279, + "line": 291, "character": 4 } ], @@ -27609,13 +27698,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 262, + "line": 274, "character": 4 } ], "type": { "type": "reference", - "target": 829, + "target": 838, "name": "UserMetadata", "package": "@supabase/auth-js" } @@ -27633,20 +27722,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 259, + "line": 271, "character": 17 } ] }, { - "id": 1044, + "id": 1055, "name": "GenerateLinkOptions", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1045, + "id": 1056, "name": "data", "variant": "declaration", "kind": 1024, @@ -27680,7 +27769,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 663, + "line": 689, "character": 4 } ], @@ -27690,7 +27779,7 @@ } }, { - "id": 1046, + "id": 1057, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -27708,7 +27797,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 665, + "line": 691, "character": 4 } ], @@ -27721,19 +27810,19 @@ "groups": [ { "title": "Properties", - "children": [1045, 1046] + "children": [1056, 1057] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 657, + "line": 683, "character": 17 } ] }, { - "id": 1237, + "id": 1248, "name": "GoTrueAdminMFAApi", "variant": "declaration", "kind": 256, @@ -27754,7 +27843,7 @@ }, "children": [ { - "id": 1241, + "id": 1252, "name": "deleteFactor", "variant": "declaration", "kind": 2048, @@ -27762,13 +27851,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 996, + "line": 1022, "character": 4 } ], "signatures": [ { - "id": 1242, + "id": 1253, "name": "deleteFactor", "variant": "signature", "kind": 4096, @@ -27788,7 +27877,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#unenroll", - "target": 1210 + "target": 1221 } ] }, @@ -27801,20 +27890,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 996, + "line": 1022, "character": 4 } ], "parameters": [ { - "id": 1243, + "id": 1254, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1227, + "target": 1238, "name": "AuthMFAAdminDeleteFactorParams", "package": "@supabase/auth-js" } @@ -27829,7 +27918,7 @@ "typeArguments": [ { "type": "reference", - "target": 1224, + "target": 1235, "name": "AuthMFAAdminDeleteFactorResponse", "package": "@supabase/auth-js" } @@ -27841,7 +27930,7 @@ ] }, { - "id": 1238, + "id": 1249, "name": "listFactors", "variant": "declaration", "kind": 2048, @@ -27849,13 +27938,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 987, + "line": 1013, "character": 4 } ], "signatures": [ { - "id": 1239, + "id": 1250, "name": "listFactors", "variant": "signature", "kind": 4096, @@ -27871,20 +27960,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 987, + "line": 1013, "character": 4 } ], "parameters": [ { - "id": 1240, + "id": 1251, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1234, + "target": 1245, "name": "AuthMFAAdminListFactorsParams", "package": "@supabase/auth-js" } @@ -27899,7 +27988,7 @@ "typeArguments": [ { "type": "reference", - "target": 1231, + "target": 1242, "name": "AuthMFAAdminListFactorsResponse", "package": "@supabase/auth-js" } @@ -27914,19 +28003,19 @@ "groups": [ { "title": "Methods", - "children": [1241, 1238] + "children": [1252, 1249] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 982, + "line": 1008, "character": 17 } ] }, { - "id": 1347, + "id": 1374, "name": "GoTrueAdminOAuthApi", "variant": "declaration", "kind": 256, @@ -27941,7 +28030,7 @@ }, "children": [ { - "id": 1351, + "id": 1378, "name": "createClient", "variant": "declaration", "kind": 2048, @@ -27949,13 +28038,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1257, + "line": 1300, "character": 4 } ], "signatures": [ { - "id": 1352, + "id": 1379, "name": "createClient", "variant": "signature", "kind": 4096, @@ -27979,20 +28068,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1257, + "line": 1300, "character": 4 } ], "parameters": [ { - "id": 1353, + "id": 1380, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1319, + "target": 1346, "name": "CreateOAuthClientParams", "package": "@supabase/auth-js" } @@ -28007,7 +28096,7 @@ "typeArguments": [ { "type": "reference", - "target": 1334, + "target": 1361, "name": "OAuthClientResponse", "package": "@supabase/auth-js" } @@ -28019,7 +28108,7 @@ ] }, { - "id": 1361, + "id": 1388, "name": "deleteClient", "variant": "declaration", "kind": 2048, @@ -28027,13 +28116,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1278, + "line": 1321, "character": 4 } ], "signatures": [ { - "id": 1362, + "id": 1389, "name": "deleteClient", "variant": "signature", "kind": 4096, @@ -28057,13 +28146,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1278, + "line": 1321, "character": 4 } ], "parameters": [ { - "id": 1363, + "id": 1390, "name": "clientId", "variant": "param", "kind": 32768, @@ -28084,14 +28173,14 @@ { "type": "reflection", "declaration": { - "id": 1364, + "id": 1391, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1365, + "id": 1392, "name": "data", "variant": "declaration", "kind": 1024, @@ -28099,7 +28188,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1279, + "line": 1322, "character": 8 } ], @@ -28109,7 +28198,7 @@ } }, { - "id": 1366, + "id": 1393, "name": "error", "variant": "declaration", "kind": 1024, @@ -28117,7 +28206,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1280, + "line": 1323, "character": 8 } ], @@ -28130,7 +28219,7 @@ }, { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -28141,13 +28230,13 @@ "groups": [ { "title": "Properties", - "children": [1365, 1366] + "children": [1392, 1393] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1278, + "line": 1321, "character": 44 } ] @@ -28161,7 +28250,7 @@ ] }, { - "id": 1354, + "id": 1381, "name": "getClient", "variant": "declaration", "kind": 2048, @@ -28169,13 +28258,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1264, + "line": 1307, "character": 4 } ], "signatures": [ { - "id": 1355, + "id": 1382, "name": "getClient", "variant": "signature", "kind": 4096, @@ -28199,13 +28288,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1264, + "line": 1307, "character": 4 } ], "parameters": [ { - "id": 1356, + "id": 1383, "name": "clientId", "variant": "param", "kind": 32768, @@ -28225,7 +28314,7 @@ "typeArguments": [ { "type": "reference", - "target": 1334, + "target": 1361, "name": "OAuthClientResponse", "package": "@supabase/auth-js" } @@ -28237,7 +28326,7 @@ ] }, { - "id": 1348, + "id": 1375, "name": "listClients", "variant": "declaration", "kind": 2048, @@ -28245,13 +28334,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1250, + "line": 1293, "character": 4 } ], "signatures": [ { - "id": 1349, + "id": 1376, "name": "listClients", "variant": "signature", "kind": 4096, @@ -28275,13 +28364,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1250, + "line": 1293, "character": 4 } ], "parameters": [ { - "id": 1350, + "id": 1377, "name": "params", "variant": "param", "kind": 32768, @@ -28290,7 +28379,7 @@ }, "type": { "type": "reference", - "target": 1258, + "target": 1269, "name": "PageParams", "package": "@supabase/auth-js" } @@ -28305,7 +28394,7 @@ "typeArguments": [ { "type": "reference", - "target": 1335, + "target": 1362, "name": "OAuthClientListResponse", "package": "@supabase/auth-js" } @@ -28317,7 +28406,7 @@ ] }, { - "id": 1367, + "id": 1394, "name": "regenerateClientSecret", "variant": "declaration", "kind": 2048, @@ -28325,13 +28414,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1288, + "line": 1331, "character": 4 } ], "signatures": [ { - "id": 1368, + "id": 1395, "name": "regenerateClientSecret", "variant": "signature", "kind": 4096, @@ -28355,13 +28444,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1288, + "line": 1331, "character": 4 } ], "parameters": [ { - "id": 1369, + "id": 1396, "name": "clientId", "variant": "param", "kind": 32768, @@ -28381,7 +28470,7 @@ "typeArguments": [ { "type": "reference", - "target": 1334, + "target": 1361, "name": "OAuthClientResponse", "package": "@supabase/auth-js" } @@ -28393,7 +28482,7 @@ ] }, { - "id": 1357, + "id": 1384, "name": "updateClient", "variant": "declaration", "kind": 2048, @@ -28401,13 +28490,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1271, + "line": 1314, "character": 4 } ], "signatures": [ { - "id": 1358, + "id": 1385, "name": "updateClient", "variant": "signature", "kind": 4096, @@ -28431,13 +28520,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1271, + "line": 1314, "character": 4 } ], "parameters": [ { - "id": 1359, + "id": 1386, "name": "clientId", "variant": "param", "kind": 32768, @@ -28448,14 +28537,14 @@ } }, { - "id": 1360, + "id": 1387, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1327, + "target": 1354, "name": "UpdateOAuthClientParams", "package": "@supabase/auth-js" } @@ -28470,7 +28559,7 @@ "typeArguments": [ { "type": "reference", - "target": 1334, + "target": 1361, "name": "OAuthClientResponse", "package": "@supabase/auth-js" } @@ -28485,19 +28574,19 @@ "groups": [ { "title": "Methods", - "children": [1351, 1361, 1354, 1348, 1367, 1357] + "children": [1378, 1388, 1381, 1375, 1394, 1384] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1243, + "line": 1286, "character": 17 } ] }, { - "id": 1107, + "id": 1118, "name": "GoTrueMFAApi", "variant": "declaration", "kind": 256, @@ -28512,7 +28601,7 @@ }, "children": [ { - "id": 1223, + "id": 1234, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -28520,7 +28609,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 945, + "line": 971, "character": 4 } ], @@ -28535,7 +28624,7 @@ } }, { - "id": 1128, + "id": 1139, "name": "challenge", "variant": "declaration", "kind": 2048, @@ -28543,28 +28632,28 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 900, + "line": 926, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 901, + "line": 927, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 902, + "line": 928, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 903, + "line": 929, "character": 4 } ], "signatures": [ { - "id": 1129, + "id": 1140, "name": "challenge", "variant": "signature", "kind": 4096, @@ -28580,13 +28669,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 900, + "line": 926, "character": 4 } ], "parameters": [ { - "id": 1130, + "id": 1141, "name": "params", "variant": "param", "kind": 32768, @@ -28594,14 +28683,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1131, + "id": 1142, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1132, + "id": 1143, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -28617,7 +28706,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 742, + "line": 768, "character": 4 } ], @@ -28630,13 +28719,13 @@ "groups": [ { "title": "Properties", - "children": [1132] + "children": [1143] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -28657,14 +28746,14 @@ { "type": "reflection", "declaration": { - "id": 1133, + "id": 1144, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1134, + "id": 1145, "name": "data", "variant": "declaration", "kind": 1024, @@ -28672,7 +28761,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 86, + "line": 91, "character": 4 } ], @@ -28682,7 +28771,7 @@ } }, { - "id": 1135, + "id": 1146, "name": "error", "variant": "declaration", "kind": 1024, @@ -28690,13 +28779,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 87, + "line": 92, "character": 4 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -28705,13 +28794,13 @@ "groups": [ { "title": "Properties", - "children": [1134, 1135] + "children": [1145, 1146] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -28720,14 +28809,14 @@ { "type": "reflection", "declaration": { - "id": 1136, + "id": 1147, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1137, + "id": 1148, "name": "data", "variant": "declaration", "kind": 1024, @@ -28735,21 +28824,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 83, + "line": 88, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1138, + "id": 1149, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1141, + "id": 1152, "name": "expires_at", "variant": "declaration", "kind": 1024, @@ -28765,7 +28854,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 804, + "line": 830, "character": 4 } ], @@ -28775,7 +28864,7 @@ } }, { - "id": 1139, + "id": 1150, "name": "id", "variant": "declaration", "kind": 1024, @@ -28791,7 +28880,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 800, + "line": 826, "character": 4 } ], @@ -28801,7 +28890,7 @@ } }, { - "id": 1140, + "id": 1151, "name": "type", "variant": "declaration", "kind": 1024, @@ -28817,7 +28906,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 802, + "line": 828, "character": 4 } ], @@ -28830,13 +28919,13 @@ "groups": [ { "title": "Properties", - "children": [1141, 1139, 1140] + "children": [1152, 1150, 1151] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -28844,7 +28933,7 @@ } }, { - "id": 1142, + "id": 1153, "name": "error", "variant": "declaration", "kind": 1024, @@ -28852,7 +28941,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 84, + "line": 89, "character": 4 } ], @@ -28865,13 +28954,13 @@ "groups": [ { "title": "Properties", - "children": [1137, 1142] + "children": [1148, 1153] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -28885,7 +28974,7 @@ } }, { - "id": 1143, + "id": 1154, "name": "challenge", "variant": "signature", "kind": 4096, @@ -28893,13 +28982,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 901, + "line": 927, "character": 4 } ], "parameters": [ { - "id": 1144, + "id": 1155, "name": "params", "variant": "param", "kind": 32768, @@ -28907,14 +28996,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1145, + "id": 1156, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1147, + "id": 1158, "name": "channel", "variant": "declaration", "kind": 1024, @@ -28930,7 +29019,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 749, + "line": 775, "character": 4 } ], @@ -28949,7 +29038,7 @@ } }, { - "id": 1146, + "id": 1157, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -28965,7 +29054,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 742, + "line": 768, "character": 4 } ], @@ -28978,13 +29067,13 @@ "groups": [ { "title": "Properties", - "children": [1147, 1146] + "children": [1158, 1157] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -29005,14 +29094,14 @@ { "type": "reflection", "declaration": { - "id": 1148, + "id": 1159, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1149, + "id": 1160, "name": "data", "variant": "declaration", "kind": 1024, @@ -29020,7 +29109,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 86, + "line": 91, "character": 4 } ], @@ -29030,7 +29119,7 @@ } }, { - "id": 1150, + "id": 1161, "name": "error", "variant": "declaration", "kind": 1024, @@ -29038,13 +29127,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 87, + "line": 92, "character": 4 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -29053,13 +29142,13 @@ "groups": [ { "title": "Properties", - "children": [1149, 1150] + "children": [1160, 1161] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -29068,14 +29157,14 @@ { "type": "reflection", "declaration": { - "id": 1151, + "id": 1162, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1152, + "id": 1163, "name": "data", "variant": "declaration", "kind": 1024, @@ -29083,21 +29172,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 83, + "line": 88, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1153, + "id": 1164, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1156, + "id": 1167, "name": "expires_at", "variant": "declaration", "kind": 1024, @@ -29113,7 +29202,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 804, + "line": 830, "character": 4 } ], @@ -29123,7 +29212,7 @@ } }, { - "id": 1154, + "id": 1165, "name": "id", "variant": "declaration", "kind": 1024, @@ -29139,7 +29228,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 800, + "line": 826, "character": 4 } ], @@ -29149,7 +29238,7 @@ } }, { - "id": 1155, + "id": 1166, "name": "type", "variant": "declaration", "kind": 1024, @@ -29165,7 +29254,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 802, + "line": 828, "character": 4 } ], @@ -29178,13 +29267,13 @@ "groups": [ { "title": "Properties", - "children": [1156, 1154, 1155] + "children": [1167, 1165, 1166] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -29192,7 +29281,7 @@ } }, { - "id": 1157, + "id": 1168, "name": "error", "variant": "declaration", "kind": 1024, @@ -29200,7 +29289,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 84, + "line": 89, "character": 4 } ], @@ -29213,13 +29302,13 @@ "groups": [ { "title": "Properties", - "children": [1152, 1157] + "children": [1163, 1168] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -29233,7 +29322,7 @@ } }, { - "id": 1158, + "id": 1169, "name": "challenge", "variant": "signature", "kind": 4096, @@ -29241,13 +29330,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 902, + "line": 928, "character": 4 } ], "parameters": [ { - "id": 1159, + "id": 1170, "name": "params", "variant": "param", "kind": 32768, @@ -29255,14 +29344,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1160, + "id": 1171, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1161, + "id": 1172, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -29278,7 +29367,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 742, + "line": 768, "character": 4 } ], @@ -29288,7 +29377,7 @@ } }, { - "id": 1162, + "id": 1173, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -29296,21 +29385,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 754, + "line": 780, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1163, + "id": 1174, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1164, + "id": 1175, "name": "rpId", "variant": "declaration", "kind": 1024, @@ -29326,7 +29415,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 756, + "line": 782, "character": 8 } ], @@ -29336,7 +29425,7 @@ } }, { - "id": 1165, + "id": 1176, "name": "rpOrigins", "variant": "declaration", "kind": 1024, @@ -29354,7 +29443,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 758, + "line": 784, "character": 8 } ], @@ -29370,13 +29459,13 @@ "groups": [ { "title": "Properties", - "children": [1164, 1165] + "children": [1175, 1176] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 754, + "line": 780, "character": 14 } ] @@ -29387,13 +29476,13 @@ "groups": [ { "title": "Properties", - "children": [1161, 1162] + "children": [1172, 1173] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -29414,14 +29503,14 @@ { "type": "reflection", "declaration": { - "id": 1166, + "id": 1177, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1167, + "id": 1178, "name": "data", "variant": "declaration", "kind": 1024, @@ -29429,7 +29518,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 86, + "line": 91, "character": 4 } ], @@ -29439,7 +29528,7 @@ } }, { - "id": 1168, + "id": 1179, "name": "error", "variant": "declaration", "kind": 1024, @@ -29447,13 +29536,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 87, + "line": 92, "character": 4 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -29462,13 +29551,13 @@ "groups": [ { "title": "Properties", - "children": [1167, 1168] + "children": [1178, 1179] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -29477,14 +29566,14 @@ { "type": "reflection", "declaration": { - "id": 1169, + "id": 1180, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1170, + "id": 1181, "name": "data", "variant": "declaration", "kind": 1024, @@ -29492,21 +29581,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 83, + "line": 88, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1171, + "id": 1182, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1174, + "id": 1185, "name": "expires_at", "variant": "declaration", "kind": 1024, @@ -29522,7 +29611,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 804, + "line": 830, "character": 4 } ], @@ -29532,7 +29621,7 @@ } }, { - "id": 1172, + "id": 1183, "name": "id", "variant": "declaration", "kind": 1024, @@ -29548,7 +29637,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 800, + "line": 826, "character": 4 } ], @@ -29558,7 +29647,7 @@ } }, { - "id": 1173, + "id": 1184, "name": "type", "variant": "declaration", "kind": 1024, @@ -29574,7 +29663,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 802, + "line": 828, "character": 4 } ], @@ -29584,7 +29673,7 @@ } }, { - "id": 1175, + "id": 1186, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -29592,7 +29681,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 811, + "line": 837, "character": 4 } ], @@ -29602,14 +29691,14 @@ { "type": "reflection", "declaration": { - "id": 1176, + "id": 1187, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1178, + "id": 1189, "name": "credential_options", "variant": "declaration", "kind": 1024, @@ -29617,21 +29706,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 813, + "line": 839, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 1179, + "id": 1190, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1180, + "id": 1191, "name": "publicKey", "variant": "declaration", "kind": 1024, @@ -29639,7 +29728,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 814, + "line": 840, "character": 12 } ], @@ -29657,13 +29746,13 @@ "groups": [ { "title": "Properties", - "children": [1180] + "children": [1191] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 813, + "line": 839, "character": 28 } ] @@ -29671,7 +29760,7 @@ } }, { - "id": 1177, + "id": 1188, "name": "type", "variant": "declaration", "kind": 1024, @@ -29679,7 +29768,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 812, + "line": 838, "character": 8 } ], @@ -29692,13 +29781,13 @@ "groups": [ { "title": "Properties", - "children": [1178, 1177] + "children": [1189, 1188] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 811, + "line": 837, "character": 14 } ] @@ -29707,14 +29796,14 @@ { "type": "reflection", "declaration": { - "id": 1181, + "id": 1192, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1183, + "id": 1194, "name": "credential_options", "variant": "declaration", "kind": 1024, @@ -29722,21 +29811,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 818, + "line": 844, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 1184, + "id": 1195, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1185, + "id": 1196, "name": "publicKey", "variant": "declaration", "kind": 1024, @@ -29744,7 +29833,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 819, + "line": 845, "character": 12 } ], @@ -29762,13 +29851,13 @@ "groups": [ { "title": "Properties", - "children": [1185] + "children": [1196] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 818, + "line": 844, "character": 28 } ] @@ -29776,7 +29865,7 @@ } }, { - "id": 1182, + "id": 1193, "name": "type", "variant": "declaration", "kind": 1024, @@ -29784,7 +29873,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 817, + "line": 843, "character": 8 } ], @@ -29797,13 +29886,13 @@ "groups": [ { "title": "Properties", - "children": [1183, 1182] + "children": [1194, 1193] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 816, + "line": 842, "character": 8 } ] @@ -29816,13 +29905,13 @@ "groups": [ { "title": "Properties", - "children": [1174, 1172, 1173, 1175] + "children": [1185, 1183, 1184, 1186] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -29830,7 +29919,7 @@ } }, { - "id": 1186, + "id": 1197, "name": "error", "variant": "declaration", "kind": 1024, @@ -29838,7 +29927,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 84, + "line": 89, "character": 4 } ], @@ -29851,13 +29940,13 @@ "groups": [ { "title": "Properties", - "children": [1170, 1186] + "children": [1181, 1197] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -29871,7 +29960,7 @@ } }, { - "id": 1187, + "id": 1198, "name": "challenge", "variant": "signature", "kind": 4096, @@ -29879,20 +29968,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 903, + "line": 929, "character": 4 } ], "parameters": [ { - "id": 1188, + "id": 1199, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1077, + "target": 1088, "name": "MFAChallengeParams", "package": "@supabase/auth-js" } @@ -29907,7 +29996,7 @@ "typeArguments": [ { "type": "reference", - "target": 1096, + "target": 1107, "name": "AuthMFAChallengeResponse", "package": "@supabase/auth-js" } @@ -29919,7 +30008,7 @@ ] }, { - "id": 1213, + "id": 1224, "name": "challengeAndVerify", "variant": "declaration", "kind": 2048, @@ -29927,13 +30016,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 921, + "line": 947, "character": 4 } ], "signatures": [ { - "id": 1214, + "id": 1225, "name": "challengeAndVerify", "variant": "signature", "kind": 4096, @@ -29949,13 +30038,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 921, + "line": 947, "character": 4 } ], "parameters": [ { - "id": 1215, + "id": 1226, "name": "params", "variant": "param", "kind": 32768, @@ -29963,14 +30052,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1216, + "id": 1227, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1218, + "id": 1229, "name": "code", "variant": "declaration", "kind": 1024, @@ -29986,7 +30075,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 707, + "line": 733, "character": 4 } ], @@ -29996,7 +30085,7 @@ } }, { - "id": 1217, + "id": 1228, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -30012,7 +30101,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 701, + "line": 727, "character": 4 } ], @@ -30025,13 +30114,13 @@ "groups": [ { "title": "Properties", - "children": [1218, 1217] + "children": [1229, 1228] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -30048,7 +30137,7 @@ "typeArguments": [ { "type": "reference", - "target": 1086, + "target": 1097, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -30060,7 +30149,7 @@ ] }, { - "id": 1108, + "id": 1119, "name": "enroll", "variant": "declaration", "kind": 2048, @@ -30068,28 +30157,28 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 892, + "line": 918, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 893, + "line": 919, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 894, + "line": 920, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 895, + "line": 921, "character": 4 } ], "signatures": [ { - "id": 1109, + "id": 1120, "name": "enroll", "variant": "signature", "kind": 4096, @@ -30121,13 +30210,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 892, + "line": 918, "character": 4 } ], "parameters": [ { - "id": 1110, + "id": 1121, "name": "params", "variant": "param", "kind": 32768, @@ -30135,14 +30224,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1111, + "id": 1122, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1112, + "id": 1123, "name": "factorType", "variant": "declaration", "kind": 1024, @@ -30158,7 +30247,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1044, + "line": 1070, "character": 4 } ], @@ -30168,7 +30257,7 @@ } }, { - "id": 1113, + "id": 1124, "name": "friendlyName", "variant": "declaration", "kind": 1024, @@ -30186,7 +30275,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1046, + "line": 1072, "character": 4 } ], @@ -30196,7 +30285,7 @@ } }, { - "id": 1114, + "id": 1125, "name": "issuer", "variant": "declaration", "kind": 1024, @@ -30214,7 +30303,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1050, + "line": 1076, "character": 4 } ], @@ -30227,13 +30316,13 @@ "groups": [ { "title": "Properties", - "children": [1112, 1113, 1114] + "children": [1123, 1124, 1125] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -30250,7 +30339,7 @@ "typeArguments": [ { "type": "reference", - "target": 1268, + "target": 1279, "name": "AuthMFAEnrollTOTPResponse", "package": "@supabase/auth-js" } @@ -30260,7 +30349,7 @@ } }, { - "id": 1115, + "id": 1126, "name": "enroll", "variant": "signature", "kind": 4096, @@ -30268,13 +30357,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 893, + "line": 919, "character": 4 } ], "parameters": [ { - "id": 1116, + "id": 1127, "name": "params", "variant": "param", "kind": 32768, @@ -30282,14 +30371,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1117, + "id": 1128, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1118, + "id": 1129, "name": "factorType", "variant": "declaration", "kind": 1024, @@ -30305,7 +30394,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1044, + "line": 1070, "character": 4 } ], @@ -30315,7 +30404,7 @@ } }, { - "id": 1119, + "id": 1130, "name": "friendlyName", "variant": "declaration", "kind": 1024, @@ -30333,7 +30422,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1046, + "line": 1072, "character": 4 } ], @@ -30343,7 +30432,7 @@ } }, { - "id": 1120, + "id": 1131, "name": "phone", "variant": "declaration", "kind": 1024, @@ -30359,7 +30448,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1055, + "line": 1081, "character": 4 } ], @@ -30372,13 +30461,13 @@ "groups": [ { "title": "Properties", - "children": [1118, 1119, 1120] + "children": [1129, 1130, 1131] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -30395,7 +30484,7 @@ "typeArguments": [ { "type": "reference", - "target": 1269, + "target": 1280, "name": "AuthMFAEnrollPhoneResponse", "package": "@supabase/auth-js" } @@ -30405,7 +30494,7 @@ } }, { - "id": 1121, + "id": 1132, "name": "enroll", "variant": "signature", "kind": 4096, @@ -30413,13 +30502,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 894, + "line": 920, "character": 4 } ], "parameters": [ { - "id": 1122, + "id": 1133, "name": "params", "variant": "param", "kind": 32768, @@ -30427,14 +30516,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1123, + "id": 1134, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1124, + "id": 1135, "name": "factorType", "variant": "declaration", "kind": 1024, @@ -30450,7 +30539,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1044, + "line": 1070, "character": 4 } ], @@ -30460,7 +30549,7 @@ } }, { - "id": 1125, + "id": 1136, "name": "friendlyName", "variant": "declaration", "kind": 1024, @@ -30478,7 +30567,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1046, + "line": 1072, "character": 4 } ], @@ -30491,13 +30580,13 @@ "groups": [ { "title": "Properties", - "children": [1124, 1125] + "children": [1135, 1136] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -30514,7 +30603,7 @@ "typeArguments": [ { "type": "reference", - "target": 1270, + "target": 1281, "name": "AuthMFAEnrollWebauthnResponse", "package": "@supabase/auth-js" } @@ -30524,7 +30613,7 @@ } }, { - "id": 1126, + "id": 1137, "name": "enroll", "variant": "signature", "kind": 4096, @@ -30532,20 +30621,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 895, + "line": 921, "character": 4 } ], "parameters": [ { - "id": 1127, + "id": 1138, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1060, + "target": 1071, "name": "MFAEnrollParams", "package": "@supabase/auth-js" } @@ -30560,7 +30649,7 @@ "typeArguments": [ { "type": "reference", - "target": 1087, + "target": 1098, "name": "AuthMFAEnrollResponse", "package": "@supabase/auth-js" } @@ -30572,7 +30661,7 @@ ] }, { - "id": 1221, + "id": 1232, "name": "getAuthenticatorAssuranceLevel", "variant": "declaration", "kind": 2048, @@ -30580,13 +30669,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 944, + "line": 970, "character": 4 } ], "signatures": [ { - "id": 1222, + "id": 1233, "name": "getAuthenticatorAssuranceLevel", "variant": "signature", "kind": 4096, @@ -30626,7 +30715,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 944, + "line": 970, "character": 4 } ], @@ -30639,7 +30728,7 @@ "typeArguments": [ { "type": "reference", - "target": 1102, + "target": 1113, "name": "AuthMFAGetAuthenticatorAssuranceLevelResponse", "package": "@supabase/auth-js" } @@ -30651,7 +30740,7 @@ ] }, { - "id": 1219, + "id": 1230, "name": "listFactors", "variant": "declaration", "kind": 2048, @@ -30659,13 +30748,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 930, + "line": 956, "character": 4 } ], "signatures": [ { - "id": 1220, + "id": 1231, "name": "listFactors", "variant": "signature", "kind": 4096, @@ -30689,7 +30778,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#enroll", - "target": 1108 + "target": 1119 }, { "kind": "text", @@ -30703,7 +30792,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#getAuthenticatorAssuranceLevel", - "target": 1221 + "target": 1232 }, { "kind": "text", @@ -30717,7 +30806,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueClient#getUser", - "target": 500 + "target": 507 }, { "kind": "text", @@ -30730,7 +30819,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 930, + "line": 956, "character": 4 } ], @@ -30743,7 +30832,7 @@ "typeArguments": [ { "type": "reference", - "target": 1097, + "target": 1108, "typeArguments": [ { "type": "typeOperator", @@ -30778,7 +30867,7 @@ ] }, { - "id": 1210, + "id": 1221, "name": "unenroll", "variant": "declaration", "kind": 2048, @@ -30786,13 +30875,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 916, + "line": 942, "character": 4 } ], "signatures": [ { - "id": 1211, + "id": 1222, "name": "unenroll", "variant": "signature", "kind": 4096, @@ -30824,20 +30913,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 916, + "line": 942, "character": 4 } ], "parameters": [ { - "id": 1212, + "id": 1223, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1061, + "target": 1072, "name": "MFAUnenrollParams", "package": "@supabase/auth-js" } @@ -30852,7 +30941,7 @@ "typeArguments": [ { "type": "reference", - "target": 1088, + "target": 1099, "name": "AuthMFAUnenrollResponse", "package": "@supabase/auth-js" } @@ -30864,7 +30953,7 @@ ] }, { - "id": 1189, + "id": 1200, "name": "verify", "variant": "declaration", "kind": 2048, @@ -30872,28 +30961,28 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 908, + "line": 934, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 909, + "line": 935, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 910, + "line": 936, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 911, + "line": 937, "character": 4 } ], "signatures": [ { - "id": 1190, + "id": 1201, "name": "verify", "variant": "signature", "kind": 4096, @@ -30909,13 +30998,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 908, + "line": 934, "character": 4 } ], "parameters": [ { - "id": 1191, + "id": 1202, "name": "params", "variant": "param", "kind": 32768, @@ -30923,14 +31012,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1192, + "id": 1203, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1194, + "id": 1205, "name": "challengeId", "variant": "declaration", "kind": 1024, @@ -30946,7 +31035,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 703, + "line": 729, "character": 4 } ], @@ -30956,7 +31045,7 @@ } }, { - "id": 1195, + "id": 1206, "name": "code", "variant": "declaration", "kind": 1024, @@ -30972,7 +31061,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 707, + "line": 733, "character": 4 } ], @@ -30982,7 +31071,7 @@ } }, { - "id": 1193, + "id": 1204, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -30998,7 +31087,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 701, + "line": 727, "character": 4 } ], @@ -31011,13 +31100,13 @@ "groups": [ { "title": "Properties", - "children": [1194, 1195, 1193] + "children": [1205, 1206, 1204] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -31034,7 +31123,7 @@ "typeArguments": [ { "type": "reference", - "target": 1086, + "target": 1097, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -31044,7 +31133,7 @@ } }, { - "id": 1196, + "id": 1207, "name": "verify", "variant": "signature", "kind": 4096, @@ -31052,13 +31141,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 909, + "line": 935, "character": 4 } ], "parameters": [ { - "id": 1197, + "id": 1208, "name": "params", "variant": "param", "kind": 32768, @@ -31066,14 +31155,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1198, + "id": 1209, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1200, + "id": 1211, "name": "challengeId", "variant": "declaration", "kind": 1024, @@ -31089,7 +31178,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 703, + "line": 729, "character": 4 } ], @@ -31099,7 +31188,7 @@ } }, { - "id": 1201, + "id": 1212, "name": "code", "variant": "declaration", "kind": 1024, @@ -31115,7 +31204,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 707, + "line": 733, "character": 4 } ], @@ -31125,7 +31214,7 @@ } }, { - "id": 1199, + "id": 1210, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -31141,7 +31230,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 701, + "line": 727, "character": 4 } ], @@ -31154,13 +31243,13 @@ "groups": [ { "title": "Properties", - "children": [1200, 1201, 1199] + "children": [1211, 1212, 1210] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -31177,7 +31266,7 @@ "typeArguments": [ { "type": "reference", - "target": 1086, + "target": 1097, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -31187,7 +31276,7 @@ } }, { - "id": 1202, + "id": 1213, "name": "verify", "variant": "signature", "kind": 4096, @@ -31195,13 +31284,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 910, + "line": 936, "character": 4 } ], "parameters": [ { - "id": 1203, + "id": 1214, "name": "params", "variant": "param", "kind": 32768, @@ -31209,14 +31298,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1204, + "id": 1215, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1206, + "id": 1217, "name": "challengeId", "variant": "declaration", "kind": 1024, @@ -31232,7 +31321,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 703, + "line": 729, "character": 4 } ], @@ -31242,7 +31331,7 @@ } }, { - "id": 1205, + "id": 1216, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -31258,7 +31347,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 701, + "line": 727, "character": 4 } ], @@ -31268,7 +31357,7 @@ } }, { - "id": 1207, + "id": 1218, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -31276,7 +31365,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 730, + "line": 756, "character": 4 } ], @@ -31323,13 +31412,13 @@ "groups": [ { "title": "Properties", - "children": [1206, 1205, 1207] + "children": [1217, 1216, 1218] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -31346,7 +31435,7 @@ "typeArguments": [ { "type": "reference", - "target": 1086, + "target": 1097, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -31356,7 +31445,7 @@ } }, { - "id": 1208, + "id": 1219, "name": "verify", "variant": "signature", "kind": 4096, @@ -31364,20 +31453,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 911, + "line": 937, "character": 4 } ], "parameters": [ { - "id": 1209, + "id": 1220, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1072, + "target": 1083, "name": "MFAVerifyParams", "package": "@supabase/auth-js" } @@ -31392,7 +31481,7 @@ "typeArguments": [ { "type": "reference", - "target": 1086, + "target": 1097, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -31407,30 +31496,30 @@ "groups": [ { "title": "Properties", - "children": [1223] + "children": [1234] }, { "title": "Methods", - "children": [1128, 1213, 1108, 1221, 1219, 1210, 1189] + "children": [1139, 1224, 1119, 1232, 1230, 1221, 1200] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 882, + "line": 908, "character": 17 } ] }, { - "id": 1290, + "id": 1317, "name": "JWK", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1293, + "id": 1320, "name": "alg", "variant": "declaration", "kind": 1024, @@ -31440,7 +31529,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1123, + "line": 1166, "character": 4 } ], @@ -31450,7 +31539,7 @@ } }, { - "id": 1292, + "id": 1319, "name": "key_ops", "variant": "declaration", "kind": 1024, @@ -31458,7 +31547,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1122, + "line": 1165, "character": 4 } ], @@ -31471,7 +31560,7 @@ } }, { - "id": 1294, + "id": 1321, "name": "kid", "variant": "declaration", "kind": 1024, @@ -31481,7 +31570,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1124, + "line": 1167, "character": 4 } ], @@ -31491,7 +31580,7 @@ } }, { - "id": 1291, + "id": 1318, "name": "kty", "variant": "declaration", "kind": 1024, @@ -31499,7 +31588,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1121, + "line": 1164, "character": 4 } ], @@ -31525,19 +31614,19 @@ "groups": [ { "title": "Properties", - "children": [1293, 1292, 1294, 1291] + "children": [1320, 1319, 1321, 1318] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1120, + "line": 1163, "character": 17 } ], "indexSignatures": [ { - "id": 1295, + "id": 1322, "name": "__index", "variant": "signature", "kind": 8192, @@ -31545,13 +31634,493 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1125, + "line": 1168, "character": 4 } ], "parameters": [ { - "id": 1296, + "id": 1323, + "name": "key", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + ] + }, + { + "id": 1297, + "name": "JwtPayload", + "variant": "declaration", + "kind": 256, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "JWT Payload containing claims for Supabase authentication tokens.\n\nRequired claims (iss, aud, exp, iat, sub, role, aal, session_id) are inherited from RequiredClaims.\nAll other claims are optional as they can be customized via Custom Access Token Hooks." + } + ], + "blockTags": [ + { + "tag": "@see", + "content": [ + { + "kind": "text", + "text": "https://supabase.com/docs/guides/auth/jwt-fields" + } + ] + } + ] + }, + "children": [ + { + "id": 1313, + "name": "aal", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1140, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 1112, + "name": "AuthenticatorAssuranceLevels", + "package": "@supabase/auth-js" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.aal" + } + }, + { + "id": 1305, + "name": "amr", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1159, + "character": 4 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 807, + "name": "AMREntry", + "package": "@supabase/auth-js" + } + } + }, + { + "id": 1303, + "name": "app_metadata", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1157, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 833, + "name": "UserAppMetadata", + "package": "@supabase/auth-js" + } + }, + { + "id": 1309, + "name": "aud", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1136, + "character": 4 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + ] + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.aud" + } + }, + { + "id": 1298, + "name": "email", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1152, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1310, + "name": "exp", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1137, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.exp" + } + }, + { + "id": 1311, + "name": "iat", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1138, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.iat" + } + }, + { + "id": 1300, + "name": "is_anonymous", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1154, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1307, + "name": "iss", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1134, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.iss" + } + }, + { + "id": 1301, + "name": "jti", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1155, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1302, + "name": "nbf", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1156, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1299, + "name": "phone", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1153, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1306, + "name": "ref", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1160, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1312, + "name": "role", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1139, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.role" + } + }, + { + "id": 1314, + "name": "session_id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1141, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.session_id" + } + }, + { + "id": 1308, + "name": "sub", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1135, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.sub" + } + }, + { + "id": 1304, + "name": "user_metadata", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1158, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 838, + "name": "UserMetadata", + "package": "@supabase/auth-js" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1313, 1305, 1303, 1309, 1298, 1310, 1311, 1300, 1307, 1301, 1302, 1299, 1306, 1312, + 1314, 1308, 1304 + ] + } + ], + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1151, + "character": 17 + } + ], + "indexSignatures": [ + { + "id": 1315, + "name": "__index", + "variant": "signature", + "kind": 8192, + "flags": {}, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1161, + "character": 4 + } + ], + "parameters": [ + { + "id": 1316, "name": "key", "variant": "param", "kind": 32768, @@ -31567,17 +32136,25 @@ "name": "any" } } + ], + "extendedTypes": [ + { + "type": "reference", + "target": 1287, + "name": "RequiredClaims", + "package": "@supabase/auth-js" + } ] }, { - "id": 852, + "id": 861, "name": "Subscription", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 854, + "id": 863, "name": "callback", "variant": "declaration", "kind": 1024, @@ -31593,14 +32170,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 388, + "line": 402, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 855, + "id": 864, "name": "__type", "variant": "declaration", "kind": 65536, @@ -31608,13 +32185,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 388, + "line": 402, "character": 14 } ], "signatures": [ { - "id": 856, + "id": 865, "name": "__type", "variant": "signature", "kind": 4096, @@ -31622,26 +32199,26 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 388, + "line": 402, "character": 14 } ], "parameters": [ { - "id": 857, + "id": 866, "name": "event", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 695, + "target": 702, "name": "AuthChangeEvent", "package": "@supabase/auth-js" } }, { - "id": 858, + "id": 867, "name": "session", "variant": "param", "kind": 32768, @@ -31673,7 +32250,7 @@ } }, { - "id": 853, + "id": 862, "name": "id", "variant": "declaration", "kind": 1024, @@ -31682,24 +32259,33 @@ "summary": [ { "kind": "text", - "text": "The subscriber UUID. This will be set by the client." + "text": "A unique identifier for this subscription, set by the client.\nThis is an internal identifier used for managing callbacks and should not be\nrelied upon by application code. Use the unsubscribe() method to remove listeners." } ] }, "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 384, + "line": 398, "character": 4 } ], "type": { - "type": "intrinsic", - "name": "string" + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "symbol" + } + ] } }, { - "id": 859, + "id": 868, "name": "unsubscribe", "variant": "declaration", "kind": 1024, @@ -31715,14 +32301,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 392, + "line": 406, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 860, + "id": 869, "name": "__type", "variant": "declaration", "kind": 65536, @@ -31730,13 +32316,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 392, + "line": 406, "character": 17 } ], "signatures": [ { - "id": 861, + "id": 870, "name": "__type", "variant": "signature", "kind": 4096, @@ -31744,7 +32330,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 392, + "line": 406, "character": 17 } ], @@ -31761,36 +32347,44 @@ "groups": [ { "title": "Properties", - "children": [854, 853, 859] + "children": [863, 862, 868] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 380, + "line": 392, "character": 17 } ] }, { - "id": 825, + "id": 833, "name": "UserAppMetadata", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 826, + "id": 834, "name": "provider", "variant": "declaration", "kind": 1024, "flags": { "isOptional": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The first provider that the user used to sign up with." + } + ] + }, "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 253, + "line": 261, "character": 4 } ], @@ -31798,24 +32392,55 @@ "type": "intrinsic", "name": "string" } + }, + { + "id": 835, + "name": "providers", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A list of all providers that the user has linked to their account." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 265, + "character": 4 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } } ], "groups": [ { "title": "Properties", - "children": [826] + "children": [834, 835] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 252, + "line": 257, "character": 17 } ], "indexSignatures": [ { - "id": 827, + "id": 836, "name": "__index", "variant": "signature", "kind": 8192, @@ -31823,13 +32448,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 254, + "line": 266, "character": 4 } ], "parameters": [ { - "id": 828, + "id": 837, "name": "key", "variant": "param", "kind": 32768, @@ -31848,14 +32473,14 @@ ] }, { - "id": 833, + "id": 842, "name": "UserAttributes", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 838, + "id": 847, "name": "data", "variant": "declaration", "kind": 1024, @@ -31889,7 +32514,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 311, + "line": 323, "character": 4 } ], @@ -31899,7 +32524,7 @@ } }, { - "id": 834, + "id": 843, "name": "email", "variant": "declaration", "kind": 1024, @@ -31917,7 +32542,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 290, + "line": 302, "character": 4 } ], @@ -31927,7 +32552,7 @@ } }, { - "id": 837, + "id": 846, "name": "nonce", "variant": "declaration", "kind": 1024, @@ -31945,7 +32570,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 304, + "line": 316, "character": 4 } ], @@ -31955,7 +32580,7 @@ } }, { - "id": 836, + "id": 845, "name": "password", "variant": "declaration", "kind": 1024, @@ -31973,7 +32598,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 298, + "line": 310, "character": 4 } ], @@ -31983,7 +32608,7 @@ } }, { - "id": 835, + "id": 844, "name": "phone", "variant": "declaration", "kind": 1024, @@ -32001,7 +32626,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 294, + "line": 306, "character": 4 } ], @@ -32014,26 +32639,26 @@ "groups": [ { "title": "Properties", - "children": [838, 834, 837, 836, 835] + "children": [847, 843, 846, 845, 844] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 286, + "line": 298, "character": 17 } ] }, { - "id": 802, + "id": 810, "name": "UserIdentity", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 811, + "id": 819, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -32043,7 +32668,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 215, + "line": 220, "character": 4 } ], @@ -32053,7 +32678,7 @@ } }, { - "id": 803, + "id": 811, "name": "id", "variant": "declaration", "kind": 1024, @@ -32061,7 +32686,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 208, + "line": 213, "character": 4 } ], @@ -32071,7 +32696,7 @@ } }, { - "id": 805, + "id": 813, "name": "identity_data", "variant": "declaration", "kind": 1024, @@ -32081,14 +32706,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 210, + "line": 215, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 806, + "id": 814, "name": "__type", "variant": "declaration", "kind": 65536, @@ -32096,13 +32721,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 210, + "line": 215, "character": 20 } ], "indexSignatures": [ { - "id": 807, + "id": 815, "name": "__index", "variant": "signature", "kind": 8192, @@ -32110,13 +32735,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 211, + "line": 216, "character": 8 } ], "parameters": [ { - "id": 808, + "id": 816, "name": "key", "variant": "param", "kind": 32768, @@ -32137,7 +32762,7 @@ } }, { - "id": 809, + "id": 817, "name": "identity_id", "variant": "declaration", "kind": 1024, @@ -32145,7 +32770,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 213, + "line": 218, "character": 4 } ], @@ -32155,7 +32780,7 @@ } }, { - "id": 812, + "id": 820, "name": "last_sign_in_at", "variant": "declaration", "kind": 1024, @@ -32165,7 +32790,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 216, + "line": 221, "character": 4 } ], @@ -32175,7 +32800,7 @@ } }, { - "id": 810, + "id": 818, "name": "provider", "variant": "declaration", "kind": 1024, @@ -32183,7 +32808,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 214, + "line": 219, "character": 4 } ], @@ -32193,7 +32818,7 @@ } }, { - "id": 813, + "id": 821, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -32203,7 +32828,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 217, + "line": 222, "character": 4 } ], @@ -32213,7 +32838,7 @@ } }, { - "id": 804, + "id": 812, "name": "user_id", "variant": "declaration", "kind": 1024, @@ -32221,7 +32846,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 209, + "line": 214, "character": 4 } ], @@ -32234,19 +32859,19 @@ "groups": [ { "title": "Properties", - "children": [811, 803, 805, 809, 812, 810, 813, 804] + "children": [819, 811, 813, 817, 820, 818, 821, 812] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 207, + "line": 212, "character": 17 } ] }, { - "id": 829, + "id": 838, "name": "UserMetadata", "variant": "declaration", "kind": 256, @@ -32254,13 +32879,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 256, + "line": 268, "character": 17 } ], "indexSignatures": [ { - "id": 830, + "id": 839, "name": "__index", "variant": "signature", "kind": 8192, @@ -32268,13 +32893,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 257, + "line": 269, "character": 4 } ], "parameters": [ { - "id": 831, + "id": 840, "name": "key", "variant": "param", "kind": 32768, @@ -32293,14 +32918,14 @@ ] }, { - "id": 982, + "id": 991, "name": "VerifyEmailOtpParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 983, + "id": 992, "name": "email", "variant": "declaration", "kind": 1024, @@ -32316,7 +32941,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 570, + "line": 584, "character": 4 } ], @@ -32326,7 +32951,7 @@ } }, { - "id": 986, + "id": 995, "name": "options", "variant": "declaration", "kind": 1024, @@ -32336,21 +32961,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 575, + "line": 589, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 987, + "id": 996, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 989, + "id": 998, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -32374,7 +32999,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 582, + "line": 596, "character": 8 } ], @@ -32384,7 +33009,7 @@ } }, { - "id": 988, + "id": 997, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -32402,7 +33027,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 577, + "line": 591, "character": 8 } ], @@ -32415,13 +33040,13 @@ "groups": [ { "title": "Properties", - "children": [989, 988] + "children": [998, 997] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 575, + "line": 589, "character": 14 } ] @@ -32429,7 +33054,7 @@ } }, { - "id": 984, + "id": 993, "name": "token", "variant": "declaration", "kind": 1024, @@ -32445,7 +33070,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 572, + "line": 586, "character": 4 } ], @@ -32455,7 +33080,7 @@ } }, { - "id": 985, + "id": 994, "name": "type", "variant": "declaration", "kind": 1024, @@ -32471,13 +33096,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 574, + "line": 588, "character": 4 } ], "type": { "type": "reference", - "target": 994, + "target": 1003, "name": "EmailOtpType", "package": "@supabase/auth-js" } @@ -32486,26 +33111,26 @@ "groups": [ { "title": "Properties", - "children": [983, 986, 984, 985] + "children": [992, 995, 993, 994] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 568, + "line": 582, "character": 17 } ] }, { - "id": 974, + "id": 983, "name": "VerifyMobileOtpParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 978, + "id": 987, "name": "options", "variant": "declaration", "kind": 1024, @@ -32515,21 +33140,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 557, + "line": 571, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 979, + "id": 988, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 981, + "id": 990, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -32553,7 +33178,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 565, + "line": 579, "character": 8 } ], @@ -32563,7 +33188,7 @@ } }, { - "id": 980, + "id": 989, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -32581,7 +33206,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 559, + "line": 573, "character": 8 } ], @@ -32594,13 +33219,13 @@ "groups": [ { "title": "Properties", - "children": [981, 980] + "children": [990, 989] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 557, + "line": 571, "character": 14 } ] @@ -32608,7 +33233,7 @@ } }, { - "id": 975, + "id": 984, "name": "phone", "variant": "declaration", "kind": 1024, @@ -32624,7 +33249,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 552, + "line": 566, "character": 4 } ], @@ -32634,7 +33259,7 @@ } }, { - "id": 976, + "id": 985, "name": "token", "variant": "declaration", "kind": 1024, @@ -32650,7 +33275,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 554, + "line": 568, "character": 4 } ], @@ -32660,7 +33285,7 @@ } }, { - "id": 977, + "id": 986, "name": "type", "variant": "declaration", "kind": 1024, @@ -32676,13 +33301,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 556, + "line": 570, "character": 4 } ], "type": { "type": "reference", - "target": 993, + "target": 1002, "name": "MobileOtpType", "package": "@supabase/auth-js" } @@ -32691,26 +33316,26 @@ "groups": [ { "title": "Properties", - "children": [978, 975, 976, 977] + "children": [987, 984, 985, 986] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 550, + "line": 564, "character": 17 } ] }, { - "id": 990, + "id": 999, "name": "VerifyTokenHashParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 991, + "id": 1000, "name": "token_hash", "variant": "declaration", "kind": 1024, @@ -32726,7 +33351,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 587, + "line": 601, "character": 4 } ], @@ -32736,7 +33361,7 @@ } }, { - "id": 992, + "id": 1001, "name": "type", "variant": "declaration", "kind": 1024, @@ -32752,13 +33377,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 589, + "line": 603, "character": 4 } ], "type": { "type": "reference", - "target": 994, + "target": 1003, "name": "EmailOtpType", "package": "@supabase/auth-js" } @@ -32767,26 +33392,26 @@ "groups": [ { "title": "Properties", - "children": [991, 992] + "children": [1000, 1001] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 585, + "line": 599, "character": 17 } ] }, { - "id": 2154, + "id": 2183, "name": "WebSocketLike", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2197, + "id": 2226, "name": "binaryType", "variant": "declaration", "kind": 1024, @@ -32806,7 +33431,7 @@ } }, { - "id": 2198, + "id": 2227, "name": "bufferedAmount", "variant": "declaration", "kind": 1024, @@ -32826,7 +33451,7 @@ } }, { - "id": 2158, + "id": 2187, "name": "CLOSED", "variant": "declaration", "kind": 1024, @@ -32846,7 +33471,7 @@ } }, { - "id": 2157, + "id": 2186, "name": "CLOSING", "variant": "declaration", "kind": 1024, @@ -32866,7 +33491,7 @@ } }, { - "id": 2155, + "id": 2184, "name": "CONNECTING", "variant": "declaration", "kind": 1024, @@ -32886,7 +33511,7 @@ } }, { - "id": 2200, + "id": 2229, "name": "dispatchEvent", "variant": "declaration", "kind": 1024, @@ -32903,7 +33528,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2201, + "id": 2230, "name": "__type", "variant": "declaration", "kind": 65536, @@ -32917,7 +33542,7 @@ ], "signatures": [ { - "id": 2202, + "id": 2231, "name": "__type", "variant": "signature", "kind": 4096, @@ -32931,7 +33556,7 @@ ], "parameters": [ { - "id": 2203, + "id": 2232, "name": "event", "variant": "param", "kind": 32768, @@ -32957,7 +33582,7 @@ } }, { - "id": 2199, + "id": 2228, "name": "extensions", "variant": "declaration", "kind": 1024, @@ -32977,7 +33602,7 @@ } }, { - "id": 2179, + "id": 2208, "name": "onclose", "variant": "declaration", "kind": 1024, @@ -32999,7 +33624,7 @@ { "type": "reflection", "declaration": { - "id": 2180, + "id": 2209, "name": "__type", "variant": "declaration", "kind": 65536, @@ -33013,7 +33638,7 @@ ], "signatures": [ { - "id": 2181, + "id": 2210, "name": "__type", "variant": "signature", "kind": 4096, @@ -33027,7 +33652,7 @@ ], "parameters": [ { - "id": 2182, + "id": 2211, "name": "this", "variant": "param", "kind": 32768, @@ -33038,7 +33663,7 @@ } }, { - "id": 2183, + "id": 2212, "name": "ev", "variant": "param", "kind": 32768, @@ -33066,7 +33691,7 @@ } }, { - "id": 2184, + "id": 2213, "name": "onerror", "variant": "declaration", "kind": 1024, @@ -33088,7 +33713,7 @@ { "type": "reflection", "declaration": { - "id": 2185, + "id": 2214, "name": "__type", "variant": "declaration", "kind": 65536, @@ -33102,7 +33727,7 @@ ], "signatures": [ { - "id": 2186, + "id": 2215, "name": "__type", "variant": "signature", "kind": 4096, @@ -33116,7 +33741,7 @@ ], "parameters": [ { - "id": 2187, + "id": 2216, "name": "this", "variant": "param", "kind": 32768, @@ -33127,7 +33752,7 @@ } }, { - "id": 2188, + "id": 2217, "name": "ev", "variant": "param", "kind": 32768, @@ -33155,7 +33780,7 @@ } }, { - "id": 2174, + "id": 2203, "name": "onmessage", "variant": "declaration", "kind": 1024, @@ -33177,7 +33802,7 @@ { "type": "reflection", "declaration": { - "id": 2175, + "id": 2204, "name": "__type", "variant": "declaration", "kind": 65536, @@ -33191,7 +33816,7 @@ ], "signatures": [ { - "id": 2176, + "id": 2205, "name": "__type", "variant": "signature", "kind": 4096, @@ -33205,7 +33830,7 @@ ], "parameters": [ { - "id": 2177, + "id": 2206, "name": "this", "variant": "param", "kind": 32768, @@ -33216,7 +33841,7 @@ } }, { - "id": 2178, + "id": 2207, "name": "ev", "variant": "param", "kind": 32768, @@ -33244,7 +33869,7 @@ } }, { - "id": 2169, + "id": 2198, "name": "onopen", "variant": "declaration", "kind": 1024, @@ -33266,7 +33891,7 @@ { "type": "reflection", "declaration": { - "id": 2170, + "id": 2199, "name": "__type", "variant": "declaration", "kind": 65536, @@ -33280,7 +33905,7 @@ ], "signatures": [ { - "id": 2171, + "id": 2200, "name": "__type", "variant": "signature", "kind": 4096, @@ -33294,7 +33919,7 @@ ], "parameters": [ { - "id": 2172, + "id": 2201, "name": "this", "variant": "param", "kind": 32768, @@ -33305,7 +33930,7 @@ } }, { - "id": 2173, + "id": 2202, "name": "ev", "variant": "param", "kind": 32768, @@ -33333,7 +33958,7 @@ } }, { - "id": 2156, + "id": 2185, "name": "OPEN", "variant": "declaration", "kind": 1024, @@ -33353,7 +33978,7 @@ } }, { - "id": 2161, + "id": 2190, "name": "protocol", "variant": "declaration", "kind": 1024, @@ -33373,7 +33998,7 @@ } }, { - "id": 2159, + "id": 2188, "name": "readyState", "variant": "declaration", "kind": 1024, @@ -33393,7 +34018,7 @@ } }, { - "id": 2160, + "id": 2189, "name": "url", "variant": "declaration", "kind": 1024, @@ -33413,7 +34038,7 @@ } }, { - "id": 2189, + "id": 2218, "name": "addEventListener", "variant": "declaration", "kind": 2048, @@ -33427,7 +34052,7 @@ ], "signatures": [ { - "id": 2190, + "id": 2219, "name": "addEventListener", "variant": "signature", "kind": 4096, @@ -33441,7 +34066,7 @@ ], "parameters": [ { - "id": 2191, + "id": 2220, "name": "type", "variant": "param", "kind": 32768, @@ -33452,7 +34077,7 @@ } }, { - "id": 2192, + "id": 2221, "name": "listener", "variant": "param", "kind": 32768, @@ -33476,7 +34101,7 @@ ] }, { - "id": 2162, + "id": 2191, "name": "close", "variant": "declaration", "kind": 2048, @@ -33490,7 +34115,7 @@ ], "signatures": [ { - "id": 2163, + "id": 2192, "name": "close", "variant": "signature", "kind": 4096, @@ -33504,7 +34129,7 @@ ], "parameters": [ { - "id": 2164, + "id": 2193, "name": "code", "variant": "param", "kind": 32768, @@ -33517,7 +34142,7 @@ } }, { - "id": 2165, + "id": 2194, "name": "reason", "variant": "param", "kind": 32768, @@ -33538,7 +34163,7 @@ ] }, { - "id": 2193, + "id": 2222, "name": "removeEventListener", "variant": "declaration", "kind": 2048, @@ -33552,7 +34177,7 @@ ], "signatures": [ { - "id": 2194, + "id": 2223, "name": "removeEventListener", "variant": "signature", "kind": 4096, @@ -33566,7 +34191,7 @@ ], "parameters": [ { - "id": 2195, + "id": 2224, "name": "type", "variant": "param", "kind": 32768, @@ -33577,7 +34202,7 @@ } }, { - "id": 2196, + "id": 2225, "name": "listener", "variant": "param", "kind": 32768, @@ -33601,7 +34226,7 @@ ] }, { - "id": 2166, + "id": 2195, "name": "send", "variant": "declaration", "kind": 2048, @@ -33615,7 +34240,7 @@ ], "signatures": [ { - "id": 2167, + "id": 2196, "name": "send", "variant": "signature", "kind": 4096, @@ -33629,7 +34254,7 @@ ], "parameters": [ { - "id": 2168, + "id": 2197, "name": "data", "variant": "param", "kind": 32768, @@ -33695,13 +34320,13 @@ { "title": "Properties", "children": [ - 2197, 2198, 2158, 2157, 2155, 2200, 2199, 2179, 2184, 2174, 2169, 2156, 2161, 2159, - 2160 + 2226, 2227, 2187, 2186, 2184, 2229, 2228, 2208, 2213, 2203, 2198, 2185, 2190, 2188, + 2189 ] }, { "title": "Methods", - "children": [2189, 2162, 2193, 2166] + "children": [2218, 2191, 2222, 2195] } ], "sources": [ @@ -33713,14 +34338,14 @@ ] }, { - "id": 2204, + "id": 2233, "name": "WebSocketLikeConstructor", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2205, + "id": 2234, "name": "constructor", "variant": "declaration", "kind": 512, @@ -33734,7 +34359,7 @@ ], "signatures": [ { - "id": 2206, + "id": 2235, "name": "WebSocketLikeConstructor", "variant": "signature", "kind": 16384, @@ -33748,7 +34373,7 @@ ], "parameters": [ { - "id": 2207, + "id": 2236, "name": "address", "variant": "param", "kind": 32768, @@ -33773,7 +34398,7 @@ } }, { - "id": 2208, + "id": 2237, "name": "subprotocols", "variant": "param", "kind": 32768, @@ -33800,7 +34425,7 @@ ], "type": { "type": "reference", - "target": 2154, + "target": 2183, "name": "WebSocketLike", "package": "@supabase/realtime-js" } @@ -33811,7 +34436,7 @@ "groups": [ { "title": "Constructors", - "children": [2205] + "children": [2234] } ], "sources": [ @@ -33823,7 +34448,7 @@ ], "indexSignatures": [ { - "id": 2209, + "id": 2238, "name": "__index", "variant": "signature", "kind": 8192, @@ -33837,7 +34462,7 @@ ], "parameters": [ { - "id": 2210, + "id": 2239, "name": "key", "variant": "param", "kind": 32768, @@ -33856,7 +34481,7 @@ ] }, { - "id": 797, + "id": 805, "name": "AMRMethod", "variant": "declaration", "kind": 2097152, @@ -33864,7 +34489,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 189, + "line": 194, "character": 12 } ], @@ -33901,7 +34526,7 @@ { "type": "reflection", "declaration": { - "id": 798, + "id": 806, "name": "__type", "variant": "declaration", "kind": 65536, @@ -33909,7 +34534,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 189, + "line": 194, "character": 64 } ] @@ -33921,7 +34546,7 @@ } }, { - "id": 695, + "id": 702, "name": "AuthChangeEvent", "variant": "declaration", "kind": 2097152, @@ -33962,7 +34587,7 @@ }, { "type": "reference", - "target": 694, + "target": 701, "name": "AuthChangeEventMFA", "package": "@supabase/auth-js" } @@ -33970,7 +34595,7 @@ } }, { - "id": 694, + "id": 701, "name": "AuthChangeEventMFA", "variant": "declaration", "kind": 2097152, @@ -33988,7 +34613,7 @@ } }, { - "id": 1101, + "id": 1112, "name": "AuthenticatorAssuranceLevels", "variant": "declaration", "kind": 2097152, @@ -33996,7 +34621,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 860, + "line": 886, "character": 12 } ], @@ -34015,7 +34640,7 @@ } }, { - "id": 898, + "id": 907, "name": "AuthFlowType", "variant": "declaration", "kind": 2097152, @@ -34023,7 +34648,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 461, + "line": 475, "character": 12 } ], @@ -34042,7 +34667,7 @@ } }, { - "id": 1227, + "id": 1238, "name": "AuthMFAAdminDeleteFactorParams", "variant": "declaration", "kind": 2097152, @@ -34059,21 +34684,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 957, + "line": 983, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1228, + "id": 1239, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1229, + "id": 1240, "name": "id", "variant": "declaration", "kind": 1024, @@ -34089,7 +34714,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 959, + "line": 985, "character": 4 } ], @@ -34099,7 +34724,7 @@ } }, { - "id": 1230, + "id": 1241, "name": "userId", "variant": "declaration", "kind": 1024, @@ -34115,7 +34740,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 961, + "line": 987, "character": 4 } ], @@ -34128,13 +34753,13 @@ "groups": [ { "title": "Properties", - "children": [1229, 1230] + "children": [1240, 1241] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 957, + "line": 983, "character": 45 } ] @@ -34142,7 +34767,7 @@ } }, { - "id": 1224, + "id": 1235, "name": "AuthMFAAdminDeleteFactorResponse", "variant": "declaration", "kind": 2097152, @@ -34159,25 +34784,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 950, + "line": 976, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1225, + "id": 1236, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1226, + "id": 1237, "name": "id", "variant": "declaration", "kind": 1024, @@ -34193,7 +34818,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 952, + "line": 978, "character": 4 } ], @@ -34206,13 +34831,13 @@ "groups": [ { "title": "Properties", - "children": [1226] + "children": [1237] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 950, + "line": 976, "character": 61 } ] @@ -34224,7 +34849,7 @@ } }, { - "id": 1234, + "id": 1245, "name": "AuthMFAAdminListFactorsParams", "variant": "declaration", "kind": 2097152, @@ -34241,21 +34866,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 973, + "line": 999, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1235, + "id": 1246, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1236, + "id": 1247, "name": "userId", "variant": "declaration", "kind": 1024, @@ -34271,7 +34896,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 975, + "line": 1001, "character": 4 } ], @@ -34284,13 +34909,13 @@ "groups": [ { "title": "Properties", - "children": [1236] + "children": [1247] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 973, + "line": 999, "character": 44 } ] @@ -34298,7 +34923,7 @@ } }, { - "id": 1231, + "id": 1242, "name": "AuthMFAAdminListFactorsResponse", "variant": "declaration", "kind": 2097152, @@ -34315,25 +34940,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 966, + "line": 992, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1232, + "id": 1243, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1233, + "id": 1244, "name": "factors", "variant": "declaration", "kind": 1024, @@ -34349,7 +34974,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 968, + "line": 994, "character": 4 } ], @@ -34357,7 +34982,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 815, + "target": 823, "name": "Factor", "package": "@supabase/auth-js" } @@ -34367,13 +34992,13 @@ "groups": [ { "title": "Properties", - "children": [1233] + "children": [1244] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 966, + "line": 992, "character": 60 } ] @@ -34385,7 +35010,7 @@ } }, { - "id": 1092, + "id": 1103, "name": "AuthMFAChallengePhoneResponse", "variant": "declaration", "kind": 2097152, @@ -34393,17 +35018,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 809, + "line": 835, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -34444,7 +35069,7 @@ } }, { - "id": 1096, + "id": 1107, "name": "AuthMFAChallengeResponse", "variant": "declaration", "kind": 2097152, @@ -34452,7 +35077,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 852, + "line": 878, "character": 12 } ], @@ -34461,19 +35086,19 @@ "types": [ { "type": "reference", - "target": 1091, + "target": 1102, "name": "AuthMFAChallengeTOTPResponse", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1092, + "target": 1103, "name": "AuthMFAChallengePhoneResponse", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1093, + "target": 1104, "name": "AuthMFAChallengeWebauthnResponse", "package": "@supabase/auth-js" } @@ -34481,7 +35106,7 @@ } }, { - "id": 1091, + "id": 1102, "name": "AuthMFAChallengeTOTPResponse", "variant": "declaration", "kind": 2097152, @@ -34489,17 +35114,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 807, + "line": 833, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -34540,7 +35165,7 @@ } }, { - "id": 1093, + "id": 1104, "name": "AuthMFAChallengeWebauthnResponse", "variant": "declaration", "kind": 2097152, @@ -34569,17 +35194,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 828, + "line": 854, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -34620,7 +35245,7 @@ } }, { - "id": 1094, + "id": 1105, "name": "AuthMFAChallengeWebauthnResponseDataJSON", "variant": "declaration", "kind": 2097152, @@ -34636,13 +35261,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 846, + "line": 872, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -34679,7 +35304,7 @@ } }, { - "id": 1095, + "id": 1106, "name": "AuthMFAChallengeWebauthnServerResponse", "variant": "declaration", "kind": 2097152, @@ -34695,17 +35320,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 851, + "line": 877, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 1094, + "target": 1105, "name": "AuthMFAChallengeWebauthnResponseDataJSON", "package": "@supabase/auth-js" } @@ -34715,7 +35340,7 @@ } }, { - "id": 1269, + "id": 1280, "name": "AuthMFAEnrollPhoneResponse", "variant": "declaration", "kind": 2097152, @@ -34723,17 +35348,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1094, + "line": 1120, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -34774,7 +35399,7 @@ } }, { - "id": 1087, + "id": 1098, "name": "AuthMFAEnrollResponse", "variant": "declaration", "kind": 2097152, @@ -34782,7 +35407,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 793, + "line": 819, "character": 12 } ], @@ -34791,19 +35416,19 @@ "types": [ { "type": "reference", - "target": 1268, + "target": 1279, "name": "AuthMFAEnrollTOTPResponse", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1269, + "target": 1280, "name": "AuthMFAEnrollPhoneResponse", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1270, + "target": 1281, "name": "AuthMFAEnrollWebauthnResponse", "package": "@supabase/auth-js" } @@ -34811,7 +35436,7 @@ } }, { - "id": 1268, + "id": 1279, "name": "AuthMFAEnrollTOTPResponse", "variant": "declaration", "kind": 2097152, @@ -34819,17 +35444,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1089, + "line": 1115, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -34870,7 +35495,7 @@ } }, { - "id": 1270, + "id": 1281, "name": "AuthMFAEnrollWebauthnResponse", "variant": "declaration", "kind": 2097152, @@ -34899,17 +35524,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1101, + "line": 1127, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -34950,7 +35575,7 @@ } }, { - "id": 1102, + "id": 1113, "name": "AuthMFAGetAuthenticatorAssuranceLevelResponse", "variant": "declaration", "kind": 2097152, @@ -34958,25 +35583,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 861, + "line": 887, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1103, + "id": 1114, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1106, + "id": 1117, "name": "currentAuthenticationMethods", "variant": "declaration", "kind": 1024, @@ -34992,7 +35617,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 876, + "line": 902, "character": 4 } ], @@ -35000,14 +35625,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 799, + "target": 807, "name": "AMREntry", "package": "@supabase/auth-js" } } }, { - "id": 1104, + "id": 1115, "name": "currentLevel", "variant": "declaration", "kind": 1024, @@ -35023,7 +35648,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 863, + "line": 889, "character": 4 } ], @@ -35032,7 +35657,7 @@ "types": [ { "type": "reference", - "target": 1101, + "target": 1112, "name": "AuthenticatorAssuranceLevels", "package": "@supabase/auth-js" }, @@ -35044,7 +35669,7 @@ } }, { - "id": 1105, + "id": 1116, "name": "nextLevel", "variant": "declaration", "kind": 1024, @@ -35064,7 +35689,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#challenge", - "target": 1128 + "target": 1139 } ] } @@ -35073,7 +35698,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 870, + "line": 896, "character": 4 } ], @@ -35082,7 +35707,7 @@ "types": [ { "type": "reference", - "target": 1101, + "target": 1112, "name": "AuthenticatorAssuranceLevels", "package": "@supabase/auth-js" }, @@ -35097,13 +35722,13 @@ "groups": [ { "title": "Properties", - "children": [1106, 1104, 1105] + "children": [1117, 1115, 1116] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 861, + "line": 887, "character": 74 } ] @@ -35115,7 +35740,7 @@ } }, { - "id": 1097, + "id": 1108, "name": "AuthMFAListFactorsResponse", "variant": "declaration", "kind": 2097152, @@ -35131,13 +35756,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 854, + "line": 880, "character": 12 } ], "typeParameters": [ { - "id": 1100, + "id": 1111, "name": "T", "variant": "typeParam", "kind": 131072, @@ -35172,7 +35797,7 @@ ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "intersection", @@ -35180,14 +35805,14 @@ { "type": "reflection", "declaration": { - "id": 1098, + "id": 1109, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1099, + "id": 1110, "name": "all", "variant": "declaration", "kind": 1024, @@ -35203,7 +35828,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 856, + "line": 882, "character": 4 } ], @@ -35211,11 +35836,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "reference", - "target": 815, + "target": 823, "name": "Factor", "package": "@supabase/auth-js" } @@ -35229,13 +35854,13 @@ "groups": [ { "title": "Properties", - "children": [1099] + "children": [1110] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 854, + "line": 880, "character": 106 } ] @@ -35252,7 +35877,7 @@ }, "objectType": { "type": "reference", - "target": 1100, + "target": 1111, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -35262,11 +35887,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "reference", - "target": 815, + "target": 823, "typeArguments": [ { "type": "reference", @@ -35300,7 +35925,7 @@ } }, { - "id": 1088, + "id": 1099, "name": "AuthMFAUnenrollResponse", "variant": "declaration", "kind": 2097152, @@ -35308,25 +35933,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 794, + "line": 820, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1089, + "id": 1100, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1090, + "id": 1101, "name": "id", "variant": "declaration", "kind": 1024, @@ -35342,7 +35967,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 796, + "line": 822, "character": 4 } ], @@ -35355,13 +35980,13 @@ "groups": [ { "title": "Properties", - "children": [1090] + "children": [1101] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 794, + "line": 820, "character": 52 } ] @@ -35373,7 +35998,7 @@ } }, { - "id": 1086, + "id": 1097, "name": "AuthMFAVerifyResponse", "variant": "declaration", "kind": 2097152, @@ -35389,17 +36014,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 792, + "line": 818, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 1079, + "target": 1090, "name": "AuthMFAVerifyResponseData", "package": "@supabase/auth-js" } @@ -35409,7 +36034,7 @@ } }, { - "id": 1079, + "id": 1090, "name": "AuthMFAVerifyResponseData", "variant": "declaration", "kind": 2097152, @@ -35425,21 +36050,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 776, + "line": 802, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1080, + "id": 1091, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1081, + "id": 1092, "name": "access_token", "variant": "declaration", "kind": 1024, @@ -35455,7 +36080,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 778, + "line": 804, "character": 4 } ], @@ -35465,7 +36090,7 @@ } }, { - "id": 1083, + "id": 1094, "name": "expires_in", "variant": "declaration", "kind": 1024, @@ -35481,7 +36106,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 782, + "line": 808, "character": 4 } ], @@ -35491,7 +36116,7 @@ } }, { - "id": 1084, + "id": 1095, "name": "refresh_token", "variant": "declaration", "kind": 1024, @@ -35507,7 +36132,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 784, + "line": 810, "character": 4 } ], @@ -35517,7 +36142,7 @@ } }, { - "id": 1082, + "id": 1093, "name": "token_type", "variant": "declaration", "kind": 1024, @@ -35541,7 +36166,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 780, + "line": 806, "character": 4 } ], @@ -35551,7 +36176,7 @@ } }, { - "id": 1085, + "id": 1096, "name": "user", "variant": "declaration", "kind": 1024, @@ -35567,7 +36192,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 786, + "line": 812, "character": 4 } ], @@ -35582,13 +36207,13 @@ "groups": [ { "title": "Properties", - "children": [1081, 1083, 1084, 1082, 1085] + "children": [1092, 1094, 1095, 1093, 1096] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 776, + "line": 802, "character": 40 } ] @@ -35596,7 +36221,7 @@ } }, { - "id": 1386, + "id": 1413, "name": "AuthOAuthAuthorizationDetailsResponse", "variant": "declaration", "kind": 2097152, @@ -35612,17 +36237,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1329, + "line": 1372, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 1376, + "target": 1403, "name": "OAuthAuthorizationDetails", "package": "@supabase/auth-js" } @@ -35632,7 +36257,7 @@ } }, { - "id": 1387, + "id": 1414, "name": "AuthOAuthConsentResponse", "variant": "declaration", "kind": 2097152, @@ -35648,25 +36273,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1334, + "line": 1377, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1388, + "id": 1415, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1389, + "id": 1416, "name": "redirect_url", "variant": "declaration", "kind": 1024, @@ -35682,7 +36307,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1336, + "line": 1379, "character": 4 } ], @@ -35695,13 +36320,13 @@ "groups": [ { "title": "Properties", - "children": [1389] + "children": [1416] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1334, + "line": 1377, "character": 53 } ] @@ -35713,7 +36338,7 @@ } }, { - "id": 763, + "id": 771, "name": "AuthOtpResponse", "variant": "declaration", "kind": 2097152, @@ -35734,25 +36359,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 116, + "line": 121, "character": 12 } ], "type": { "type": "reference", - "target": 746, + "target": 754, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 764, + "id": 772, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 767, + "id": 775, "name": "messageId", "variant": "declaration", "kind": 1024, @@ -35762,7 +36387,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 119, + "line": 124, "character": 4 } ], @@ -35781,7 +36406,7 @@ } }, { - "id": 766, + "id": 774, "name": "session", "variant": "declaration", "kind": 1024, @@ -35789,7 +36414,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 118, + "line": 123, "character": 4 } ], @@ -35799,7 +36424,7 @@ } }, { - "id": 765, + "id": 773, "name": "user", "variant": "declaration", "kind": 1024, @@ -35807,7 +36432,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 117, + "line": 122, "character": 4 } ], @@ -35820,13 +36445,13 @@ "groups": [ { "title": "Properties", - "children": [767, 766, 765] + "children": [775, 774, 773] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 116, + "line": 121, "character": 59 } ] @@ -35838,7 +36463,7 @@ } }, { - "id": 754, + "id": 762, "name": "AuthResponse", "variant": "declaration", "kind": 2097152, @@ -35846,25 +36471,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 102, + "line": 107, "character": 12 } ], "type": { "type": "reference", - "target": 746, + "target": 754, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 755, + "id": 763, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 757, + "id": 765, "name": "session", "variant": "declaration", "kind": 1024, @@ -35872,7 +36497,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 104, + "line": 109, "character": 4 } ], @@ -35893,7 +36518,7 @@ } }, { - "id": 756, + "id": 764, "name": "user", "variant": "declaration", "kind": 1024, @@ -35901,7 +36526,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 103, + "line": 108, "character": 4 } ], @@ -35925,13 +36550,13 @@ "groups": [ { "title": "Properties", - "children": [757, 756] + "children": [765, 764] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 102, + "line": 107, "character": 56 } ] @@ -35943,7 +36568,7 @@ } }, { - "id": 758, + "id": 766, "name": "AuthResponsePassword", "variant": "declaration", "kind": 2097152, @@ -35951,25 +36576,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 106, + "line": 111, "character": 12 } ], "type": { "type": "reference", - "target": 746, + "target": 754, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 759, + "id": 767, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 761, + "id": 769, "name": "session", "variant": "declaration", "kind": 1024, @@ -35977,7 +36602,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 108, + "line": 113, "character": 4 } ], @@ -35998,7 +36623,7 @@ } }, { - "id": 760, + "id": 768, "name": "user", "variant": "declaration", "kind": 1024, @@ -36006,7 +36631,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 107, + "line": 112, "character": 4 } ], @@ -36027,7 +36652,7 @@ } }, { - "id": 762, + "id": 770, "name": "weak_password", "variant": "declaration", "kind": 1024, @@ -36037,7 +36662,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 109, + "line": 114, "character": 4 } ], @@ -36046,7 +36671,7 @@ "types": [ { "type": "reference", - "target": 728, + "target": 736, "name": "WeakPassword", "package": "@supabase/auth-js" }, @@ -36061,13 +36686,13 @@ "groups": [ { "title": "Properties", - "children": [761, 760, 762] + "children": [769, 768, 770] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 106, + "line": 111, "character": 64 } ] @@ -36079,7 +36704,7 @@ } }, { - "id": 768, + "id": 776, "name": "AuthTokenResponse", "variant": "declaration", "kind": 2097152, @@ -36087,25 +36712,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 121, + "line": 126, "character": 12 } ], "type": { "type": "reference", - "target": 746, + "target": 754, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 769, + "id": 777, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 771, + "id": 779, "name": "session", "variant": "declaration", "kind": 1024, @@ -36113,7 +36738,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 123, + "line": 128, "character": 4 } ], @@ -36125,7 +36750,7 @@ } }, { - "id": 770, + "id": 778, "name": "user", "variant": "declaration", "kind": 1024, @@ -36133,7 +36758,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 122, + "line": 127, "character": 4 } ], @@ -36148,13 +36773,13 @@ "groups": [ { "title": "Properties", - "children": [771, 770] + "children": [779, 778] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 121, + "line": 126, "character": 61 } ] @@ -36166,7 +36791,7 @@ } }, { - "id": 772, + "id": 780, "name": "AuthTokenResponsePassword", "variant": "declaration", "kind": 2097152, @@ -36174,25 +36799,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 125, + "line": 130, "character": 12 } ], "type": { "type": "reference", - "target": 746, + "target": 754, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 773, + "id": 781, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 775, + "id": 783, "name": "session", "variant": "declaration", "kind": 1024, @@ -36200,7 +36825,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 127, + "line": 132, "character": 4 } ], @@ -36212,7 +36837,7 @@ } }, { - "id": 774, + "id": 782, "name": "user", "variant": "declaration", "kind": 1024, @@ -36220,7 +36845,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 126, + "line": 131, "character": 4 } ], @@ -36232,7 +36857,7 @@ } }, { - "id": 776, + "id": 784, "name": "weakPassword", "variant": "declaration", "kind": 1024, @@ -36242,13 +36867,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 128, + "line": 133, "character": 4 } ], "type": { "type": "reference", - "target": 728, + "target": 736, "name": "WeakPassword", "package": "@supabase/auth-js" } @@ -36257,13 +36882,13 @@ "groups": [ { "title": "Properties", - "children": [775, 774, 776] + "children": [783, 782, 784] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 125, + "line": 130, "character": 69 } ] @@ -36275,7 +36900,7 @@ } }, { - "id": 1250, + "id": 1261, "name": "CallRefreshTokenResult", "variant": "declaration", "kind": 2097152, @@ -36283,13 +36908,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1016, + "line": 1042, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", @@ -36303,7 +36928,7 @@ } }, { - "id": 1319, + "id": 1346, "name": "CreateOAuthClientParams", "variant": "declaration", "kind": 2097152, @@ -36319,21 +36944,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1187, + "line": 1230, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1320, + "id": 1347, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1321, + "id": 1348, "name": "client_name", "variant": "declaration", "kind": 1024, @@ -36349,7 +36974,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1189, + "line": 1232, "character": 4 } ], @@ -36359,7 +36984,7 @@ } }, { - "id": 1322, + "id": 1349, "name": "client_uri", "variant": "declaration", "kind": 1024, @@ -36377,7 +37002,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1191, + "line": 1234, "character": 4 } ], @@ -36387,7 +37012,7 @@ } }, { - "id": 1324, + "id": 1351, "name": "grant_types", "variant": "declaration", "kind": 1024, @@ -36405,7 +37030,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1195, + "line": 1238, "character": 4 } ], @@ -36413,14 +37038,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 1299, + "target": 1326, "name": "OAuthClientGrantType", "package": "@supabase/auth-js" } } }, { - "id": 1323, + "id": 1350, "name": "redirect_uris", "variant": "declaration", "kind": 1024, @@ -36436,7 +37061,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1193, + "line": 1236, "character": 4 } ], @@ -36449,7 +37074,7 @@ } }, { - "id": 1325, + "id": 1352, "name": "response_types", "variant": "declaration", "kind": 1024, @@ -36467,7 +37092,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1197, + "line": 1240, "character": 4 } ], @@ -36475,14 +37100,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 1300, + "target": 1327, "name": "OAuthClientResponseType", "package": "@supabase/auth-js" } } }, { - "id": 1326, + "id": 1353, "name": "scope", "variant": "declaration", "kind": 1024, @@ -36500,7 +37125,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1199, + "line": 1242, "character": 4 } ], @@ -36513,13 +37138,13 @@ "groups": [ { "title": "Properties", - "children": [1321, 1322, 1324, 1323, 1325, 1326] + "children": [1348, 1349, 1351, 1350, 1352, 1353] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1187, + "line": 1230, "character": 38 } ] @@ -36527,7 +37152,7 @@ } }, { - "id": 994, + "id": 1003, "name": "EmailOtpType", "variant": "declaration", "kind": 2097152, @@ -36535,7 +37160,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 592, + "line": 606, "character": 12 } ], @@ -36570,7 +37195,7 @@ } }, { - "id": 954, + "id": 963, "name": "EthereumWallet", "variant": "declaration", "kind": 2097152, @@ -36578,7 +37203,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 523, + "line": 537, "character": 12 } ], @@ -36593,7 +37218,7 @@ } }, { - "id": 955, + "id": 964, "name": "EthereumWeb3Credentials", "variant": "declaration", "kind": 2097152, @@ -36601,7 +37226,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 524, + "line": 538, "character": 12 } ], @@ -36611,14 +37236,14 @@ { "type": "reflection", "declaration": { - "id": 956, + "id": 965, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 957, + "id": 966, "name": "chain", "variant": "declaration", "kind": 1024, @@ -36626,7 +37251,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 525, + "line": 539, "character": 4 } ], @@ -36636,7 +37261,7 @@ } }, { - "id": 960, + "id": 969, "name": "options", "variant": "declaration", "kind": 1024, @@ -36646,21 +37271,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 530, + "line": 544, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 961, + "id": 970, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 963, + "id": 972, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -36678,7 +37303,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 534, + "line": 548, "character": 8 } ], @@ -36688,7 +37313,7 @@ } }, { - "id": 964, + "id": 973, "name": "signInWithEthereum", "variant": "declaration", "kind": 1024, @@ -36698,7 +37323,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 535, + "line": 549, "character": 8 } ], @@ -36756,7 +37381,7 @@ } }, { - "id": 962, + "id": 971, "name": "url", "variant": "declaration", "kind": 1024, @@ -36774,7 +37399,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 532, + "line": 546, "character": 8 } ], @@ -36787,13 +37412,13 @@ "groups": [ { "title": "Properties", - "children": [963, 964, 962] + "children": [972, 973, 971] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 530, + "line": 544, "character": 14 } ] @@ -36801,7 +37426,7 @@ } }, { - "id": 959, + "id": 968, "name": "statement", "variant": "declaration", "kind": 1024, @@ -36819,7 +37444,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 529, + "line": 543, "character": 4 } ], @@ -36829,7 +37454,7 @@ } }, { - "id": 958, + "id": 967, "name": "wallet", "variant": "declaration", "kind": 1024, @@ -36855,13 +37480,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 527, + "line": 541, "character": 4 } ], "type": { "type": "reference", - "target": 954, + "target": 963, "name": "EthereumWallet", "package": "@supabase/auth-js" } @@ -36870,13 +37495,13 @@ "groups": [ { "title": "Properties", - "children": [957, 960, 959, 958] + "children": [966, 969, 968, 967] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 524, + "line": 538, "character": 38 } ] @@ -36885,14 +37510,14 @@ { "type": "reflection", "declaration": { - "id": 965, + "id": 974, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 966, + "id": 975, "name": "chain", "variant": "declaration", "kind": 1024, @@ -36900,7 +37525,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 538, + "line": 552, "character": 4 } ], @@ -36910,7 +37535,7 @@ } }, { - "id": 967, + "id": 976, "name": "message", "variant": "declaration", "kind": 1024, @@ -36950,7 +37575,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 540, + "line": 554, "character": 4 } ], @@ -36960,7 +37585,7 @@ } }, { - "id": 969, + "id": 978, "name": "options", "variant": "declaration", "kind": 1024, @@ -36970,21 +37595,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 543, + "line": 557, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 970, + "id": 979, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 971, + "id": 980, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -37002,7 +37627,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 545, + "line": 559, "character": 8 } ], @@ -37015,13 +37640,13 @@ "groups": [ { "title": "Properties", - "children": [971] + "children": [980] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 543, + "line": 557, "character": 14 } ] @@ -37029,7 +37654,7 @@ } }, { - "id": 968, + "id": 977, "name": "signature", "variant": "declaration", "kind": 1024, @@ -37045,7 +37670,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 542, + "line": 556, "character": 4 } ], @@ -37063,13 +37688,13 @@ "groups": [ { "title": "Properties", - "children": [966, 967, 969, 968] + "children": [975, 976, 978, 977] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 537, + "line": 551, "character": 4 } ] @@ -37079,7 +37704,7 @@ } }, { - "id": 815, + "id": 823, "name": "Factor", "variant": "declaration", "kind": 2097152, @@ -37103,7 +37728,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#enroll", - "target": 1108 + "target": 1119 }, { "kind": "text", @@ -37117,7 +37742,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#listFactors", - "target": 1219 + "target": 1230 }, { "kind": "text", @@ -37143,32 +37768,32 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 236, + "line": 241, "character": 12 } ], "typeParameters": [ { - "id": 823, + "id": 831, "name": "Type", "variant": "typeParam", "kind": 131072, "flags": {}, "type": { "type": "reference", - "target": 814, + "target": 822, "name": "FactorType", "package": "@supabase/auth-js" }, "default": { "type": "reference", - "target": 814, + "target": 822, "name": "FactorType", "package": "@supabase/auth-js" } }, { - "id": 824, + "id": 832, "name": "Status", "variant": "typeParam", "kind": 131072, @@ -37207,14 +37832,14 @@ "type": { "type": "reflection", "declaration": { - "id": 816, + "id": 824, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 821, + "id": 829, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -37222,7 +37847,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 249, + "line": 254, "character": 4 } ], @@ -37232,7 +37857,7 @@ } }, { - "id": 819, + "id": 827, "name": "factor_type", "variant": "declaration", "kind": 1024, @@ -37264,20 +37889,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 244, + "line": 249, "character": 4 } ], "type": { "type": "reference", - "target": 823, + "target": 831, "name": "Type", "package": "@supabase/auth-js", "refersToTypeParameter": true } }, { - "id": 818, + "id": 826, "name": "friendly_name", "variant": "declaration", "kind": 1024, @@ -37295,7 +37920,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 240, + "line": 245, "character": 4 } ], @@ -37305,7 +37930,7 @@ } }, { - "id": 817, + "id": 825, "name": "id", "variant": "declaration", "kind": 1024, @@ -37321,7 +37946,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 238, + "line": 243, "character": 4 } ], @@ -37331,7 +37956,7 @@ } }, { - "id": 820, + "id": 828, "name": "status", "variant": "declaration", "kind": 1024, @@ -37375,20 +38000,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 248, + "line": 253, "character": 4 } ], "type": { "type": "reference", - "target": 824, + "target": 832, "name": "Status", "package": "@supabase/auth-js", "refersToTypeParameter": true } }, { - "id": 822, + "id": 830, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -37396,7 +38021,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 250, + "line": 255, "character": 4 } ], @@ -37409,13 +38034,13 @@ "groups": [ { "title": "Properties", - "children": [821, 819, 818, 817, 820, 822] + "children": [829, 827, 826, 825, 828, 830] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 236, + "line": 241, "character": 146 } ] @@ -37423,7 +38048,7 @@ } }, { - "id": 814, + "id": 822, "name": "FactorType", "variant": "declaration", "kind": 2097152, @@ -37455,7 +38080,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 223, + "line": 228, "character": 12 } ], @@ -37758,7 +38383,7 @@ ], "type": { "type": "reference", - "target": 96, + "target": 97, "name": "FunctionRegion", "package": "@supabase/functions-js" } @@ -37795,12 +38420,40 @@ "name": "AbortSignal", "package": "typescript" } + }, + { + "id": 96, + "name": "timeout", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The timeout for the request in milliseconds.\nIf the function takes longer than this, the request will be aborted." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/functions-js/dist/module/types.d.ts", + "line": 73, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } } ], "groups": [ { "title": "Properties", - "children": [94, 88, 92, 93, 95] + "children": [94, 88, 92, 93, 95, 96] } ], "sources": [ @@ -37814,7 +38467,7 @@ } }, { - "id": 1038, + "id": 1049, "name": "GenerateEmailChangeLinkParams", "variant": "declaration", "kind": 2097152, @@ -37822,21 +38475,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 647, + "line": 673, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1039, + "id": 1050, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1041, + "id": 1052, "name": "email", "variant": "declaration", "kind": 1024, @@ -37852,7 +38505,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 650, + "line": 676, "character": 4 } ], @@ -37862,7 +38515,7 @@ } }, { - "id": 1042, + "id": 1053, "name": "newEmail", "variant": "declaration", "kind": 1024, @@ -37878,7 +38531,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 654, + "line": 680, "character": 4 } ], @@ -37888,7 +38541,7 @@ } }, { - "id": 1043, + "id": 1054, "name": "options", "variant": "declaration", "kind": 1024, @@ -37898,7 +38551,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 655, + "line": 681, "character": 4 } ], @@ -37911,7 +38564,7 @@ "typeArguments": [ { "type": "reference", - "target": 1044, + "target": 1055, "name": "GenerateLinkOptions", "package": "@supabase/auth-js" }, @@ -37925,7 +38578,7 @@ } }, { - "id": 1040, + "id": 1051, "name": "type", "variant": "declaration", "kind": 1024, @@ -37933,7 +38586,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 648, + "line": 674, "character": 4 } ], @@ -37955,13 +38608,13 @@ "groups": [ { "title": "Properties", - "children": [1041, 1042, 1043, 1040] + "children": [1052, 1053, 1054, 1051] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 647, + "line": 673, "character": 44 } ] @@ -37969,7 +38622,7 @@ } }, { - "id": 1028, + "id": 1039, "name": "GenerateInviteOrMagiclinkParams", "variant": "declaration", "kind": 2097152, @@ -37977,21 +38630,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 635, + "line": 661, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1029, + "id": 1040, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1031, + "id": 1042, "name": "email", "variant": "declaration", "kind": 1024, @@ -38007,7 +38660,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 638, + "line": 664, "character": 4 } ], @@ -38017,7 +38670,7 @@ } }, { - "id": 1032, + "id": 1043, "name": "options", "variant": "declaration", "kind": 1024, @@ -38027,7 +38680,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 639, + "line": 665, "character": 4 } ], @@ -38040,7 +38693,7 @@ "typeArguments": [ { "type": "reference", - "target": 1044, + "target": 1055, "name": "GenerateLinkOptions", "package": "@supabase/auth-js" }, @@ -38063,7 +38716,7 @@ } }, { - "id": 1030, + "id": 1041, "name": "type", "variant": "declaration", "kind": 1024, @@ -38071,7 +38724,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 636, + "line": 662, "character": 4 } ], @@ -38093,13 +38746,13 @@ "groups": [ { "title": "Properties", - "children": [1031, 1032, 1030] + "children": [1042, 1043, 1041] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 635, + "line": 661, "character": 46 } ] @@ -38107,7 +38760,7 @@ } }, { - "id": 1047, + "id": 1058, "name": "GenerateLinkParams", "variant": "declaration", "kind": 2097152, @@ -38115,7 +38768,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 667, + "line": 693, "character": 12 } ], @@ -38124,25 +38777,25 @@ "types": [ { "type": "reference", - "target": 1022, + "target": 1033, "name": "GenerateSignupLinkParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1028, + "target": 1039, "name": "GenerateInviteOrMagiclinkParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1033, + "target": 1044, "name": "GenerateRecoveryLinkParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1038, + "target": 1049, "name": "GenerateEmailChangeLinkParams", "package": "@supabase/auth-js" } @@ -38150,7 +38803,7 @@ } }, { - "id": 1052, + "id": 1063, "name": "GenerateLinkProperties", "variant": "declaration", "kind": 2097152, @@ -38166,21 +38819,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 673, + "line": 699, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1053, + "id": 1064, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1054, + "id": 1065, "name": "action_link", "variant": "declaration", "kind": 1024, @@ -38196,7 +38849,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 678, + "line": 704, "character": 4 } ], @@ -38206,7 +38859,7 @@ } }, { - "id": 1055, + "id": 1066, "name": "email_otp", "variant": "declaration", "kind": 1024, @@ -38222,7 +38875,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 683, + "line": 709, "character": 4 } ], @@ -38232,7 +38885,7 @@ } }, { - "id": 1056, + "id": 1067, "name": "hashed_token", "variant": "declaration", "kind": 1024, @@ -38248,7 +38901,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 687, + "line": 713, "character": 4 } ], @@ -38258,7 +38911,7 @@ } }, { - "id": 1057, + "id": 1068, "name": "redirect_to", "variant": "declaration", "kind": 1024, @@ -38274,7 +38927,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 689, + "line": 715, "character": 4 } ], @@ -38284,7 +38937,7 @@ } }, { - "id": 1058, + "id": 1069, "name": "verification_type", "variant": "declaration", "kind": 1024, @@ -38300,13 +38953,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 691, + "line": 717, "character": 4 } ], "type": { "type": "reference", - "target": 1059, + "target": 1070, "name": "GenerateLinkType", "package": "@supabase/auth-js" } @@ -38315,13 +38968,13 @@ "groups": [ { "title": "Properties", - "children": [1054, 1055, 1056, 1057, 1058] + "children": [1065, 1066, 1067, 1068, 1069] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 673, + "line": 699, "character": 37 } ] @@ -38329,7 +38982,7 @@ } }, { - "id": 1048, + "id": 1059, "name": "GenerateLinkResponse", "variant": "declaration", "kind": 2097152, @@ -38337,25 +38990,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 668, + "line": 694, "character": 12 } ], "type": { "type": "reference", - "target": 746, + "target": 754, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1049, + "id": 1060, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1050, + "id": 1061, "name": "properties", "variant": "declaration", "kind": 1024, @@ -38363,19 +39016,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 669, + "line": 695, "character": 4 } ], "type": { "type": "reference", - "target": 1052, + "target": 1063, "name": "GenerateLinkProperties", "package": "@supabase/auth-js" } }, { - "id": 1051, + "id": 1062, "name": "user", "variant": "declaration", "kind": 1024, @@ -38383,7 +39036,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 670, + "line": 696, "character": 4 } ], @@ -38398,13 +39051,13 @@ "groups": [ { "title": "Properties", - "children": [1050, 1051] + "children": [1061, 1062] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 668, + "line": 694, "character": 64 } ] @@ -38416,7 +39069,7 @@ } }, { - "id": 1059, + "id": 1070, "name": "GenerateLinkType", "variant": "declaration", "kind": 2097152, @@ -38424,7 +39077,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 693, + "line": 719, "character": 12 } ], @@ -38459,7 +39112,7 @@ } }, { - "id": 1033, + "id": 1044, "name": "GenerateRecoveryLinkParams", "variant": "declaration", "kind": 2097152, @@ -38467,21 +39120,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 641, + "line": 667, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1034, + "id": 1045, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1036, + "id": 1047, "name": "email", "variant": "declaration", "kind": 1024, @@ -38497,7 +39150,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 644, + "line": 670, "character": 4 } ], @@ -38507,7 +39160,7 @@ } }, { - "id": 1037, + "id": 1048, "name": "options", "variant": "declaration", "kind": 1024, @@ -38517,7 +39170,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 645, + "line": 671, "character": 4 } ], @@ -38530,7 +39183,7 @@ "typeArguments": [ { "type": "reference", - "target": 1044, + "target": 1055, "name": "GenerateLinkOptions", "package": "@supabase/auth-js" }, @@ -38544,7 +39197,7 @@ } }, { - "id": 1035, + "id": 1046, "name": "type", "variant": "declaration", "kind": 1024, @@ -38552,7 +39205,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 642, + "line": 668, "character": 4 } ], @@ -38565,13 +39218,13 @@ "groups": [ { "title": "Properties", - "children": [1036, 1037, 1035] + "children": [1047, 1048, 1046] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 641, + "line": 667, "character": 41 } ] @@ -38579,7 +39232,7 @@ } }, { - "id": 1022, + "id": 1033, "name": "GenerateSignupLinkParams", "variant": "declaration", "kind": 2097152, @@ -38587,21 +39240,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 629, + "line": 655, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1023, + "id": 1034, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1025, + "id": 1036, "name": "email", "variant": "declaration", "kind": 1024, @@ -38609,7 +39262,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 631, + "line": 657, "character": 4 } ], @@ -38619,7 +39272,7 @@ } }, { - "id": 1027, + "id": 1038, "name": "options", "variant": "declaration", "kind": 1024, @@ -38629,7 +39282,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 633, + "line": 659, "character": 4 } ], @@ -38642,7 +39295,7 @@ "typeArguments": [ { "type": "reference", - "target": 1044, + "target": 1055, "name": "GenerateLinkOptions", "package": "@supabase/auth-js" }, @@ -38665,7 +39318,7 @@ } }, { - "id": 1026, + "id": 1037, "name": "password", "variant": "declaration", "kind": 1024, @@ -38673,7 +39326,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 632, + "line": 658, "character": 4 } ], @@ -38683,7 +39336,7 @@ } }, { - "id": 1024, + "id": 1035, "name": "type", "variant": "declaration", "kind": 1024, @@ -38691,7 +39344,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 630, + "line": 656, "character": 4 } ], @@ -38704,13 +39357,13 @@ "groups": [ { "title": "Properties", - "children": [1025, 1027, 1026, 1024] + "children": [1036, 1038, 1037, 1035] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 629, + "line": 655, "character": 39 } ] @@ -38718,7 +39371,7 @@ } }, { - "id": 705, + "id": 712, "name": "GoTrueClientOptions", "variant": "declaration", "kind": 2097152, @@ -38733,14 +39386,14 @@ "type": { "type": "reflection", "declaration": { - "id": 706, + "id": 713, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 714, + "id": 721, "name": "autoRefreshToken", "variant": "declaration", "kind": 1024, @@ -38760,7 +39413,7 @@ } }, { - "id": 720, + "id": 727, "name": "debug", "variant": "declaration", "kind": 1024, @@ -38784,7 +39437,7 @@ { "type": "reflection", "declaration": { - "id": 721, + "id": 728, "name": "__type", "variant": "declaration", "kind": 65536, @@ -38798,14 +39451,14 @@ ], "signatures": [ { - "id": 722, + "id": 729, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 723, + "id": 730, "name": "message", "variant": "param", "kind": 32768, @@ -38816,7 +39469,7 @@ } }, { - "id": 724, + "id": 731, "name": "args", "variant": "param", "kind": 32768, @@ -38844,7 +39497,7 @@ } }, { - "id": 713, + "id": 720, "name": "detectSessionInUrl", "variant": "declaration", "kind": 1024, @@ -38864,7 +39517,7 @@ } }, { - "id": 718, + "id": 725, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -38889,7 +39542,7 @@ } }, { - "id": 719, + "id": 726, "name": "flowType", "variant": "declaration", "kind": 1024, @@ -38905,13 +39558,13 @@ ], "type": { "type": "reference", - "target": 898, + "target": 907, "name": "AuthFlowType", "package": "@supabase/auth-js" } }, { - "id": 726, + "id": 733, "name": "hasCustomAuthorizationHeader", "variant": "declaration", "kind": 1024, @@ -38940,7 +39593,7 @@ } }, { - "id": 708, + "id": 715, "name": "headers", "variant": "declaration", "kind": 1024, @@ -38957,7 +39610,7 @@ "type": { "type": "reflection", "declaration": { - "id": 709, + "id": 716, "name": "__type", "variant": "declaration", "kind": 65536, @@ -38971,7 +39624,7 @@ ], "indexSignatures": [ { - "id": 710, + "id": 717, "name": "__index", "variant": "signature", "kind": 8192, @@ -38985,7 +39638,7 @@ ], "parameters": [ { - "id": 711, + "id": 718, "name": "key", "variant": "param", "kind": 32768, @@ -39006,7 +39659,7 @@ } }, { - "id": 725, + "id": 732, "name": "lock", "variant": "declaration", "kind": 1024, @@ -39031,13 +39684,13 @@ ], "type": { "type": "reference", - "target": 696, + "target": 703, "name": "LockFunc", "package": "@supabase/auth-js" } }, { - "id": 715, + "id": 722, "name": "persistSession", "variant": "declaration", "kind": 1024, @@ -39057,7 +39710,7 @@ } }, { - "id": 716, + "id": 723, "name": "storage", "variant": "declaration", "kind": 1024, @@ -39073,13 +39726,13 @@ ], "type": { "type": "reference", - "target": 1244, + "target": 1255, "name": "SupportedStorage", "package": "@supabase/auth-js" } }, { - "id": 712, + "id": 719, "name": "storageKey", "variant": "declaration", "kind": 1024, @@ -39099,7 +39752,35 @@ } }, { - "id": 707, + "id": 734, + "name": "throwOnError", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "If there is an error with the query, throwOnError will reject the promise by\nthrowing the error instead of returning it as part of a successful response." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 63, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 714, "name": "url", "variant": "declaration", "kind": 1024, @@ -39119,7 +39800,7 @@ } }, { - "id": 717, + "id": 724, "name": "userStorage", "variant": "declaration", "kind": 1024, @@ -39184,7 +39865,7 @@ ], "type": { "type": "reference", - "target": 1244, + "target": 1255, "name": "SupportedStorage", "package": "@supabase/auth-js" } @@ -39193,7 +39874,7 @@ "groups": [ { "title": "Properties", - "children": [714, 720, 713, 718, 719, 726, 708, 725, 715, 716, 712, 707, 717] + "children": [721, 727, 720, 725, 726, 733, 715, 732, 722, 723, 719, 734, 714, 724] } ], "sources": [ @@ -39207,7 +39888,7 @@ } }, { - "id": 1247, + "id": 1258, "name": "InitializeResult", "variant": "declaration", "kind": 2097152, @@ -39215,21 +39896,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1013, + "line": 1039, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1248, + "id": 1259, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1249, + "id": 1260, "name": "error", "variant": "declaration", "kind": 1024, @@ -39237,7 +39918,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1014, + "line": 1040, "character": 4 } ], @@ -39246,7 +39927,7 @@ "types": [ { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" }, @@ -39261,13 +39942,13 @@ "groups": [ { "title": "Properties", - "children": [1249] + "children": [1260] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1013, + "line": 1039, "character": 31 } ] @@ -39275,7 +39956,7 @@ } }, { - "id": 1271, + "id": 1282, "name": "JwtHeader", "variant": "declaration", "kind": 2097152, @@ -39283,21 +39964,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1102, + "line": 1128, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1272, + "id": 1283, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1273, + "id": 1284, "name": "alg", "variant": "declaration", "kind": 1024, @@ -39305,7 +39986,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1103, + "line": 1129, "character": 4 } ], @@ -39328,7 +40009,7 @@ } }, { - "id": 1274, + "id": 1285, "name": "kid", "variant": "declaration", "kind": 1024, @@ -39336,7 +40017,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1104, + "line": 1130, "character": 4 } ], @@ -39346,7 +40027,7 @@ } }, { - "id": 1275, + "id": 1286, "name": "typ", "variant": "declaration", "kind": 1024, @@ -39354,7 +40035,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1105, + "line": 1131, "character": 4 } ], @@ -39367,13 +40048,13 @@ "groups": [ { "title": "Properties", - "children": [1273, 1274, 1275] + "children": [1284, 1285, 1286] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1102, + "line": 1128, "character": 24 } ] @@ -39381,82 +40062,7 @@ } }, { - "id": 1286, - "name": "JwtPayload", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "sources": [ - { - "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1117, - "character": 12 - } - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 1276, - "name": "RequiredClaims", - "package": "@supabase/auth-js" - }, - { - "type": "reflection", - "declaration": { - "id": 1287, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "sources": [ - { - "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1117, - "character": 42 - } - ], - "indexSignatures": [ - { - "id": 1288, - "name": "__index", - "variant": "signature", - "kind": 8192, - "flags": {}, - "sources": [ - { - "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1118, - "character": 4 - } - ], - "parameters": [ - { - "id": 1289, - "name": "key", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - { - "id": 696, + "id": 703, "name": "LockFunc", "variant": "declaration", "kind": 2097152, @@ -39488,7 +40094,7 @@ "type": { "type": "reflection", "declaration": { - "id": 697, + "id": 704, "name": "__type", "variant": "declaration", "kind": 65536, @@ -39502,14 +40108,14 @@ ], "signatures": [ { - "id": 698, + "id": 705, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 704, + "id": 711, "name": "R", "variant": "typeParam", "kind": 131072, @@ -39518,7 +40124,7 @@ ], "parameters": [ { - "id": 699, + "id": 706, "name": "name", "variant": "param", "kind": 32768, @@ -39537,7 +40143,7 @@ } }, { - "id": 700, + "id": 707, "name": "acquireTimeout", "variant": "param", "kind": 32768, @@ -39564,7 +40170,7 @@ } }, { - "id": 701, + "id": 708, "name": "fn", "variant": "param", "kind": 32768, @@ -39580,7 +40186,7 @@ "type": { "type": "reflection", "declaration": { - "id": 702, + "id": 709, "name": "__type", "variant": "declaration", "kind": 65536, @@ -39594,7 +40200,7 @@ ], "signatures": [ { - "id": 703, + "id": 710, "name": "__type", "variant": "signature", "kind": 4096, @@ -39608,7 +40214,7 @@ "typeArguments": [ { "type": "reference", - "target": 704, + "target": 711, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -39632,7 +40238,7 @@ "typeArguments": [ { "type": "reference", - "target": 704, + "target": 711, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -39647,7 +40253,7 @@ } }, { - "id": 1078, + "id": 1089, "name": "MFAChallengeAndVerifyParams", "variant": "declaration", "kind": 2097152, @@ -39655,7 +40261,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 771, + "line": 797, "character": 12 } ], @@ -39670,7 +40276,7 @@ } }, { - "id": 1077, + "id": 1088, "name": "MFAChallengeParams", "variant": "declaration", "kind": 2097152, @@ -39678,7 +40284,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 767, + "line": 793, "character": 12 } ], @@ -39687,19 +40293,19 @@ "types": [ { "type": "reference", - "target": 1074, + "target": 1085, "name": "MFAChallengeTOTPParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1075, + "target": 1086, "name": "MFAChallengePhoneParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1076, + "target": 1087, "name": "MFAChallengeWebauthnParams", "package": "@supabase/auth-js" } @@ -39707,7 +40313,7 @@ } }, { - "id": 1075, + "id": 1086, "name": "MFAChallengePhoneParams", "variant": "declaration", "kind": 2097152, @@ -39715,13 +40321,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 751, + "line": 777, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -39752,7 +40358,7 @@ } }, { - "id": 1074, + "id": 1085, "name": "MFAChallengeTOTPParams", "variant": "declaration", "kind": 2097152, @@ -39760,13 +40366,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 746, + "line": 772, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "reference", @@ -39783,7 +40389,7 @@ } }, { - "id": 1076, + "id": 1087, "name": "MFAChallengeWebauthnParams", "variant": "declaration", "kind": 2097152, @@ -39812,13 +40418,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 766, + "line": 792, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -39849,7 +40455,7 @@ } }, { - "id": 1060, + "id": 1071, "name": "MFAEnrollParams", "variant": "declaration", "kind": 2097152, @@ -39857,7 +40463,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 694, + "line": 720, "character": 12 } ], @@ -39866,19 +40472,19 @@ "types": [ { "type": "reference", - "target": 1265, + "target": 1276, "name": "MFAEnrollTOTPParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1266, + "target": 1277, "name": "MFAEnrollPhoneParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1267, + "target": 1278, "name": "MFAEnrollWebauthnParams", "package": "@supabase/auth-js" } @@ -39886,7 +40492,7 @@ } }, { - "id": 1266, + "id": 1277, "name": "MFAEnrollPhoneParams", "variant": "declaration", "kind": 2097152, @@ -39894,13 +40500,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1057, + "line": 1083, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -39937,7 +40543,7 @@ } }, { - "id": 1265, + "id": 1276, "name": "MFAEnrollTOTPParams", "variant": "declaration", "kind": 2097152, @@ -39945,13 +40551,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1052, + "line": 1078, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -39988,7 +40594,7 @@ } }, { - "id": 1267, + "id": 1278, "name": "MFAEnrollWebauthnParams", "variant": "declaration", "kind": 2097152, @@ -40017,13 +40623,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1064, + "line": 1090, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -40060,7 +40666,7 @@ } }, { - "id": 1073, + "id": 1084, "name": "MFATOTPChannel", "variant": "declaration", "kind": 2097152, @@ -40068,7 +40674,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 745, + "line": 771, "character": 12 } ], @@ -40094,7 +40700,7 @@ } }, { - "id": 1061, + "id": 1072, "name": "MFAUnenrollParams", "variant": "declaration", "kind": 2097152, @@ -40102,21 +40708,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 695, + "line": 721, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1062, + "id": 1073, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1063, + "id": 1074, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -40132,7 +40738,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 697, + "line": 723, "character": 4 } ], @@ -40145,13 +40751,13 @@ "groups": [ { "title": "Properties", - "children": [1063] + "children": [1074] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 695, + "line": 721, "character": 32 } ] @@ -40159,7 +40765,7 @@ } }, { - "id": 1072, + "id": 1083, "name": "MFAVerifyParams", "variant": "declaration", "kind": 2097152, @@ -40167,7 +40773,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 739, + "line": 765, "character": 12 } ], @@ -40176,19 +40782,19 @@ "types": [ { "type": "reference", - "target": 1064, + "target": 1075, "name": "MFAVerifyTOTPParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1065, + "target": 1076, "name": "MFAVerifyPhoneParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1070, + "target": 1081, "name": "MFAVerifyWebauthnParams", "package": "@supabase/auth-js" } @@ -40196,7 +40802,7 @@ } }, { - "id": 1065, + "id": 1076, "name": "MFAVerifyPhoneParams", "variant": "declaration", "kind": 2097152, @@ -40204,13 +40810,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 711, + "line": 737, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -40241,7 +40847,7 @@ } }, { - "id": 1064, + "id": 1075, "name": "MFAVerifyTOTPParams", "variant": "declaration", "kind": 2097152, @@ -40249,13 +40855,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 709, + "line": 735, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -40286,7 +40892,7 @@ } }, { - "id": 1066, + "id": 1077, "name": "MFAVerifyWebauthnParamFields", "variant": "declaration", "kind": 2097152, @@ -40302,13 +40908,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 729, + "line": 755, "character": 12 } ], "typeParameters": [ { - "id": 1069, + "id": 1080, "name": "T", "variant": "typeParam", "kind": 131072, @@ -40352,14 +40958,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1067, + "id": 1078, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1068, + "id": 1079, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -40367,7 +40973,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 730, + "line": 756, "character": 4 } ], @@ -40392,7 +40998,7 @@ "typeArguments": [ { "type": "reference", - "target": 1069, + "target": 1080, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -40408,13 +41014,13 @@ "groups": [ { "title": "Properties", - "children": [1068] + "children": [1079] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 729, + "line": 755, "character": 98 } ] @@ -40422,7 +41028,7 @@ } }, { - "id": 1070, + "id": 1081, "name": "MFAVerifyWebauthnParams", "variant": "declaration", "kind": 2097152, @@ -40451,13 +41057,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 738, + "line": 764, "character": 12 } ], "typeParameters": [ { - "id": 1071, + "id": 1082, "name": "T", "variant": "typeParam", "kind": 131072, @@ -40500,7 +41106,7 @@ ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -40516,11 +41122,11 @@ }, { "type": "reference", - "target": 1066, + "target": 1077, "typeArguments": [ { "type": "reference", - "target": 1071, + "target": 1082, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -40537,7 +41143,7 @@ } }, { - "id": 993, + "id": 1002, "name": "MobileOtpType", "variant": "declaration", "kind": 2097152, @@ -40545,7 +41151,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 591, + "line": 605, "character": 12 } ], @@ -40564,7 +41170,7 @@ } }, { - "id": 1370, + "id": 1397, "name": "OAuthAuthorizationClient", "variant": "declaration", "kind": 2097152, @@ -40580,21 +41186,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1294, + "line": 1337, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1371, + "id": 1398, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1372, + "id": 1399, "name": "client_id", "variant": "declaration", "kind": 1024, @@ -40610,7 +41216,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1296, + "line": 1339, "character": 4 } ], @@ -40620,7 +41226,7 @@ } }, { - "id": 1373, + "id": 1400, "name": "client_name", "variant": "declaration", "kind": 1024, @@ -40636,7 +41242,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1298, + "line": 1341, "character": 4 } ], @@ -40646,7 +41252,7 @@ } }, { - "id": 1374, + "id": 1401, "name": "client_uri", "variant": "declaration", "kind": 1024, @@ -40662,7 +41268,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1300, + "line": 1343, "character": 4 } ], @@ -40672,7 +41278,7 @@ } }, { - "id": 1375, + "id": 1402, "name": "logo_uri", "variant": "declaration", "kind": 1024, @@ -40688,7 +41294,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1302, + "line": 1345, "character": 4 } ], @@ -40701,13 +41307,13 @@ "groups": [ { "title": "Properties", - "children": [1372, 1373, 1374, 1375] + "children": [1399, 1400, 1401, 1402] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1294, + "line": 1337, "character": 39 } ] @@ -40715,7 +41321,7 @@ } }, { - "id": 1376, + "id": 1403, "name": "OAuthAuthorizationDetails", "variant": "declaration", "kind": 2097152, @@ -40731,21 +41337,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1308, + "line": 1351, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1377, + "id": 1404, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1378, + "id": 1405, "name": "authorization_id", "variant": "declaration", "kind": 1024, @@ -40761,7 +41367,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1310, + "line": 1353, "character": 4 } ], @@ -40771,7 +41377,7 @@ } }, { - "id": 1380, + "id": 1407, "name": "client", "variant": "declaration", "kind": 1024, @@ -40787,19 +41393,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1314, + "line": 1357, "character": 4 } ], "type": { "type": "reference", - "target": 1370, + "target": 1397, "name": "OAuthAuthorizationClient", "package": "@supabase/auth-js" } }, { - "id": 1379, + "id": 1406, "name": "redirect_uri", "variant": "declaration", "kind": 1024, @@ -40817,7 +41423,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1312, + "line": 1355, "character": 4 } ], @@ -40827,7 +41433,7 @@ } }, { - "id": 1385, + "id": 1412, "name": "scope", "variant": "declaration", "kind": 1024, @@ -40843,7 +41449,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1323, + "line": 1366, "character": 4 } ], @@ -40853,7 +41459,7 @@ } }, { - "id": 1381, + "id": 1408, "name": "user", "variant": "declaration", "kind": 1024, @@ -40869,21 +41475,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1316, + "line": 1359, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1382, + "id": 1409, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1384, + "id": 1411, "name": "email", "variant": "declaration", "kind": 1024, @@ -40899,7 +41505,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1320, + "line": 1363, "character": 8 } ], @@ -40909,7 +41515,7 @@ } }, { - "id": 1383, + "id": 1410, "name": "id", "variant": "declaration", "kind": 1024, @@ -40925,7 +41531,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1318, + "line": 1361, "character": 8 } ], @@ -40938,13 +41544,13 @@ "groups": [ { "title": "Properties", - "children": [1384, 1383] + "children": [1411, 1410] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1316, + "line": 1359, "character": 10 } ] @@ -40955,13 +41561,13 @@ "groups": [ { "title": "Properties", - "children": [1378, 1380, 1379, 1385, 1381] + "children": [1405, 1407, 1406, 1412, 1408] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1308, + "line": 1351, "character": 40 } ] @@ -40969,7 +41575,7 @@ } }, { - "id": 1303, + "id": 1330, "name": "OAuthClient", "variant": "declaration", "kind": 2097152, @@ -40985,21 +41591,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1153, + "line": 1196, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1304, + "id": 1331, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1305, + "id": 1332, "name": "client_id", "variant": "declaration", "kind": 1024, @@ -41015,7 +41621,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1155, + "line": 1198, "character": 4 } ], @@ -41025,7 +41631,7 @@ } }, { - "id": 1306, + "id": 1333, "name": "client_name", "variant": "declaration", "kind": 1024, @@ -41041,7 +41647,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1157, + "line": 1200, "character": 4 } ], @@ -41051,7 +41657,7 @@ } }, { - "id": 1307, + "id": 1334, "name": "client_secret", "variant": "declaration", "kind": 1024, @@ -41069,7 +41675,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1159, + "line": 1202, "character": 4 } ], @@ -41079,7 +41685,7 @@ } }, { - "id": 1308, + "id": 1335, "name": "client_type", "variant": "declaration", "kind": 1024, @@ -41095,19 +41701,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1161, + "line": 1204, "character": 4 } ], "type": { "type": "reference", - "target": 1301, + "target": 1328, "name": "OAuthClientType", "package": "@supabase/auth-js" } }, { - "id": 1311, + "id": 1338, "name": "client_uri", "variant": "declaration", "kind": 1024, @@ -41125,7 +41731,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1167, + "line": 1210, "character": 4 } ], @@ -41135,7 +41741,7 @@ } }, { - "id": 1317, + "id": 1344, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -41151,7 +41757,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1179, + "line": 1222, "character": 4 } ], @@ -41161,7 +41767,7 @@ } }, { - "id": 1314, + "id": 1341, "name": "grant_types", "variant": "declaration", "kind": 1024, @@ -41177,7 +41783,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1173, + "line": 1216, "character": 4 } ], @@ -41185,14 +41791,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 1299, + "target": 1326, "name": "OAuthClientGrantType", "package": "@supabase/auth-js" } } }, { - "id": 1312, + "id": 1339, "name": "logo_uri", "variant": "declaration", "kind": 1024, @@ -41210,7 +41816,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1169, + "line": 1212, "character": 4 } ], @@ -41220,7 +41826,7 @@ } }, { - "id": 1313, + "id": 1340, "name": "redirect_uris", "variant": "declaration", "kind": 1024, @@ -41236,7 +41842,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1171, + "line": 1214, "character": 4 } ], @@ -41249,7 +41855,7 @@ } }, { - "id": 1310, + "id": 1337, "name": "registration_type", "variant": "declaration", "kind": 1024, @@ -41265,19 +41871,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1165, + "line": 1208, "character": 4 } ], "type": { "type": "reference", - "target": 1302, + "target": 1329, "name": "OAuthClientRegistrationType", "package": "@supabase/auth-js" } }, { - "id": 1315, + "id": 1342, "name": "response_types", "variant": "declaration", "kind": 1024, @@ -41293,7 +41899,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1175, + "line": 1218, "character": 4 } ], @@ -41301,14 +41907,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 1300, + "target": 1327, "name": "OAuthClientResponseType", "package": "@supabase/auth-js" } } }, { - "id": 1316, + "id": 1343, "name": "scope", "variant": "declaration", "kind": 1024, @@ -41326,7 +41932,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1177, + "line": 1220, "character": 4 } ], @@ -41336,7 +41942,7 @@ } }, { - "id": 1309, + "id": 1336, "name": "token_endpoint_auth_method", "variant": "declaration", "kind": 1024, @@ -41352,7 +41958,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1163, + "line": 1206, "character": 4 } ], @@ -41362,7 +41968,7 @@ } }, { - "id": 1318, + "id": 1345, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -41378,7 +41984,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1181, + "line": 1224, "character": 4 } ], @@ -41392,15 +41998,15 @@ { "title": "Properties", "children": [ - 1305, 1306, 1307, 1308, 1311, 1317, 1314, 1312, 1313, 1310, 1315, 1316, 1309, - 1318 + 1332, 1333, 1334, 1335, 1338, 1344, 1341, 1339, 1340, 1337, 1342, 1343, 1336, + 1345 ] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1153, + "line": 1196, "character": 26 } ] @@ -41408,7 +42014,7 @@ } }, { - "id": 1299, + "id": 1326, "name": "OAuthClientGrantType", "variant": "declaration", "kind": 2097152, @@ -41424,7 +42030,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1133, + "line": 1176, "character": 12 } ], @@ -41443,7 +42049,7 @@ } }, { - "id": 1335, + "id": 1362, "name": "OAuthClientListResponse", "variant": "declaration", "kind": 2097152, @@ -41459,7 +42065,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1227, + "line": 1270, "character": 12 } ], @@ -41469,14 +42075,14 @@ { "type": "reflection", "declaration": { - "id": 1336, + "id": 1363, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1337, + "id": 1364, "name": "data", "variant": "declaration", "kind": 1024, @@ -41484,7 +42090,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1228, + "line": 1271, "character": 4 } ], @@ -41494,14 +42100,14 @@ { "type": "reflection", "declaration": { - "id": 1338, + "id": 1365, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1340, + "id": 1367, "name": "aud", "variant": "declaration", "kind": 1024, @@ -41509,7 +42115,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1230, + "line": 1273, "character": 8 } ], @@ -41519,7 +42125,7 @@ } }, { - "id": 1339, + "id": 1366, "name": "clients", "variant": "declaration", "kind": 1024, @@ -41527,7 +42133,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1229, + "line": 1272, "character": 8 } ], @@ -41535,7 +42141,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 1303, + "target": 1330, "name": "OAuthClient", "package": "@supabase/auth-js" } @@ -41545,13 +42151,13 @@ "groups": [ { "title": "Properties", - "children": [1340, 1339] + "children": [1367, 1366] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1228, + "line": 1271, "character": 10 } ] @@ -41559,7 +42165,7 @@ }, { "type": "reference", - "target": 1251, + "target": 1262, "name": "Pagination", "package": "@supabase/auth-js" } @@ -41567,7 +42173,7 @@ } }, { - "id": 1341, + "id": 1368, "name": "error", "variant": "declaration", "kind": 1024, @@ -41575,7 +42181,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1232, + "line": 1275, "character": 4 } ], @@ -41588,13 +42194,13 @@ "groups": [ { "title": "Properties", - "children": [1337, 1341] + "children": [1364, 1368] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1227, + "line": 1270, "character": 38 } ] @@ -41603,14 +42209,14 @@ { "type": "reflection", "declaration": { - "id": 1342, + "id": 1369, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1343, + "id": 1370, "name": "data", "variant": "declaration", "kind": 1024, @@ -41618,21 +42224,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1234, + "line": 1277, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1344, + "id": 1371, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1345, + "id": 1372, "name": "clients", "variant": "declaration", "kind": 1024, @@ -41640,7 +42246,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1235, + "line": 1278, "character": 8 } ], @@ -41652,13 +42258,13 @@ "groups": [ { "title": "Properties", - "children": [1345] + "children": [1372] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1234, + "line": 1277, "character": 10 } ] @@ -41666,7 +42272,7 @@ } }, { - "id": 1346, + "id": 1373, "name": "error", "variant": "declaration", "kind": 1024, @@ -41674,13 +42280,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1237, + "line": 1280, "character": 4 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -41689,13 +42295,13 @@ "groups": [ { "title": "Properties", - "children": [1343, 1346] + "children": [1370, 1373] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1233, + "line": 1276, "character": 4 } ] @@ -41705,7 +42311,7 @@ } }, { - "id": 1302, + "id": 1329, "name": "OAuthClientRegistrationType", "variant": "declaration", "kind": 2097152, @@ -41721,7 +42327,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1148, + "line": 1191, "character": 12 } ], @@ -41740,7 +42346,7 @@ } }, { - "id": 1334, + "id": 1361, "name": "OAuthClientResponse", "variant": "declaration", "kind": 2097152, @@ -41756,17 +42362,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1222, + "line": 1265, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 1303, + "target": 1330, "name": "OAuthClient", "package": "@supabase/auth-js" } @@ -41776,7 +42382,7 @@ } }, { - "id": 1300, + "id": 1327, "name": "OAuthClientResponseType", "variant": "declaration", "kind": 2097152, @@ -41792,7 +42398,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1138, + "line": 1181, "character": 12 } ], @@ -41802,7 +42408,7 @@ } }, { - "id": 1301, + "id": 1328, "name": "OAuthClientType", "variant": "declaration", "kind": 2097152, @@ -41818,7 +42424,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1143, + "line": 1186, "character": 12 } ], @@ -41837,7 +42443,7 @@ } }, { - "id": 777, + "id": 785, "name": "OAuthResponse", "variant": "declaration", "kind": 2097152, @@ -41845,7 +42451,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 130, + "line": 135, "character": 12 } ], @@ -41855,14 +42461,14 @@ { "type": "reflection", "declaration": { - "id": 778, + "id": 786, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 779, + "id": 787, "name": "data", "variant": "declaration", "kind": 1024, @@ -41870,21 +42476,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 131, + "line": 136, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 780, + "id": 788, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 781, + "id": 789, "name": "provider", "variant": "declaration", "kind": 1024, @@ -41892,19 +42498,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 132, + "line": 137, "character": 8 } ], "type": { "type": "reference", - "target": 693, + "target": 700, "name": "Provider", "package": "@supabase/auth-js" } }, { - "id": 782, + "id": 790, "name": "url", "variant": "declaration", "kind": 1024, @@ -41912,7 +42518,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 133, + "line": 138, "character": 8 } ], @@ -41925,13 +42531,13 @@ "groups": [ { "title": "Properties", - "children": [781, 782] + "children": [789, 790] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 131, + "line": 136, "character": 10 } ] @@ -41939,7 +42545,7 @@ } }, { - "id": 783, + "id": 791, "name": "error", "variant": "declaration", "kind": 1024, @@ -41947,7 +42553,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 135, + "line": 140, "character": 4 } ], @@ -41960,13 +42566,13 @@ "groups": [ { "title": "Properties", - "children": [779, 783] + "children": [787, 791] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 130, + "line": 135, "character": 28 } ] @@ -41975,14 +42581,14 @@ { "type": "reflection", "declaration": { - "id": 784, + "id": 792, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 785, + "id": 793, "name": "data", "variant": "declaration", "kind": 1024, @@ -41990,21 +42596,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 137, + "line": 142, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 786, + "id": 794, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 787, + "id": 795, "name": "provider", "variant": "declaration", "kind": 1024, @@ -42012,19 +42618,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 138, + "line": 143, "character": 8 } ], "type": { "type": "reference", - "target": 693, + "target": 700, "name": "Provider", "package": "@supabase/auth-js" } }, { - "id": 788, + "id": 796, "name": "url", "variant": "declaration", "kind": 1024, @@ -42032,7 +42638,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 139, + "line": 144, "character": 8 } ], @@ -42045,13 +42651,13 @@ "groups": [ { "title": "Properties", - "children": [787, 788] + "children": [795, 796] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 137, + "line": 142, "character": 10 } ] @@ -42059,7 +42665,7 @@ } }, { - "id": 789, + "id": 797, "name": "error", "variant": "declaration", "kind": 1024, @@ -42067,13 +42673,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 141, + "line": 146, "character": 4 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -42082,13 +42688,13 @@ "groups": [ { "title": "Properties", - "children": [785, 789] + "children": [793, 797] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 136, + "line": 141, "character": 4 } ] @@ -42098,7 +42704,7 @@ } }, { - "id": 1258, + "id": 1269, "name": "PageParams", "variant": "declaration", "kind": 2097152, @@ -42106,21 +42712,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1023, + "line": 1049, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1259, + "id": 1270, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1260, + "id": 1271, "name": "page", "variant": "declaration", "kind": 1024, @@ -42138,7 +42744,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1025, + "line": 1051, "character": 4 } ], @@ -42148,7 +42754,7 @@ } }, { - "id": 1261, + "id": 1272, "name": "perPage", "variant": "declaration", "kind": 1024, @@ -42166,7 +42772,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1027, + "line": 1053, "character": 4 } ], @@ -42179,13 +42785,13 @@ "groups": [ { "title": "Properties", - "children": [1260, 1261] + "children": [1271, 1272] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1023, + "line": 1049, "character": 25 } ] @@ -42193,7 +42799,7 @@ } }, { - "id": 1251, + "id": 1262, "name": "Pagination", "variant": "declaration", "kind": 2097152, @@ -42201,21 +42807,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1017, + "line": 1043, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1252, + "id": 1263, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1254, + "id": 1265, "name": "lastPage", "variant": "declaration", "kind": 1024, @@ -42223,7 +42829,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1020, + "line": 1046, "character": 4 } ], @@ -42233,7 +42839,7 @@ } }, { - "id": 1253, + "id": 1264, "name": "nextPage", "variant": "declaration", "kind": 1024, @@ -42241,7 +42847,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1019, + "line": 1045, "character": 4 } ], @@ -42260,7 +42866,7 @@ } }, { - "id": 1255, + "id": 1266, "name": "total", "variant": "declaration", "kind": 1024, @@ -42268,7 +42874,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1021, + "line": 1047, "character": 4 } ], @@ -42281,19 +42887,19 @@ "groups": [ { "title": "Properties", - "children": [1254, 1253, 1255] + "children": [1265, 1264, 1266] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1017, + "line": 1043, "character": 25 } ], "indexSignatures": [ { - "id": 1256, + "id": 1267, "name": "__index", "variant": "signature", "kind": 8192, @@ -42301,13 +42907,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1018, + "line": 1044, "character": 4 } ], "parameters": [ { - "id": 1257, + "id": 1268, "name": "key", "variant": "param", "kind": 32768, @@ -42471,7 +43077,7 @@ } }, { - "id": 732, + "id": 740, "name": "Prettify", "variant": "declaration", "kind": 2097152, @@ -42487,13 +43093,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 12 } ], "typeParameters": [ { - "id": 733, + "id": 741, "name": "T", "variant": "typeParam", "kind": 131072, @@ -42504,7 +43110,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 733, + "target": 741, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -42520,7 +43126,7 @@ }, "trueType": { "type": "reference", - "target": 733, + "target": 741, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -42533,7 +43139,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 733, + "target": 741, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -42553,7 +43159,7 @@ }, "objectType": { "type": "reference", - "target": 733, + "target": 741, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -42563,7 +43169,7 @@ } }, { - "id": 693, + "id": 700, "name": "Provider", "variant": "declaration", "kind": 2097152, @@ -42678,7 +43284,7 @@ } }, { - "id": 270, + "id": 272, "name": "QueryData", "variant": "declaration", "kind": 2097152, @@ -42686,14 +43292,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 115, + "line": 118, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L118" } ], "typeParameters": [ { - "id": 273, + "id": 275, "name": "T", "variant": "typeParam", "kind": 131072, @@ -42704,7 +43310,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 273, + "target": 275, "name": "T", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -42719,14 +43325,14 @@ { "type": "reflection", "declaration": { - "id": 271, + "id": 273, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 272, + "id": 274, "name": "data", "variant": "declaration", "kind": 1024, @@ -42734,9 +43340,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 115, + "line": 118, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L118" } ], "type": { @@ -42748,15 +43354,15 @@ "groups": [ { "title": "Properties", - "children": [272] + "children": [274] } ], "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 115, + "line": 118, "character": 49, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L118" } ] } @@ -42797,7 +43403,7 @@ } }, { - "id": 274, + "id": 276, "name": "QueryError", "variant": "declaration", "kind": 2097152, @@ -42805,9 +43411,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 116, + "line": 119, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L116" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L119" } ], "type": { @@ -42819,7 +43425,7 @@ } }, { - "id": 268, + "id": 270, "name": "QueryResult", "variant": "declaration", "kind": 2097152, @@ -42835,14 +43441,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 114, + "line": 117, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L117" } ], "typeParameters": [ { - "id": 269, + "id": 271, "name": "T", "variant": "typeParam", "kind": 131072, @@ -42853,7 +43459,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 269, + "target": 271, "name": "T", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -42890,7 +43496,7 @@ } }, { - "id": 1887, + "id": 1914, "name": "RealtimeChannelOptions", "variant": "declaration", "kind": 2097152, @@ -42905,14 +43511,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1888, + "id": 1915, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1889, + "id": 1916, "name": "config", "variant": "declaration", "kind": 1024, @@ -42927,14 +43533,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1890, + "id": 1917, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1891, + "id": 1918, "name": "broadcast", "variant": "declaration", "kind": 1024, @@ -42959,14 +43565,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1892, + "id": 1919, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1894, + "id": 1921, "name": "ack", "variant": "declaration", "kind": 1024, @@ -42986,7 +43592,7 @@ } }, { - "id": 1895, + "id": 1922, "name": "replay", "variant": "declaration", "kind": 1024, @@ -43011,7 +43617,7 @@ } }, { - "id": 1893, + "id": 1920, "name": "self", "variant": "declaration", "kind": 1024, @@ -43034,7 +43640,7 @@ "groups": [ { "title": "Properties", - "children": [1894, 1895, 1893] + "children": [1921, 1922, 1920] } ], "sources": [ @@ -43048,7 +43654,7 @@ } }, { - "id": 1896, + "id": 1923, "name": "presence", "variant": "declaration", "kind": 1024, @@ -43073,14 +43679,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1897, + "id": 1924, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1899, + "id": 1926, "name": "enabled", "variant": "declaration", "kind": 1024, @@ -43100,7 +43706,7 @@ } }, { - "id": 1898, + "id": 1925, "name": "key", "variant": "declaration", "kind": 1024, @@ -43123,7 +43729,7 @@ "groups": [ { "title": "Properties", - "children": [1899, 1898] + "children": [1926, 1925] } ], "sources": [ @@ -43137,7 +43743,7 @@ } }, { - "id": 1900, + "id": 1927, "name": "private", "variant": "declaration", "kind": 1024, @@ -43168,7 +43774,7 @@ "groups": [ { "title": "Properties", - "children": [1891, 1896, 1900] + "children": [1918, 1923, 1927] } ], "sources": [ @@ -43185,7 +43791,7 @@ "groups": [ { "title": "Properties", - "children": [1889] + "children": [1916] } ], "sources": [ @@ -43199,7 +43805,7 @@ } }, { - "id": 1901, + "id": 1928, "name": "RealtimeChannelSendResponse", "variant": "declaration", "kind": 2097152, @@ -43230,7 +43836,7 @@ } }, { - "id": 2011, + "id": 2039, "name": "RealtimeClientOptions", "variant": "declaration", "kind": 2097152, @@ -43245,14 +43851,14 @@ "type": { "type": "reflection", "declaration": { - "id": 2012, + "id": 2040, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2037, + "id": 2066, "name": "accessToken", "variant": "declaration", "kind": 1024, @@ -43262,14 +43868,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 53, + "line": 54, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 2038, + "id": 2067, "name": "__type", "variant": "declaration", "kind": 65536, @@ -43277,13 +43883,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 53, + "line": 54, "character": 18 } ], "signatures": [ { - "id": 2039, + "id": 2068, "name": "__type", "variant": "signature", "kind": 4096, @@ -43318,7 +43924,7 @@ } }, { - "id": 2022, + "id": 2051, "name": "decode", "variant": "declaration", "kind": 1024, @@ -43328,7 +43934,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 40, + "line": 41, "character": 4 } ], @@ -43343,7 +43949,7 @@ } }, { - "id": 2021, + "id": 2050, "name": "encode", "variant": "declaration", "kind": 1024, @@ -43353,7 +43959,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 39, + "line": 40, "character": 4 } ], @@ -43368,7 +43974,7 @@ } }, { - "id": 2034, + "id": 2063, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -43378,7 +43984,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 50, + "line": 51, "character": 4 } ], @@ -43393,7 +43999,7 @@ } }, { - "id": 2024, + "id": 2053, "name": "headers", "variant": "declaration", "kind": 1024, @@ -43403,14 +44009,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 42, + "line": 43, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 2025, + "id": 2054, "name": "__type", "variant": "declaration", "kind": 65536, @@ -43418,13 +44024,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 42, + "line": 43, "character": 14 } ], "indexSignatures": [ { - "id": 2026, + "id": 2055, "name": "__index", "variant": "signature", "kind": 8192, @@ -43432,13 +44038,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 43, + "line": 44, "character": 8 } ], "parameters": [ { - "id": 2027, + "id": 2056, "name": "key", "variant": "param", "kind": 32768, @@ -43459,7 +44065,7 @@ } }, { - "id": 2016, + "id": 2044, "name": "heartbeatCallback", "variant": "declaration", "kind": 1024, @@ -43476,7 +44082,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2017, + "id": 2045, "name": "__type", "variant": "declaration", "kind": 65536, @@ -43490,14 +44096,14 @@ ], "signatures": [ { - "id": 2018, + "id": 2046, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 2019, + "id": 2047, "name": "status", "variant": "param", "kind": 32768, @@ -43523,7 +44129,7 @@ } }, { - "id": 2015, + "id": 2043, "name": "heartbeatIntervalMs", "variant": "declaration", "kind": 1024, @@ -43543,7 +44149,7 @@ } }, { - "id": 2032, + "id": 2061, "name": "log_level", "variant": "declaration", "kind": 1024, @@ -43553,7 +44159,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 48, + "line": 49, "character": 4 } ], @@ -43568,7 +44174,7 @@ } }, { - "id": 2020, + "id": 2049, "name": "logger", "variant": "declaration", "kind": 1024, @@ -43578,7 +44184,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 38, + "line": 39, "character": 4 } ], @@ -43593,7 +44199,7 @@ } }, { - "id": 2033, + "id": 2062, "name": "logLevel", "variant": "declaration", "kind": 1024, @@ -43603,7 +44209,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 49, + "line": 50, "character": 4 } ], @@ -43618,7 +44224,7 @@ } }, { - "id": 2028, + "id": 2057, "name": "params", "variant": "declaration", "kind": 1024, @@ -43628,14 +44234,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 45, + "line": 46, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 2029, + "id": 2058, "name": "__type", "variant": "declaration", "kind": 65536, @@ -43643,13 +44249,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 45, + "line": 46, "character": 13 } ], "indexSignatures": [ { - "id": 2030, + "id": 2059, "name": "__index", "variant": "signature", "kind": 8192, @@ -43657,13 +44263,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 46, + "line": 47, "character": 8 } ], "parameters": [ { - "id": 2031, + "id": 2060, "name": "key", "variant": "param", "kind": 32768, @@ -43684,7 +44290,7 @@ } }, { - "id": 2023, + "id": 2052, "name": "reconnectAfterMs", "variant": "declaration", "kind": 1024, @@ -43694,7 +44300,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 41, + "line": 42, "character": 4 } ], @@ -43709,7 +44315,7 @@ } }, { - "id": 2014, + "id": 2042, "name": "timeout", "variant": "declaration", "kind": 1024, @@ -43729,7 +44335,7 @@ } }, { - "id": 2013, + "id": 2041, "name": "transport", "variant": "declaration", "kind": 1024, @@ -43745,13 +44351,33 @@ ], "type": { "type": "reference", - "target": 2204, + "target": 2233, "name": "WebSocketLikeConstructor", "package": "@supabase/realtime-js" } }, { - "id": 2035, + "id": 2048, + "name": "vsn", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", + "line": 38, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2064, "name": "worker", "variant": "declaration", "kind": 1024, @@ -43761,7 +44387,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 51, + "line": 52, "character": 4 } ], @@ -43771,7 +44397,7 @@ } }, { - "id": 2036, + "id": 2065, "name": "workerUrl", "variant": "declaration", "kind": 1024, @@ -43781,7 +44407,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 52, + "line": 53, "character": 4 } ], @@ -43795,8 +44421,8 @@ { "title": "Properties", "children": [ - 2037, 2022, 2021, 2034, 2024, 2016, 2015, 2032, 2020, 2033, 2028, 2023, 2014, - 2013, 2035, 2036 + 2066, 2051, 2050, 2063, 2053, 2044, 2043, 2061, 2049, 2062, 2057, 2052, 2042, + 2041, 2048, 2064, 2065 ] } ], @@ -43811,7 +44437,7 @@ } }, { - "id": 2040, + "id": 2069, "name": "RealtimeMessage", "variant": "declaration", "kind": 2097152, @@ -43826,14 +44452,14 @@ "type": { "type": "reflection", "declaration": { - "id": 2041, + "id": 2070, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2043, + "id": 2072, "name": "event", "variant": "declaration", "kind": 1024, @@ -43851,7 +44477,7 @@ } }, { - "id": 2046, + "id": 2075, "name": "join_ref", "variant": "declaration", "kind": 1024, @@ -43871,7 +44497,7 @@ } }, { - "id": 2044, + "id": 2073, "name": "payload", "variant": "declaration", "kind": 1024, @@ -43889,7 +44515,7 @@ } }, { - "id": 2045, + "id": 2074, "name": "ref", "variant": "declaration", "kind": 1024, @@ -43907,7 +44533,7 @@ } }, { - "id": 2042, + "id": 2071, "name": "topic", "variant": "declaration", "kind": 1024, @@ -43928,7 +44554,7 @@ "groups": [ { "title": "Properties", - "children": [2043, 2046, 2044, 2045, 2042] + "children": [2072, 2075, 2073, 2074, 2071] } ], "sources": [ @@ -43942,7 +44568,7 @@ } }, { - "id": 2047, + "id": 2076, "name": "RealtimePostgresChangesFilter", "variant": "declaration", "kind": 2097152, @@ -43956,7 +44582,7 @@ ], "typeParameters": [ { - "id": 2053, + "id": 2082, "name": "T", "variant": "typeParam", "kind": 131072, @@ -43968,7 +44594,7 @@ [ { "type": "reference", - "target": 2123, + "target": 2152, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT", "package": "@supabase/realtime-js" }, @@ -43981,14 +44607,14 @@ "type": { "type": "reflection", "declaration": { - "id": 2048, + "id": 2077, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2049, + "id": 2078, "name": "event", "variant": "declaration", "kind": 1024, @@ -44010,14 +44636,14 @@ ], "type": { "type": "reference", - "target": 2053, + "target": 2082, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true } }, { - "id": 2052, + "id": 2081, "name": "filter", "variant": "declaration", "kind": 1024, @@ -44045,7 +44671,7 @@ } }, { - "id": 2050, + "id": 2079, "name": "schema", "variant": "declaration", "kind": 1024, @@ -44071,7 +44697,7 @@ } }, { - "id": 2051, + "id": 2080, "name": "table", "variant": "declaration", "kind": 1024, @@ -44102,7 +44728,7 @@ "groups": [ { "title": "Properties", - "children": [2049, 2052, 2050, 2051] + "children": [2078, 2081, 2079, 2080] } ], "sources": [ @@ -44116,7 +44742,7 @@ } }, { - "id": 2054, + "id": 2083, "name": "RealtimePostgresChangesPayload", "variant": "declaration", "kind": 2097152, @@ -44130,7 +44756,7 @@ ], "typeParameters": [ { - "id": 2055, + "id": 2084, "name": "T", "variant": "typeParam", "kind": 131072, @@ -44138,7 +44764,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2056, + "id": 2085, "name": "__type", "variant": "declaration", "kind": 65536, @@ -44152,7 +44778,7 @@ ], "indexSignatures": [ { - "id": 2057, + "id": 2086, "name": "__index", "variant": "signature", "kind": 8192, @@ -44166,7 +44792,7 @@ ], "parameters": [ { - "id": 2058, + "id": 2087, "name": "key", "variant": "param", "kind": 32768, @@ -44192,11 +44818,11 @@ "types": [ { "type": "reference", - "target": 2059, + "target": 2088, "typeArguments": [ { "type": "reference", - "target": 2055, + "target": 2084, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -44207,11 +44833,11 @@ }, { "type": "reference", - "target": 2069, + "target": 2098, "typeArguments": [ { "type": "reference", - "target": 2055, + "target": 2084, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -44222,11 +44848,11 @@ }, { "type": "reference", - "target": 2078, + "target": 2107, "typeArguments": [ { "type": "reference", - "target": 2055, + "target": 2084, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -44239,7 +44865,7 @@ } }, { - "id": 2078, + "id": 2107, "name": "RealtimePostgresDeletePayload", "variant": "declaration", "kind": 2097152, @@ -44253,7 +44879,7 @@ ], "typeParameters": [ { - "id": 2084, + "id": 2113, "name": "T", "variant": "typeParam", "kind": 131072, @@ -44261,7 +44887,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2085, + "id": 2114, "name": "__type", "variant": "declaration", "kind": 65536, @@ -44275,7 +44901,7 @@ ], "indexSignatures": [ { - "id": 2086, + "id": 2115, "name": "__index", "variant": "signature", "kind": 8192, @@ -44289,7 +44915,7 @@ ], "parameters": [ { - "id": 2087, + "id": 2116, "name": "key", "variant": "param", "kind": 32768, @@ -44325,14 +44951,14 @@ { "type": "reflection", "declaration": { - "id": 2079, + "id": 2108, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2080, + "id": 2109, "name": "eventType", "variant": "declaration", "kind": 1024, @@ -44351,7 +44977,7 @@ [ { "type": "reference", - "target": 2127, + "target": 2156, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE", "package": "@supabase/realtime-js" }, @@ -44361,7 +44987,7 @@ } }, { - "id": 2081, + "id": 2110, "name": "new", "variant": "declaration", "kind": 1024, @@ -44376,7 +45002,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2082, + "id": 2111, "name": "__type", "variant": "declaration", "kind": 65536, @@ -44392,7 +45018,7 @@ } }, { - "id": 2083, + "id": 2112, "name": "old", "variant": "declaration", "kind": 1024, @@ -44413,7 +45039,7 @@ "typeArguments": [ { "type": "reference", - "target": 2084, + "target": 2113, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -44427,7 +45053,7 @@ "groups": [ { "title": "Properties", - "children": [2080, 2081, 2083] + "children": [2109, 2110, 2112] } ], "sources": [ @@ -44443,7 +45069,7 @@ } }, { - "id": 2059, + "id": 2088, "name": "RealtimePostgresInsertPayload", "variant": "declaration", "kind": 2097152, @@ -44457,7 +45083,7 @@ ], "typeParameters": [ { - "id": 2065, + "id": 2094, "name": "T", "variant": "typeParam", "kind": 131072, @@ -44465,7 +45091,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2066, + "id": 2095, "name": "__type", "variant": "declaration", "kind": 65536, @@ -44479,7 +45105,7 @@ ], "indexSignatures": [ { - "id": 2067, + "id": 2096, "name": "__index", "variant": "signature", "kind": 8192, @@ -44493,7 +45119,7 @@ ], "parameters": [ { - "id": 2068, + "id": 2097, "name": "key", "variant": "param", "kind": 32768, @@ -44529,14 +45155,14 @@ { "type": "reflection", "declaration": { - "id": 2060, + "id": 2089, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2061, + "id": 2090, "name": "eventType", "variant": "declaration", "kind": 1024, @@ -44555,7 +45181,7 @@ [ { "type": "reference", - "target": 2125, + "target": 2154, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT", "package": "@supabase/realtime-js" }, @@ -44565,7 +45191,7 @@ } }, { - "id": 2062, + "id": 2091, "name": "new", "variant": "declaration", "kind": 1024, @@ -44579,14 +45205,14 @@ ], "type": { "type": "reference", - "target": 2065, + "target": 2094, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true } }, { - "id": 2063, + "id": 2092, "name": "old", "variant": "declaration", "kind": 1024, @@ -44601,7 +45227,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2064, + "id": 2093, "name": "__type", "variant": "declaration", "kind": 65536, @@ -44620,7 +45246,7 @@ "groups": [ { "title": "Properties", - "children": [2061, 2062, 2063] + "children": [2090, 2091, 2092] } ], "sources": [ @@ -44636,7 +45262,7 @@ } }, { - "id": 2069, + "id": 2098, "name": "RealtimePostgresUpdatePayload", "variant": "declaration", "kind": 2097152, @@ -44650,7 +45276,7 @@ ], "typeParameters": [ { - "id": 2074, + "id": 2103, "name": "T", "variant": "typeParam", "kind": 131072, @@ -44658,7 +45284,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2075, + "id": 2104, "name": "__type", "variant": "declaration", "kind": 65536, @@ -44672,7 +45298,7 @@ ], "indexSignatures": [ { - "id": 2076, + "id": 2105, "name": "__index", "variant": "signature", "kind": 8192, @@ -44686,7 +45312,7 @@ ], "parameters": [ { - "id": 2077, + "id": 2106, "name": "key", "variant": "param", "kind": 32768, @@ -44722,14 +45348,14 @@ { "type": "reflection", "declaration": { - "id": 2070, + "id": 2099, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2071, + "id": 2100, "name": "eventType", "variant": "declaration", "kind": 1024, @@ -44748,7 +45374,7 @@ [ { "type": "reference", - "target": 2126, + "target": 2155, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE", "package": "@supabase/realtime-js" }, @@ -44758,7 +45384,7 @@ } }, { - "id": 2072, + "id": 2101, "name": "new", "variant": "declaration", "kind": 1024, @@ -44772,14 +45398,14 @@ ], "type": { "type": "reference", - "target": 2074, + "target": 2103, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true } }, { - "id": 2073, + "id": 2102, "name": "old", "variant": "declaration", "kind": 1024, @@ -44800,7 +45426,7 @@ "typeArguments": [ { "type": "reference", - "target": 2074, + "target": 2103, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -44814,7 +45440,7 @@ "groups": [ { "title": "Properties", - "children": [2071, 2072, 2073] + "children": [2100, 2101, 2102] } ], "sources": [ @@ -44830,7 +45456,7 @@ } }, { - "id": 2088, + "id": 2117, "name": "RealtimePresenceJoinPayload", "variant": "declaration", "kind": 2097152, @@ -44844,7 +45470,7 @@ ], "typeParameters": [ { - "id": 2094, + "id": 2123, "name": "T", "variant": "typeParam", "kind": 131072, @@ -44852,7 +45478,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2095, + "id": 2124, "name": "__type", "variant": "declaration", "kind": 65536, @@ -44866,7 +45492,7 @@ ], "indexSignatures": [ { - "id": 2096, + "id": 2125, "name": "__index", "variant": "signature", "kind": 8192, @@ -44880,7 +45506,7 @@ ], "parameters": [ { - "id": 2097, + "id": 2126, "name": "key", "variant": "param", "kind": 32768, @@ -44904,14 +45530,14 @@ "type": { "type": "reflection", "declaration": { - "id": 2089, + "id": 2118, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2092, + "id": 2121, "name": "currentPresences", "variant": "declaration", "kind": 1024, @@ -44934,7 +45560,7 @@ "typeArguments": [ { "type": "reference", - "target": 2094, + "target": 2123, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -44946,7 +45572,7 @@ } }, { - "id": 2090, + "id": 2119, "name": "event", "variant": "declaration", "kind": 1024, @@ -44965,7 +45591,7 @@ [ { "type": "reference", - "target": 2130, + "target": 2159, "name": "REALTIME_PRESENCE_LISTEN_EVENTS.JOIN", "package": "@supabase/realtime-js" }, @@ -44975,7 +45601,7 @@ } }, { - "id": 2091, + "id": 2120, "name": "key", "variant": "declaration", "kind": 1024, @@ -44993,7 +45619,7 @@ } }, { - "id": 2093, + "id": 2122, "name": "newPresences", "variant": "declaration", "kind": 1024, @@ -45016,7 +45642,7 @@ "typeArguments": [ { "type": "reference", - "target": 2094, + "target": 2123, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -45031,7 +45657,7 @@ "groups": [ { "title": "Properties", - "children": [2092, 2090, 2091, 2093] + "children": [2121, 2119, 2120, 2122] } ], "sources": [ @@ -45045,7 +45671,7 @@ } }, { - "id": 2098, + "id": 2127, "name": "RealtimePresenceLeavePayload", "variant": "declaration", "kind": 2097152, @@ -45059,7 +45685,7 @@ ], "typeParameters": [ { - "id": 2104, + "id": 2133, "name": "T", "variant": "typeParam", "kind": 131072, @@ -45067,7 +45693,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2105, + "id": 2134, "name": "__type", "variant": "declaration", "kind": 65536, @@ -45081,7 +45707,7 @@ ], "indexSignatures": [ { - "id": 2106, + "id": 2135, "name": "__index", "variant": "signature", "kind": 8192, @@ -45095,7 +45721,7 @@ ], "parameters": [ { - "id": 2107, + "id": 2136, "name": "key", "variant": "param", "kind": 32768, @@ -45119,14 +45745,14 @@ "type": { "type": "reflection", "declaration": { - "id": 2099, + "id": 2128, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2102, + "id": 2131, "name": "currentPresences", "variant": "declaration", "kind": 1024, @@ -45149,7 +45775,7 @@ "typeArguments": [ { "type": "reference", - "target": 2104, + "target": 2133, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -45161,7 +45787,7 @@ } }, { - "id": 2100, + "id": 2129, "name": "event", "variant": "declaration", "kind": 1024, @@ -45180,7 +45806,7 @@ [ { "type": "reference", - "target": 2131, + "target": 2160, "name": "REALTIME_PRESENCE_LISTEN_EVENTS.LEAVE", "package": "@supabase/realtime-js" }, @@ -45190,7 +45816,7 @@ } }, { - "id": 2101, + "id": 2130, "name": "key", "variant": "declaration", "kind": 1024, @@ -45208,7 +45834,7 @@ } }, { - "id": 2103, + "id": 2132, "name": "leftPresences", "variant": "declaration", "kind": 1024, @@ -45231,7 +45857,7 @@ "typeArguments": [ { "type": "reference", - "target": 2104, + "target": 2133, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -45246,7 +45872,7 @@ "groups": [ { "title": "Properties", - "children": [2102, 2100, 2101, 2103] + "children": [2131, 2129, 2130, 2132] } ], "sources": [ @@ -45260,7 +45886,7 @@ } }, { - "id": 2108, + "id": 2137, "name": "RealtimePresenceState", "variant": "declaration", "kind": 2097152, @@ -45274,7 +45900,7 @@ ], "typeParameters": [ { - "id": 2112, + "id": 2141, "name": "T", "variant": "typeParam", "kind": 131072, @@ -45282,7 +45908,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2113, + "id": 2142, "name": "__type", "variant": "declaration", "kind": 65536, @@ -45296,7 +45922,7 @@ ], "indexSignatures": [ { - "id": 2114, + "id": 2143, "name": "__index", "variant": "signature", "kind": 8192, @@ -45310,7 +45936,7 @@ ], "parameters": [ { - "id": 2115, + "id": 2144, "name": "key", "variant": "param", "kind": 32768, @@ -45332,7 +45958,7 @@ "default": { "type": "reflection", "declaration": { - "id": 2116, + "id": 2145, "name": "__type", "variant": "declaration", "kind": 65536, @@ -45351,7 +45977,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2109, + "id": 2138, "name": "__type", "variant": "declaration", "kind": 65536, @@ -45365,7 +45991,7 @@ ], "indexSignatures": [ { - "id": 2110, + "id": 2139, "name": "__index", "variant": "signature", "kind": 8192, @@ -45379,7 +46005,7 @@ ], "parameters": [ { - "id": 2111, + "id": 2140, "name": "key", "variant": "param", "kind": 32768, @@ -45401,7 +46027,7 @@ "typeArguments": [ { "type": "reference", - "target": 2112, + "target": 2141, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -45417,7 +46043,7 @@ } }, { - "id": 2117, + "id": 2146, "name": "RealtimeRemoveChannelResponse", "variant": "declaration", "kind": 2097152, @@ -45448,7 +46074,7 @@ } }, { - "id": 737, + "id": 745, "name": "RequestResult", "variant": "declaration", "kind": 2097152, @@ -45464,20 +46090,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 82, + "line": 87, "character": 12 } ], "typeParameters": [ { - "id": 744, + "id": 752, "name": "T", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 745, + "id": 753, "name": "ErrorType", "variant": "typeParam", "kind": 131072, @@ -45493,7 +46119,7 @@ }, "default": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -45505,14 +46131,14 @@ { "type": "reflection", "declaration": { - "id": 738, + "id": 746, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 739, + "id": 747, "name": "data", "variant": "declaration", "kind": 1024, @@ -45520,20 +46146,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 83, + "line": 88, "character": 4 } ], "type": { "type": "reference", - "target": 744, + "target": 752, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true } }, { - "id": 740, + "id": 748, "name": "error", "variant": "declaration", "kind": 1024, @@ -45541,7 +46167,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 84, + "line": 89, "character": 4 } ], @@ -45554,13 +46180,13 @@ "groups": [ { "title": "Properties", - "children": [739, 740] + "children": [747, 748] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 82, + "line": 87, "character": 68 } ] @@ -45569,14 +46195,14 @@ { "type": "reflection", "declaration": { - "id": 741, + "id": 749, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 742, + "id": 750, "name": "data", "variant": "declaration", "kind": 1024, @@ -45584,7 +46210,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 86, + "line": 91, "character": 4 } ], @@ -45594,7 +46220,7 @@ } }, { - "id": 743, + "id": 751, "name": "error", "variant": "declaration", "kind": 1024, @@ -45602,7 +46228,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 87, + "line": 92, "character": 4 } ], @@ -45619,19 +46245,19 @@ }, "extendsType": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" }, "trueType": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" }, "falseType": { "type": "reference", - "target": 745, + "target": 753, "name": "ErrorType", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -45642,13 +46268,13 @@ "groups": [ { "title": "Properties", - "children": [742, 743] + "children": [750, 751] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 85, + "line": 90, "character": 4 } ] @@ -45658,7 +46284,7 @@ } }, { - "id": 746, + "id": 754, "name": "RequestResultSafeDestructure", "variant": "declaration", "kind": 2097152, @@ -45679,13 +46305,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 93, + "line": 98, "character": 12 } ], "typeParameters": [ { - "id": 753, + "id": 761, "name": "T", "variant": "typeParam", "kind": 131072, @@ -45698,14 +46324,14 @@ { "type": "reflection", "declaration": { - "id": 747, + "id": 755, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 748, + "id": 756, "name": "data", "variant": "declaration", "kind": 1024, @@ -45713,20 +46339,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 94, + "line": 99, "character": 4 } ], "type": { "type": "reference", - "target": 753, + "target": 761, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true } }, { - "id": 749, + "id": 757, "name": "error", "variant": "declaration", "kind": 1024, @@ -45734,7 +46360,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 95, + "line": 100, "character": 4 } ], @@ -45747,13 +46373,13 @@ "groups": [ { "title": "Properties", - "children": [748, 749] + "children": [756, 757] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 93, + "line": 98, "character": 46 } ] @@ -45762,14 +46388,14 @@ { "type": "reflection", "declaration": { - "id": 750, + "id": 758, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 751, + "id": 759, "name": "data", "variant": "declaration", "kind": 1024, @@ -45777,7 +46403,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 97, + "line": 102, "character": 4 } ], @@ -45785,7 +46411,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 753, + "target": 761, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -45802,7 +46428,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 753, + "target": 761, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -45820,7 +46446,7 @@ } }, { - "id": 752, + "id": 760, "name": "error", "variant": "declaration", "kind": 1024, @@ -45828,13 +46454,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 100, + "line": 105, "character": 4 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -45843,13 +46469,13 @@ "groups": [ { "title": "Properties", - "children": [751, 752] + "children": [759, 760] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 96, + "line": 101, "character": 4 } ] @@ -45859,7 +46485,7 @@ } }, { - "id": 1276, + "id": 1287, "name": "RequiredClaims", "variant": "declaration", "kind": 2097152, @@ -45867,21 +46493,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1107, + "line": 1133, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1277, + "id": 1288, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1284, + "id": 1295, "name": "aal", "variant": "declaration", "kind": 1024, @@ -45889,19 +46515,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1114, + "line": 1140, "character": 4 } ], "type": { "type": "reference", - "target": 1101, + "target": 1112, "name": "AuthenticatorAssuranceLevels", "package": "@supabase/auth-js" } }, { - "id": 1280, + "id": 1291, "name": "aud", "variant": "declaration", "kind": 1024, @@ -45909,7 +46535,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1110, + "line": 1136, "character": 4 } ], @@ -45931,7 +46557,7 @@ } }, { - "id": 1281, + "id": 1292, "name": "exp", "variant": "declaration", "kind": 1024, @@ -45939,7 +46565,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1111, + "line": 1137, "character": 4 } ], @@ -45949,7 +46575,7 @@ } }, { - "id": 1282, + "id": 1293, "name": "iat", "variant": "declaration", "kind": 1024, @@ -45957,7 +46583,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1112, + "line": 1138, "character": 4 } ], @@ -45967,7 +46593,7 @@ } }, { - "id": 1278, + "id": 1289, "name": "iss", "variant": "declaration", "kind": 1024, @@ -45975,7 +46601,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1108, + "line": 1134, "character": 4 } ], @@ -45985,7 +46611,7 @@ } }, { - "id": 1283, + "id": 1294, "name": "role", "variant": "declaration", "kind": 1024, @@ -45993,7 +46619,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1113, + "line": 1139, "character": 4 } ], @@ -46003,7 +46629,7 @@ } }, { - "id": 1285, + "id": 1296, "name": "session_id", "variant": "declaration", "kind": 1024, @@ -46011,7 +46637,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1115, + "line": 1141, "character": 4 } ], @@ -46021,7 +46647,7 @@ } }, { - "id": 1279, + "id": 1290, "name": "sub", "variant": "declaration", "kind": 1024, @@ -46029,7 +46655,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1109, + "line": 1135, "character": 4 } ], @@ -46042,21 +46668,28 @@ "groups": [ { "title": "Properties", - "children": [1284, 1280, 1281, 1282, 1278, 1283, 1285, 1279] + "children": [1295, 1291, 1292, 1293, 1289, 1294, 1296, 1290] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1107, + "line": 1133, "character": 29 } ] } - } + }, + "extendedBy": [ + { + "type": "reference", + "target": 1297, + "name": "JwtPayload" + } + ] }, { - "id": 995, + "id": 1004, "name": "ResendParams", "variant": "declaration", "kind": 2097152, @@ -46064,7 +46697,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 593, + "line": 607, "character": 12 } ], @@ -46074,14 +46707,14 @@ { "type": "reflection", "declaration": { - "id": 996, + "id": 1005, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 998, + "id": 1007, "name": "email", "variant": "declaration", "kind": 1024, @@ -46089,7 +46722,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 595, + "line": 609, "character": 4 } ], @@ -46099,7 +46732,7 @@ } }, { - "id": 999, + "id": 1008, "name": "options", "variant": "declaration", "kind": 1024, @@ -46109,21 +46742,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 596, + "line": 610, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1000, + "id": 1009, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1002, + "id": 1011, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -46141,7 +46774,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 600, + "line": 614, "character": 8 } ], @@ -46151,7 +46784,7 @@ } }, { - "id": 1001, + "id": 1010, "name": "emailRedirectTo", "variant": "declaration", "kind": 1024, @@ -46169,7 +46802,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 598, + "line": 612, "character": 8 } ], @@ -46182,13 +46815,13 @@ "groups": [ { "title": "Properties", - "children": [1002, 1001] + "children": [1011, 1010] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 596, + "line": 610, "character": 14 } ] @@ -46196,7 +46829,7 @@ } }, { - "id": 997, + "id": 1006, "name": "type", "variant": "declaration", "kind": 1024, @@ -46204,7 +46837,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 594, + "line": 608, "character": 4 } ], @@ -46217,7 +46850,7 @@ "typeArguments": [ { "type": "reference", - "target": 994, + "target": 1003, "name": "EmailOtpType", "package": "@supabase/auth-js" }, @@ -46243,13 +46876,13 @@ "groups": [ { "title": "Properties", - "children": [998, 999, 997] + "children": [1007, 1008, 1006] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 593, + "line": 607, "character": 27 } ] @@ -46258,14 +46891,14 @@ { "type": "reflection", "declaration": { - "id": 1003, + "id": 1012, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1006, + "id": 1015, "name": "options", "variant": "declaration", "kind": 1024, @@ -46275,21 +46908,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 605, + "line": 619, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1007, + "id": 1016, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1008, + "id": 1017, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -46307,7 +46940,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 607, + "line": 621, "character": 8 } ], @@ -46320,13 +46953,13 @@ "groups": [ { "title": "Properties", - "children": [1008] + "children": [1017] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 605, + "line": 619, "character": 14 } ] @@ -46334,7 +46967,7 @@ } }, { - "id": 1005, + "id": 1014, "name": "phone", "variant": "declaration", "kind": 1024, @@ -46342,7 +46975,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 604, + "line": 618, "character": 4 } ], @@ -46352,7 +46985,7 @@ } }, { - "id": 1004, + "id": 1013, "name": "type", "variant": "declaration", "kind": 1024, @@ -46360,7 +46993,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 603, + "line": 617, "character": 4 } ], @@ -46373,7 +47006,7 @@ "typeArguments": [ { "type": "reference", - "target": 993, + "target": 1002, "name": "MobileOtpType", "package": "@supabase/auth-js" }, @@ -46399,13 +47032,13 @@ "groups": [ { "title": "Properties", - "children": [1006, 1005, 1004] + "children": [1015, 1014, 1013] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 602, + "line": 616, "character": 4 } ] @@ -46415,7 +47048,7 @@ } }, { - "id": 862, + "id": 871, "name": "SignInAnonymouslyCredentials", "variant": "declaration", "kind": 2097152, @@ -46423,21 +47056,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 394, + "line": 408, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 863, + "id": 872, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 864, + "id": 873, "name": "options", "variant": "declaration", "kind": 1024, @@ -46447,21 +47080,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 395, + "line": 409, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 865, + "id": 874, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 867, + "id": 876, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -46479,7 +47112,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 403, + "line": 417, "character": 8 } ], @@ -46489,7 +47122,7 @@ } }, { - "id": 866, + "id": 875, "name": "data", "variant": "declaration", "kind": 1024, @@ -46523,7 +47156,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 401, + "line": 415, "character": 8 } ], @@ -46536,13 +47169,13 @@ "groups": [ { "title": "Properties", - "children": [867, 866] + "children": [876, 875] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 395, + "line": 409, "character": 14 } ] @@ -46553,13 +47186,13 @@ "groups": [ { "title": "Properties", - "children": [864] + "children": [873] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 394, + "line": 408, "character": 43 } ] @@ -46567,7 +47200,7 @@ } }, { - "id": 911, + "id": 920, "name": "SignInWithIdTokenCredentials", "variant": "declaration", "kind": 2097152, @@ -46575,21 +47208,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 478, + "line": 492, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 912, + "id": 921, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 916, + "id": 925, "name": "access_token", "variant": "declaration", "kind": 1024, @@ -46615,7 +47248,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 484, + "line": 498, "character": 4 } ], @@ -46625,7 +47258,7 @@ } }, { - "id": 917, + "id": 926, "name": "nonce", "variant": "declaration", "kind": 1024, @@ -46651,7 +47284,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 486, + "line": 500, "character": 4 } ], @@ -46661,7 +47294,7 @@ } }, { - "id": 918, + "id": 927, "name": "options", "variant": "declaration", "kind": 1024, @@ -46671,21 +47304,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 487, + "line": 501, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 919, + "id": 928, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 920, + "id": 929, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -46703,7 +47336,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 489, + "line": 503, "character": 8 } ], @@ -46716,13 +47349,13 @@ "groups": [ { "title": "Properties", - "children": [920] + "children": [929] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 487, + "line": 501, "character": 14 } ] @@ -46730,7 +47363,7 @@ } }, { - "id": 913, + "id": 922, "name": "provider", "variant": "declaration", "kind": 1024, @@ -46802,7 +47435,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 480, + "line": 494, "character": 4 } ], @@ -46839,7 +47472,7 @@ { "type": "reflection", "declaration": { - "id": 914, + "id": 923, "name": "__type", "variant": "declaration", "kind": 65536, @@ -46847,7 +47480,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 480, + "line": 494, "character": 78 } ] @@ -46859,7 +47492,7 @@ } }, { - "id": 915, + "id": 924, "name": "token", "variant": "declaration", "kind": 1024, @@ -46907,7 +47540,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 482, + "line": 496, "character": 4 } ], @@ -46920,13 +47553,13 @@ "groups": [ { "title": "Properties", - "children": [916, 917, 918, 913, 915] + "children": [925, 926, 927, 922, 924] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 478, + "line": 492, "character": 43 } ] @@ -46934,7 +47567,7 @@ } }, { - "id": 899, + "id": 908, "name": "SignInWithOAuthCredentials", "variant": "declaration", "kind": 2097152, @@ -46942,21 +47575,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 462, + "line": 476, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 900, + "id": 909, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 902, + "id": 911, "name": "options", "variant": "declaration", "kind": 1024, @@ -46966,21 +47599,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 465, + "line": 479, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 903, + "id": 912, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 906, + "id": 915, "name": "queryParams", "variant": "declaration", "kind": 1024, @@ -46998,14 +47631,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 471, + "line": 485, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 907, + "id": 916, "name": "__type", "variant": "declaration", "kind": 65536, @@ -47013,13 +47646,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 471, + "line": 485, "character": 22 } ], "indexSignatures": [ { - "id": 908, + "id": 917, "name": "__index", "variant": "signature", "kind": 8192, @@ -47027,13 +47660,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 472, + "line": 486, "character": 12 } ], "parameters": [ { - "id": 909, + "id": 918, "name": "key", "variant": "param", "kind": 32768, @@ -47054,7 +47687,7 @@ } }, { - "id": 904, + "id": 913, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -47072,7 +47705,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 467, + "line": 481, "character": 8 } ], @@ -47082,7 +47715,7 @@ } }, { - "id": 905, + "id": 914, "name": "scopes", "variant": "declaration", "kind": 1024, @@ -47100,7 +47733,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 469, + "line": 483, "character": 8 } ], @@ -47110,7 +47743,7 @@ } }, { - "id": 910, + "id": 919, "name": "skipBrowserRedirect", "variant": "declaration", "kind": 1024, @@ -47128,7 +47761,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 475, + "line": 489, "character": 8 } ], @@ -47141,13 +47774,13 @@ "groups": [ { "title": "Properties", - "children": [906, 904, 905, 910] + "children": [915, 913, 914, 919] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 465, + "line": 479, "character": 14 } ] @@ -47155,7 +47788,7 @@ } }, { - "id": 901, + "id": 910, "name": "provider", "variant": "declaration", "kind": 1024, @@ -47171,13 +47804,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 464, + "line": 478, "character": 4 } ], "type": { "type": "reference", - "target": 693, + "target": 700, "name": "Provider", "package": "@supabase/auth-js" } @@ -47186,13 +47819,13 @@ "groups": [ { "title": "Properties", - "children": [902, 901] + "children": [911, 910] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 462, + "line": 476, "character": 41 } ] @@ -47200,7 +47833,7 @@ } }, { - "id": 876, + "id": 885, "name": "SignInWithPasswordCredentials", "variant": "declaration", "kind": 2097152, @@ -47208,7 +47841,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 421, + "line": 435, "character": 12 } ], @@ -47227,14 +47860,14 @@ { "type": "reflection", "declaration": { - "id": 877, + "id": 886, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 878, + "id": 887, "name": "options", "variant": "declaration", "kind": 1024, @@ -47244,21 +47877,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 422, + "line": 436, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 879, + "id": 888, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 880, + "id": 889, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -47268,7 +47901,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 423, + "line": 437, "character": 8 } ], @@ -47281,13 +47914,13 @@ "groups": [ { "title": "Properties", - "children": [880] + "children": [889] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 422, + "line": 436, "character": 14 } ] @@ -47298,13 +47931,13 @@ "groups": [ { "title": "Properties", - "children": [878] + "children": [887] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 421, + "line": 435, "character": 70 } ] @@ -47314,7 +47947,7 @@ } }, { - "id": 881, + "id": 890, "name": "SignInWithPasswordlessCredentials", "variant": "declaration", "kind": 2097152, @@ -47322,7 +47955,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 426, + "line": 440, "character": 12 } ], @@ -47332,14 +47965,14 @@ { "type": "reflection", "declaration": { - "id": 882, + "id": 891, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 883, + "id": 892, "name": "email", "variant": "declaration", "kind": 1024, @@ -47355,7 +47988,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 428, + "line": 442, "character": 4 } ], @@ -47365,7 +47998,7 @@ } }, { - "id": 884, + "id": 893, "name": "options", "variant": "declaration", "kind": 1024, @@ -47375,21 +48008,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 429, + "line": 443, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 885, + "id": 894, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 889, + "id": 898, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -47407,7 +48040,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 441, + "line": 455, "character": 8 } ], @@ -47417,7 +48050,7 @@ } }, { - "id": 888, + "id": 897, "name": "data", "variant": "declaration", "kind": 1024, @@ -47451,7 +48084,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 439, + "line": 453, "character": 8 } ], @@ -47461,7 +48094,7 @@ } }, { - "id": 886, + "id": 895, "name": "emailRedirectTo", "variant": "declaration", "kind": 1024, @@ -47479,7 +48112,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 431, + "line": 445, "character": 8 } ], @@ -47489,7 +48122,7 @@ } }, { - "id": 887, + "id": 896, "name": "shouldCreateUser", "variant": "declaration", "kind": 1024, @@ -47507,7 +48140,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 433, + "line": 447, "character": 8 } ], @@ -47520,13 +48153,13 @@ "groups": [ { "title": "Properties", - "children": [889, 888, 886, 887] + "children": [898, 897, 895, 896] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 429, + "line": 443, "character": 14 } ] @@ -47537,13 +48170,13 @@ "groups": [ { "title": "Properties", - "children": [883, 884] + "children": [892, 893] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 426, + "line": 440, "character": 48 } ] @@ -47552,14 +48185,14 @@ { "type": "reflection", "declaration": { - "id": 890, + "id": 899, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 892, + "id": 901, "name": "options", "variant": "declaration", "kind": 1024, @@ -47569,21 +48202,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 446, + "line": 460, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 893, + "id": 902, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 896, + "id": 905, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -47601,7 +48234,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 456, + "line": 470, "character": 8 } ], @@ -47611,7 +48244,7 @@ } }, { - "id": 897, + "id": 906, "name": "channel", "variant": "declaration", "kind": 1024, @@ -47629,7 +48262,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 458, + "line": 472, "character": 8 } ], @@ -47648,7 +48281,7 @@ } }, { - "id": 895, + "id": 904, "name": "data", "variant": "declaration", "kind": 1024, @@ -47682,7 +48315,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 454, + "line": 468, "character": 8 } ], @@ -47692,7 +48325,7 @@ } }, { - "id": 894, + "id": 903, "name": "shouldCreateUser", "variant": "declaration", "kind": 1024, @@ -47710,7 +48343,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 448, + "line": 462, "character": 8 } ], @@ -47723,13 +48356,13 @@ "groups": [ { "title": "Properties", - "children": [896, 897, 895, 894] + "children": [905, 906, 904, 903] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 446, + "line": 460, "character": 14 } ] @@ -47737,7 +48370,7 @@ } }, { - "id": 891, + "id": 900, "name": "phone", "variant": "declaration", "kind": 1024, @@ -47753,7 +48386,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 445, + "line": 459, "character": 4 } ], @@ -47766,13 +48399,13 @@ "groups": [ { "title": "Properties", - "children": [892, 891] + "children": [901, 900] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 443, + "line": 457, "character": 4 } ] @@ -47782,7 +48415,7 @@ } }, { - "id": 1009, + "id": 1018, "name": "SignInWithSSO", "variant": "declaration", "kind": 2097152, @@ -47790,7 +48423,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 610, + "line": 624, "character": 12 } ], @@ -47800,14 +48433,14 @@ { "type": "reflection", "declaration": { - "id": 1010, + "id": 1019, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1012, + "id": 1021, "name": "options", "variant": "declaration", "kind": 1024, @@ -47817,21 +48450,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 613, + "line": 627, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1013, + "id": 1022, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1015, + "id": 1024, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -47849,7 +48482,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 617, + "line": 631, "character": 8 } ], @@ -47859,7 +48492,7 @@ } }, { - "id": 1014, + "id": 1023, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -47877,7 +48510,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 615, + "line": 629, "character": 8 } ], @@ -47885,18 +48518,46 @@ "type": "intrinsic", "name": "string" } + }, + { + "id": 1025, + "name": "skipBrowserRedirect", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "If set to true, the redirect will not happen on the client side.\nThis parameter is used when you wish to handle the redirect yourself.\nDefaults to false." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 637, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } } ], "groups": [ { "title": "Properties", - "children": [1015, 1014] + "children": [1024, 1023, 1025] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 613, + "line": 627, "character": 14 } ] @@ -47904,7 +48565,7 @@ } }, { - "id": 1011, + "id": 1020, "name": "providerId", "variant": "declaration", "kind": 1024, @@ -47920,7 +48581,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 612, + "line": 626, "character": 4 } ], @@ -47933,13 +48594,13 @@ "groups": [ { "title": "Properties", - "children": [1012, 1011] + "children": [1021, 1020] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 610, + "line": 624, "character": 28 } ] @@ -47948,14 +48609,14 @@ { "type": "reflection", "declaration": { - "id": 1016, + "id": 1026, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1017, + "id": 1027, "name": "domain", "variant": "declaration", "kind": 1024, @@ -47971,7 +48632,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 621, + "line": 641, "character": 4 } ], @@ -47981,7 +48642,7 @@ } }, { - "id": 1018, + "id": 1028, "name": "options", "variant": "declaration", "kind": 1024, @@ -47991,21 +48652,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 622, + "line": 642, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1019, + "id": 1029, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1021, + "id": 1031, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -48023,7 +48684,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 626, + "line": 646, "character": 8 } ], @@ -48033,7 +48694,7 @@ } }, { - "id": 1020, + "id": 1030, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -48051,7 +48712,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 624, + "line": 644, "character": 8 } ], @@ -48059,18 +48720,46 @@ "type": "intrinsic", "name": "string" } + }, + { + "id": 1032, + "name": "skipBrowserRedirect", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "If set to true, the redirect will not happen on the client side.\nThis parameter is used when you wish to handle the redirect yourself.\nDefaults to false." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 652, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } } ], "groups": [ { "title": "Properties", - "children": [1021, 1020] + "children": [1031, 1030, 1032] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 622, + "line": 642, "character": 14 } ] @@ -48081,13 +48770,13 @@ "groups": [ { "title": "Properties", - "children": [1017, 1018] + "children": [1027, 1028] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 619, + "line": 639, "character": 4 } ] @@ -48097,7 +48786,7 @@ } }, { - "id": 1262, + "id": 1273, "name": "SignOut", "variant": "declaration", "kind": 2097152, @@ -48105,21 +48794,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1029, + "line": 1055, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1263, + "id": 1274, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1264, + "id": 1275, "name": "scope", "variant": "declaration", "kind": 1024, @@ -48137,7 +48826,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1040, + "line": 1066, "character": 4 } ], @@ -48163,13 +48852,13 @@ "groups": [ { "title": "Properties", - "children": [1264] + "children": [1275] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1029, + "line": 1055, "character": 22 } ] @@ -48177,7 +48866,7 @@ } }, { - "id": 1298, + "id": 1325, "name": "SignOutScope", "variant": "declaration", "kind": 2097152, @@ -48185,7 +48874,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1128, + "line": 1171, "character": 12 } ], @@ -48199,7 +48888,7 @@ "type": "query", "queryType": { "type": "reference", - "target": 1297, + "target": 1324, "name": "SIGN_OUT_SCOPES", "package": "@supabase/auth-js" } @@ -48207,7 +48896,7 @@ } }, { - "id": 868, + "id": 877, "name": "SignUpWithPasswordCredentials", "variant": "declaration", "kind": 2097152, @@ -48215,13 +48904,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 406, + "line": 420, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -48238,14 +48927,14 @@ { "type": "reflection", "declaration": { - "id": 869, + "id": 878, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 870, + "id": 879, "name": "options", "variant": "declaration", "kind": 1024, @@ -48255,21 +48944,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 407, + "line": 421, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 871, + "id": 880, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 874, + "id": 883, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -48279,7 +48968,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 410, + "line": 424, "character": 8 } ], @@ -48289,7 +48978,7 @@ } }, { - "id": 875, + "id": 884, "name": "channel", "variant": "declaration", "kind": 1024, @@ -48299,7 +48988,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 411, + "line": 425, "character": 8 } ], @@ -48318,7 +49007,7 @@ } }, { - "id": 873, + "id": 882, "name": "data", "variant": "declaration", "kind": 1024, @@ -48328,7 +49017,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 409, + "line": 423, "character": 8 } ], @@ -48338,7 +49027,7 @@ } }, { - "id": 872, + "id": 881, "name": "emailRedirectTo", "variant": "declaration", "kind": 1024, @@ -48348,7 +49037,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 408, + "line": 422, "character": 8 } ], @@ -48361,13 +49050,13 @@ "groups": [ { "title": "Properties", - "children": [874, 875, 873, 872] + "children": [883, 884, 882, 881] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 407, + "line": 421, "character": 14 } ] @@ -48378,13 +49067,13 @@ "groups": [ { "title": "Properties", - "children": [870] + "children": [879] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 406, + "line": 420, "character": 79 } ] @@ -48398,7 +49087,7 @@ } }, { - "id": 921, + "id": 930, "name": "SolanaWallet", "variant": "declaration", "kind": 2097152, @@ -48406,21 +49095,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 492, + "line": 506, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 922, + "id": 931, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 927, + "id": 936, "name": "publicKey", "variant": "declaration", "kind": 1024, @@ -48430,7 +49119,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 494, + "line": 508, "character": 4 } ], @@ -48440,14 +49129,14 @@ { "type": "reflection", "declaration": { - "id": 928, + "id": 937, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 929, + "id": 938, "name": "toBase58", "variant": "declaration", "kind": 1024, @@ -48455,14 +49144,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 495, + "line": 509, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 930, + "id": 939, "name": "__type", "variant": "declaration", "kind": 65536, @@ -48470,13 +49159,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 495, + "line": 509, "character": 18 } ], "signatures": [ { - "id": 931, + "id": 940, "name": "__type", "variant": "signature", "kind": 4096, @@ -48494,13 +49183,13 @@ "groups": [ { "title": "Properties", - "children": [929] + "children": [938] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 494, + "line": 508, "character": 16 } ] @@ -48514,7 +49203,7 @@ } }, { - "id": 923, + "id": 932, "name": "signIn", "variant": "declaration", "kind": 1024, @@ -48524,14 +49213,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 493, + "line": 507, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 924, + "id": 933, "name": "__type", "variant": "declaration", "kind": 65536, @@ -48539,20 +49228,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 493, + "line": 507, "character": 13 } ], "signatures": [ { - "id": 925, + "id": 934, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 926, + "id": 935, "name": "inputs", "variant": "param", "kind": 32768, @@ -48616,7 +49305,7 @@ } }, { - "id": 932, + "id": 941, "name": "signMessage", "variant": "declaration", "kind": 1024, @@ -48626,14 +49315,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 497, + "line": 511, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 933, + "id": 942, "name": "__type", "variant": "declaration", "kind": 65536, @@ -48641,20 +49330,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 497, + "line": 511, "character": 18 } ], "signatures": [ { - "id": 934, + "id": 943, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 935, + "id": 944, "name": "message", "variant": "param", "kind": 32768, @@ -48670,7 +49359,7 @@ } }, { - "id": 936, + "id": 945, "name": "encoding", "variant": "param", "kind": 32768, @@ -48730,13 +49419,13 @@ "groups": [ { "title": "Properties", - "children": [927, 923, 932] + "children": [936, 932, 941] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 492, + "line": 506, "character": 27 } ] @@ -48744,7 +49433,7 @@ } }, { - "id": 937, + "id": 946, "name": "SolanaWeb3Credentials", "variant": "declaration", "kind": 2097152, @@ -48752,7 +49441,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 499, + "line": 513, "character": 12 } ], @@ -48762,14 +49451,14 @@ { "type": "reflection", "declaration": { - "id": 938, + "id": 947, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 939, + "id": 948, "name": "chain", "variant": "declaration", "kind": 1024, @@ -48777,7 +49466,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 500, + "line": 514, "character": 4 } ], @@ -48787,7 +49476,7 @@ } }, { - "id": 942, + "id": 951, "name": "options", "variant": "declaration", "kind": 1024, @@ -48797,21 +49486,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 505, + "line": 519, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 943, + "id": 952, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 945, + "id": 954, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -48829,7 +49518,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 509, + "line": 523, "character": 8 } ], @@ -48839,7 +49528,7 @@ } }, { - "id": 946, + "id": 955, "name": "signInWithSolana", "variant": "declaration", "kind": 1024, @@ -48849,7 +49538,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 510, + "line": 524, "character": 8 } ], @@ -48911,7 +49600,7 @@ } }, { - "id": 944, + "id": 953, "name": "url", "variant": "declaration", "kind": 1024, @@ -48929,7 +49618,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 507, + "line": 521, "character": 8 } ], @@ -48942,13 +49631,13 @@ "groups": [ { "title": "Properties", - "children": [945, 946, 944] + "children": [954, 955, 953] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 505, + "line": 519, "character": 14 } ] @@ -48956,7 +49645,7 @@ } }, { - "id": 941, + "id": 950, "name": "statement", "variant": "declaration", "kind": 1024, @@ -48974,7 +49663,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 504, + "line": 518, "character": 4 } ], @@ -48984,7 +49673,7 @@ } }, { - "id": 940, + "id": 949, "name": "wallet", "variant": "declaration", "kind": 1024, @@ -49010,13 +49699,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 502, + "line": 516, "character": 4 } ], "type": { "type": "reference", - "target": 921, + "target": 930, "name": "SolanaWallet", "package": "@supabase/auth-js" } @@ -49025,13 +49714,13 @@ "groups": [ { "title": "Properties", - "children": [939, 942, 941, 940] + "children": [948, 951, 950, 949] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 499, + "line": 513, "character": 36 } ] @@ -49040,14 +49729,14 @@ { "type": "reflection", "declaration": { - "id": 947, + "id": 956, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 948, + "id": 957, "name": "chain", "variant": "declaration", "kind": 1024, @@ -49055,7 +49744,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 513, + "line": 527, "character": 4 } ], @@ -49065,7 +49754,7 @@ } }, { - "id": 949, + "id": 958, "name": "message", "variant": "declaration", "kind": 1024, @@ -49105,7 +49794,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 515, + "line": 529, "character": 4 } ], @@ -49115,7 +49804,7 @@ } }, { - "id": 951, + "id": 960, "name": "options", "variant": "declaration", "kind": 1024, @@ -49125,21 +49814,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 518, + "line": 532, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 952, + "id": 961, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 953, + "id": 962, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -49157,7 +49846,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 520, + "line": 534, "character": 8 } ], @@ -49170,13 +49859,13 @@ "groups": [ { "title": "Properties", - "children": [953] + "children": [962] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 518, + "line": 532, "character": 14 } ] @@ -49184,7 +49873,7 @@ } }, { - "id": 950, + "id": 959, "name": "signature", "variant": "declaration", "kind": 1024, @@ -49200,7 +49889,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 517, + "line": 531, "character": 4 } ], @@ -49218,13 +49907,13 @@ "groups": [ { "title": "Properties", - "children": [948, 949, 951, 950] + "children": [957, 958, 960, 959] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 512, + "line": 526, "character": 4 } ] @@ -49234,7 +49923,7 @@ } }, { - "id": 790, + "id": 798, "name": "SSOResponse", "variant": "declaration", "kind": 2097152, @@ -49242,25 +49931,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 143, + "line": 148, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 791, + "id": 799, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 792, + "id": 800, "name": "url", "variant": "declaration", "kind": 1024, @@ -49284,7 +49973,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 151, + "line": 156, "character": 4 } ], @@ -49297,13 +49986,13 @@ "groups": [ { "title": "Properties", - "children": [792] + "children": [800] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 143, + "line": 148, "character": 40 } ] @@ -49315,7 +50004,7 @@ } }, { - "id": 734, + "id": 742, "name": "StrictOmit", "variant": "declaration", "kind": 2097152, @@ -49331,20 +50020,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 78, + "line": 83, "character": 12 } ], "typeParameters": [ { - "id": 735, + "id": 743, "name": "T", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 736, + "id": 744, "name": "K", "variant": "typeParam", "kind": 131072, @@ -49354,7 +50043,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 735, + "target": 743, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -49371,14 +50060,14 @@ "typeArguments": [ { "type": "reference", - "target": 735, + "target": 743, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true }, { "type": "reference", - "target": 736, + "target": 744, "name": "K", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -49389,7 +50078,7 @@ } }, { - "id": 242, + "id": 243, "name": "SupabaseClientOptions", "variant": "declaration", "kind": 2097152, @@ -49397,14 +50086,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 30, + "line": 28, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L28" } ], "typeParameters": [ { - "id": 267, + "id": 269, "name": "SchemaName", "variant": "typeParam", "kind": 131072, @@ -49414,14 +50103,14 @@ "type": { "type": "reflection", "declaration": { - "id": 243, + "id": 244, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 264, + "id": 266, "name": "accessToken", "variant": "declaration", "kind": 1024, @@ -49447,15 +50136,15 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 108, + "line": 111, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L108" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L111" } ], "type": { "type": "reflection", "declaration": { - "id": 265, + "id": 267, "name": "__type", "variant": "declaration", "kind": 65536, @@ -49463,14 +50152,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 108, + "line": 111, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L108" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L111" } ], "signatures": [ { - "id": 266, + "id": 268, "name": "__type", "variant": "signature", "kind": 4096, @@ -49505,7 +50194,7 @@ } }, { - "id": 247, + "id": 248, "name": "auth", "variant": "declaration", "kind": 1024, @@ -49515,22 +50204,22 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 38, + "line": 36, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L36" } ], "type": { "type": "reflection", "declaration": { - "id": 248, + "id": 249, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 249, + "id": 250, "name": "autoRefreshToken", "variant": "declaration", "kind": 1024, @@ -49548,9 +50237,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 42, + "line": 40, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L42" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L40" } ], "type": { @@ -49559,7 +50248,7 @@ } }, { - "id": 256, + "id": 257, "name": "debug", "variant": "declaration", "kind": 1024, @@ -49577,9 +50266,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 74, + "line": 72, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L74" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L72" } ], "type": { @@ -49600,7 +50289,7 @@ } }, { - "id": 252, + "id": 253, "name": "detectSessionInUrl", "variant": "declaration", "kind": 1024, @@ -49618,9 +50307,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 54, + "line": 52, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L52" } ], "type": { @@ -49629,7 +50318,7 @@ } }, { - "id": 255, + "id": 256, "name": "flowType", "variant": "declaration", "kind": 1024, @@ -49647,9 +50336,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 70, + "line": 68, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L70" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L68" } ], "type": { @@ -49670,7 +50359,7 @@ } }, { - "id": 257, + "id": 258, "name": "lock", "variant": "declaration", "kind": 1024, @@ -49689,9 +50378,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 80, + "line": 78, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L78" } ], "type": { @@ -49712,7 +50401,7 @@ } }, { - "id": 251, + "id": 252, "name": "persistSession", "variant": "declaration", "kind": 1024, @@ -49730,9 +50419,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 50, + "line": 48, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L50" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L48" } ], "type": { @@ -49741,7 +50430,7 @@ } }, { - "id": 253, + "id": 254, "name": "storage", "variant": "declaration", "kind": 1024, @@ -49759,9 +50448,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 58, + "line": 56, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L58" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L56" } ], "type": { @@ -49782,7 +50471,7 @@ } }, { - "id": 250, + "id": 251, "name": "storageKey", "variant": "declaration", "kind": 1024, @@ -49800,9 +50489,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 46, + "line": 44, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L46" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L44" } ], "type": { @@ -49811,7 +50500,48 @@ } }, { - "id": 254, + "id": 259, + "name": "throwOnError", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "If there is an error with the query, throwOnError will reject the promise by\nthrowing the error instead of returning it as part of a successful response." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/supabase-js/src/lib/types.ts", + "line": 83, + "character": 4, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L83" + } + ], + "type": { + "type": "indexedAccess", + "indexType": { + "type": "literal", + "value": "throwOnError" + }, + "objectType": { + "type": "reference", + "target": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "SupabaseAuthClientOptions" + }, + "name": "SupabaseAuthClientOptions", + "package": "@supabase/supabase-js" + } + } + }, + { + "id": 255, "name": "userStorage", "variant": "declaration", "kind": 1024, @@ -49830,9 +50560,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 66, + "line": 64, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L66" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L64" } ], "type": { @@ -49856,22 +50586,22 @@ "groups": [ { "title": "Properties", - "children": [249, 256, 252, 255, 257, 251, 253, 250, 254] + "children": [250, 257, 253, 256, 258, 252, 254, 251, 259, 255] } ], "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 38, + "line": 36, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L36" } ] } } }, { - "id": 244, + "id": 245, "name": "db", "variant": "declaration", "kind": 1024, @@ -49897,22 +50627,22 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 34, + "line": 32, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L32" } ], "type": { "type": "reflection", "declaration": { - "id": 245, + "id": 246, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 246, + "id": 247, "name": "schema", "variant": "declaration", "kind": 1024, @@ -49922,14 +50652,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 35, + "line": 33, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L33" } ], "type": { "type": "reference", - "target": 267, + "target": 269, "name": "SchemaName", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -49939,22 +50669,22 @@ "groups": [ { "title": "Properties", - "children": [246] + "children": [247] } ], "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 34, + "line": 32, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L32" } ] } } }, { - "id": 260, + "id": 262, "name": "global", "variant": "declaration", "kind": 1024, @@ -49964,22 +50694,22 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 87, + "line": 90, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L87" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L90" } ], "type": { "type": "reflection", "declaration": { - "id": 261, + "id": 263, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 262, + "id": 264, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -50005,9 +50735,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 91, + "line": 94, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L91" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L94" } ], "type": { @@ -50021,7 +50751,7 @@ } }, { - "id": 263, + "id": 265, "name": "headers", "variant": "declaration", "kind": 1024, @@ -50039,9 +50769,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 95, + "line": 98, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L98" } ], "type": { @@ -50068,22 +50798,22 @@ "groups": [ { "title": "Properties", - "children": [262, 263] + "children": [264, 265] } ], "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 87, + "line": 90, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L87" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L90" } ] } } }, { - "id": 258, + "id": 260, "name": "realtime", "variant": "declaration", "kind": 1024, @@ -50101,20 +50831,20 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 85, + "line": 88, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L88" } ], "type": { "type": "reference", - "target": 2011, + "target": 2039, "name": "RealtimeClientOptions", "package": "@supabase/realtime-js" } }, { - "id": 259, + "id": 261, "name": "storage", "variant": "declaration", "kind": 1024, @@ -50124,9 +50854,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 86, + "line": 89, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L89" } ], "type": { @@ -50143,22 +50873,22 @@ "groups": [ { "title": "Properties", - "children": [264, 247, 244, 260, 258, 259] + "children": [266, 248, 245, 262, 260, 261] } ], "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 30, + "line": 28, "character": 48, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L28" } ] } } }, { - "id": 1244, + "id": 1255, "name": "SupportedStorage", "variant": "declaration", "kind": 2097152, @@ -50166,7 +50896,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1003, + "line": 1029, "character": 12 } ], @@ -50224,14 +50954,14 @@ { "type": "reflection", "declaration": { - "id": 1245, + "id": 1256, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1246, + "id": 1257, "name": "isServer", "variant": "declaration", "kind": 1024, @@ -50257,7 +50987,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1011, + "line": 1037, "character": 4 } ], @@ -50270,13 +51000,13 @@ "groups": [ { "title": "Properties", - "children": [1246] + "children": [1257] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1003, + "line": 1029, "character": 103 } ] @@ -50286,7 +51016,7 @@ } }, { - "id": 1327, + "id": 1354, "name": "UpdateOAuthClientParams", "variant": "declaration", "kind": 2097152, @@ -50302,21 +51032,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1206, + "line": 1249, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1328, + "id": 1355, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1329, + "id": 1356, "name": "client_name", "variant": "declaration", "kind": 1024, @@ -50334,7 +51064,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1208, + "line": 1251, "character": 4 } ], @@ -50344,7 +51074,7 @@ } }, { - "id": 1330, + "id": 1357, "name": "client_uri", "variant": "declaration", "kind": 1024, @@ -50362,7 +51092,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1210, + "line": 1253, "character": 4 } ], @@ -50372,7 +51102,7 @@ } }, { - "id": 1333, + "id": 1360, "name": "grant_types", "variant": "declaration", "kind": 1024, @@ -50390,7 +51120,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1216, + "line": 1259, "character": 4 } ], @@ -50398,14 +51128,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 1299, + "target": 1326, "name": "OAuthClientGrantType", "package": "@supabase/auth-js" } } }, { - "id": 1331, + "id": 1358, "name": "logo_uri", "variant": "declaration", "kind": 1024, @@ -50423,7 +51153,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1212, + "line": 1255, "character": 4 } ], @@ -50433,7 +51163,7 @@ } }, { - "id": 1332, + "id": 1359, "name": "redirect_uris", "variant": "declaration", "kind": 1024, @@ -50451,7 +51181,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1214, + "line": 1257, "character": 4 } ], @@ -50467,13 +51197,13 @@ "groups": [ { "title": "Properties", - "children": [1329, 1330, 1333, 1331, 1332] + "children": [1356, 1357, 1360, 1358, 1359] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1206, + "line": 1249, "character": 38 } ] @@ -50481,7 +51211,7 @@ } }, { - "id": 793, + "id": 801, "name": "UserResponse", "variant": "declaration", "kind": 2097152, @@ -50489,25 +51219,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 153, + "line": 158, "character": 12 } ], "type": { "type": "reference", - "target": 746, + "target": 754, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 794, + "id": 802, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 795, + "id": 803, "name": "user", "variant": "declaration", "kind": 1024, @@ -50515,7 +51245,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 154, + "line": 159, "character": 4 } ], @@ -50530,13 +51260,13 @@ "groups": [ { "title": "Properties", - "children": [795] + "children": [803] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 153, + "line": 158, "character": 56 } ] @@ -50548,7 +51278,7 @@ } }, { - "id": 973, + "id": 982, "name": "VerifyOtpParams", "variant": "declaration", "kind": 2097152, @@ -50556,7 +51286,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 549, + "line": 563, "character": 12 } ], @@ -50565,19 +51295,19 @@ "types": [ { "type": "reference", - "target": 974, + "target": 983, "name": "VerifyMobileOtpParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 982, + "target": 991, "name": "VerifyEmailOtpParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 990, + "target": 999, "name": "VerifyTokenHashParams", "package": "@supabase/auth-js" } @@ -50585,7 +51315,7 @@ } }, { - "id": 728, + "id": 736, "name": "WeakPassword", "variant": "declaration", "kind": 2097152, @@ -50593,21 +51323,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 62, + "line": 67, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 729, + "id": 737, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 731, + "id": 739, "name": "message", "variant": "declaration", "kind": 1024, @@ -50615,7 +51345,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 64, + "line": 69, "character": 4 } ], @@ -50625,7 +51355,7 @@ } }, { - "id": 730, + "id": 738, "name": "reasons", "variant": "declaration", "kind": 1024, @@ -50633,7 +51363,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 63, + "line": 68, "character": 4 } ], @@ -50641,7 +51371,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 727, + "target": 735, "name": "WeakPasswordReasons", "package": "@supabase/auth-js" } @@ -50651,13 +51381,13 @@ "groups": [ { "title": "Properties", - "children": [731, 730] + "children": [739, 738] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 62, + "line": 67, "character": 27 } ] @@ -50665,7 +51395,7 @@ } }, { - "id": 727, + "id": 735, "name": "WeakPasswordReasons", "variant": "declaration", "kind": 2097152, @@ -50673,7 +51403,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 61, + "line": 66, "character": 12 } ], @@ -50699,7 +51429,7 @@ } }, { - "id": 972, + "id": 981, "name": "Web3Credentials", "variant": "declaration", "kind": 2097152, @@ -50707,7 +51437,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 548, + "line": 562, "character": 12 } ], @@ -50716,13 +51446,13 @@ "types": [ { "type": "reference", - "target": 937, + "target": 946, "name": "SolanaWeb3Credentials", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 955, + "target": 964, "name": "EthereumWeb3Credentials", "package": "@supabase/auth-js" } @@ -50730,7 +51460,7 @@ } }, { - "id": 667, + "id": 674, "name": "AuthAdminApi", "variant": "declaration", "kind": 32, @@ -50748,7 +51478,7 @@ "type": "query", "queryType": { "type": "reference", - "target": 275, + "target": 277, "name": "GoTrueAdminApi", "package": "@supabase/auth-js", "qualifiedName": "default" @@ -50756,7 +51486,7 @@ } }, { - "id": 668, + "id": 675, "name": "AuthClient", "variant": "declaration", "kind": 32, @@ -50774,7 +51504,7 @@ "type": "query", "queryType": { "type": "reference", - "target": 361, + "target": 363, "name": "GoTrueClient", "package": "@supabase/auth-js", "qualifiedName": "default" @@ -50782,7 +51512,7 @@ } }, { - "id": 682, + "id": 689, "name": "lockInternals", "variant": "declaration", "kind": 32, @@ -50803,14 +51533,14 @@ "type": { "type": "reflection", "declaration": { - "id": 683, + "id": 690, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 684, + "id": 691, "name": "debug", "variant": "declaration", "kind": 1024, @@ -50835,7 +51565,7 @@ "groups": [ { "title": "Properties", - "children": [684] + "children": [691] } ], "sources": [ @@ -50849,7 +51579,7 @@ } }, { - "id": 2137, + "id": 2166, "name": "REALTIME_CHANNEL_STATES", "variant": "declaration", "kind": 32, @@ -50878,7 +51608,7 @@ } }, { - "id": 1297, + "id": 1324, "name": "SIGN_OUT_SCOPES", "variant": "declaration", "kind": 32, @@ -50888,7 +51618,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1127, + "line": 1170, "character": 21 } ], @@ -50933,7 +51663,7 @@ "fileName": "packages/core/supabase-js/src/index.ts", "line": 27, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/index.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/index.ts#L27" } ], "signatures": [ @@ -50948,7 +51678,7 @@ "fileName": "packages/core/supabase-js/src/index.ts", "line": 27, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/index.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/index.ts#L27" } ], "typeParameters": [ @@ -50996,7 +51726,7 @@ "fileName": "packages/core/supabase-js/src/index.ts", "line": 31, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/index.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/index.ts#L31" } ], "type": { @@ -51016,7 +51746,7 @@ "fileName": "packages/core/supabase-js/src/index.ts", "line": 31, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/index.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/index.ts#L31" } ] } @@ -51289,7 +52019,7 @@ }, "type": { "type": "reference", - "target": 242, + "target": 243, "typeArguments": [ { "type": "reference", @@ -51306,7 +52036,7 @@ ], "type": { "type": "reference", - "target": 112, + "target": 113, "typeArguments": [ { "type": "reference", @@ -51338,7 +52068,7 @@ ] }, { - "id": 1409, + "id": 1436, "name": "isAuthApiError", "variant": "declaration", "kind": 64, @@ -51352,7 +52082,7 @@ ], "signatures": [ { - "id": 1410, + "id": 1437, "name": "isAuthApiError", "variant": "signature", "kind": 4096, @@ -51366,7 +52096,7 @@ ], "parameters": [ { - "id": 1411, + "id": 1438, "name": "error", "variant": "param", "kind": 32768, @@ -51383,7 +52113,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1434, + "target": 1461, "name": "AuthApiError", "package": "@supabase/auth-js" } @@ -51392,7 +52122,7 @@ ] }, { - "id": 1406, + "id": 1433, "name": "isAuthError", "variant": "declaration", "kind": 64, @@ -51406,7 +52136,7 @@ ], "signatures": [ { - "id": 1407, + "id": 1434, "name": "isAuthError", "variant": "signature", "kind": 4096, @@ -51420,7 +52150,7 @@ ], "parameters": [ { - "id": 1408, + "id": 1435, "name": "error", "variant": "param", "kind": 32768, @@ -51437,7 +52167,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -51446,7 +52176,7 @@ ] }, { - "id": 1415, + "id": 1442, "name": "isAuthImplicitGrantRedirectError", "variant": "declaration", "kind": 64, @@ -51460,7 +52190,7 @@ ], "signatures": [ { - "id": 1416, + "id": 1443, "name": "isAuthImplicitGrantRedirectError", "variant": "signature", "kind": 4096, @@ -51474,7 +52204,7 @@ ], "parameters": [ { - "id": 1417, + "id": 1444, "name": "error", "variant": "param", "kind": 32768, @@ -51491,7 +52221,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1491, + "target": 1518, "name": "AuthImplicitGrantRedirectError", "package": "@supabase/auth-js" } @@ -51500,7 +52230,7 @@ ] }, { - "id": 1418, + "id": 1445, "name": "isAuthRetryableFetchError", "variant": "declaration", "kind": 64, @@ -51514,7 +52244,7 @@ ], "signatures": [ { - "id": 1419, + "id": 1446, "name": "isAuthRetryableFetchError", "variant": "signature", "kind": 4096, @@ -51528,7 +52258,7 @@ ], "parameters": [ { - "id": 1420, + "id": 1447, "name": "error", "variant": "param", "kind": 32768, @@ -51545,7 +52275,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1545, + "target": 1572, "name": "AuthRetryableFetchError", "package": "@supabase/auth-js" } @@ -51554,7 +52284,7 @@ ] }, { - "id": 1412, + "id": 1439, "name": "isAuthSessionMissingError", "variant": "declaration", "kind": 64, @@ -51568,7 +52298,7 @@ ], "signatures": [ { - "id": 1413, + "id": 1440, "name": "isAuthSessionMissingError", "variant": "signature", "kind": 4096, @@ -51582,7 +52312,7 @@ ], "parameters": [ { - "id": 1414, + "id": 1441, "name": "error", "variant": "param", "kind": 32768, @@ -51599,7 +52329,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1466, + "target": 1493, "name": "AuthSessionMissingError", "package": "@supabase/auth-js" } @@ -51608,7 +52338,7 @@ ] }, { - "id": 1421, + "id": 1448, "name": "isAuthWeakPasswordError", "variant": "declaration", "kind": 64, @@ -51622,7 +52352,7 @@ ], "signatures": [ { - "id": 1422, + "id": 1449, "name": "isAuthWeakPasswordError", "variant": "signature", "kind": 4096, @@ -51636,7 +52366,7 @@ ], "parameters": [ { - "id": 1423, + "id": 1450, "name": "error", "variant": "param", "kind": 32768, @@ -51653,7 +52383,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1555, + "target": 1582, "name": "AuthWeakPasswordError", "package": "@supabase/auth-js" } @@ -51662,7 +52392,7 @@ ] }, { - "id": 669, + "id": 676, "name": "navigatorLock", "variant": "declaration", "kind": 64, @@ -51676,7 +52406,7 @@ ], "signatures": [ { - "id": 670, + "id": 677, "name": "navigatorLock", "variant": "signature", "kind": 4096, @@ -51691,7 +52421,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueClient", - "target": 361 + "target": 363 }, { "kind": "text", @@ -51740,7 +52470,7 @@ ], "typeParameters": [ { - "id": 671, + "id": 678, "name": "R", "variant": "typeParam", "kind": 131072, @@ -51749,7 +52479,7 @@ ], "parameters": [ { - "id": 672, + "id": 679, "name": "name", "variant": "param", "kind": 32768, @@ -51768,7 +52498,7 @@ } }, { - "id": 673, + "id": 680, "name": "acquireTimeout", "variant": "param", "kind": 32768, @@ -51795,7 +52525,7 @@ } }, { - "id": 674, + "id": 681, "name": "fn", "variant": "param", "kind": 32768, @@ -51811,7 +52541,7 @@ "type": { "type": "reflection", "declaration": { - "id": 675, + "id": 682, "name": "__type", "variant": "declaration", "kind": 65536, @@ -51825,7 +52555,7 @@ ], "signatures": [ { - "id": 676, + "id": 683, "name": "__type", "variant": "signature", "kind": 4096, @@ -51846,7 +52576,7 @@ "typeArguments": [ { "type": "reference", - "target": 671, + "target": 678, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -51870,7 +52600,7 @@ "typeArguments": [ { "type": "reference", - "target": 671, + "target": 678, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -51883,7 +52613,7 @@ ] }, { - "id": 685, + "id": 692, "name": "processLock", "variant": "declaration", "kind": 64, @@ -51897,7 +52627,7 @@ ], "signatures": [ { - "id": 686, + "id": 693, "name": "processLock", "variant": "signature", "kind": 4096, @@ -51928,7 +52658,7 @@ ], "typeParameters": [ { - "id": 687, + "id": 694, "name": "R", "variant": "typeParam", "kind": 131072, @@ -51937,7 +52667,7 @@ ], "parameters": [ { - "id": 688, + "id": 695, "name": "name", "variant": "param", "kind": 32768, @@ -51956,7 +52686,7 @@ } }, { - "id": 689, + "id": 696, "name": "acquireTimeout", "variant": "param", "kind": 32768, @@ -51983,7 +52713,7 @@ } }, { - "id": 690, + "id": 697, "name": "fn", "variant": "param", "kind": 32768, @@ -51999,7 +52729,7 @@ "type": { "type": "reflection", "declaration": { - "id": 691, + "id": 698, "name": "__type", "variant": "declaration", "kind": 65536, @@ -52013,7 +52743,7 @@ ], "signatures": [ { - "id": 692, + "id": 699, "name": "__type", "variant": "signature", "kind": 4096, @@ -52034,7 +52764,7 @@ "typeArguments": [ { "type": "reference", - "target": 687, + "target": 694, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -52058,7 +52788,7 @@ "typeArguments": [ { "type": "reference", - "target": 687, + "target": 694, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -52071,7 +52801,7 @@ ] }, { - "id": 796, + "id": 804, "name": "Session", "variant": "reference", "kind": 4194304, @@ -52079,14 +52809,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 156, + "line": 161, "character": 17 } ], "target": 37 }, { - "id": 832, + "id": 841, "name": "User", "variant": "reference", "kind": 4194304, @@ -52094,7 +52824,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 259, + "line": 271, "character": 17 } ], @@ -52104,47 +52834,47 @@ "groups": [ { "title": "Enumerations", - "children": [96, 2118, 2123, 2128, 2132] + "children": [97, 2147, 2152, 2157, 2161] }, { "title": "Classes", "children": [ - 1434, 1424, 1491, 1482, 1567, 1474, 1518, 1545, 1466, 1444, 1555, 1454, 79, 69, 64, 74, - 275, 361, 677, 52, 1593, 1902, 1576, 112, 2138 + 1461, 1451, 1518, 1509, 1594, 1501, 1545, 1572, 1493, 1471, 1582, 1481, 79, 69, 64, 74, + 277, 363, 684, 52, 1620, 1929, 1603, 113, 2167 ] }, { "title": "Interfaces", "children": [ - 839, 799, 1390, 37, 11, 1044, 1237, 1347, 1107, 1290, 852, 825, 833, 802, 829, 982, 974, - 990, 2154, 2204 + 848, 807, 1417, 37, 11, 1055, 1248, 1374, 1118, 1317, 1297, 861, 833, 842, 810, 838, + 991, 983, 999, 2183, 2233 ] }, { "title": "Type Aliases", "children": [ - 797, 695, 694, 1101, 898, 1227, 1224, 1234, 1231, 1092, 1096, 1091, 1093, 1094, 1095, - 1269, 1087, 1268, 1270, 1102, 1097, 1088, 1086, 1079, 1386, 1387, 763, 754, 758, 768, - 772, 1250, 1319, 994, 954, 955, 815, 814, 86, 1038, 1028, 1047, 1052, 1048, 1059, 1033, - 1022, 705, 1247, 1271, 1286, 696, 1078, 1077, 1075, 1074, 1076, 1060, 1266, 1265, 1267, - 1073, 1061, 1072, 1065, 1064, 1066, 1070, 993, 1370, 1376, 1303, 1299, 1335, 1302, 1334, - 1300, 1301, 777, 1258, 1251, 50, 46, 48, 732, 693, 270, 274, 268, 1887, 1901, 2011, - 2040, 2047, 2054, 2078, 2059, 2069, 2088, 2098, 2108, 2117, 737, 746, 1276, 995, 862, - 911, 899, 876, 881, 1009, 1262, 1298, 868, 921, 937, 790, 734, 242, 1244, 1327, 793, - 973, 728, 727, 972 + 805, 702, 701, 1112, 907, 1238, 1235, 1245, 1242, 1103, 1107, 1102, 1104, 1105, 1106, + 1280, 1098, 1279, 1281, 1113, 1108, 1099, 1097, 1090, 1413, 1414, 771, 762, 766, 776, + 780, 1261, 1346, 1003, 963, 964, 823, 822, 86, 1049, 1039, 1058, 1063, 1059, 1070, 1044, + 1033, 712, 1258, 1282, 703, 1089, 1088, 1086, 1085, 1087, 1071, 1277, 1276, 1278, 1084, + 1072, 1083, 1076, 1075, 1077, 1081, 1002, 1397, 1403, 1330, 1326, 1362, 1329, 1361, + 1327, 1328, 785, 1269, 1262, 50, 46, 48, 740, 700, 272, 276, 270, 1914, 1928, 2039, + 2069, 2076, 2083, 2107, 2088, 2098, 2117, 2127, 2137, 2146, 745, 754, 1287, 1004, 871, + 920, 908, 885, 890, 1018, 1273, 1325, 877, 930, 946, 798, 742, 243, 1255, 1354, 801, + 982, 736, 735, 981 ] }, { "title": "Variables", - "children": [667, 668, 682, 2137, 1297] + "children": [674, 675, 689, 2166, 1324] }, { "title": "Functions", - "children": [1, 1409, 1406, 1415, 1418, 1412, 1421, 669, 685] + "children": [1, 1436, 1433, 1442, 1445, 1439, 1448, 676, 692] }, { "title": "References", - "children": [796, 832] + "children": [804, 841] } ], "packageName": "@supabase/supabase-js", @@ -52279,7 +53009,23 @@ }, { "kind": "text", - "text": "\n\n## Support Policy\n\nThis section outlines the scope of support for various runtime environments in Supabase JavaScript client.\n\n### Node.js\n\nWe only support Node.js versions that are in **Active LTS** or **Maintenance** status as defined by the [official Node.js release schedule](https://nodejs.org/en/about/previous-releases#release-schedule). This means we support versions that are currently receiving long-term support and critical bug fixes.\n\nWhen a Node.js version reaches end-of-life and is no longer in Active LTS or Maintenance status, Supabase will drop it in a **minor release**, and **this won't be considered a breaking change**.\n\n### Deno\n\nWe support Deno versions that are currently receiving active development and security updates. We follow the [official Deno release schedule](https://docs.deno.com/runtime/fundamentals/stability_and_releases/) and only support versions from the " + "text": "\n\n## Support Policy\n\nThis section outlines the scope of support for various runtime environments in Supabase JavaScript client.\n\n### Node.js\n\nWe only support Node.js versions that are in **Active LTS** or **Maintenance** status as defined by the [official Node.js release schedule](https://nodejs.org/en/about/previous-releases#release-schedule). This means we support versions that are currently receiving long-term support and critical bug fixes.\n\nWhen a Node.js version reaches end-of-life and is no longer in Active LTS or Maintenance status, Supabase will drop it in a **minor release**, and **this won't be considered a breaking change**.\n\n> ⚠️ **Node.js 18 Deprecation Notice**\n>\n> Node.js 18 reached end-of-life on April 30, 2025. As announced in [our deprecation notice](https://github.com/orgs/supabase/discussions/37217), support for Node.js 18 was dropped in version " + }, + { + "kind": "code", + "text": "`2.79.0`" + }, + { + "kind": "text", + "text": ".\n>\n> If you must use Node.js 18, please use version " + }, + { + "kind": "code", + "text": "`2.78.0`" + }, + { + "kind": "text", + "text": ", which is the last version that supported Node.js 18.\n\n### Deno\n\nWe support Deno versions that are currently receiving active development and security updates. We follow the [official Deno release schedule](https://docs.deno.com/runtime/fundamentals/stability_and_releases/) and only support versions from the " }, { "kind": "code", @@ -52295,41 +53041,57 @@ }, { "kind": "text", - "text": " release channels.\n\nWhen a Deno version reaches end-of-life and is no longer receiving security updates, Supabase will drop it in a **minor release**, and **this won't be considered a breaking change**.\n\n### Important Notes\n\n- **Experimental features**: Features marked as experimental may be removed or changed without notice\n\n## Development\n\nThis package is part of the [Supabase JavaScript monorepo](https://github.com/supabase/supabase-js). To work on this package:\n\n### Building\n\n" + "text": " release channels.\n\nWhen a Deno version reaches end-of-life and is no longer receiving security updates, Supabase will drop it in a **minor release**, and **this won't be considered a breaking change**.\n\n### Browsers\n\nAll modern browsers are supported. We support browsers that provide native " }, { "kind": "code", - "text": "```bash\n# From the monorepo root\nnpx nx build supabase-js\n\n# Or with watch mode for development\nnpx nx build supabase-js --watch\n```" + "text": "`fetch`" }, { "kind": "text", - "text": "\n\n### Testing\n\nThere's a complete guide on how to set up your environment for running locally the " + "text": " API. For Realtime features, browsers must also support native " }, { "kind": "code", - "text": "`supabase-js`" + "text": "`WebSocket`" }, { "kind": "text", - "text": " integration tests. Please refer to [TESTING.md](" + "text": " API.\n\n### Bun\n\nWe support Bun runtime environments. Bun provides native fetch support and is compatible with Node.js APIs. Since Bun does not follow a structured release schedule like Node.js or Deno, we support current stable versions of Bun and may drop support for older versions in minor releases without considering it a breaking change.\n\n### React Native\n\nWe support React Native environments with fetch polyfills provided by the framework. Since React Native does not follow a structured release schedule, we support current stable versions and may drop support for older versions in minor releases without considering it a breaking change.\n\n### Cloudflare Workers\n\nWe support Cloudflare Workers runtime environments. Cloudflare Workers provides native fetch support. Since Cloudflare Workers does not follow a structured release schedule, we support current stable versions and may drop support for older versions in minor releases without considering it a breaking change.\n\n### Important Notes\n\n- **Experimental features**: Features marked as experimental may be removed or changed without notice\n\n## Contributing\n\nWe welcome contributions! Please see our [Contributing Guide](" }, { "kind": "relative-link", - "text": "./TESTING.md", + "text": "../../../CONTRIBUTING.md", "target": 2 }, { "kind": "text", - "text": ").\n\n### Contributing\n\nWe welcome contributions! Please see our [Contributing Guide](" + "text": ") for details on how to get started.\n\nFor major changes or if you're unsure about something, please open an issue first to discuss your proposed changes.\n\n### Building\n\n" + }, + { + "kind": "code", + "text": "```bash\n# From the monorepo root\nnpx nx build supabase-js\n\n# Or with watch mode for development\nnpx nx build supabase-js --watch\n```" + }, + { + "kind": "text", + "text": "\n\n### Testing\n\nThere's a complete guide on how to set up your environment for running locally the " + }, + { + "kind": "code", + "text": "`supabase-js`" + }, + { + "kind": "text", + "text": " integration tests. Please refer to [TESTING.md](" }, { "kind": "relative-link", - "text": "../../../CONTRIBUTING.md", + "text": "./TESTING.md", "target": 3 }, { "kind": "text", - "text": ") for details on how to get started.\n\nFor major changes or if you're unsure about something, please open an issue first to discuss your proposed changes.\n\n## Badges\n\n[![Coverage Status](https://coveralls.io/repos/github/supabase/supabase-js/badge.svg?branch=master)](https://coveralls.io/github/supabase/supabase-js?branch=master)" + "text": ").\n\n## Badges\n\n[![Coverage Status](https://coveralls.io/repos/github/supabase/supabase-js/badge.svg?branch=master)](https://coveralls.io/github/supabase/supabase-js?branch=master)" } ], "symbolIdMap": { @@ -52715,239 +53477,239 @@ }, "96": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion" + "qualifiedName": "__type.timeout" }, "97": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.Any" + "qualifiedName": "FunctionRegion" }, "98": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.ApNortheast1" + "qualifiedName": "FunctionRegion.Any" }, "99": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.ApNortheast2" + "qualifiedName": "FunctionRegion.ApNortheast1" }, "100": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.ApSouth1" + "qualifiedName": "FunctionRegion.ApNortheast2" }, "101": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.ApSoutheast1" + "qualifiedName": "FunctionRegion.ApSouth1" }, "102": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.ApSoutheast2" + "qualifiedName": "FunctionRegion.ApSoutheast1" }, "103": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.CaCentral1" + "qualifiedName": "FunctionRegion.ApSoutheast2" }, "104": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.EuCentral1" + "qualifiedName": "FunctionRegion.CaCentral1" }, "105": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.EuWest1" + "qualifiedName": "FunctionRegion.EuCentral1" }, "106": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.EuWest2" + "qualifiedName": "FunctionRegion.EuWest1" }, "107": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.EuWest3" + "qualifiedName": "FunctionRegion.EuWest2" }, "108": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.SaEast1" + "qualifiedName": "FunctionRegion.EuWest3" }, "109": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.UsEast1" + "qualifiedName": "FunctionRegion.SaEast1" }, "110": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.UsWest1" + "qualifiedName": "FunctionRegion.UsEast1" }, "111": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.UsWest2" + "qualifiedName": "FunctionRegion.UsWest1" }, "112": { + "sourceFileName": "../functions-js/src/types.ts", + "qualifiedName": "FunctionRegion.UsWest2" + }, + "113": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default" }, - "113": { + "114": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.__constructor" }, - "114": { + "115": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default" }, - "115": { + "116": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.Database" }, - "116": { + "117": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.SchemaNameOrClientOptions" }, - "117": { + "118": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type" }, - "118": { + "119": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type.PostgrestVersion" }, - "119": { + "120": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.SchemaName" }, - "120": { + "121": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.Schema" }, - "121": { + "122": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.ClientOptions" }, - "122": { + "123": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type" }, - "123": { + "124": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type.PostgrestVersion" }, - "124": { + "125": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type" }, - "125": { + "126": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type.__InternalSupabase" }, - "126": { + "127": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type" }, - "127": { + "128": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type.PostgrestVersion" }, - "128": { + "129": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type" }, - "129": { + "130": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type.PostgrestVersion" }, - "130": { + "131": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type" }, - "131": { + "132": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type.PostgrestVersion" }, - "132": { + "133": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "supabaseUrl" }, - "133": { + "134": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "supabaseKey" }, - "134": { + "135": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "options" }, - "135": { + "136": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.auth" }, - "136": { + "137": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.realtime" }, - "137": { + "138": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.storage" }, - "138": { + "139": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.realtimeUrl" }, - "139": { + "140": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.authUrl" }, - "140": { + "141": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.storageUrl" }, - "141": { + "142": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.functionsUrl" }, - "142": { + "143": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.rest" }, - "143": { + "144": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.storageKey" }, - "144": { + "145": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.fetch" }, - "145": { + "146": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "146": { + "147": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "147": { + "148": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "input" }, - "148": { + "149": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "init" }, - "149": { + "150": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "fetch" }, - "150": { + "151": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "input" }, - "151": { + "152": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "init" }, - "152": { - "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.changedAccessToken" - }, "153": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.accessToken" + "qualifiedName": "default.changedAccessToken" }, "154": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type" + "qualifiedName": "default.accessToken" }, "155": { "sourceFileName": "src/SupabaseClient.ts", @@ -52955,19 +53717,19 @@ }, "156": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.headers" + "qualifiedName": "__type" }, "157": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.supabaseUrl" + "qualifiedName": "default.headers" }, "158": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.supabaseKey" + "qualifiedName": "default.supabaseUrl" }, "159": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.functions" + "qualifiedName": "default.supabaseKey" }, "160": { "sourceFileName": "src/SupabaseClient.ts", @@ -52975,7 +53737,7 @@ }, "161": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.from" + "qualifiedName": "default.functions" }, "162": { "sourceFileName": "src/SupabaseClient.ts", @@ -52983,35 +53745,35 @@ }, "163": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "TableName" + "qualifiedName": "default.from" }, "164": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "Table" + "qualifiedName": "TableName" }, "165": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "relation" + "qualifiedName": "Table" }, "166": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.from" + "qualifiedName": "relation" }, "167": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "ViewName" + "qualifiedName": "default.from" }, "168": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "View" + "qualifiedName": "ViewName" }, "169": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "relation" + "qualifiedName": "View" }, "170": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.schema" + "qualifiedName": "relation" }, "171": { "sourceFileName": "src/SupabaseClient.ts", @@ -53019,15 +53781,15 @@ }, "172": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "DynamicSchema" + "qualifiedName": "default.schema" }, "173": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "schema" + "qualifiedName": "DynamicSchema" }, "174": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.rpc" + "qualifiedName": "schema" }, "175": { "sourceFileName": "src/SupabaseClient.ts", @@ -53035,47 +53797,47 @@ }, "176": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "FnName" + "qualifiedName": "default.rpc" }, "177": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "Args" + "qualifiedName": "FnName" }, "178": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "FilterBuilder" + "qualifiedName": "Args" }, "179": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "fn" + "qualifiedName": "FilterBuilder" }, "180": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "args" + "qualifiedName": "fn" }, "181": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "options" + "qualifiedName": "args" }, "182": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type" + "qualifiedName": "options" }, "183": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type.head" + "qualifiedName": "__type" }, "184": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type.get" + "qualifiedName": "__type.head" }, "185": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type.count" + "qualifiedName": "__type.get" }, "186": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.channel" + "qualifiedName": "__type.count" }, "187": { "sourceFileName": "src/SupabaseClient.ts", @@ -53083,15 +53845,15 @@ }, "188": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "name" + "qualifiedName": "default.channel" }, "189": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "opts" + "qualifiedName": "name" }, "190": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.getChannels" + "qualifiedName": "opts" }, "191": { "sourceFileName": "src/SupabaseClient.ts", @@ -53099,7 +53861,7 @@ }, "192": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.removeChannel" + "qualifiedName": "default.getChannels" }, "193": { "sourceFileName": "src/SupabaseClient.ts", @@ -53107,2335 +53869,2327 @@ }, "194": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "channel" + "qualifiedName": "default.removeChannel" }, "195": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.removeAllChannels" + "qualifiedName": "channel" }, "196": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.removeAllChannels" }, - "225": { + "197": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.Database" + "qualifiedName": "default.removeAllChannels" }, "226": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.SchemaNameOrClientOptions" + "qualifiedName": "default.Database" }, "227": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type" + "qualifiedName": "default.SchemaNameOrClientOptions" }, "228": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type.PostgrestVersion" + "qualifiedName": "__type" }, "229": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.SchemaName" + "qualifiedName": "__type.PostgrestVersion" }, "230": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.Schema" + "qualifiedName": "default.SchemaName" }, "231": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.ClientOptions" + "qualifiedName": "default.Schema" }, "232": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type" + "qualifiedName": "default.ClientOptions" }, "233": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type.PostgrestVersion" + "qualifiedName": "__type" }, "234": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.PostgrestVersion" }, "235": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type.__InternalSupabase" + "qualifiedName": "__type" }, "236": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.__InternalSupabase" }, "237": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type.PostgrestVersion" + "qualifiedName": "__type" }, "238": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.PostgrestVersion" }, "239": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type.PostgrestVersion" + "qualifiedName": "__type" }, "240": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.PostgrestVersion" }, "241": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type.PostgrestVersion" + "qualifiedName": "__type" }, "242": { + "sourceFileName": "src/SupabaseClient.ts", + "qualifiedName": "__type.PostgrestVersion" + }, + "243": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "SupabaseClientOptions" }, - "243": { + "244": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "244": { + "245": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.db" }, - "245": { + "246": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "246": { + "247": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.schema" }, - "247": { + "248": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.auth" }, - "248": { + "249": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "249": { + "250": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.autoRefreshToken" }, - "250": { + "251": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.storageKey" }, - "251": { + "252": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.persistSession" }, - "252": { + "253": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.detectSessionInUrl" }, - "253": { + "254": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.storage" }, - "254": { + "255": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.userStorage" }, - "255": { + "256": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.flowType" }, - "256": { + "257": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.debug" }, - "257": { + "258": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.lock" }, - "258": { + "259": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.throwOnError" + }, + "260": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.realtime" }, - "259": { + "261": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.storage" }, - "260": { + "262": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.global" }, - "261": { + "263": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "262": { + "264": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.fetch" }, - "263": { + "265": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.headers" }, - "264": { + "266": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.accessToken" }, - "265": { + "267": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "266": { + "268": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "267": { + "269": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "SchemaName" }, - "268": { + "270": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "QueryResult" }, - "269": { + "271": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "T" }, - "270": { + "272": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "QueryData" }, - "271": { + "273": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "272": { + "274": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "273": { + "275": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "T" }, - "274": { + "276": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "QueryError" }, - "275": { + "277": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default" }, - "276": { + "278": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.__constructor" }, - "277": { + "279": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default" }, - "278": { + "280": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__0" }, - "279": { + "281": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type" }, - "280": { + "282": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.url" }, - "281": { + "283": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.headers" }, - "282": { + "284": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type" }, - "283": { + "285": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.__index" }, - "285": { + "287": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.fetch" }, - "286": { + "288": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "287": { + "289": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "288": { + "290": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "input" }, - "289": { + "291": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "init" }, - "290": { + "292": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "fetch" }, - "291": { + "293": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "input" }, - "292": { + "294": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "init" }, - "293": { + "295": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.mfa" }, - "294": { + "296": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.oauth" }, - "295": { + "297": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.url" }, - "296": { + "298": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.headers" }, - "297": { + "299": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type" }, - "298": { + "300": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.__index" }, - "300": { + "302": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.fetch" }, - "301": { + "303": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "302": { + "304": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "303": { + "305": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "input" }, - "304": { + "306": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "init" }, - "305": { + "307": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "fetch" }, - "306": { + "308": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "input" }, - "307": { + "309": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "init" }, - "308": { + "310": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.signOut" }, - "309": { + "311": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.signOut" }, - "310": { + "312": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "jwt" }, - "311": { + "313": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "scope" }, - "312": { + "314": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type" }, - "313": { + "315": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.data" }, - "314": { + "316": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.error" }, - "315": { + "317": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.inviteUserByEmail" }, - "316": { + "318": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.inviteUserByEmail" }, - "317": { + "319": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "email" }, - "318": { + "320": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "options" }, - "319": { + "321": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type" }, - "320": { + "322": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.data" }, - "321": { + "323": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.redirectTo" }, - "322": { + "324": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.generateLink" }, - "323": { + "325": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.generateLink" }, - "324": { + "326": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "params" }, - "325": { + "327": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.createUser" }, - "326": { + "328": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.createUser" }, - "327": { + "329": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "attributes" }, - "328": { + "330": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.listUsers" }, - "329": { + "331": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.listUsers" }, - "330": { + "332": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "params" }, - "331": { + "333": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type" }, - "332": { + "334": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.data" }, - "333": { + "335": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type" }, - "334": { + "336": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.users" }, - "335": { + "337": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.aud" }, - "336": { + "338": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.error" }, - "337": { + "339": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type" }, - "338": { + "340": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.data" }, - "339": { + "341": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type" }, - "340": { + "342": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.users" }, - "341": { + "343": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.error" }, - "342": { + "344": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.getUserById" }, - "343": { + "345": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.getUserById" }, - "344": { + "346": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "uid" }, - "345": { + "347": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.updateUserById" }, - "346": { + "348": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.updateUserById" }, - "347": { + "349": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "uid" }, - "348": { + "350": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "attributes" }, - "349": { + "351": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.deleteUser" }, - "350": { + "352": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.deleteUser" }, - "351": { + "353": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "id" }, - "352": { + "354": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "shouldSoftDelete" }, - "361": { + "363": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default" }, - "363": { + "365": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.__constructor" }, - "364": { + "366": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default" }, - "365": { + "367": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "options" }, - "367": { + "369": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.admin" }, - "368": { + "370": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.mfa" }, - "369": { + "371": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.oauth" }, - "370": { + "372": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.storageKey" }, - "371": { + "373": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.flowType" }, - "372": { + "374": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.jwks" }, - "373": { + "375": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.jwks" }, - "374": { + "376": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "375": { + "377": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.keys" }, - "376": { + "378": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.jwks" }, - "377": { + "379": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "value" }, - "378": { + "380": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "379": { + "381": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.keys" }, - "380": { + "382": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.jwks_cached_at" }, - "381": { + "383": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.jwks_cached_at" }, - "382": { + "384": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.jwks_cached_at" }, - "383": { + "385": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "value" }, - "384": { + "386": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.autoRefreshToken" }, - "385": { + "387": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.persistSession" }, - "386": { + "388": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.storage" }, - "387": { + "389": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.userStorage" }, - "388": { + "390": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.memoryStorage" }, - "389": { + "391": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "390": { + "392": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.__index" }, - "392": { + "394": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.stateChangeEmitters" }, - "393": { + "395": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.autoRefreshTicker" }, - "394": { + "396": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.visibilityChangedCallback" }, - "395": { + "397": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "396": { + "398": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "397": { + "399": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.refreshingDeferred" }, - "398": { + "400": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.initializePromise" }, - "399": { + "401": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.detectSessionInUrl" }, - "400": { + "402": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.url" }, - "401": { + "403": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.headers" }, - "402": { + "404": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "403": { + "405": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.__index" }, - "405": { + "407": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.hasCustomAuthorizationHeader" }, - "406": { + "408": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.suppressGetSessionWarning" }, - "407": { + "409": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.fetch" }, - "408": { + "410": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "409": { + "411": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "410": { + "412": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "input" }, - "411": { + "413": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "init" }, - "412": { + "414": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "fetch" }, - "413": { + "415": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "input" }, - "414": { + "416": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "init" }, - "415": { + "417": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.lock" }, - "416": { + "418": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.lockAcquired" }, - "417": { + "419": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.pendingInLock" }, - "418": { + "420": { + "sourceFileName": "../auth-js/src/GoTrueClient.ts", + "qualifiedName": "default.throwOnError" + }, + "421": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.broadcastChannel" }, - "419": { + "422": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.logDebugMessages" }, - "420": { + "423": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.logger" }, - "421": { + "424": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "422": { + "425": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "423": { + "426": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "message" }, - "424": { + "427": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "args" }, - "426": { + "428": { + "sourceFileName": "../auth-js/src/GoTrueClient.ts", + "qualifiedName": "default.isThrowOnErrorEnabled" + }, + "429": { + "sourceFileName": "../auth-js/src/GoTrueClient.ts", + "qualifiedName": "default.isThrowOnErrorEnabled" + }, + "433": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.initialize" }, - "427": { + "434": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.initialize" }, - "429": { + "436": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInAnonymously" }, - "430": { + "437": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInAnonymously" }, - "431": { + "438": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "432": { + "439": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signUp" }, - "433": { + "440": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signUp" }, - "434": { + "441": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "435": { + "442": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithPassword" }, - "436": { + "443": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithPassword" }, - "437": { + "444": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "438": { + "445": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithOAuth" }, - "439": { + "446": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithOAuth" }, - "440": { + "447": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "441": { + "448": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.exchangeCodeForSession" }, - "442": { + "449": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.exchangeCodeForSession" }, - "443": { + "450": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "authCode" }, - "444": { + "451": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithWeb3" }, - "445": { + "452": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithWeb3" }, - "446": { + "453": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "447": { + "454": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "448": { + "455": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "449": { + "456": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "450": { + "457": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "451": { + "458": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.user" }, - "452": { + "459": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "453": { + "460": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "454": { + "461": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "455": { + "462": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "456": { + "463": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "457": { + "464": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.user" }, - "458": { + "465": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "462": { + "469": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithIdToken" }, - "463": { + "470": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithIdToken" }, - "464": { + "471": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "465": { + "472": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithOtp" }, - "466": { + "473": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithOtp" }, - "467": { + "474": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "468": { + "475": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.verifyOtp" }, - "469": { + "476": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.verifyOtp" }, - "470": { + "477": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "params" }, - "471": { + "478": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithSSO" }, - "472": { + "479": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithSSO" }, - "473": { + "480": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "params" }, - "474": { + "481": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.reauthenticate" }, - "475": { + "482": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.reauthenticate" }, - "477": { + "484": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.resend" }, - "478": { + "485": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.resend" }, - "479": { + "486": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "480": { + "487": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.getSession" }, - "481": { + "488": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.getSession" }, - "482": { + "489": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "483": { + "490": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "484": { + "491": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "485": { + "492": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "486": { + "493": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "487": { + "494": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "488": { + "495": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "489": { + "496": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "490": { + "497": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "491": { + "498": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "492": { + "499": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "493": { + "500": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "494": { + "501": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "495": { + "502": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "496": { + "503": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "500": { + "507": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.getUser" }, - "501": { + "508": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.getUser" }, - "502": { + "509": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "jwt" }, - "504": { + "511": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.updateUser" }, - "505": { + "512": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.updateUser" }, - "506": { + "513": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "attributes" }, - "507": { + "514": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "options" }, - "508": { + "515": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "509": { + "516": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.emailRedirectTo" }, - "510": { + "517": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default._updateUser" }, - "511": { + "518": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default._updateUser" }, - "512": { + "519": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "attributes" }, - "513": { + "520": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "options" }, - "514": { + "521": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "515": { + "522": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.emailRedirectTo" }, - "516": { + "523": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.setSession" }, - "517": { + "524": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.setSession" }, - "518": { + "525": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "currentSession" }, - "519": { + "526": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "520": { + "527": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.access_token" }, - "521": { + "528": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.refresh_token" }, - "522": { + "529": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default._setSession" }, - "523": { + "530": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default._setSession" }, - "524": { + "531": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "currentSession" }, - "525": { + "532": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "526": { + "533": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.access_token" }, - "527": { + "534": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.refresh_token" }, - "528": { + "535": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.refreshSession" }, - "529": { + "536": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.refreshSession" }, - "530": { + "537": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "currentSession" }, - "531": { + "538": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "532": { + "539": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.refresh_token" }, - "533": { + "540": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default._refreshSession" }, - "534": { + "541": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default._refreshSession" }, - "535": { + "542": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "currentSession" }, - "536": { + "543": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "537": { + "544": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.refresh_token" }, - "541": { + "548": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signOut" }, - "542": { + "549": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signOut" }, - "543": { + "550": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "options" }, - "544": { + "551": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "545": { + "552": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "546": { + "553": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default._signOut" }, - "547": { + "554": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default._signOut" }, - "548": { + "555": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__0" }, - "549": { + "556": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "550": { + "557": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "551": { + "558": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.onAuthStateChange" }, - "552": { + "559": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.onAuthStateChange" }, - "553": { + "560": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "callback" }, - "554": { + "561": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "555": { + "562": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "556": { + "563": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "event" }, - "557": { + "564": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "session" }, - "558": { + "565": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "559": { + "566": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "560": { + "567": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "561": { + "568": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.subscription" }, - "562": { + "569": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.onAuthStateChange" }, - "563": { + "570": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "callback" }, - "564": { + "571": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "565": { + "572": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "566": { + "573": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "event" }, - "567": { + "574": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "session" }, - "568": { + "575": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "569": { + "576": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "570": { + "577": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "571": { + "578": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.subscription" }, - "573": { + "580": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.resetPasswordForEmail" }, - "574": { + "581": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.resetPasswordForEmail" }, - "575": { + "582": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "email" }, - "576": { + "583": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "options" }, - "577": { + "584": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "578": { + "585": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.redirectTo" }, - "579": { + "586": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.captchaToken" }, - "580": { + "587": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "581": { + "588": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "582": { + "589": { "sourceFileName": "", "qualifiedName": "__type" }, - "583": { + "590": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "584": { + "591": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "585": { + "592": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "586": { + "593": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "587": { + "594": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.getUserIdentities" }, - "588": { + "595": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.getUserIdentities" }, - "589": { + "596": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "590": { + "597": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "591": { + "598": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "592": { + "599": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.identities" }, - "593": { + "600": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "594": { + "601": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "595": { + "602": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "596": { + "603": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "597": { + "604": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.linkIdentity" }, - "598": { + "605": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.linkIdentity" }, - "599": { + "606": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "600": { + "607": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.linkIdentity" }, - "601": { + "608": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "604": { + "611": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.unlinkIdentity" }, - "605": { + "612": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.unlinkIdentity" }, - "606": { + "613": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "identity" }, - "607": { + "614": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "608": { + "615": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "609": { + "616": { "sourceFileName": "", "qualifiedName": "__type" }, - "610": { + "617": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "611": { + "618": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "612": { + "619": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "613": { + "620": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "625": { + "632": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.startAutoRefresh" }, - "626": { + "633": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.startAutoRefresh" }, - "627": { + "634": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.stopAutoRefresh" }, - "628": { + "635": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.stopAutoRefresh" }, - "644": { + "651": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.getClaims" }, - "645": { + "652": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.getClaims" }, - "646": { + "653": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "jwt" }, - "647": { + "654": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "options" }, - "648": { + "655": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "649": { + "656": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.keys" }, - "650": { + "657": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.allowExpired" }, - "651": { + "658": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.jwks" }, - "652": { + "659": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "653": { + "660": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.keys" }, - "654": { + "661": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "655": { + "662": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "656": { + "663": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "657": { + "664": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.claims" }, - "658": { + "665": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.header" }, - "659": { + "666": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.signature" }, - "660": { + "667": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "661": { + "668": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "662": { + "669": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "663": { + "670": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "664": { + "671": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "665": { + "672": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "666": { + "673": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "667": { + "674": { "sourceFileName": "../auth-js/src/AuthAdminApi.ts", "qualifiedName": "AuthAdminApi" }, - "668": { + "675": { "sourceFileName": "../auth-js/src/AuthClient.ts", "qualifiedName": "AuthClient" }, - "669": { + "676": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "navigatorLock" }, - "670": { + "677": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "navigatorLock" }, - "671": { + "678": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "R" }, - "672": { + "679": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "name" }, - "673": { + "680": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "acquireTimeout" }, - "674": { + "681": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "fn" }, - "675": { + "682": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "__type" }, - "676": { + "683": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "__type" }, - "677": { + "684": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "NavigatorLockAcquireTimeoutError" }, - "678": { + "685": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "LockAcquireTimeoutError.__constructor" }, - "679": { + "686": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "NavigatorLockAcquireTimeoutError" }, - "680": { + "687": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "message" }, - "681": { + "688": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "LockAcquireTimeoutError.isAcquireTimeout" }, - "682": { + "689": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "internals" }, - "683": { + "690": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "__type" }, - "684": { + "691": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "__type.debug" }, - "685": { + "692": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "processLock" }, - "686": { + "693": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "processLock" }, - "687": { + "694": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "R" }, - "688": { + "695": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "name" }, - "689": { + "696": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "acquireTimeout" }, - "690": { + "697": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "fn" }, - "691": { + "698": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "__type" }, - "692": { + "699": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "__type" }, - "693": { + "700": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "Provider" }, - "694": { + "701": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthChangeEventMFA" }, - "695": { + "702": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthChangeEvent" }, - "696": { + "703": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "LockFunc" }, - "697": { + "704": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "698": { + "705": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "699": { + "706": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "name" }, - "700": { + "707": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "acquireTimeout" }, - "701": { + "708": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "fn" }, - "702": { + "709": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "703": { + "710": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "704": { + "711": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "R" }, - "705": { + "712": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueClientOptions" }, - "706": { + "713": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "707": { + "714": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.url" }, - "708": { + "715": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.headers" }, - "709": { + "716": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "710": { + "717": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.__index" }, - "712": { + "719": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.storageKey" }, - "713": { + "720": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.detectSessionInUrl" }, - "714": { + "721": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.autoRefreshToken" }, - "715": { + "722": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.persistSession" }, - "716": { + "723": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.storage" }, - "717": { + "724": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.userStorage" }, - "718": { + "725": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.fetch" }, - "719": { + "726": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.flowType" }, - "720": { + "727": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.debug" }, - "721": { + "728": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "722": { + "729": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "723": { + "730": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "message" }, - "724": { + "731": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "args" }, - "725": { + "732": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.lock" }, - "726": { + "733": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.hasCustomAuthorizationHeader" }, - "727": { + "734": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.throwOnError" + }, + "735": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "WeakPasswordReasons" }, - "728": { + "736": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "WeakPassword" }, - "729": { + "737": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "730": { + "738": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.reasons" }, - "731": { + "739": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.message" }, - "732": { + "740": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "Prettify" }, - "733": { + "741": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "T" }, - "734": { + "742": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "StrictOmit" }, - "735": { + "743": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "T" }, - "736": { + "744": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "K" }, - "737": { + "745": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "RequestResult" }, - "738": { + "746": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "739": { + "747": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.data" }, - "740": { + "748": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.error" }, - "741": { + "749": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "742": { + "750": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.data" }, - "743": { + "751": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.error" }, - "744": { + "752": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "T" }, - "745": { + "753": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "ErrorType" }, - "746": { + "754": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "RequestResultSafeDestructure" }, - "747": { + "755": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "748": { + "756": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.data" }, - "749": { + "757": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.error" }, - "750": { + "758": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "751": { + "759": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.data" }, - "752": { + "760": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.error" }, - "753": { + "761": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "T" }, - "754": { + "762": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthResponse" }, - "755": { + "763": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "756": { + "764": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.user" }, - "757": { + "765": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.session" }, - "758": { + "766": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthResponsePassword" }, - "759": { + "767": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "760": { + "768": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.user" }, - "761": { + "769": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.session" }, - "762": { + "770": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.weak_password" }, - "763": { + "771": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOtpResponse" }, - "764": { + "772": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "765": { + "773": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.user" }, - "766": { + "774": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.session" }, - "767": { + "775": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.messageId" }, - "768": { + "776": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthTokenResponse" }, - "769": { + "777": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "770": { + "778": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.user" }, - "771": { + "779": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.session" }, - "772": { + "780": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthTokenResponsePassword" }, - "773": { + "781": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "774": { + "782": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.user" }, - "775": { + "783": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.session" }, - "776": { + "784": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.weakPassword" }, - "777": { + "785": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthResponse" }, - "778": { + "786": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "779": { + "787": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.data" }, - "780": { + "788": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "781": { + "789": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.provider" }, - "782": { + "790": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.url" }, - "783": { + "791": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.error" }, - "784": { + "792": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "785": { + "793": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.data" }, - "786": { + "794": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "787": { + "795": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.provider" }, - "788": { + "796": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.url" }, - "789": { + "797": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.error" }, - "790": { + "798": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "SSOResponse" }, - "791": { + "799": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "792": { + "800": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.url" }, - "793": { + "801": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserResponse" }, - "794": { + "802": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "795": { + "803": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.user" }, - "796": { + "804": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "Session" }, - "797": { + "805": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AMRMethod" }, - "798": { + "806": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "799": { + "807": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AMREntry" }, - "800": { + "808": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AMREntry.method" }, - "801": { + "809": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AMREntry.timestamp" }, - "802": { + "810": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserIdentity" }, - "803": { + "811": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserIdentity.id" }, - "804": { + "812": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserIdentity.user_id" }, - "805": { + "813": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserIdentity.identity_data" }, - "806": { + "814": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "807": { + "815": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.__index" }, - "809": { + "817": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserIdentity.identity_id" }, - "810": { + "818": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserIdentity.provider" }, - "811": { + "819": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserIdentity.created_at" }, - "812": { + "820": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserIdentity.last_sign_in_at" }, - "813": { + "821": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserIdentity.updated_at" }, - "814": { + "822": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "FactorType" }, - "815": { + "823": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "Factor" }, - "816": { + "824": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "817": { + "825": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.id" }, - "818": { + "826": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.friendly_name" }, - "819": { + "827": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.factor_type" }, - "820": { + "828": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.status" }, - "821": { + "829": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.created_at" }, - "822": { + "830": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.updated_at" }, - "823": { + "831": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "Type" }, - "824": { - "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "Status" - }, - "825": { - "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserAppMetadata" - }, - "826": { - "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserAppMetadata.provider" - }, - "827": { - "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserAppMetadata.__index" - }, - "829": { - "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserMetadata" - }, - "830": { - "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserMetadata.__index" - }, "832": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "User" + "qualifiedName": "Status" }, "833": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserAttributes" + "qualifiedName": "UserAppMetadata" }, "834": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserAttributes.email" + "qualifiedName": "UserAppMetadata.provider" }, "835": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserAttributes.phone" + "qualifiedName": "UserAppMetadata.providers" }, "836": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserAttributes.password" - }, - "837": { - "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserAttributes.nonce" + "qualifiedName": "UserAppMetadata.__index" }, "838": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserAttributes.data" + "qualifiedName": "UserMetadata" }, "839": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AdminUserAttributes" - }, - "840": { - "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.user_metadata" + "qualifiedName": "UserMetadata.__index" }, "841": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.app_metadata" + "qualifiedName": "User" }, "842": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.email_confirm" + "qualifiedName": "UserAttributes" }, "843": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.phone_confirm" + "qualifiedName": "UserAttributes.email" }, "844": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.ban_duration" + "qualifiedName": "UserAttributes.phone" }, "845": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.role" + "qualifiedName": "UserAttributes.password" }, "846": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.password_hash" + "qualifiedName": "UserAttributes.nonce" }, "847": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.id" + "qualifiedName": "UserAttributes.data" }, "848": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "nonce" + "qualifiedName": "AdminUserAttributes" }, "849": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "email" + "qualifiedName": "AdminUserAttributes.user_metadata" }, "850": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "password" + "qualifiedName": "AdminUserAttributes.app_metadata" }, "851": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "phone" + "qualifiedName": "AdminUserAttributes.email_confirm" }, "852": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "Subscription" + "qualifiedName": "AdminUserAttributes.phone_confirm" }, "853": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "Subscription.id" + "qualifiedName": "AdminUserAttributes.ban_duration" }, "854": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "Subscription.callback" + "qualifiedName": "AdminUserAttributes.role" }, "855": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AdminUserAttributes.password_hash" }, "856": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AdminUserAttributes.id" }, "857": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "event" + "qualifiedName": "nonce" }, "858": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "session" + "qualifiedName": "email" }, "859": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "Subscription.unsubscribe" + "qualifiedName": "password" }, "860": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "phone" }, "861": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "Subscription" }, "862": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SignInAnonymouslyCredentials" + "qualifiedName": "Subscription.id" }, "863": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "Subscription.callback" }, "864": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "865": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55443,15 +56197,15 @@ }, "866": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.data" + "qualifiedName": "event" }, "867": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "session" }, "868": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SignUpWithPasswordCredentials" + "qualifiedName": "Subscription.unsubscribe" }, "869": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55459,79 +56213,79 @@ }, "870": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "871": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "SignInAnonymouslyCredentials" }, "872": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.emailRedirectTo" + "qualifiedName": "__type" }, "873": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.data" + "qualifiedName": "__type.options" }, "874": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type" }, "875": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.channel" + "qualifiedName": "__type.data" }, "876": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SignInWithPasswordCredentials" + "qualifiedName": "__type.captchaToken" }, "877": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "SignUpWithPasswordCredentials" }, "878": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "879": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.options" }, "880": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type" }, "881": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SignInWithPasswordlessCredentials" + "qualifiedName": "__type.emailRedirectTo" }, "882": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.data" }, "883": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "__type.captchaToken" }, "884": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.channel" }, "885": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "SignInWithPasswordCredentials" }, "886": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.emailRedirectTo" + "qualifiedName": "__type" }, "887": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.shouldCreateUser" + "qualifiedName": "__type.options" }, "888": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.data" + "qualifiedName": "__type" }, "889": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55539,87 +56293,91 @@ }, "890": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "SignInWithPasswordlessCredentials" }, "891": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.phone" + "qualifiedName": "__type" }, "892": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.email" }, "893": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.options" }, "894": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.shouldCreateUser" + "qualifiedName": "__type" }, "895": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.data" + "qualifiedName": "__type.emailRedirectTo" }, "896": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.shouldCreateUser" }, "897": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.channel" + "qualifiedName": "__type.data" }, "898": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthFlowType" + "qualifiedName": "__type.captchaToken" }, "899": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SignInWithOAuthCredentials" + "qualifiedName": "__type" }, "900": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.phone" }, "901": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.provider" + "qualifiedName": "__type.options" }, "902": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "903": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.shouldCreateUser" }, "904": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.redirectTo" + "qualifiedName": "__type.data" }, "905": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.scopes" + "qualifiedName": "__type.captchaToken" }, "906": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.queryParams" + "qualifiedName": "__type.channel" }, "907": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AuthFlowType" }, "908": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.__index" + "qualifiedName": "SignInWithOAuthCredentials" + }, + "909": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type" }, "910": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.skipBrowserRedirect" + "qualifiedName": "__type.provider" }, "911": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SignInWithIdTokenCredentials" + "qualifiedName": "__type.options" }, "912": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55627,63 +56385,59 @@ }, "913": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.provider" + "qualifiedName": "__type.redirectTo" }, "914": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.scopes" }, "915": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.token" + "qualifiedName": "__type.queryParams" }, "916": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.access_token" + "qualifiedName": "__type" }, "917": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.nonce" - }, - "918": { - "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.__index" }, "919": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.skipBrowserRedirect" }, "920": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "SignInWithIdTokenCredentials" }, "921": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SolanaWallet" + "qualifiedName": "__type" }, "922": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.provider" }, "923": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.signIn" + "qualifiedName": "__type" }, "924": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.token" }, "925": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.access_token" }, "926": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "inputs" + "qualifiedName": "__type.nonce" }, "927": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.publicKey" + "qualifiedName": "__type.options" }, "928": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55691,11 +56445,11 @@ }, "929": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.toBase58" + "qualifiedName": "__type.captchaToken" }, "930": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "SolanaWallet" }, "931": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55703,7 +56457,7 @@ }, "932": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.signMessage" + "qualifiedName": "__type.signIn" }, "933": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55715,35 +56469,35 @@ }, "935": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "message" + "qualifiedName": "inputs" }, "936": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "encoding" + "qualifiedName": "__type.publicKey" }, "937": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SolanaWeb3Credentials" + "qualifiedName": "__type" }, "938": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.toBase58" }, "939": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.chain" + "qualifiedName": "__type" }, "940": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.wallet" + "qualifiedName": "__type" }, "941": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.statement" + "qualifiedName": "__type.signMessage" }, "942": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "943": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55751,15 +56505,15 @@ }, "944": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.url" + "qualifiedName": "message" }, "945": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "encoding" }, "946": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.signInWithSolana" + "qualifiedName": "SolanaWeb3Credentials" }, "947": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55771,11 +56525,11 @@ }, "949": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.message" + "qualifiedName": "__type.wallet" }, "950": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.signature" + "qualifiedName": "__type.statement" }, "951": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55787,15 +56541,15 @@ }, "953": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.url" }, "954": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "EthereumWallet" + "qualifiedName": "__type.captchaToken" }, "955": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "EthereumWeb3Credentials" + "qualifiedName": "__type.signInWithSolana" }, "956": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55807,11 +56561,11 @@ }, "958": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.wallet" + "qualifiedName": "__type.message" }, "959": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.statement" + "qualifiedName": "__type.signature" }, "960": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55823,15 +56577,15 @@ }, "962": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.url" + "qualifiedName": "__type.captchaToken" }, "963": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "EthereumWallet" }, "964": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.signInWithEthereum" + "qualifiedName": "EthereumWeb3Credentials" }, "965": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55843,11 +56597,11 @@ }, "967": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.message" + "qualifiedName": "__type.wallet" }, "968": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.signature" + "qualifiedName": "__type.statement" }, "969": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55859,35 +56613,35 @@ }, "971": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.url" }, "972": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "Web3Credentials" + "qualifiedName": "__type.captchaToken" }, "973": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyOtpParams" + "qualifiedName": "__type.signInWithEthereum" }, "974": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams" + "qualifiedName": "__type" }, "975": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams.phone" + "qualifiedName": "__type.chain" }, "976": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams.token" + "qualifiedName": "__type.message" }, "977": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams.type" + "qualifiedName": "__type.signature" }, "978": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams.options" + "qualifiedName": "__type.options" }, "979": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55895,67 +56649,67 @@ }, "980": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.redirectTo" + "qualifiedName": "__type.captchaToken" }, "981": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "Web3Credentials" }, "982": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams" + "qualifiedName": "VerifyOtpParams" }, "983": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams.email" + "qualifiedName": "VerifyMobileOtpParams" }, "984": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams.token" + "qualifiedName": "VerifyMobileOtpParams.phone" }, "985": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams.type" + "qualifiedName": "VerifyMobileOtpParams.token" }, "986": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams.options" + "qualifiedName": "VerifyMobileOtpParams.type" }, "987": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "VerifyMobileOtpParams.options" }, "988": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.redirectTo" + "qualifiedName": "__type" }, "989": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.redirectTo" }, "990": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyTokenHashParams" + "qualifiedName": "__type.captchaToken" }, "991": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyTokenHashParams.token_hash" + "qualifiedName": "VerifyEmailOtpParams" }, "992": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyTokenHashParams.type" + "qualifiedName": "VerifyEmailOtpParams.email" }, "993": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MobileOtpType" + "qualifiedName": "VerifyEmailOtpParams.token" }, "994": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "EmailOtpType" + "qualifiedName": "VerifyEmailOtpParams.type" }, "995": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "ResendParams" + "qualifiedName": "VerifyEmailOtpParams.options" }, "996": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55963,79 +56717,79 @@ }, "997": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type.redirectTo" }, "998": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "__type.captchaToken" }, "999": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "VerifyTokenHashParams" }, "1000": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "VerifyTokenHashParams.token_hash" }, "1001": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.emailRedirectTo" + "qualifiedName": "VerifyTokenHashParams.type" }, "1002": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "MobileOtpType" }, "1003": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "EmailOtpType" }, "1004": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "ResendParams" }, "1005": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.phone" + "qualifiedName": "__type" }, "1006": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.type" }, "1007": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.email" }, "1008": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.options" }, "1009": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SignInWithSSO" + "qualifiedName": "__type" }, "1010": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.emailRedirectTo" }, "1011": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.providerId" + "qualifiedName": "__type.captchaToken" }, "1012": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "1013": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.type" }, "1014": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.redirectTo" + "qualifiedName": "__type.phone" }, "1015": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.options" }, "1016": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -56043,11 +56797,11 @@ }, "1017": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.domain" + "qualifiedName": "__type.captchaToken" }, "1018": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "SignInWithSSO" }, "1019": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -56055,39 +56809,39 @@ }, "1020": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.redirectTo" + "qualifiedName": "__type.providerId" }, "1021": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.options" }, "1022": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateSignupLinkParams" + "qualifiedName": "__type" }, "1023": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.redirectTo" }, "1024": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type.captchaToken" }, "1025": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "__type.skipBrowserRedirect" }, "1026": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.password" + "qualifiedName": "__type" }, "1027": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.domain" }, "1028": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateInviteOrMagiclinkParams" + "qualifiedName": "__type.options" }, "1029": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -56095,19 +56849,19 @@ }, "1030": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type.redirectTo" }, "1031": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "__type.captchaToken" }, "1032": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.skipBrowserRedirect" }, "1033": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateRecoveryLinkParams" + "qualifiedName": "GenerateSignupLinkParams" }, "1034": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -56123,27 +56877,27 @@ }, "1037": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.password" }, "1038": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateEmailChangeLinkParams" + "qualifiedName": "__type.options" }, "1039": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GenerateInviteOrMagiclinkParams" }, "1040": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type" }, "1041": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "__type.type" }, "1042": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.newEmail" + "qualifiedName": "__type.email" }, "1043": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -56151,331 +56905,331 @@ }, "1044": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateLinkOptions" + "qualifiedName": "GenerateRecoveryLinkParams" }, "1045": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateLinkOptions.data" + "qualifiedName": "__type" }, "1046": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateLinkOptions.redirectTo" + "qualifiedName": "__type.type" }, "1047": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateLinkParams" + "qualifiedName": "__type.email" }, "1048": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateLinkResponse" + "qualifiedName": "__type.options" }, "1049": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GenerateEmailChangeLinkParams" }, "1050": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.properties" + "qualifiedName": "__type" }, "1051": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.user" + "qualifiedName": "__type.type" }, "1052": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateLinkProperties" + "qualifiedName": "__type.email" }, "1053": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.newEmail" }, "1054": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.action_link" + "qualifiedName": "__type.options" }, "1055": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.email_otp" + "qualifiedName": "GenerateLinkOptions" }, "1056": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.hashed_token" + "qualifiedName": "GenerateLinkOptions.data" }, "1057": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.redirect_to" + "qualifiedName": "GenerateLinkOptions.redirectTo" }, "1058": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.verification_type" + "qualifiedName": "GenerateLinkParams" }, "1059": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateLinkType" + "qualifiedName": "GenerateLinkResponse" }, "1060": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAEnrollParams" + "qualifiedName": "__type" }, "1061": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAUnenrollParams" + "qualifiedName": "__type.properties" }, "1062": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.user" }, "1063": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.factorId" + "qualifiedName": "GenerateLinkProperties" }, "1064": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAVerifyTOTPParams" + "qualifiedName": "__type" }, "1065": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAVerifyPhoneParams" + "qualifiedName": "__type.action_link" }, "1066": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAVerifyWebauthnParamFields" + "qualifiedName": "__type.email_otp" }, "1067": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.hashed_token" }, "1068": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.webauthn" + "qualifiedName": "__type.redirect_to" }, "1069": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "T" + "qualifiedName": "__type.verification_type" }, "1070": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAVerifyWebauthnParams" + "qualifiedName": "GenerateLinkType" }, "1071": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "T" + "qualifiedName": "MFAEnrollParams" }, "1072": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAVerifyParams" + "qualifiedName": "MFAUnenrollParams" }, "1073": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFATOTPChannel" + "qualifiedName": "__type" }, "1074": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAChallengeTOTPParams" + "qualifiedName": "__type.factorId" }, "1075": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAChallengePhoneParams" + "qualifiedName": "MFAVerifyTOTPParams" }, "1076": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAChallengeWebauthnParams" + "qualifiedName": "MFAVerifyPhoneParams" }, "1077": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAChallengeParams" + "qualifiedName": "MFAVerifyWebauthnParamFields" }, "1078": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAChallengeAndVerifyParams" + "qualifiedName": "__type" }, "1079": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAVerifyResponseData" + "qualifiedName": "__type.webauthn" }, "1080": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "T" }, "1081": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.access_token" + "qualifiedName": "MFAVerifyWebauthnParams" }, "1082": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.token_type" + "qualifiedName": "T" }, "1083": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.expires_in" + "qualifiedName": "MFAVerifyParams" }, "1084": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.refresh_token" + "qualifiedName": "MFATOTPChannel" }, "1085": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.user" + "qualifiedName": "MFAChallengeTOTPParams" }, "1086": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAVerifyResponse" + "qualifiedName": "MFAChallengePhoneParams" }, "1087": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAEnrollResponse" + "qualifiedName": "MFAChallengeWebauthnParams" }, "1088": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAUnenrollResponse" + "qualifiedName": "MFAChallengeParams" }, "1089": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "MFAChallengeAndVerifyParams" }, "1090": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.id" + "qualifiedName": "AuthMFAVerifyResponseData" }, "1091": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeTOTPResponse" + "qualifiedName": "__type" }, "1092": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAChallengePhoneResponse" + "qualifiedName": "__type.access_token" }, "1093": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeWebauthnResponse" + "qualifiedName": "__type.token_type" }, "1094": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeWebauthnResponseDataJSON" + "qualifiedName": "__type.expires_in" }, "1095": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeWebauthnServerResponse" + "qualifiedName": "__type.refresh_token" }, "1096": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeResponse" + "qualifiedName": "__type.user" }, "1097": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAListFactorsResponse" + "qualifiedName": "AuthMFAVerifyResponse" }, "1098": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AuthMFAEnrollResponse" }, "1099": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.all" + "qualifiedName": "AuthMFAUnenrollResponse" }, "1100": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "T" + "qualifiedName": "__type" }, "1101": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthenticatorAssuranceLevels" + "qualifiedName": "__type.id" }, "1102": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAGetAuthenticatorAssuranceLevelResponse" + "qualifiedName": "AuthMFAChallengeTOTPResponse" }, "1103": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AuthMFAChallengePhoneResponse" }, "1104": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.currentLevel" + "qualifiedName": "AuthMFAChallengeWebauthnResponse" }, "1105": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.nextLevel" + "qualifiedName": "AuthMFAChallengeWebauthnResponseDataJSON" }, "1106": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.currentAuthenticationMethods" + "qualifiedName": "AuthMFAChallengeWebauthnServerResponse" }, "1107": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi" + "qualifiedName": "AuthMFAChallengeResponse" }, "1108": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.enroll" + "qualifiedName": "AuthMFAListFactorsResponse" }, "1109": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.enroll" + "qualifiedName": "__type" }, "1110": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type.all" }, "1111": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "T" }, "1112": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorType" + "qualifiedName": "AuthenticatorAssuranceLevels" }, "1113": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "friendlyName" + "qualifiedName": "AuthMFAGetAuthenticatorAssuranceLevelResponse" }, "1114": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "issuer" + "qualifiedName": "__type" }, "1115": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.enroll" + "qualifiedName": "__type.currentLevel" }, "1116": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type.nextLevel" }, "1117": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.currentAuthenticationMethods" }, "1118": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorType" + "qualifiedName": "GoTrueMFAApi" }, "1119": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "friendlyName" + "qualifiedName": "GoTrueMFAApi.enroll" }, "1120": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "phone" + "qualifiedName": "GoTrueMFAApi.enroll" }, "1121": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.enroll" + "qualifiedName": "params" }, "1122": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type" }, "1123": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "factorType" }, "1124": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorType" + "qualifiedName": "friendlyName" }, "1125": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "friendlyName" + "qualifiedName": "issuer" }, "1126": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -56487,163 +57241,163 @@ }, "1128": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challenge" + "qualifiedName": "__type" }, "1129": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challenge" + "qualifiedName": "factorType" }, "1130": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "friendlyName" }, "1131": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "phone" }, "1132": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "GoTrueMFAApi.enroll" }, "1133": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "params" }, "1134": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "data" + "qualifiedName": "__type" }, "1135": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "error" + "qualifiedName": "factorType" }, "1136": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "friendlyName" }, "1137": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "data" + "qualifiedName": "GoTrueMFAApi.enroll" }, "1138": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "params" }, "1139": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "id" + "qualifiedName": "GoTrueMFAApi.challenge" }, "1140": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "type" + "qualifiedName": "GoTrueMFAApi.challenge" }, "1141": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "expires_at" + "qualifiedName": "params" }, "1142": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "error" + "qualifiedName": "__type" }, "1143": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challenge" + "qualifiedName": "factorId" }, "1144": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type" }, "1145": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "data" }, "1146": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "error" }, "1147": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "channel" + "qualifiedName": "__type" }, "1148": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "data" }, "1149": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "data" + "qualifiedName": "__type" }, "1150": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "error" + "qualifiedName": "id" }, "1151": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "type" }, "1152": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "data" + "qualifiedName": "expires_at" }, "1153": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "error" }, "1154": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "id" + "qualifiedName": "GoTrueMFAApi.challenge" }, "1155": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "type" + "qualifiedName": "params" }, "1156": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "expires_at" + "qualifiedName": "__type" }, "1157": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "error" + "qualifiedName": "factorId" }, "1158": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challenge" + "qualifiedName": "channel" }, "1159": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type" }, "1160": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "data" }, "1161": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "error" }, "1162": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "webauthn" + "qualifiedName": "__type" }, "1163": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "data" }, "1164": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.rpId" + "qualifiedName": "__type" }, "1165": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.rpOrigins" + "qualifiedName": "id" }, "1166": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "type" }, "1167": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "data" + "qualifiedName": "expires_at" }, "1168": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -56651,11 +57405,11 @@ }, "1169": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueMFAApi.challenge" }, "1170": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "data" + "qualifiedName": "params" }, "1171": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -56663,83 +57417,83 @@ }, "1172": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "id" + "qualifiedName": "factorId" }, "1173": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "type" + "qualifiedName": "webauthn" }, "1174": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "expires_at" + "qualifiedName": "__type" }, "1175": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "webauthn" + "qualifiedName": "__type.rpId" }, "1176": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.rpOrigins" }, "1177": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type" }, "1178": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.credential_options" + "qualifiedName": "data" }, "1179": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "error" }, "1180": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.publicKey" + "qualifiedName": "__type" }, "1181": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "data" }, "1182": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type" }, "1183": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.credential_options" + "qualifiedName": "id" }, "1184": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "type" }, "1185": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.publicKey" + "qualifiedName": "expires_at" }, "1186": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "error" + "qualifiedName": "webauthn" }, "1187": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challenge" + "qualifiedName": "__type" }, "1188": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type.type" }, "1189": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.verify" + "qualifiedName": "__type.credential_options" }, "1190": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.verify" + "qualifiedName": "__type" }, "1191": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type.publicKey" }, "1192": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -56747,263 +57501,267 @@ }, "1193": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "__type.type" }, "1194": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "challengeId" + "qualifiedName": "__type.credential_options" }, "1195": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "code" + "qualifiedName": "__type" }, "1196": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.verify" + "qualifiedName": "__type.publicKey" }, "1197": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "error" }, "1198": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueMFAApi.challenge" }, "1199": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "params" }, "1200": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "challengeId" + "qualifiedName": "GoTrueMFAApi.verify" }, "1201": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "code" + "qualifiedName": "GoTrueMFAApi.verify" }, "1202": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.verify" + "qualifiedName": "params" }, "1203": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type" }, "1204": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "factorId" }, "1205": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "challengeId" }, "1206": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "challengeId" + "qualifiedName": "code" }, "1207": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "webauthn" + "qualifiedName": "GoTrueMFAApi.verify" }, "1208": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.verify" + "qualifiedName": "params" }, "1209": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type" }, "1210": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.unenroll" + "qualifiedName": "factorId" }, "1211": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.unenroll" + "qualifiedName": "challengeId" }, "1212": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "code" }, "1213": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challengeAndVerify" + "qualifiedName": "GoTrueMFAApi.verify" }, "1214": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challengeAndVerify" + "qualifiedName": "params" }, "1215": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type" }, "1216": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "factorId" }, "1217": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "challengeId" }, "1218": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "code" + "qualifiedName": "webauthn" }, "1219": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.listFactors" + "qualifiedName": "GoTrueMFAApi.verify" }, "1220": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.listFactors" + "qualifiedName": "params" }, "1221": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.getAuthenticatorAssuranceLevel" + "qualifiedName": "GoTrueMFAApi.unenroll" }, "1222": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.getAuthenticatorAssuranceLevel" + "qualifiedName": "GoTrueMFAApi.unenroll" }, "1223": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.webauthn" + "qualifiedName": "params" }, "1224": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAAdminDeleteFactorResponse" + "qualifiedName": "GoTrueMFAApi.challengeAndVerify" }, "1225": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueMFAApi.challengeAndVerify" }, "1226": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.id" + "qualifiedName": "params" }, "1227": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAAdminDeleteFactorParams" + "qualifiedName": "__type" }, "1228": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "factorId" }, "1229": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.id" + "qualifiedName": "code" }, "1230": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.userId" + "qualifiedName": "GoTrueMFAApi.listFactors" }, "1231": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAAdminListFactorsResponse" + "qualifiedName": "GoTrueMFAApi.listFactors" }, "1232": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueMFAApi.getAuthenticatorAssuranceLevel" }, "1233": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.factors" + "qualifiedName": "GoTrueMFAApi.getAuthenticatorAssuranceLevel" }, "1234": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAAdminListFactorsParams" + "qualifiedName": "GoTrueMFAApi.webauthn" }, "1235": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AuthMFAAdminDeleteFactorResponse" }, "1236": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.userId" + "qualifiedName": "__type" }, "1237": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueAdminMFAApi" + "qualifiedName": "__type.id" }, "1238": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueAdminMFAApi.listFactors" + "qualifiedName": "AuthMFAAdminDeleteFactorParams" }, "1239": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueAdminMFAApi.listFactors" + "qualifiedName": "__type" }, "1240": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type.id" }, "1241": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueAdminMFAApi.deleteFactor" + "qualifiedName": "__type.userId" }, "1242": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueAdminMFAApi.deleteFactor" + "qualifiedName": "AuthMFAAdminListFactorsResponse" }, "1243": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type" }, "1244": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SupportedStorage" + "qualifiedName": "__type.factors" }, "1245": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AuthMFAAdminListFactorsParams" }, "1246": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.isServer" + "qualifiedName": "__type" }, "1247": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "InitializeResult" + "qualifiedName": "__type.userId" }, "1248": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueAdminMFAApi" }, "1249": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.error" + "qualifiedName": "GoTrueAdminMFAApi.listFactors" }, "1250": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "CallRefreshTokenResult" + "qualifiedName": "GoTrueAdminMFAApi.listFactors" }, "1251": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "Pagination" + "qualifiedName": "params" }, "1252": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueAdminMFAApi.deleteFactor" }, "1253": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.nextPage" + "qualifiedName": "GoTrueAdminMFAApi.deleteFactor" }, "1254": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.lastPage" + "qualifiedName": "params" }, "1255": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.total" + "qualifiedName": "SupportedStorage" }, "1256": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.__index" + "qualifiedName": "__type" + }, + "1257": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.isServer" }, "1258": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "PageParams" + "qualifiedName": "InitializeResult" }, "1259": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -57011,15 +57769,15 @@ }, "1260": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.page" + "qualifiedName": "__type.error" }, "1261": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.perPage" + "qualifiedName": "CallRefreshTokenResult" }, "1262": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SignOut" + "qualifiedName": "Pagination" }, "1263": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -57027,3617 +57785,3729 @@ }, "1264": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.scope" + "qualifiedName": "__type.nextPage" }, "1265": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAEnrollTOTPParams" + "qualifiedName": "__type.lastPage" }, "1266": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAEnrollPhoneParams" + "qualifiedName": "__type.total" }, "1267": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.__index" + }, + "1269": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "PageParams" + }, + "1270": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type" + }, + "1271": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.page" + }, + "1272": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.perPage" + }, + "1273": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "SignOut" + }, + "1274": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type" + }, + "1275": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.scope" + }, + "1276": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "MFAEnrollTOTPParams" + }, + "1277": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "MFAEnrollPhoneParams" + }, + "1278": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "MFAEnrollWebauthnParams" }, - "1268": { + "1279": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthMFAEnrollTOTPResponse" }, - "1269": { + "1280": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthMFAEnrollPhoneResponse" }, - "1270": { + "1281": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthMFAEnrollWebauthnResponse" }, - "1271": { + "1282": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "JwtHeader" }, - "1272": { + "1283": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1273": { + "1284": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.alg" }, - "1274": { + "1285": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.kid" }, - "1275": { + "1286": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.typ" }, - "1276": { + "1287": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "RequiredClaims" }, - "1277": { + "1288": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1278": { + "1289": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.iss" }, - "1279": { + "1290": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.sub" }, - "1280": { + "1291": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.aud" }, - "1281": { + "1292": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.exp" }, - "1282": { + "1293": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.iat" }, - "1283": { + "1294": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.role" }, - "1284": { + "1295": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.aal" }, - "1285": { + "1296": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.session_id" }, - "1286": { + "1297": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "JwtPayload" }, - "1287": { + "1298": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "JwtPayload.email" }, - "1288": { + "1299": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.__index" + "qualifiedName": "JwtPayload.phone" }, - "1290": { + "1300": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "JwtPayload.is_anonymous" + }, + "1301": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "JwtPayload.jti" + }, + "1302": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "JwtPayload.nbf" + }, + "1303": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "JwtPayload.app_metadata" + }, + "1304": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "JwtPayload.user_metadata" + }, + "1305": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "JwtPayload.amr" + }, + "1306": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "JwtPayload.ref" + }, + "1307": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.iss" + }, + "1308": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.sub" + }, + "1309": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.aud" + }, + "1310": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.exp" + }, + "1311": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.iat" + }, + "1312": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.role" + }, + "1313": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.aal" + }, + "1314": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.session_id" + }, + "1315": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "JwtPayload.__index" + }, + "1317": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "JWK" }, - "1291": { + "1318": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "JWK.kty" }, - "1292": { + "1319": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "JWK.key_ops" }, - "1293": { + "1320": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "JWK.alg" }, - "1294": { + "1321": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "JWK.kid" }, - "1295": { + "1322": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "JWK.__index" }, - "1297": { + "1324": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "SIGN_OUT_SCOPES" }, - "1298": { + "1325": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "SignOutScope" }, - "1299": { + "1326": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthClientGrantType" }, - "1300": { + "1327": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthClientResponseType" }, - "1301": { + "1328": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthClientType" }, - "1302": { + "1329": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthClientRegistrationType" }, - "1303": { + "1330": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthClient" }, - "1304": { + "1331": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1305": { + "1332": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_id" }, - "1306": { + "1333": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_name" }, - "1307": { + "1334": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_secret" }, - "1308": { + "1335": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_type" }, - "1309": { + "1336": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.token_endpoint_auth_method" }, - "1310": { + "1337": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.registration_type" }, - "1311": { + "1338": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_uri" }, - "1312": { + "1339": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.logo_uri" }, - "1313": { + "1340": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.redirect_uris" }, - "1314": { + "1341": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.grant_types" }, - "1315": { + "1342": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.response_types" }, - "1316": { + "1343": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.scope" }, - "1317": { + "1344": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.created_at" }, - "1318": { + "1345": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.updated_at" }, - "1319": { + "1346": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "CreateOAuthClientParams" }, - "1320": { + "1347": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1321": { + "1348": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_name" }, - "1322": { + "1349": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_uri" }, - "1323": { + "1350": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.redirect_uris" }, - "1324": { + "1351": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.grant_types" }, - "1325": { + "1352": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.response_types" }, - "1326": { + "1353": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.scope" }, - "1327": { + "1354": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UpdateOAuthClientParams" }, - "1328": { + "1355": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1329": { + "1356": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_name" }, - "1330": { + "1357": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_uri" }, - "1331": { + "1358": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.logo_uri" }, - "1332": { + "1359": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.redirect_uris" }, - "1333": { + "1360": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.grant_types" }, - "1334": { + "1361": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthClientResponse" }, - "1335": { + "1362": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthClientListResponse" }, - "1336": { + "1363": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1337": { + "1364": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.data" }, - "1338": { + "1365": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1339": { + "1366": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.clients" }, - "1340": { + "1367": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.aud" }, - "1341": { + "1368": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.error" }, - "1342": { + "1369": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1343": { + "1370": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.data" }, - "1344": { + "1371": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1345": { + "1372": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.clients" }, - "1346": { + "1373": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.error" }, - "1347": { + "1374": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi" }, - "1348": { + "1375": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.listClients" }, - "1349": { + "1376": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.listClients" }, - "1350": { + "1377": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "params" }, - "1351": { + "1378": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.createClient" }, - "1352": { + "1379": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.createClient" }, - "1353": { + "1380": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "params" }, - "1354": { + "1381": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.getClient" }, - "1355": { + "1382": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.getClient" }, - "1356": { + "1383": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "clientId" }, - "1357": { + "1384": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.updateClient" }, - "1358": { + "1385": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.updateClient" }, - "1359": { + "1386": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "clientId" }, - "1360": { + "1387": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "params" }, - "1361": { + "1388": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.deleteClient" }, - "1362": { + "1389": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.deleteClient" }, - "1363": { + "1390": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "clientId" }, - "1364": { + "1391": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1365": { + "1392": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.data" }, - "1366": { + "1393": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.error" }, - "1367": { + "1394": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.regenerateClientSecret" }, - "1368": { + "1395": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.regenerateClientSecret" }, - "1369": { + "1396": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "clientId" }, - "1370": { + "1397": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthAuthorizationClient" }, - "1371": { + "1398": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1372": { + "1399": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_id" }, - "1373": { + "1400": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_name" }, - "1374": { + "1401": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_uri" }, - "1375": { + "1402": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.logo_uri" }, - "1376": { + "1403": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthAuthorizationDetails" }, - "1377": { + "1404": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1378": { + "1405": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.authorization_id" }, - "1379": { + "1406": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.redirect_uri" }, - "1380": { + "1407": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client" }, - "1381": { + "1408": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.user" }, - "1382": { + "1409": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1383": { + "1410": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.id" }, - "1384": { + "1411": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.email" }, - "1385": { + "1412": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.scope" }, - "1386": { + "1413": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOAuthAuthorizationDetailsResponse" }, - "1387": { + "1414": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOAuthConsentResponse" }, - "1388": { + "1415": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1389": { + "1416": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.redirect_url" }, - "1390": { + "1417": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi" }, - "1391": { + "1418": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.getAuthorizationDetails" }, - "1392": { + "1419": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.getAuthorizationDetails" }, - "1393": { + "1420": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "authorizationId" }, - "1394": { + "1421": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.approveAuthorization" }, - "1395": { + "1422": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.approveAuthorization" }, - "1396": { + "1423": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "authorizationId" }, - "1397": { + "1424": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "options" }, - "1398": { + "1425": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1399": { + "1426": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.skipBrowserRedirect" }, - "1400": { + "1427": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.denyAuthorization" }, - "1401": { + "1428": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.denyAuthorization" }, - "1402": { + "1429": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "authorizationId" }, - "1403": { + "1430": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "options" }, - "1404": { + "1431": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1405": { + "1432": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.skipBrowserRedirect" }, - "1406": { + "1433": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthError" }, - "1407": { + "1434": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthError" }, - "1408": { + "1435": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "error" }, - "1409": { + "1436": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthApiError" }, - "1410": { + "1437": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthApiError" }, - "1411": { + "1438": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "error" }, - "1412": { + "1439": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthSessionMissingError" }, - "1413": { + "1440": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthSessionMissingError" }, - "1414": { + "1441": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "error" }, - "1415": { + "1442": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthImplicitGrantRedirectError" }, - "1416": { + "1443": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthImplicitGrantRedirectError" }, - "1417": { + "1444": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "error" }, - "1418": { + "1445": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthRetryableFetchError" }, - "1419": { + "1446": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthRetryableFetchError" }, - "1420": { + "1447": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "error" }, - "1421": { + "1448": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthWeakPasswordError" }, - "1422": { + "1449": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthWeakPasswordError" }, - "1423": { + "1450": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "error" }, - "1424": { + "1451": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError" }, - "1425": { + "1452": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__constructor" }, - "1426": { + "1453": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError" }, - "1427": { + "1454": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1428": { + "1455": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "status" }, - "1429": { + "1456": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "code" }, - "1430": { + "1457": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1431": { + "1458": { "sourceFileName": "", "qualifiedName": "__type" }, - "1432": { + "1459": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.status" }, - "1433": { + "1460": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1434": { + "1461": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthApiError" }, - "1435": { + "1462": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthApiError.__constructor" }, - "1436": { + "1463": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthApiError" }, - "1437": { + "1464": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1438": { + "1465": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "status" }, - "1439": { + "1466": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "code" }, - "1440": { + "1467": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthApiError.status" }, - "1441": { + "1468": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1442": { + "1469": { "sourceFileName": "", "qualifiedName": "__type" }, - "1443": { + "1470": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1444": { + "1471": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthUnknownError" }, - "1445": { + "1472": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthUnknownError.__constructor" }, - "1446": { + "1473": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthUnknownError" }, - "1447": { + "1474": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1448": { + "1475": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "originalError" }, - "1449": { + "1476": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthUnknownError.originalError" }, - "1450": { + "1477": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1451": { + "1478": { "sourceFileName": "", "qualifiedName": "__type" }, - "1452": { + "1479": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.status" }, - "1453": { + "1480": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1454": { + "1481": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError" }, - "1455": { + "1482": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.__constructor" }, - "1456": { + "1483": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError" }, - "1457": { + "1484": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1458": { + "1485": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "name" }, - "1459": { + "1486": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "status" }, - "1460": { + "1487": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "code" }, - "1461": { + "1488": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1462": { + "1489": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1463": { + "1490": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1464": { + "1491": { "sourceFileName": "", "qualifiedName": "__type" }, - "1465": { + "1492": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1466": { + "1493": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthSessionMissingError" }, - "1467": { + "1494": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthSessionMissingError.__constructor" }, - "1468": { + "1495": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthSessionMissingError" }, - "1469": { + "1496": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1470": { + "1497": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1471": { + "1498": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1472": { + "1499": { "sourceFileName": "", "qualifiedName": "__type" }, - "1473": { + "1500": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1474": { + "1501": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthInvalidTokenResponseError" }, - "1475": { + "1502": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthInvalidTokenResponseError.__constructor" }, - "1476": { + "1503": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthInvalidTokenResponseError" }, - "1477": { + "1504": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1478": { + "1505": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1479": { + "1506": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1480": { + "1507": { "sourceFileName": "", "qualifiedName": "__type" }, - "1481": { + "1508": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1482": { + "1509": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthInvalidCredentialsError" }, - "1483": { + "1510": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthInvalidCredentialsError.__constructor" }, - "1484": { + "1511": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthInvalidCredentialsError" }, - "1485": { + "1512": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1486": { + "1513": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1487": { + "1514": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1488": { + "1515": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1489": { + "1516": { "sourceFileName": "", "qualifiedName": "__type" }, - "1490": { + "1517": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1491": { + "1518": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError" }, - "1492": { + "1519": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError.__constructor" }, - "1493": { + "1520": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError" }, - "1494": { + "1521": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1495": { + "1522": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "details" }, - "1496": { + "1523": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type" }, - "1497": { + "1524": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1498": { + "1525": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1499": { + "1526": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError.details" }, - "1500": { + "1527": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type" }, - "1501": { + "1528": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1502": { + "1529": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1503": { + "1530": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError.toJSON" }, - "1504": { + "1531": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError.toJSON" }, - "1505": { + "1532": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type" }, - "1506": { + "1533": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.name" }, - "1507": { + "1534": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.message" }, - "1508": { + "1535": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.status" }, - "1509": { + "1536": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.details" }, - "1510": { + "1537": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type" }, - "1511": { + "1538": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1512": { + "1539": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1513": { + "1540": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1514": { + "1541": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1515": { + "1542": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1516": { + "1543": { "sourceFileName": "", "qualifiedName": "__type" }, - "1517": { + "1544": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1518": { + "1545": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError" }, - "1519": { + "1546": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError.__constructor" }, - "1520": { + "1547": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError" }, - "1521": { + "1548": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1522": { + "1549": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "details" }, - "1523": { + "1550": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type" }, - "1524": { + "1551": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1525": { + "1552": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1526": { + "1553": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError.details" }, - "1527": { + "1554": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type" }, - "1528": { + "1555": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1529": { + "1556": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1530": { + "1557": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError.toJSON" }, - "1531": { + "1558": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError.toJSON" }, - "1532": { + "1559": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type" }, - "1533": { + "1560": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.name" }, - "1534": { + "1561": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.message" }, - "1535": { + "1562": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.status" }, - "1536": { + "1563": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.details" }, - "1537": { + "1564": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type" }, - "1538": { + "1565": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1539": { + "1566": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1540": { + "1567": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1541": { + "1568": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1542": { + "1569": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1543": { + "1570": { "sourceFileName": "", "qualifiedName": "__type" }, - "1544": { + "1571": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1545": { + "1572": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthRetryableFetchError" }, - "1546": { + "1573": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthRetryableFetchError.__constructor" }, - "1547": { + "1574": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthRetryableFetchError" }, - "1548": { + "1575": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1549": { + "1576": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "status" }, - "1550": { + "1577": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1551": { + "1578": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1552": { + "1579": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1553": { + "1580": { "sourceFileName": "", "qualifiedName": "__type" }, - "1554": { + "1581": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1555": { + "1582": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthWeakPasswordError" }, - "1556": { + "1583": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthWeakPasswordError.__constructor" }, - "1557": { + "1584": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthWeakPasswordError" }, - "1558": { + "1585": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1559": { + "1586": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "status" }, - "1560": { + "1587": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "reasons" }, - "1561": { + "1588": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthWeakPasswordError.reasons" }, - "1562": { + "1589": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1563": { + "1590": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1564": { + "1591": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1565": { + "1592": { "sourceFileName": "", "qualifiedName": "__type" }, - "1566": { + "1593": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1567": { + "1594": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthInvalidJwtError" }, - "1568": { + "1595": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthInvalidJwtError.__constructor" }, - "1569": { + "1596": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthInvalidJwtError" }, - "1570": { + "1597": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1571": { + "1598": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1572": { + "1599": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1573": { + "1600": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1574": { + "1601": { "sourceFileName": "", "qualifiedName": "__type" }, - "1575": { + "1602": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1576": { + "1603": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "default" }, - "1577": { + "1604": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "default.__constructor" }, - "1578": { + "1605": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "default" }, - "1579": { + "1606": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "channel" }, - "1580": { + "1607": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "opts" }, - "1581": { + "1608": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "default.channel" }, - "1582": { + "1609": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "default.state" }, - "1583": { + "1610": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "default.pendingDiffs" }, - "1584": { + "1611": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "default.joinRef" }, - "1585": { + "1612": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "default.enabled" }, - "1586": { + "1613": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "default.caller" }, - "1587": { + "1614": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "1588": { + "1615": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.onJoin" }, - "1589": { + "1616": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.onLeave" }, - "1590": { + "1617": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.onSync" }, - "1591": { + "1618": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "1592": { + "1619": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "1593": { + "1620": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default" }, - "1594": { + "1621": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.__constructor" }, - "1595": { + "1622": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default" }, - "1596": { + "1623": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "topic" }, - "1597": { + "1624": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "params" }, - "1598": { + "1625": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "socket" }, - "1599": { + "1626": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.topic" }, - "1600": { + "1627": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.params" }, - "1601": { + "1628": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.socket" }, - "1602": { + "1629": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.bindings" }, - "1603": { + "1630": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1604": { + "1631": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1606": { + "1633": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1607": { + "1634": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.type" }, - "1608": { + "1635": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.filter" }, - "1609": { + "1636": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1610": { + "1637": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1612": { + "1639": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.callback" }, - "1613": { + "1640": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.id" }, - "1614": { + "1641": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.timeout" }, - "1615": { + "1642": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.state" }, - "1616": { + "1643": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.joinedOnce" }, - "1617": { + "1644": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.joinPush" }, - "1618": { + "1645": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.rejoinTimer" }, - "1619": { + "1646": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.pushBuffer" }, - "1620": { + "1647": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.presence" }, - "1621": { + "1648": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.broadcastEndpointURL" }, - "1622": { + "1649": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.subTopic" }, - "1623": { + "1650": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.private" }, - "1624": { + "1651": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.subscribe" }, - "1625": { + "1652": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.subscribe" }, - "1626": { + "1653": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1627": { + "1654": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1628": { + "1655": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1629": { + "1656": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "status" }, - "1630": { + "1657": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "err" }, - "1631": { + "1658": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "timeout" }, - "1632": { + "1659": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.presenceState" }, - "1633": { + "1660": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.presenceState" }, - "1634": { + "1661": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1635": { + "1662": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1636": { + "1663": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1638": { + "1665": { "sourceFileName": "", "qualifiedName": "__type" }, - "1639": { + "1666": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.track" }, - "1640": { + "1667": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.track" }, - "1641": { + "1668": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1642": { + "1669": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1643": { + "1670": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1645": { + "1672": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "opts" }, - "1646": { + "1673": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1647": { + "1674": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1649": { + "1676": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.untrack" }, - "1650": { + "1677": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.untrack" }, - "1651": { + "1678": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "opts" }, - "1652": { + "1679": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1653": { + "1680": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1655": { + "1682": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1656": { + "1683": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1657": { + "1684": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1658": { + "1685": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1659": { + "1686": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1660": { + "1687": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1661": { + "1688": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1662": { + "1689": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1663": { + "1690": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1664": { + "1691": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1665": { + "1692": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1666": { + "1693": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1667": { + "1694": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1669": { + "1696": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1670": { + "1697": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1671": { + "1698": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1672": { + "1699": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1673": { + "1700": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1674": { + "1701": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1675": { + "1702": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1676": { + "1703": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1677": { + "1704": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1678": { + "1705": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1679": { + "1706": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1680": { + "1707": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1682": { + "1709": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1683": { + "1710": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1684": { + "1711": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1685": { + "1712": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1686": { + "1713": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1687": { + "1714": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1688": { + "1715": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1689": { + "1716": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1690": { + "1717": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1691": { + "1718": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1692": { + "1719": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1693": { + "1720": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1695": { + "1722": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1696": { + "1723": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1697": { + "1724": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1698": { + "1725": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1699": { + "1726": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1700": { + "1727": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1701": { + "1728": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1702": { + "1729": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1703": { + "1730": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1704": { + "1731": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1706": { + "1733": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1707": { + "1734": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1708": { + "1735": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1709": { + "1736": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1710": { + "1737": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1711": { + "1738": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1712": { + "1739": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1713": { + "1740": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1714": { + "1741": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1715": { + "1742": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1717": { + "1744": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1718": { + "1745": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1719": { + "1746": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1720": { + "1747": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1721": { + "1748": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1722": { + "1749": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1723": { + "1750": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1724": { + "1751": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1725": { + "1752": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1726": { + "1753": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1728": { + "1755": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1729": { + "1756": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1730": { + "1757": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1731": { + "1758": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1732": { + "1759": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1733": { + "1760": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1734": { + "1761": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1735": { + "1762": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1736": { + "1763": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1737": { + "1764": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1738": { + "1765": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1739": { + "1766": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1740": { + "1767": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1741": { + "1768": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1742": { + "1769": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1743": { + "1770": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1744": { + "1771": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.type" }, - "1745": { + "1772": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1746": { + "1773": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.meta" }, - "1747": { + "1774": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1748": { + "1775": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.replayed" }, - "1749": { + "1776": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.id" }, - "1750": { + "1777": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1752": { + "1779": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1753": { + "1780": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1754": { + "1781": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1755": { + "1782": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1757": { + "1784": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1758": { + "1785": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1759": { + "1786": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1760": { + "1787": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1761": { + "1788": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1762": { + "1789": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1763": { + "1790": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1764": { + "1791": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1765": { + "1792": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1766": { + "1793": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.type" }, - "1767": { + "1794": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1768": { + "1795": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.meta" }, - "1769": { + "1796": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1770": { + "1797": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.replayed" }, - "1771": { + "1798": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.id" }, - "1772": { + "1799": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.payload" }, - "1773": { + "1800": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1774": { + "1801": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1775": { + "1802": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1776": { + "1803": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1777": { + "1804": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1778": { + "1805": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1779": { + "1806": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1780": { + "1807": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1781": { + "1808": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1782": { + "1809": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1783": { + "1810": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1784": { + "1811": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.type" }, - "1785": { + "1812": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1786": { + "1813": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.payload" }, - "1787": { + "1814": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1788": { + "1815": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1789": { + "1816": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1790": { + "1817": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1792": { + "1819": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1793": { + "1820": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1794": { + "1821": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1795": { + "1822": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1796": { + "1823": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1797": { + "1824": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1798": { + "1825": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1799": { + "1826": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1800": { + "1827": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1801": { + "1828": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.type" }, - "1802": { + "1829": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1803": { + "1830": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.payload" }, - "1804": { + "1831": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1805": { + "1832": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1806": { + "1833": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1807": { + "1834": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1809": { + "1836": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1810": { + "1837": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1811": { + "1838": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1812": { + "1839": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1813": { + "1840": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1814": { + "1841": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1815": { + "1842": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1816": { + "1843": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1817": { + "1844": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1818": { + "1845": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.type" }, - "1819": { + "1846": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1820": { + "1847": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.payload" }, - "1821": { + "1848": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1822": { + "1849": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1823": { + "1850": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1824": { + "1851": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1826": { + "1853": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1827": { + "1854": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1828": { + "1855": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1829": { + "1856": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1830": { + "1857": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1831": { + "1858": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1832": { + "1859": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1833": { + "1860": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1834": { + "1861": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1835": { + "1862": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.type" }, - "1836": { + "1863": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1837": { + "1864": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.payload" }, - "1838": { + "1865": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1839": { + "1866": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1840": { + "1867": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1841": { + "1868": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1843": { + "1870": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1844": { + "1871": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1845": { + "1872": { "sourceFileName": "", "qualifiedName": "__type" }, - "1846": { + "1873": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1847": { + "1874": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1848": { + "1875": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1849": { + "1876": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1850": { + "1877": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.httpSend" }, - "1851": { + "1878": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.httpSend" }, - "1852": { + "1879": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "event" }, - "1853": { + "1880": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1854": { + "1881": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "opts" }, - "1855": { + "1882": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1856": { + "1883": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.timeout" }, - "1857": { + "1884": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1858": { + "1885": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.success" }, - "1859": { + "1886": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1860": { + "1887": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.success" }, - "1861": { + "1888": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.status" }, - "1862": { + "1889": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.error" }, - "1863": { + "1890": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.send" }, - "1864": { + "1891": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.send" }, - "1865": { + "1892": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "args" }, - "1866": { + "1893": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1867": { + "1894": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.type" }, - "1868": { + "1895": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1869": { + "1896": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.payload" }, - "1870": { + "1897": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1872": { + "1899": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "opts" }, - "1873": { + "1900": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1874": { + "1901": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1876": { + "1903": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.updateJoinPayload" }, - "1877": { + "1904": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.updateJoinPayload" }, - "1878": { + "1905": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1879": { + "1906": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1880": { + "1907": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1882": { + "1909": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.unsubscribe" }, - "1883": { + "1910": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.unsubscribe" }, - "1884": { + "1911": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "timeout" }, - "1885": { + "1912": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.teardown" }, - "1886": { + "1913": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.teardown" }, - "1887": { + "1914": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "RealtimeChannelOptions" }, - "1888": { + "1915": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1889": { + "1916": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.config" }, - "1890": { + "1917": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1891": { + "1918": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.broadcast" }, - "1892": { + "1919": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1893": { + "1920": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.self" }, - "1894": { + "1921": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.ack" }, - "1895": { + "1922": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.replay" }, - "1896": { + "1923": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.presence" }, - "1897": { + "1924": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1898": { + "1925": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.key" }, - "1899": { + "1926": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.enabled" }, - "1900": { + "1927": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.private" }, - "1901": { + "1928": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "RealtimeChannelSendResponse" }, - "1902": { + "1929": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default" }, - "1903": { + "1930": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.__constructor" }, - "1904": { + "1931": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default" }, - "1905": { + "1932": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "endPoint" }, - "1906": { + "1933": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "options" }, - "1907": { + "1934": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.accessTokenValue" }, - "1908": { + "1935": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.apiKey" }, - "1909": { + "1936": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.channels" }, - "1910": { + "1937": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.endPoint" }, - "1911": { + "1938": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.httpEndpoint" }, - "1912": { + "1939": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.headers" }, - "1913": { + "1940": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "1914": { + "1941": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.__index" }, - "1916": { + "1943": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.params" }, - "1917": { + "1944": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "1918": { + "1945": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.__index" }, - "1920": { + "1947": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.timeout" }, - "1921": { + "1948": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.transport" }, - "1922": { + "1949": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.heartbeatIntervalMs" }, - "1923": { + "1950": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.heartbeatTimer" }, - "1924": { + "1951": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.pendingHeartbeatRef" }, - "1925": { + "1952": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.heartbeatCallback" }, - "1926": { + "1953": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "1927": { + "1954": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "1928": { + "1955": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "status" }, - "1929": { + "1956": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.ref" }, - "1930": { + "1957": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.reconnectTimer" }, - "1931": { + "1958": { + "sourceFileName": "../realtime-js/src/RealtimeClient.ts", + "qualifiedName": "default.vsn" + }, + "1959": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.logger" }, - "1932": { + "1960": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.logLevel" }, - "1933": { + "1961": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.encode" }, - "1934": { + "1962": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.decode" }, - "1935": { + "1963": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.reconnectAfterMs" }, - "1936": { + "1964": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.conn" }, - "1937": { + "1965": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.sendBuffer" }, - "1938": { + "1966": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.serializer" }, - "1939": { + "1967": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.stateChangeCallbacks" }, - "1940": { + "1968": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "1941": { + "1969": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.open" }, - "1942": { + "1970": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.close" }, - "1943": { + "1971": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.error" }, - "1944": { + "1972": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.message" }, - "1945": { + "1973": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.fetch" }, - "1946": { + "1974": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "1947": { + "1975": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "1948": { + "1976": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "input" }, - "1949": { + "1977": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "init" }, - "1950": { + "1978": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "fetch" }, - "1951": { + "1979": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "input" }, - "1952": { + "1980": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "init" }, - "1953": { + "1981": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.accessToken" }, - "1954": { + "1982": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "1955": { + "1983": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "1956": { + "1984": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.worker" }, - "1957": { + "1985": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.workerUrl" }, - "1958": { + "1986": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.workerRef" }, - "1962": { + "1990": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.connect" }, - "1963": { + "1991": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.connect" }, - "1964": { + "1992": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.endpointURL" }, - "1965": { + "1993": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.endpointURL" }, - "1966": { + "1994": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.disconnect" }, - "1967": { + "1995": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.disconnect" }, - "1968": { + "1996": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "code" }, - "1969": { + "1997": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "reason" }, - "1970": { + "1998": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.getChannels" }, - "1971": { + "1999": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.getChannels" }, - "1972": { + "2000": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.removeChannel" }, - "1973": { + "2001": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.removeChannel" }, - "1974": { + "2002": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "channel" }, - "1975": { + "2003": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.removeAllChannels" }, - "1976": { + "2004": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.removeAllChannels" }, - "1977": { + "2005": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.log" }, - "1978": { + "2006": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.log" }, - "1979": { + "2007": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "kind" }, - "1980": { + "2008": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "msg" }, - "1981": { + "2009": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "data" }, - "1982": { + "2010": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.connectionState" }, - "1983": { + "2011": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.connectionState" }, - "1984": { + "2012": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.isConnected" }, - "1985": { + "2013": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.isConnected" }, - "1986": { + "2014": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.isConnecting" }, - "1987": { + "2015": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.isConnecting" }, - "1988": { + "2016": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.isDisconnecting" }, - "1989": { + "2017": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.isDisconnecting" }, - "1990": { + "2018": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.channel" }, - "1991": { + "2019": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.channel" }, - "1992": { + "2020": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "topic" }, - "1993": { + "2021": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "params" }, - "1994": { + "2022": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.push" }, - "1995": { + "2023": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.push" }, - "1996": { + "2024": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "data" }, - "1997": { + "2025": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.setAuth" }, - "1998": { + "2026": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.setAuth" }, - "1999": { + "2027": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "token" }, - "2000": { + "2028": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.sendHeartbeat" }, - "2001": { + "2029": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.sendHeartbeat" }, - "2002": { + "2030": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.onHeartbeat" }, - "2003": { + "2031": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.onHeartbeat" }, - "2004": { + "2032": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "callback" }, - "2005": { + "2033": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2006": { + "2034": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2007": { + "2035": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "status" }, - "2008": { + "2036": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.flushSendBuffer" }, - "2009": { + "2037": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.flushSendBuffer" }, - "2011": { + "2039": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "RealtimeClientOptions" }, - "2012": { + "2040": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2013": { + "2041": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.transport" }, - "2014": { + "2042": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.timeout" }, - "2015": { + "2043": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.heartbeatIntervalMs" }, - "2016": { + "2044": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.heartbeatCallback" }, - "2017": { + "2045": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2018": { + "2046": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2019": { + "2047": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "status" }, - "2020": { + "2048": { + "sourceFileName": "../realtime-js/src/RealtimeClient.ts", + "qualifiedName": "__type.vsn" + }, + "2049": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.logger" }, - "2021": { + "2050": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.encode" }, - "2022": { + "2051": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.decode" }, - "2023": { + "2052": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.reconnectAfterMs" }, - "2024": { + "2053": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.headers" }, - "2025": { + "2054": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2026": { + "2055": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.__index" }, - "2028": { + "2057": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.params" }, - "2029": { + "2058": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2030": { + "2059": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.__index" }, - "2032": { + "2061": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.log_level" }, - "2033": { + "2062": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.logLevel" }, - "2034": { + "2063": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.fetch" }, - "2035": { + "2064": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.worker" }, - "2036": { + "2065": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.workerUrl" }, - "2037": { + "2066": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.accessToken" }, - "2038": { + "2067": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2039": { + "2068": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2040": { + "2069": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "RealtimeMessage" }, - "2041": { + "2070": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2042": { + "2071": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.topic" }, - "2043": { + "2072": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.event" }, - "2044": { + "2073": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.payload" }, - "2045": { + "2074": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.ref" }, - "2046": { + "2075": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.join_ref" }, - "2047": { + "2076": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresChangesFilter" }, - "2048": { + "2077": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2049": { + "2078": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "2050": { + "2079": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.schema" }, - "2051": { + "2080": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.table" }, - "2052": { + "2081": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.filter" }, - "2053": { + "2082": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "2054": { + "2083": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresChangesPayload" }, - "2055": { + "2084": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "2056": { + "2085": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2057": { + "2086": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "2059": { + "2088": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresInsertPayload" }, - "2060": { + "2089": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2061": { + "2090": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.eventType" }, - "2062": { + "2091": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.new" }, - "2063": { + "2092": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.old" }, - "2064": { + "2093": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2065": { + "2094": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "2066": { + "2095": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2067": { + "2096": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "2069": { + "2098": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresUpdatePayload" }, - "2070": { + "2099": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2071": { + "2100": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.eventType" }, - "2072": { + "2101": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.new" }, - "2073": { + "2102": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.old" }, - "2074": { + "2103": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "2075": { + "2104": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2076": { + "2105": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "2078": { + "2107": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresDeletePayload" }, - "2079": { + "2108": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2080": { + "2109": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.eventType" }, - "2081": { + "2110": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.new" }, - "2082": { + "2111": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2083": { + "2112": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.old" }, - "2084": { + "2113": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "2085": { + "2114": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2086": { + "2115": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "2088": { + "2117": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "RealtimePresenceJoinPayload" }, - "2089": { + "2118": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "2090": { + "2119": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.event" }, - "2091": { + "2120": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.key" }, - "2092": { + "2121": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.currentPresences" }, - "2093": { + "2122": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.newPresences" }, - "2094": { + "2123": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "T" }, - "2095": { + "2124": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "2096": { + "2125": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.__index" }, - "2098": { + "2127": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "RealtimePresenceLeavePayload" }, - "2099": { + "2128": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "2100": { + "2129": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.event" }, - "2101": { + "2130": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.key" }, - "2102": { + "2131": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.currentPresences" }, - "2103": { + "2132": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.leftPresences" }, - "2104": { + "2133": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "T" }, - "2105": { + "2134": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "2106": { + "2135": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.__index" }, - "2108": { + "2137": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "RealtimePresenceState" }, - "2109": { + "2138": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "2110": { + "2139": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.__index" }, - "2112": { + "2141": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "T" }, - "2113": { + "2142": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "2114": { + "2143": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.__index" }, - "2116": { + "2145": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "2117": { + "2146": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "RealtimeRemoveChannelResponse" }, - "2118": { + "2147": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES" }, - "2119": { + "2148": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES.BROADCAST" }, - "2120": { + "2149": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES.PRESENCE" }, - "2121": { + "2150": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES.POSTGRES_CHANGES" }, - "2122": { + "2151": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES.SYSTEM" }, - "2123": { + "2152": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" }, - "2124": { + "2153": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.ALL" }, - "2125": { + "2154": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT" }, - "2126": { + "2155": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE" }, - "2127": { + "2156": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE" }, - "2128": { + "2157": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "REALTIME_PRESENCE_LISTEN_EVENTS" }, - "2129": { + "2158": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "REALTIME_PRESENCE_LISTEN_EVENTS.SYNC" }, - "2130": { + "2159": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "REALTIME_PRESENCE_LISTEN_EVENTS.JOIN" }, - "2131": { + "2160": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "REALTIME_PRESENCE_LISTEN_EVENTS.LEAVE" }, - "2132": { + "2161": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES" }, - "2133": { + "2162": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES.SUBSCRIBED" }, - "2134": { + "2163": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES.TIMED_OUT" }, - "2135": { + "2164": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES.CLOSED" }, - "2136": { + "2165": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES.CHANNEL_ERROR" }, - "2137": { + "2166": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_CHANNEL_STATES" }, - "2138": { + "2167": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory" }, - "2140": { + "2169": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.getWebSocketConstructor" }, - "2141": { + "2170": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.getWebSocketConstructor" }, - "2142": { + "2171": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "__type" }, - "2143": { + "2172": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "__type" }, - "2144": { + "2173": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "url" }, - "2145": { + "2174": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "protocols" }, - "2146": { + "2175": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.createWebSocket" }, - "2147": { + "2176": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.createWebSocket" }, - "2148": { + "2177": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "url" }, - "2149": { + "2178": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "protocols" }, - "2150": { + "2179": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.isWebSocketSupported" }, - "2151": { + "2180": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.isWebSocketSupported" }, - "2154": { + "2183": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike" }, - "2155": { + "2184": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.CONNECTING" }, - "2156": { + "2185": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.OPEN" }, - "2157": { + "2186": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.CLOSING" }, - "2158": { + "2187": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.CLOSED" }, - "2159": { + "2188": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.readyState" }, - "2160": { + "2189": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.url" }, - "2161": { + "2190": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.protocol" }, - "2162": { + "2191": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.close" }, - "2163": { + "2192": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.close" }, - "2164": { + "2193": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "code" }, - "2165": { + "2194": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "reason" }, - "2166": { + "2195": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.send" }, - "2167": { + "2196": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.send" }, - "2168": { + "2197": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "data" }, - "2169": { + "2198": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.onopen" }, - "2170": { + "2199": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2171": { + "2200": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2172": { + "2201": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "this" }, - "2173": { + "2202": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "ev" }, - "2174": { + "2203": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.onmessage" }, - "2175": { + "2204": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2176": { + "2205": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2177": { + "2206": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "this" }, - "2178": { + "2207": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "ev" }, - "2179": { + "2208": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.onclose" }, - "2180": { + "2209": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2181": { + "2210": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2182": { + "2211": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "this" }, - "2183": { + "2212": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "ev" }, - "2184": { + "2213": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.onerror" }, - "2185": { + "2214": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2186": { + "2215": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2187": { + "2216": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "this" }, - "2188": { + "2217": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "ev" }, - "2189": { + "2218": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.addEventListener" }, - "2190": { + "2219": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.addEventListener" }, - "2191": { + "2220": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "type" }, - "2192": { + "2221": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "listener" }, - "2193": { + "2222": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.removeEventListener" }, - "2194": { + "2223": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.removeEventListener" }, - "2195": { + "2224": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "type" }, - "2196": { + "2225": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "listener" }, - "2197": { + "2226": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.binaryType" }, - "2198": { + "2227": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.bufferedAmount" }, - "2199": { + "2228": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.extensions" }, - "2200": { + "2229": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.dispatchEvent" }, - "2201": { + "2230": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2202": { + "2231": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2203": { + "2232": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "event" }, - "2204": { + "2233": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "WebSocketLikeConstructor" }, - "2205": { + "2234": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "WebSocketLikeConstructor" }, - "2206": { + "2235": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "WebSocketLikeConstructor" }, - "2207": { + "2236": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "address" }, - "2208": { + "2237": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "subprotocols" }, - "2209": { + "2238": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "WebSocketLikeConstructor.__index" } @@ -60645,8 +61515,8 @@ "files": { "entries": { "1": "src/index.ts", - "2": "TESTING.md", - "3": "../../../CONTRIBUTING.md" + "2": "../../../CONTRIBUTING.md", + "3": "TESTING.md" }, "reflections": { "1": 0 @@ -60661,14 +61531,14 @@ "flags": {}, "children": [ { - "id": 1460, + "id": 1491, "name": "AuthApiError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1461, + "id": 1492, "name": "constructor", "variant": "declaration", "kind": 512, @@ -60678,12 +61548,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 33, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L33" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L33" } ], "signatures": [ { - "id": 1462, + "id": 1493, "name": "AuthApiError", "variant": "signature", "kind": 16384, @@ -60693,12 +61563,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 33, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L33" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L33" } ], "parameters": [ { - "id": 1463, + "id": 1494, "name": "message", "variant": "param", "kind": 32768, @@ -60709,7 +61579,7 @@ } }, { - "id": 1464, + "id": 1495, "name": "status", "variant": "param", "kind": 32768, @@ -60720,7 +61590,7 @@ } }, { - "id": 1465, + "id": 1496, "name": "code", "variant": "param", "kind": 32768, @@ -60742,557 +61612,25 @@ ], "type": { "type": "reference", - "target": 1460, + "target": 1491, "name": "AuthApiError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1452, + "target": 1483, "name": "AuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1451, + "target": 1482, "name": "AuthError.constructor" } }, { - "id": 1467, - "name": "code", - "variant": "declaration", - "kind": 1024, - "flags": { - "isInherited": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Error code associated with the error. Most errors coming from\nHTTP responses will have a code, though some errors that occur\nbefore a response is received will not have one present. In that\ncase " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "#status" - }, - { - "kind": "text", - "text": " will also be undefined." - } - ] - }, - "sources": [ - { - "fileName": "packages/core/auth-js/src/lib/errors.ts", - "line": 11, - "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" - } - ], - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "undefined" - }, - { - "type": "reference", - "target": { - "sourceFileName": "src/lib/error-codes.ts", - "qualifiedName": "ErrorCode" - }, - "name": "ErrorCode", - "package": "@supabase/auth-js" - }, - { - "type": "intersection", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reflection", - "declaration": { - "id": 1468, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {} - } - } - ] - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 1456, - "name": "AuthError.code" - } - }, - { - "id": 1466, - "name": "status", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "HTTP status code that caused the error." - } - ] - }, - "sources": [ - { - "fileName": "packages/core/auth-js/src/lib/errors.ts", - "line": 31, - "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L31" - } - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 1458, - "name": "AuthError.status" - } - } - ], - "groups": [ - { - "title": "Constructors", - "children": [1461] - }, - { - "title": "Properties", - "children": [1467, 1466] - } - ], - "sources": [ - { - "fileName": "packages/core/auth-js/src/lib/errors.ts", - "line": 30, - "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L30" - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 1450, - "name": "AuthError", - "package": "@supabase/auth-js" - } - ] - }, - { - "id": 1450, - "name": "AuthError", - "variant": "declaration", - "kind": 128, - "flags": {}, - "children": [ - { - "id": 1451, - "name": "constructor", - "variant": "declaration", - "kind": 512, - "flags": {}, - "sources": [ - { - "fileName": "packages/core/auth-js/src/lib/errors.ts", - "line": 18, - "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L18" - } - ], - "signatures": [ - { - "id": 1452, - "name": "AuthError", - "variant": "signature", - "kind": 16384, - "flags": {}, - "sources": [ - { - "fileName": "packages/core/auth-js/src/lib/errors.ts", - "line": 18, - "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L18" - } - ], - "parameters": [ - { - "id": 1453, - "name": "message", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 1454, - "name": "status", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - { - "id": 1455, - "name": "code", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "type": { - "type": "reference", - "target": 1450, - "name": "AuthError", - "package": "@supabase/auth-js" - }, - "overwrites": { - "type": "reference", - "target": -1, - "name": "Error.constructor" - } - } - ], - "overwrites": { - "type": "reference", - "target": -1, - "name": "Error.constructor" - } - }, - { - "id": 1456, - "name": "code", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Error code associated with the error. Most errors coming from\nHTTP responses will have a code, though some errors that occur\nbefore a response is received will not have one present. In that\ncase " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "#status" - }, - { - "kind": "text", - "text": " will also be undefined." - } - ] - }, - "sources": [ - { - "fileName": "packages/core/auth-js/src/lib/errors.ts", - "line": 11, - "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" - } - ], - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "undefined" - }, - { - "type": "reference", - "target": { - "sourceFileName": "src/lib/error-codes.ts", - "qualifiedName": "ErrorCode" - }, - "name": "ErrorCode", - "package": "@supabase/auth-js" - }, - { - "type": "intersection", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reflection", - "declaration": { - "id": 1457, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {} - } - } - ] - } - ] - } - }, - { - "id": 1458, - "name": "status", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "HTTP status code that caused the error." - } - ] - }, - "sources": [ - { - "fileName": "packages/core/auth-js/src/lib/errors.ts", - "line": 14, - "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L14" - } - ], - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "undefined" - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - } - ], - "groups": [ - { - "title": "Constructors", - "children": [1451] - }, - { - "title": "Properties", - "children": [1456, 1458] - } - ], - "sources": [ - { - "fileName": "packages/core/auth-js/src/lib/errors.ts", - "line": 4, - "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L4" - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": { - "sourceFileName": "../../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Error" - }, - "name": "Error", - "package": "typescript" - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 1460, - "name": "AuthApiError" - }, - { - "type": "reference", - "target": 1470, - "name": "AuthUnknownError" - }, - { - "type": "reference", - "target": 1480, - "name": "CustomAuthError" - } - ] - }, - { - "id": 1517, - "name": "AuthImplicitGrantRedirectError", - "variant": "declaration", - "kind": 128, - "flags": {}, - "children": [ - { - "id": 1518, - "name": "constructor", - "variant": "declaration", - "kind": 512, - "flags": {}, - "sources": [ - { - "fileName": "packages/core/auth-js/src/lib/errors.ts", - "line": 90, - "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L90" - } - ], - "signatures": [ - { - "id": 1519, - "name": "AuthImplicitGrantRedirectError", - "variant": "signature", - "kind": 16384, - "flags": {}, - "sources": [ - { - "fileName": "packages/core/auth-js/src/lib/errors.ts", - "line": 90, - "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L90" - } - ], - "parameters": [ - { - "id": 1520, - "name": "message", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 1521, - "name": "details", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 1522, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 1524, - "name": "code", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "sources": [ - { - "fileName": "packages/core/auth-js/src/lib/errors.ts", - "line": 90, - "character": 57, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L90" - } - ], - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 1523, - "name": "error", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "sources": [ - { - "fileName": "packages/core/auth-js/src/lib/errors.ts", - "line": 90, - "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L90" - } - ], - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [1524, 1523] - } - ], - "sources": [ - { - "fileName": "packages/core/auth-js/src/lib/errors.ts", - "line": 90, - "character": 40, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L90" - } - ] - } - } - ] - }, - "defaultValue": "null" - } - ], - "type": { - "type": "reference", - "target": 1517, - "name": "AuthImplicitGrantRedirectError", - "package": "@supabase/auth-js" - }, - "overwrites": { - "type": "reference", - "target": 1482, - "name": "CustomAuthError.constructor" - } - } - ], - "overwrites": { - "type": "reference", - "target": 1481, - "name": "CustomAuthError.constructor" - } - }, - { - "id": 1541, + "id": 1498, "name": "code", "variant": "declaration", "kind": 1024, @@ -61321,7 +61659,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -61350,7 +61688,7 @@ { "type": "reflection", "declaration": { - "id": 1542, + "id": 1499, "name": "__type", "variant": "declaration", "kind": 65536, @@ -61362,13 +61700,545 @@ ] }, "inheritedFrom": { + "type": "reference", + "target": 1487, + "name": "AuthError.code" + } + }, + { + "id": 1497, + "name": "status", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "HTTP status code that caused the error." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/errors.ts", + "line": 31, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L31" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "overwrites": { "type": "reference", "target": 1489, + "name": "AuthError.status" + } + } + ], + "groups": [ + { + "title": "Constructors", + "children": [1492] + }, + { + "title": "Properties", + "children": [1498, 1497] + } + ], + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/errors.ts", + "line": 30, + "character": 13, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L30" + } + ], + "extendedTypes": [ + { + "type": "reference", + "target": 1481, + "name": "AuthError", + "package": "@supabase/auth-js" + } + ] + }, + { + "id": 1481, + "name": "AuthError", + "variant": "declaration", + "kind": 128, + "flags": {}, + "children": [ + { + "id": 1482, + "name": "constructor", + "variant": "declaration", + "kind": 512, + "flags": {}, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/errors.ts", + "line": 18, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L18" + } + ], + "signatures": [ + { + "id": 1483, + "name": "AuthError", + "variant": "signature", + "kind": 16384, + "flags": {}, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/errors.ts", + "line": 18, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L18" + } + ], + "parameters": [ + { + "id": 1484, + "name": "message", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1485, + "name": "status", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1486, + "name": "code", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "reference", + "target": 1481, + "name": "AuthError", + "package": "@supabase/auth-js" + }, + "overwrites": { + "type": "reference", + "target": -1, + "name": "Error.constructor" + } + } + ], + "overwrites": { + "type": "reference", + "target": -1, + "name": "Error.constructor" + } + }, + { + "id": 1487, + "name": "code", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Error code associated with the error. Most errors coming from\nHTTP responses will have a code, though some errors that occur\nbefore a response is received will not have one present. In that\ncase " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "#status" + }, + { + "kind": "text", + "text": " will also be undefined." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/errors.ts", + "line": 11, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "target": { + "sourceFileName": "src/lib/error-codes.ts", + "qualifiedName": "ErrorCode" + }, + "name": "ErrorCode", + "package": "@supabase/auth-js" + }, + { + "type": "intersection", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "reflection", + "declaration": { + "id": 1488, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {} + } + } + ] + } + ] + } + }, + { + "id": 1489, + "name": "status", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "HTTP status code that caused the error." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/errors.ts", + "line": 14, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L14" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "intrinsic", + "name": "number" + } + ] + } + } + ], + "groups": [ + { + "title": "Constructors", + "children": [1482] + }, + { + "title": "Properties", + "children": [1487, 1489] + } + ], + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/errors.ts", + "line": 4, + "character": 13, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L4" + } + ], + "extendedTypes": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Error" + }, + "name": "Error", + "package": "typescript" + } + ], + "extendedBy": [ + { + "type": "reference", + "target": 1491, + "name": "AuthApiError" + }, + { + "type": "reference", + "target": 1501, + "name": "AuthUnknownError" + }, + { + "type": "reference", + "target": 1511, + "name": "CustomAuthError" + } + ] + }, + { + "id": 1548, + "name": "AuthImplicitGrantRedirectError", + "variant": "declaration", + "kind": 128, + "flags": {}, + "children": [ + { + "id": 1549, + "name": "constructor", + "variant": "declaration", + "kind": 512, + "flags": {}, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/errors.ts", + "line": 90, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L90" + } + ], + "signatures": [ + { + "id": 1550, + "name": "AuthImplicitGrantRedirectError", + "variant": "signature", + "kind": 16384, + "flags": {}, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/errors.ts", + "line": 90, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L90" + } + ], + "parameters": [ + { + "id": 1551, + "name": "message", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1552, + "name": "details", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reflection", + "declaration": { + "id": 1553, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 1555, + "name": "code", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/errors.ts", + "line": 90, + "character": 57, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L90" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1554, + "name": "error", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/errors.ts", + "line": 90, + "character": 42, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L90" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [1555, 1554] + } + ], + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/errors.ts", + "line": 90, + "character": 40, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L90" + } + ] + } + } + ] + }, + "defaultValue": "null" + } + ], + "type": { + "type": "reference", + "target": 1548, + "name": "AuthImplicitGrantRedirectError", + "package": "@supabase/auth-js" + }, + "overwrites": { + "type": "reference", + "target": 1513, + "name": "CustomAuthError.constructor" + } + } + ], + "overwrites": { + "type": "reference", + "target": 1512, + "name": "CustomAuthError.constructor" + } + }, + { + "id": 1572, + "name": "code", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Error code associated with the error. Most errors coming from\nHTTP responses will have a code, though some errors that occur\nbefore a response is received will not have one present. In that\ncase " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "#status" + }, + { + "kind": "text", + "text": " will also be undefined." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/errors.ts", + "line": 11, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "undefined" + }, + { + "type": "reference", + "target": { + "sourceFileName": "src/lib/error-codes.ts", + "qualifiedName": "ErrorCode" + }, + "name": "ErrorCode", + "package": "@supabase/auth-js" + }, + { + "type": "intersection", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "reflection", + "declaration": { + "id": 1573, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {} + } + } + ] + } + ] + }, + "inheritedFrom": { + "type": "reference", + "target": 1520, "name": "CustomAuthError.code" } }, { - "id": 1525, + "id": 1556, "name": "details", "variant": "declaration", "kind": 1024, @@ -61378,7 +62248,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 89, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L89" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L89" } ], "type": { @@ -61391,14 +62261,14 @@ { "type": "reflection", "declaration": { - "id": 1526, + "id": 1557, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1528, + "id": 1559, "name": "code", "variant": "declaration", "kind": 1024, @@ -61408,7 +62278,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 89, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L89" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L89" } ], "type": { @@ -61417,7 +62287,7 @@ } }, { - "id": 1527, + "id": 1558, "name": "error", "variant": "declaration", "kind": 1024, @@ -61427,7 +62297,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 89, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L89" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L89" } ], "type": { @@ -61439,7 +62309,7 @@ "groups": [ { "title": "Properties", - "children": [1528, 1527] + "children": [1559, 1558] } ], "sources": [ @@ -61447,7 +62317,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 89, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L89" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L89" } ] } @@ -61457,7 +62327,7 @@ "defaultValue": "null" }, { - "id": 1539, + "id": 1570, "name": "name", "variant": "declaration", "kind": 1024, @@ -61469,7 +62339,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L56" } ], "type": { @@ -61478,12 +62348,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1487, + "target": 1518, "name": "CustomAuthError.name" } }, { - "id": 1540, + "id": 1571, "name": "status", "variant": "declaration", "kind": 1024, @@ -61503,7 +62373,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L57" } ], "type": { @@ -61512,12 +62382,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1488, + "target": 1519, "name": "CustomAuthError.status" } }, { - "id": 1529, + "id": 1560, "name": "toJSON", "variant": "declaration", "kind": 2048, @@ -61527,12 +62397,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 95, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L95" } ], "signatures": [ { - "id": 1530, + "id": 1561, "name": "toJSON", "variant": "signature", "kind": 4096, @@ -61542,20 +62412,20 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 95, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L95" } ], "type": { "type": "reflection", "declaration": { - "id": 1531, + "id": 1562, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1535, + "id": 1566, "name": "details", "variant": "declaration", "kind": 1024, @@ -61565,7 +62435,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 100, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L100" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L100" } ], "type": { @@ -61578,14 +62448,14 @@ { "type": "reflection", "declaration": { - "id": 1536, + "id": 1567, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1538, + "id": 1569, "name": "code", "variant": "declaration", "kind": 1024, @@ -61595,7 +62465,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 89, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L89" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L89" } ], "type": { @@ -61604,7 +62474,7 @@ } }, { - "id": 1537, + "id": 1568, "name": "error", "variant": "declaration", "kind": 1024, @@ -61614,7 +62484,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 89, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L89" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L89" } ], "type": { @@ -61626,7 +62496,7 @@ "groups": [ { "title": "Properties", - "children": [1538, 1537] + "children": [1569, 1568] } ], "sources": [ @@ -61634,7 +62504,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 89, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L89" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L89" } ] } @@ -61644,7 +62514,7 @@ "defaultValue": "..." }, { - "id": 1533, + "id": 1564, "name": "message", "variant": "declaration", "kind": 1024, @@ -61654,7 +62524,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 98, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L98" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L98" } ], "type": { @@ -61664,7 +62534,7 @@ "defaultValue": "..." }, { - "id": 1532, + "id": 1563, "name": "name", "variant": "declaration", "kind": 1024, @@ -61674,7 +62544,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 97, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L97" } ], "type": { @@ -61684,7 +62554,7 @@ "defaultValue": "..." }, { - "id": 1534, + "id": 1565, "name": "status", "variant": "declaration", "kind": 1024, @@ -61694,7 +62564,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 99, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L99" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L99" } ], "type": { @@ -61707,7 +62577,7 @@ "groups": [ { "title": "Properties", - "children": [1535, 1533, 1532, 1534] + "children": [1566, 1564, 1563, 1565] } ], "sources": [ @@ -61715,7 +62585,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 96, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L96" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L96" } ] } @@ -61727,15 +62597,15 @@ "groups": [ { "title": "Constructors", - "children": [1518] + "children": [1549] }, { "title": "Properties", - "children": [1541, 1525, 1539, 1540] + "children": [1572, 1556, 1570, 1571] }, { "title": "Methods", - "children": [1529] + "children": [1560] } ], "sources": [ @@ -61743,27 +62613,27 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 88, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L88" } ], "extendedTypes": [ { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1508, + "id": 1539, "name": "AuthInvalidCredentialsError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1509, + "id": 1540, "name": "constructor", "variant": "declaration", "kind": 512, @@ -61773,12 +62643,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 83, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L83" } ], "signatures": [ { - "id": 1510, + "id": 1541, "name": "AuthInvalidCredentialsError", "variant": "signature", "kind": 16384, @@ -61788,12 +62658,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 83, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L83" } ], "parameters": [ { - "id": 1511, + "id": 1542, "name": "message", "variant": "param", "kind": 32768, @@ -61806,25 +62676,25 @@ ], "type": { "type": "reference", - "target": 1508, + "target": 1539, "name": "AuthInvalidCredentialsError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1482, + "target": 1513, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1481, + "target": 1512, "name": "CustomAuthError.constructor" } }, { - "id": 1514, + "id": 1545, "name": "code", "variant": "declaration", "kind": 1024, @@ -61853,7 +62723,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -61882,7 +62752,7 @@ { "type": "reflection", "declaration": { - "id": 1515, + "id": 1546, "name": "__type", "variant": "declaration", "kind": 65536, @@ -61895,12 +62765,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1489, + "target": 1520, "name": "CustomAuthError.code" } }, { - "id": 1512, + "id": 1543, "name": "name", "variant": "declaration", "kind": 1024, @@ -61912,7 +62782,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L56" } ], "type": { @@ -61921,12 +62791,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1487, + "target": 1518, "name": "CustomAuthError.name" } }, { - "id": 1513, + "id": 1544, "name": "status", "variant": "declaration", "kind": 1024, @@ -61946,7 +62816,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L57" } ], "type": { @@ -61955,7 +62825,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1488, + "target": 1519, "name": "CustomAuthError.status" } } @@ -61963,11 +62833,11 @@ "groups": [ { "title": "Constructors", - "children": [1509] + "children": [1540] }, { "title": "Properties", - "children": [1514, 1512, 1513] + "children": [1545, 1543, 1544] } ], "sources": [ @@ -61975,27 +62845,27 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 82, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L82" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L82" } ], "extendedTypes": [ { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1593, + "id": 1624, "name": "AuthInvalidJwtError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1594, + "id": 1625, "name": "constructor", "variant": "declaration", "kind": 512, @@ -62005,12 +62875,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 162, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L162" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L162" } ], "signatures": [ { - "id": 1595, + "id": 1626, "name": "AuthInvalidJwtError", "variant": "signature", "kind": 16384, @@ -62020,12 +62890,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 162, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L162" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L162" } ], "parameters": [ { - "id": 1596, + "id": 1627, "name": "message", "variant": "param", "kind": 32768, @@ -62038,25 +62908,25 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1624, "name": "AuthInvalidJwtError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1482, + "target": 1513, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1481, + "target": 1512, "name": "CustomAuthError.constructor" } }, { - "id": 1599, + "id": 1630, "name": "code", "variant": "declaration", "kind": 1024, @@ -62085,7 +62955,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -62114,7 +62984,7 @@ { "type": "reflection", "declaration": { - "id": 1600, + "id": 1631, "name": "__type", "variant": "declaration", "kind": 65536, @@ -62127,12 +62997,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1489, + "target": 1520, "name": "CustomAuthError.code" } }, { - "id": 1597, + "id": 1628, "name": "name", "variant": "declaration", "kind": 1024, @@ -62144,7 +63014,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L56" } ], "type": { @@ -62153,12 +63023,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1487, + "target": 1518, "name": "CustomAuthError.name" } }, { - "id": 1598, + "id": 1629, "name": "status", "variant": "declaration", "kind": 1024, @@ -62178,7 +63048,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L57" } ], "type": { @@ -62187,7 +63057,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1488, + "target": 1519, "name": "CustomAuthError.status" } } @@ -62195,11 +63065,11 @@ "groups": [ { "title": "Constructors", - "children": [1594] + "children": [1625] }, { "title": "Properties", - "children": [1599, 1597, 1598] + "children": [1630, 1628, 1629] } ], "sources": [ @@ -62207,27 +63077,27 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 161, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L161" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L161" } ], "extendedTypes": [ { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1500, + "id": 1531, "name": "AuthInvalidTokenResponseError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1501, + "id": 1532, "name": "constructor", "variant": "declaration", "kind": 512, @@ -62237,12 +63107,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 77, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L77" } ], "signatures": [ { - "id": 1502, + "id": 1533, "name": "AuthInvalidTokenResponseError", "variant": "signature", "kind": 16384, @@ -62252,30 +63122,30 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 77, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L77" } ], "type": { "type": "reference", - "target": 1500, + "target": 1531, "name": "AuthInvalidTokenResponseError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1482, + "target": 1513, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1481, + "target": 1512, "name": "CustomAuthError.constructor" } }, { - "id": 1505, + "id": 1536, "name": "code", "variant": "declaration", "kind": 1024, @@ -62304,7 +63174,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -62333,7 +63203,7 @@ { "type": "reflection", "declaration": { - "id": 1506, + "id": 1537, "name": "__type", "variant": "declaration", "kind": 65536, @@ -62346,12 +63216,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1489, + "target": 1520, "name": "CustomAuthError.code" } }, { - "id": 1503, + "id": 1534, "name": "name", "variant": "declaration", "kind": 1024, @@ -62363,7 +63233,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L56" } ], "type": { @@ -62372,12 +63242,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1487, + "target": 1518, "name": "CustomAuthError.name" } }, { - "id": 1504, + "id": 1535, "name": "status", "variant": "declaration", "kind": 1024, @@ -62397,7 +63267,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L57" } ], "type": { @@ -62406,7 +63276,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1488, + "target": 1519, "name": "CustomAuthError.status" } } @@ -62414,11 +63284,11 @@ "groups": [ { "title": "Constructors", - "children": [1501] + "children": [1532] }, { "title": "Properties", - "children": [1505, 1503, 1504] + "children": [1536, 1534, 1535] } ], "sources": [ @@ -62426,27 +63296,27 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 76, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L76" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L76" } ], "extendedTypes": [ { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1544, + "id": 1575, "name": "AuthPKCEGrantCodeExchangeError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1545, + "id": 1576, "name": "constructor", "variant": "declaration", "kind": 512, @@ -62456,12 +63326,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 114, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L114" } ], "signatures": [ { - "id": 1546, + "id": 1577, "name": "AuthPKCEGrantCodeExchangeError", "variant": "signature", "kind": 16384, @@ -62471,12 +63341,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 114, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L114" } ], "parameters": [ { - "id": 1547, + "id": 1578, "name": "message", "variant": "param", "kind": 32768, @@ -62487,7 +63357,7 @@ } }, { - "id": 1548, + "id": 1579, "name": "details", "variant": "param", "kind": 32768, @@ -62502,14 +63372,14 @@ { "type": "reflection", "declaration": { - "id": 1549, + "id": 1580, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1551, + "id": 1582, "name": "code", "variant": "declaration", "kind": 1024, @@ -62519,7 +63389,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 114, "character": 57, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L114" } ], "type": { @@ -62528,7 +63398,7 @@ } }, { - "id": 1550, + "id": 1581, "name": "error", "variant": "declaration", "kind": 1024, @@ -62538,7 +63408,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 114, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L114" } ], "type": { @@ -62550,7 +63420,7 @@ "groups": [ { "title": "Properties", - "children": [1551, 1550] + "children": [1582, 1581] } ], "sources": [ @@ -62558,7 +63428,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 114, "character": 40, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L114" } ] } @@ -62570,25 +63440,25 @@ ], "type": { "type": "reference", - "target": 1544, + "target": 1575, "name": "AuthPKCEGrantCodeExchangeError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1482, + "target": 1513, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1481, + "target": 1512, "name": "CustomAuthError.constructor" } }, { - "id": 1568, + "id": 1599, "name": "code", "variant": "declaration", "kind": 1024, @@ -62617,7 +63487,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -62646,7 +63516,7 @@ { "type": "reflection", "declaration": { - "id": 1569, + "id": 1600, "name": "__type", "variant": "declaration", "kind": 65536, @@ -62659,12 +63529,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1489, + "target": 1520, "name": "CustomAuthError.code" } }, { - "id": 1552, + "id": 1583, "name": "details", "variant": "declaration", "kind": 1024, @@ -62674,7 +63544,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 112, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L112" } ], "type": { @@ -62687,14 +63557,14 @@ { "type": "reflection", "declaration": { - "id": 1553, + "id": 1584, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1555, + "id": 1586, "name": "code", "variant": "declaration", "kind": 1024, @@ -62704,7 +63574,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 112, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L112" } ], "type": { @@ -62713,7 +63583,7 @@ } }, { - "id": 1554, + "id": 1585, "name": "error", "variant": "declaration", "kind": 1024, @@ -62723,7 +63593,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 112, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L112" } ], "type": { @@ -62735,7 +63605,7 @@ "groups": [ { "title": "Properties", - "children": [1555, 1554] + "children": [1586, 1585] } ], "sources": [ @@ -62743,7 +63613,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 112, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L112" } ] } @@ -62753,7 +63623,7 @@ "defaultValue": "null" }, { - "id": 1566, + "id": 1597, "name": "name", "variant": "declaration", "kind": 1024, @@ -62765,7 +63635,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L56" } ], "type": { @@ -62774,12 +63644,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1487, + "target": 1518, "name": "CustomAuthError.name" } }, { - "id": 1567, + "id": 1598, "name": "status", "variant": "declaration", "kind": 1024, @@ -62799,7 +63669,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L57" } ], "type": { @@ -62808,12 +63678,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1488, + "target": 1519, "name": "CustomAuthError.status" } }, { - "id": 1556, + "id": 1587, "name": "toJSON", "variant": "declaration", "kind": 2048, @@ -62823,12 +63693,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 119, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L119" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L119" } ], "signatures": [ { - "id": 1557, + "id": 1588, "name": "toJSON", "variant": "signature", "kind": 4096, @@ -62838,20 +63708,20 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 119, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L119" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L119" } ], "type": { "type": "reflection", "declaration": { - "id": 1558, + "id": 1589, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1562, + "id": 1593, "name": "details", "variant": "declaration", "kind": 1024, @@ -62861,7 +63731,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 124, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L124" } ], "type": { @@ -62874,14 +63744,14 @@ { "type": "reflection", "declaration": { - "id": 1563, + "id": 1594, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1565, + "id": 1596, "name": "code", "variant": "declaration", "kind": 1024, @@ -62891,7 +63761,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 112, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L112" } ], "type": { @@ -62900,7 +63770,7 @@ } }, { - "id": 1564, + "id": 1595, "name": "error", "variant": "declaration", "kind": 1024, @@ -62910,7 +63780,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 112, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L112" } ], "type": { @@ -62922,7 +63792,7 @@ "groups": [ { "title": "Properties", - "children": [1565, 1564] + "children": [1596, 1595] } ], "sources": [ @@ -62930,7 +63800,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 112, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L112" } ] } @@ -62940,7 +63810,7 @@ "defaultValue": "..." }, { - "id": 1560, + "id": 1591, "name": "message", "variant": "declaration", "kind": 1024, @@ -62950,7 +63820,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 122, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L122" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L122" } ], "type": { @@ -62960,7 +63830,7 @@ "defaultValue": "..." }, { - "id": 1559, + "id": 1590, "name": "name", "variant": "declaration", "kind": 1024, @@ -62970,7 +63840,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 121, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L121" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L121" } ], "type": { @@ -62980,7 +63850,7 @@ "defaultValue": "..." }, { - "id": 1561, + "id": 1592, "name": "status", "variant": "declaration", "kind": 1024, @@ -62990,7 +63860,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 123, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L123" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L123" } ], "type": { @@ -63003,7 +63873,7 @@ "groups": [ { "title": "Properties", - "children": [1562, 1560, 1559, 1561] + "children": [1593, 1591, 1590, 1592] } ], "sources": [ @@ -63011,7 +63881,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 120, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L120" } ] } @@ -63023,15 +63893,15 @@ "groups": [ { "title": "Constructors", - "children": [1545] + "children": [1576] }, { "title": "Properties", - "children": [1568, 1552, 1566, 1567] + "children": [1599, 1583, 1597, 1598] }, { "title": "Methods", - "children": [1556] + "children": [1587] } ], "sources": [ @@ -63039,27 +63909,27 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 111, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L111" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L111" } ], "extendedTypes": [ { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1571, + "id": 1602, "name": "AuthRetryableFetchError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1572, + "id": 1603, "name": "constructor", "variant": "declaration", "kind": 512, @@ -63069,12 +63939,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 130, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L130" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L130" } ], "signatures": [ { - "id": 1573, + "id": 1604, "name": "AuthRetryableFetchError", "variant": "signature", "kind": 16384, @@ -63084,12 +63954,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 130, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L130" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L130" } ], "parameters": [ { - "id": 1574, + "id": 1605, "name": "message", "variant": "param", "kind": 32768, @@ -63100,7 +63970,7 @@ } }, { - "id": 1575, + "id": 1606, "name": "status", "variant": "param", "kind": 32768, @@ -63113,25 +63983,25 @@ ], "type": { "type": "reference", - "target": 1571, + "target": 1602, "name": "AuthRetryableFetchError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1482, + "target": 1513, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1481, + "target": 1512, "name": "CustomAuthError.constructor" } }, { - "id": 1578, + "id": 1609, "name": "code", "variant": "declaration", "kind": 1024, @@ -63160,7 +64030,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -63189,7 +64059,7 @@ { "type": "reflection", "declaration": { - "id": 1579, + "id": 1610, "name": "__type", "variant": "declaration", "kind": 65536, @@ -63202,12 +64072,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1489, + "target": 1520, "name": "CustomAuthError.code" } }, { - "id": 1576, + "id": 1607, "name": "name", "variant": "declaration", "kind": 1024, @@ -63219,7 +64089,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L56" } ], "type": { @@ -63228,12 +64098,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1487, + "target": 1518, "name": "CustomAuthError.name" } }, { - "id": 1577, + "id": 1608, "name": "status", "variant": "declaration", "kind": 1024, @@ -63253,7 +64123,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L57" } ], "type": { @@ -63262,7 +64132,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1488, + "target": 1519, "name": "CustomAuthError.status" } } @@ -63270,11 +64140,11 @@ "groups": [ { "title": "Constructors", - "children": [1572] + "children": [1603] }, { "title": "Properties", - "children": [1578, 1576, 1577] + "children": [1609, 1607, 1608] } ], "sources": [ @@ -63282,27 +64152,27 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 129, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L129" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L129" } ], "extendedTypes": [ { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1492, + "id": 1523, "name": "AuthSessionMissingError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1493, + "id": 1524, "name": "constructor", "variant": "declaration", "kind": 512, @@ -63312,12 +64182,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 67, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L67" } ], "signatures": [ { - "id": 1494, + "id": 1525, "name": "AuthSessionMissingError", "variant": "signature", "kind": 16384, @@ -63327,30 +64197,30 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 67, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L67" } ], "type": { "type": "reference", - "target": 1492, + "target": 1523, "name": "AuthSessionMissingError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1482, + "target": 1513, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1481, + "target": 1512, "name": "CustomAuthError.constructor" } }, { - "id": 1497, + "id": 1528, "name": "code", "variant": "declaration", "kind": 1024, @@ -63379,7 +64249,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -63408,7 +64278,7 @@ { "type": "reflection", "declaration": { - "id": 1498, + "id": 1529, "name": "__type", "variant": "declaration", "kind": 65536, @@ -63421,12 +64291,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1489, + "target": 1520, "name": "CustomAuthError.code" } }, { - "id": 1495, + "id": 1526, "name": "name", "variant": "declaration", "kind": 1024, @@ -63438,7 +64308,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L56" } ], "type": { @@ -63447,12 +64317,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1487, + "target": 1518, "name": "CustomAuthError.name" } }, { - "id": 1496, + "id": 1527, "name": "status", "variant": "declaration", "kind": 1024, @@ -63472,7 +64342,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L57" } ], "type": { @@ -63481,7 +64351,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1488, + "target": 1519, "name": "CustomAuthError.status" } } @@ -63489,11 +64359,11 @@ "groups": [ { "title": "Constructors", - "children": [1493] + "children": [1524] }, { "title": "Properties", - "children": [1497, 1495, 1496] + "children": [1528, 1526, 1527] } ], "sources": [ @@ -63501,27 +64371,27 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 66, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L66" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L66" } ], "extendedTypes": [ { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1470, + "id": 1501, "name": "AuthUnknownError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1471, + "id": 1502, "name": "constructor", "variant": "declaration", "kind": 512, @@ -63531,12 +64401,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 48, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L48" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L48" } ], "signatures": [ { - "id": 1472, + "id": 1503, "name": "AuthUnknownError", "variant": "signature", "kind": 16384, @@ -63546,12 +64416,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 48, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L48" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L48" } ], "parameters": [ { - "id": 1473, + "id": 1504, "name": "message", "variant": "param", "kind": 32768, @@ -63562,7 +64432,7 @@ } }, { - "id": 1474, + "id": 1505, "name": "originalError", "variant": "param", "kind": 32768, @@ -63575,25 +64445,25 @@ ], "type": { "type": "reference", - "target": 1470, + "target": 1501, "name": "AuthUnknownError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1452, + "target": 1483, "name": "AuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1451, + "target": 1482, "name": "AuthError.constructor" } }, { - "id": 1476, + "id": 1507, "name": "code", "variant": "declaration", "kind": 1024, @@ -63622,7 +64492,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -63651,7 +64521,7 @@ { "type": "reflection", "declaration": { - "id": 1477, + "id": 1508, "name": "__type", "variant": "declaration", "kind": 65536, @@ -63664,12 +64534,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1456, + "target": 1487, "name": "AuthError.code" } }, { - "id": 1475, + "id": 1506, "name": "originalError", "variant": "declaration", "kind": 1024, @@ -63679,7 +64549,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 46, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L46" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L46" } ], "type": { @@ -63688,7 +64558,7 @@ } }, { - "id": 1478, + "id": 1509, "name": "status", "variant": "declaration", "kind": 1024, @@ -63708,7 +64578,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 14, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L14" } ], "type": { @@ -63726,7 +64596,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1458, + "target": 1489, "name": "AuthError.status" } } @@ -63734,11 +64604,11 @@ "groups": [ { "title": "Constructors", - "children": [1471] + "children": [1502] }, { "title": "Properties", - "children": [1476, 1475, 1478] + "children": [1507, 1506, 1509] } ], "sources": [ @@ -63746,20 +64616,20 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 45, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L45" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L45" } ], "extendedTypes": [ { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1581, + "id": 1612, "name": "AuthWeakPasswordError", "variant": "declaration", "kind": 128, @@ -63774,7 +64644,7 @@ }, "children": [ { - "id": 1582, + "id": 1613, "name": "constructor", "variant": "declaration", "kind": 512, @@ -63784,12 +64654,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 150, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L150" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L150" } ], "signatures": [ { - "id": 1583, + "id": 1614, "name": "AuthWeakPasswordError", "variant": "signature", "kind": 16384, @@ -63799,12 +64669,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 150, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L150" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L150" } ], "parameters": [ { - "id": 1584, + "id": 1615, "name": "message", "variant": "param", "kind": 32768, @@ -63815,7 +64685,7 @@ } }, { - "id": 1585, + "id": 1616, "name": "status", "variant": "param", "kind": 32768, @@ -63826,7 +64696,7 @@ } }, { - "id": 1586, + "id": 1617, "name": "reasons", "variant": "param", "kind": 32768, @@ -63855,25 +64725,25 @@ ], "type": { "type": "reference", - "target": 1581, + "target": 1612, "name": "AuthWeakPasswordError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1482, + "target": 1513, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1481, + "target": 1512, "name": "CustomAuthError.constructor" } }, { - "id": 1590, + "id": 1621, "name": "code", "variant": "declaration", "kind": 1024, @@ -63902,7 +64772,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -63931,7 +64801,7 @@ { "type": "reflection", "declaration": { - "id": 1591, + "id": 1622, "name": "__type", "variant": "declaration", "kind": 65536, @@ -63944,12 +64814,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1489, + "target": 1520, "name": "CustomAuthError.code" } }, { - "id": 1588, + "id": 1619, "name": "name", "variant": "declaration", "kind": 1024, @@ -63961,7 +64831,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L56" } ], "type": { @@ -63970,12 +64840,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1487, + "target": 1518, "name": "CustomAuthError.name" } }, { - "id": 1587, + "id": 1618, "name": "reasons", "variant": "declaration", "kind": 1024, @@ -63993,7 +64863,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 148, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L148" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L148" } ], "type": { @@ -64018,7 +64888,7 @@ } }, { - "id": 1589, + "id": 1620, "name": "status", "variant": "declaration", "kind": 1024, @@ -64038,7 +64908,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L57" } ], "type": { @@ -64047,7 +64917,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1488, + "target": 1519, "name": "CustomAuthError.status" } } @@ -64055,11 +64925,11 @@ "groups": [ { "title": "Constructors", - "children": [1582] + "children": [1613] }, { "title": "Properties", - "children": [1590, 1588, 1587, 1589] + "children": [1621, 1619, 1618, 1620] } ], "sources": [ @@ -64067,27 +64937,27 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 144, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L144" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L144" } ], "extendedTypes": [ { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1480, + "id": 1511, "name": "CustomAuthError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1481, + "id": 1512, "name": "constructor", "variant": "declaration", "kind": 512, @@ -64097,12 +64967,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 59, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L59" } ], "signatures": [ { - "id": 1482, + "id": 1513, "name": "CustomAuthError", "variant": "signature", "kind": 16384, @@ -64112,12 +64982,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 59, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L59" } ], "parameters": [ { - "id": 1483, + "id": 1514, "name": "message", "variant": "param", "kind": 32768, @@ -64128,7 +64998,7 @@ } }, { - "id": 1484, + "id": 1515, "name": "name", "variant": "param", "kind": 32768, @@ -64139,7 +65009,7 @@ } }, { - "id": 1485, + "id": 1516, "name": "status", "variant": "param", "kind": 32768, @@ -64150,7 +65020,7 @@ } }, { - "id": 1486, + "id": 1517, "name": "code", "variant": "param", "kind": 32768, @@ -64172,25 +65042,25 @@ ], "type": { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1452, + "target": 1483, "name": "AuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1451, + "target": 1482, "name": "AuthError.constructor" } }, { - "id": 1489, + "id": 1520, "name": "code", "variant": "declaration", "kind": 1024, @@ -64219,7 +65089,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -64248,7 +65118,7 @@ { "type": "reflection", "declaration": { - "id": 1490, + "id": 1521, "name": "__type", "variant": "declaration", "kind": 65536, @@ -64261,12 +65131,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1456, + "target": 1487, "name": "AuthError.code" } }, { - "id": 1487, + "id": 1518, "name": "name", "variant": "declaration", "kind": 1024, @@ -64276,7 +65146,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L56" } ], "type": { @@ -64290,7 +65160,7 @@ } }, { - "id": 1488, + "id": 1519, "name": "status", "variant": "declaration", "kind": 1024, @@ -64308,7 +65178,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L57" } ], "type": { @@ -64317,7 +65187,7 @@ }, "overwrites": { "type": "reference", - "target": 1458, + "target": 1489, "name": "AuthError.status" } } @@ -64325,11 +65195,11 @@ "groups": [ { "title": "Constructors", - "children": [1481] + "children": [1512] }, { "title": "Properties", - "children": [1489, 1487, 1488] + "children": [1520, 1518, 1519] } ], "sources": [ @@ -64337,13 +65207,13 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 55, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L55" } ], "extendedTypes": [ { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -64351,42 +65221,42 @@ "extendedBy": [ { "type": "reference", - "target": 1492, + "target": 1523, "name": "AuthSessionMissingError" }, { "type": "reference", - "target": 1500, + "target": 1531, "name": "AuthInvalidTokenResponseError" }, { "type": "reference", - "target": 1508, + "target": 1539, "name": "AuthInvalidCredentialsError" }, { "type": "reference", - "target": 1517, + "target": 1548, "name": "AuthImplicitGrantRedirectError" }, { "type": "reference", - "target": 1544, + "target": 1575, "name": "AuthPKCEGrantCodeExchangeError" }, { "type": "reference", - "target": 1571, + "target": 1602, "name": "AuthRetryableFetchError" }, { "type": "reference", - "target": 1581, + "target": 1612, "name": "AuthWeakPasswordError" }, { "type": "reference", - "target": 1593, + "target": 1624, "name": "AuthInvalidJwtError" } ] @@ -64409,7 +65279,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 48, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L48" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L48" } ], "signatures": [ @@ -64424,7 +65294,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 48, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L48" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L48" } ], "parameters": [ @@ -64456,7 +65326,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 57, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L57" } ], "type": { @@ -64685,7 +65555,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 54, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L54" } ], "type": { @@ -64701,7 +65571,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 54, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L54" } ], "indexSignatures": [ @@ -64716,7 +65586,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 55, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L55" } ], "parameters": [ @@ -64753,7 +65623,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 53, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L53" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L53" } ], "type": { @@ -64774,7 +65644,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 52, "character": 5, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L52" } ] } @@ -64810,12 +65680,12 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 34, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L34" } ], "type": { "type": "reference", - "target": 1263, + "target": 1278, "name": "GoTrueAdminMFAApi", "package": "@supabase/auth-js" } @@ -64839,12 +65709,12 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 40, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L40" } ], "type": { "type": "reference", - "target": 1373, + "target": 1404, "name": "GoTrueAdminOAuthApi", "package": "@supabase/auth-js" } @@ -64860,7 +65730,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 179, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L179" } ], "signatures": [ @@ -64891,7 +65761,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 179, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L179" } ], "parameters": [ @@ -64903,7 +65773,7 @@ "flags": {}, "type": { "type": "reference", - "target": 865, + "target": 878, "name": "AdminUserAttributes", "package": "@supabase/auth-js" } @@ -64918,7 +65788,7 @@ "typeArguments": [ { "type": "reference", - "target": 786, + "target": 798, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -64940,7 +65810,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 299, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L299" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L299" } ], "signatures": [ @@ -64971,7 +65841,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 299, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L299" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L299" } ], "parameters": [ @@ -65032,7 +65902,7 @@ "typeArguments": [ { "type": "reference", - "target": 786, + "target": 798, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -65054,7 +65924,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 145, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L145" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L145" } ], "signatures": [ @@ -65068,7 +65938,7 @@ "summary": [ { "kind": "text", - "text": "Generates email links and OTPs. This will not send links or OTPs to the end user. This function is for custom admin functionality." + "text": "Generates email links and OTPs to be sent via a custom email provider." } ] }, @@ -65077,7 +65947,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 145, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L145" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L145" } ], "parameters": [ @@ -65089,7 +65959,7 @@ "flags": {}, "type": { "type": "reference", - "target": 1073, + "target": 1088, "name": "GenerateLinkParams", "package": "@supabase/auth-js" } @@ -65104,7 +65974,7 @@ "typeArguments": [ { "type": "reference", - "target": 1074, + "target": 1089, "name": "GenerateLinkResponse", "package": "@supabase/auth-js" } @@ -65126,7 +65996,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 248, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L248" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L248" } ], "signatures": [ @@ -65149,7 +66019,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 248, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L248" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L248" } ], "parameters": [ @@ -65190,7 +66060,7 @@ "typeArguments": [ { "type": "reference", - "target": 786, + "target": 798, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -65212,7 +66082,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 112, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L112" } ], "signatures": [ @@ -65235,7 +66105,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 112, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L112" } ], "parameters": [ @@ -65310,7 +66180,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 116, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L116" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L116" } ], "type": { @@ -65339,7 +66209,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 119, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L119" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L119" } ], "type": { @@ -65359,7 +66229,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 114, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L114" } ] } @@ -65376,7 +66246,7 @@ "typeArguments": [ { "type": "reference", - "target": 786, + "target": 798, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -65398,7 +66268,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 201, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L201" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L201" } ], "signatures": [ @@ -65429,7 +66299,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 201, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L201" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L201" } ], "parameters": [ @@ -65467,7 +66337,7 @@ }, "type": { "type": "reference", - "target": 1284, + "target": 1299, "name": "PageParams", "package": "@supabase/auth-js" } @@ -65503,7 +66373,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 204, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" } ], "type": { @@ -65529,7 +66399,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 204, "character": 31, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" } ], "type": { @@ -65548,14 +66418,14 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 204, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" } @@ -65573,14 +66443,14 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 204, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" } ] } }, { "type": "reference", - "target": 1277, + "target": 1292, "name": "Pagination", "package": "@supabase/auth-js" } @@ -65598,7 +66468,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 204, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" } ], "type": { @@ -65618,7 +66488,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 204, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" } ] } @@ -65643,7 +66513,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 205, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" } ], "type": { @@ -65666,7 +66536,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 205, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" } ], "type": { @@ -65685,7 +66555,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 205, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" } ] } @@ -65702,12 +66572,12 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 205, "character": 29, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -65724,7 +66594,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 205, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" } ] } @@ -65749,7 +66619,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 81, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L81" } ], "signatures": [ @@ -65772,7 +66642,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 81, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L81" } ], "parameters": [ @@ -65856,7 +66726,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 84, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L84" } ], "type": { @@ -65875,7 +66745,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 84, "character": 27, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L84" } ], "type": { @@ -65887,7 +66757,7 @@ }, { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -65906,7 +66776,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 84, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L84" } ] } @@ -65929,7 +66799,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 272, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L272" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L272" } ], "signatures": [ @@ -65952,7 +66822,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 272, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L272" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L272" } ], "parameters": [ @@ -65991,7 +66861,7 @@ }, "type": { "type": "reference", - "target": 865, + "target": 878, "name": "AdminUserAttributes", "package": "@supabase/auth-js" } @@ -66006,7 +66876,7 @@ "typeArguments": [ { "type": "reference", - "target": 786, + "target": 798, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -66037,7 +66907,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 32, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L32" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L32" } ] }, @@ -66057,9 +66927,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 277, + "line": 279, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L279" } ], "signatures": [ @@ -66080,9 +66950,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 277, + "line": 279, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L279" } ], "parameters": [ @@ -66094,7 +66964,7 @@ "flags": {}, "type": { "type": "reference", - "target": 698, + "target": 709, "name": "GoTrueClientOptions", "package": "@supabase/auth-js" } @@ -66127,9 +66997,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 198, + "line": 199, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L198" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L199" } ], "type": { @@ -66157,14 +67027,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 202, + "line": 203, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L202" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L203" } ], "type": { "type": "reference", - "target": 1133, + "target": 1148, "name": "GoTrueMFAApi", "package": "@supabase/auth-js" } @@ -66186,20 +67056,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 208, + "line": 209, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L208" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L209" } ], "type": { "type": "reference", - "target": 1416, + "target": 1447, "name": "AuthOAuthServerApi", "package": "@supabase/auth-js" } }, { - "id": 190, + "id": 201, "name": "exchangeCodeForSession", "variant": "declaration", "kind": 2048, @@ -66207,14 +67077,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 695, + "line": 728, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L695" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L728" } ], "signatures": [ { - "id": 191, + "id": 202, "name": "exchangeCodeForSession", "variant": "signature", "kind": 4096, @@ -66230,14 +67100,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 695, + "line": 728, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L695" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L728" } ], "parameters": [ { - "id": 192, + "id": 203, "name": "authCode", "variant": "param", "kind": 32768, @@ -66257,7 +67127,7 @@ "typeArguments": [ { "type": "reference", - "target": 761, + "target": 773, "name": "AuthTokenResponse", "package": "@supabase/auth-js" } @@ -66269,7 +67139,7 @@ ] }, { - "id": 637, + "id": 648, "name": "getClaims", "variant": "declaration", "kind": 2048, @@ -66277,14 +67147,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3564, + "line": 3613, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3564" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3613" } ], "signatures": [ { - "id": 638, + "id": 649, "name": "getClaims", "variant": "signature", "kind": 4096, @@ -66326,14 +67196,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3564, + "line": 3613, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3564" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3613" } ], "parameters": [ { - "id": 639, + "id": 650, "name": "jwt", "variant": "param", "kind": 32768, @@ -66363,7 +67233,7 @@ } }, { - "id": 640, + "id": 651, "name": "options", "variant": "param", "kind": 32768, @@ -66379,14 +67249,14 @@ "type": { "type": "reflection", "declaration": { - "id": 641, + "id": 652, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 643, + "id": 654, "name": "allowExpired", "variant": "declaration", "kind": 1024, @@ -66420,9 +67290,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3573, + "line": 3622, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3573" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3622" } ], "type": { @@ -66431,7 +67301,7 @@ } }, { - "id": 644, + "id": 655, "name": "jwks", "variant": "declaration", "kind": 1024, @@ -66449,22 +67319,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3576, + "line": 3625, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3576" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3625" } ], "type": { "type": "reflection", "declaration": { - "id": 645, + "id": 656, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 646, + "id": 657, "name": "keys", "variant": "declaration", "kind": 1024, @@ -66472,16 +67342,16 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3576, + "line": 3625, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3576" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3625" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 1316, + "target": 1347, "name": "JWK", "package": "@supabase/auth-js" } @@ -66491,22 +67361,22 @@ "groups": [ { "title": "Properties", - "children": [646] + "children": [657] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3576, + "line": 3625, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3576" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3625" } ] } } }, { - "id": 642, + "id": 653, "name": "keys", "variant": "declaration", "kind": 1024, @@ -66530,16 +67400,16 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3570, + "line": 3619, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3570" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3619" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 1316, + "target": 1347, "name": "JWK", "package": "@supabase/auth-js" } @@ -66549,15 +67419,15 @@ "groups": [ { "title": "Properties", - "children": [643, 644, 642] + "children": [654, 655, 653] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3566, + "line": 3615, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3566" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3615" } ] } @@ -66578,14 +67448,14 @@ { "type": "reflection", "declaration": { - "id": 647, + "id": 658, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 648, + "id": 659, "name": "data", "variant": "declaration", "kind": 1024, @@ -66593,22 +67463,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3580, + "line": 3629, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3580" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3629" } ], "type": { "type": "reflection", "declaration": { - "id": 649, + "id": 660, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 650, + "id": 661, "name": "claims", "variant": "declaration", "kind": 1024, @@ -66616,20 +67486,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3580, + "line": 3629, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3580" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3629" } ], "type": { "type": "reference", - "target": 1312, + "target": 1327, "name": "JwtPayload", "package": "@supabase/auth-js" } }, { - "id": 651, + "id": 662, "name": "header", "variant": "declaration", "kind": 1024, @@ -66637,20 +67507,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3580, + "line": 3629, "character": 36, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3580" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3629" } ], "type": { "type": "reference", - "target": 1297, + "target": 1312, "name": "JwtHeader", "package": "@supabase/auth-js" } }, { - "id": 652, + "id": 663, "name": "signature", "variant": "declaration", "kind": 1024, @@ -66658,9 +67528,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3580, + "line": 3629, "character": 55, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3580" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3629" } ], "type": { @@ -66677,22 +67547,22 @@ "groups": [ { "title": "Properties", - "children": [650, 651, 652] + "children": [661, 662, 663] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3580, + "line": 3629, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3580" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3629" } ] } } }, { - "id": 653, + "id": 664, "name": "error", "variant": "declaration", "kind": 1024, @@ -66700,9 +67570,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3581, + "line": 3630, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3581" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3630" } ], "type": { @@ -66714,15 +67584,15 @@ "groups": [ { "title": "Properties", - "children": [648, 653] + "children": [659, 664] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3579, + "line": 3628, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3579" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3628" } ] } @@ -66730,14 +67600,14 @@ { "type": "reflection", "declaration": { - "id": 654, + "id": 665, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 655, + "id": 666, "name": "data", "variant": "declaration", "kind": 1024, @@ -66745,9 +67615,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3583, + "line": 3632, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3583" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3632" } ], "type": { @@ -66756,7 +67626,7 @@ } }, { - "id": 656, + "id": 667, "name": "error", "variant": "declaration", "kind": 1024, @@ -66764,14 +67634,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3583, + "line": 3632, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3583" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3632" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -66780,15 +67650,15 @@ "groups": [ { "title": "Properties", - "children": [655, 656] + "children": [666, 667] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3583, + "line": 3632, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3583" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3632" } ] } @@ -66796,14 +67666,14 @@ { "type": "reflection", "declaration": { - "id": 657, + "id": 668, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 658, + "id": 669, "name": "data", "variant": "declaration", "kind": 1024, @@ -66811,9 +67681,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3584, + "line": 3633, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3584" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3633" } ], "type": { @@ -66822,7 +67692,7 @@ } }, { - "id": 659, + "id": 670, "name": "error", "variant": "declaration", "kind": 1024, @@ -66830,9 +67700,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3584, + "line": 3633, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3584" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3633" } ], "type": { @@ -66844,15 +67714,15 @@ "groups": [ { "title": "Properties", - "children": [658, 659] + "children": [669, 670] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3584, + "line": 3633, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3584" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3633" } ] } @@ -66867,7 +67737,7 @@ ] }, { - "id": 265, + "id": 276, "name": "getSession", "variant": "declaration", "kind": 2048, @@ -66875,14 +67745,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1399, + "line": 1443, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1399" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1443" } ], "signatures": [ { - "id": 266, + "id": 277, "name": "getSession", "variant": "signature", "kind": 4096, @@ -66907,9 +67777,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1399, + "line": 1443, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1399" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1443" } ], "type": { @@ -66925,14 +67795,14 @@ { "type": "reflection", "declaration": { - "id": 267, + "id": 278, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 268, + "id": 279, "name": "data", "variant": "declaration", "kind": 1024, @@ -66940,22 +67810,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1492, + "line": 1536, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1492" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1536" } ], "type": { "type": "reflection", "declaration": { - "id": 269, + "id": 280, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 270, + "id": 281, "name": "session", "variant": "declaration", "kind": 1024, @@ -66963,14 +67833,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1493, + "line": 1537, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1493" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1537" } ], "type": { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" } @@ -66979,22 +67849,22 @@ "groups": [ { "title": "Properties", - "children": [270] + "children": [281] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1492, + "line": 1536, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1492" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1536" } ] } } }, { - "id": 271, + "id": 282, "name": "error", "variant": "declaration", "kind": 1024, @@ -67002,9 +67872,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1495, + "line": 1539, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1495" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1539" } ], "type": { @@ -67016,15 +67886,15 @@ "groups": [ { "title": "Properties", - "children": [268, 271] + "children": [279, 282] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1491, + "line": 1535, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1491" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1535" } ] } @@ -67032,14 +67902,14 @@ { "type": "reflection", "declaration": { - "id": 272, + "id": 283, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 273, + "id": 284, "name": "data", "variant": "declaration", "kind": 1024, @@ -67047,22 +67917,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1498, + "line": 1542, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1498" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1542" } ], "type": { "type": "reflection", "declaration": { - "id": 274, + "id": 285, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 275, + "id": 286, "name": "session", "variant": "declaration", "kind": 1024, @@ -67070,9 +67940,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1499, + "line": 1543, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1499" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1543" } ], "type": { @@ -67084,22 +67954,22 @@ "groups": [ { "title": "Properties", - "children": [275] + "children": [286] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1498, + "line": 1542, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1498" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1542" } ] } } }, { - "id": 276, + "id": 287, "name": "error", "variant": "declaration", "kind": 1024, @@ -67107,14 +67977,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1501, + "line": 1545, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1501" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1545" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -67123,15 +67993,15 @@ "groups": [ { "title": "Properties", - "children": [273, 276] + "children": [284, 287] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1497, + "line": 1541, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1497" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1541" } ] } @@ -67139,14 +68009,14 @@ { "type": "reflection", "declaration": { - "id": 277, + "id": 288, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 278, + "id": 289, "name": "data", "variant": "declaration", "kind": 1024, @@ -67154,22 +68024,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1504, + "line": 1548, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1504" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1548" } ], "type": { "type": "reflection", "declaration": { - "id": 279, + "id": 290, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 280, + "id": 291, "name": "session", "variant": "declaration", "kind": 1024, @@ -67177,9 +68047,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1505, + "line": 1549, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1505" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1549" } ], "type": { @@ -67191,22 +68061,22 @@ "groups": [ { "title": "Properties", - "children": [280] + "children": [291] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1504, + "line": 1548, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1504" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1548" } ] } } }, { - "id": 281, + "id": 292, "name": "error", "variant": "declaration", "kind": 1024, @@ -67214,9 +68084,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1507, + "line": 1551, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1507" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1551" } ], "type": { @@ -67228,15 +68098,15 @@ "groups": [ { "title": "Properties", - "children": [278, 281] + "children": [289, 292] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1503, + "line": 1547, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1503" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1547" } ] } @@ -67251,7 +68121,7 @@ ] }, { - "id": 328, + "id": 339, "name": "getUser", "variant": "declaration", "kind": 2048, @@ -67259,14 +68129,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1641, + "line": 1685, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1641" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1685" } ], "signatures": [ { - "id": 329, + "id": 340, "name": "getUser", "variant": "signature", "kind": 4096, @@ -67282,14 +68152,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1641, + "line": 1685, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1641" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1685" } ], "parameters": [ { - "id": 330, + "id": 341, "name": "jwt", "variant": "param", "kind": 32768, @@ -67319,7 +68189,7 @@ "typeArguments": [ { "type": "reference", - "target": 786, + "target": 798, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -67331,7 +68201,7 @@ ] }, { - "id": 447, + "id": 458, "name": "getUserIdentities", "variant": "declaration", "kind": 2048, @@ -67339,14 +68209,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2221, + "line": 2267, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2221" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2267" } ], "signatures": [ { - "id": 448, + "id": 459, "name": "getUserIdentities", "variant": "signature", "kind": 4096, @@ -67362,9 +68232,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2221, + "line": 2267, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2221" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2267" } ], "type": { @@ -67380,14 +68250,14 @@ { "type": "reflection", "declaration": { - "id": 449, + "id": 460, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 450, + "id": 461, "name": "data", "variant": "declaration", "kind": 1024, @@ -67395,22 +68265,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2223, + "line": 2269, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2223" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2269" } ], "type": { "type": "reflection", "declaration": { - "id": 451, + "id": 462, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 452, + "id": 463, "name": "identities", "variant": "declaration", "kind": 1024, @@ -67418,16 +68288,16 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2224, + "line": 2270, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2224" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2270" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 803, + "target": 815, "name": "UserIdentity", "package": "@supabase/auth-js" } @@ -67437,22 +68307,22 @@ "groups": [ { "title": "Properties", - "children": [452] + "children": [463] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2223, + "line": 2269, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2223" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2269" } ] } } }, { - "id": 453, + "id": 464, "name": "error", "variant": "declaration", "kind": 1024, @@ -67460,9 +68330,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2226, + "line": 2272, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2226" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2272" } ], "type": { @@ -67474,15 +68344,15 @@ "groups": [ { "title": "Properties", - "children": [450, 453] + "children": [461, 464] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2222, + "line": 2268, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2222" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2268" } ] } @@ -67490,14 +68360,14 @@ { "type": "reflection", "declaration": { - "id": 454, + "id": 465, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 455, + "id": 466, "name": "data", "variant": "declaration", "kind": 1024, @@ -67505,9 +68375,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2228, + "line": 2274, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2274" } ], "type": { @@ -67516,7 +68386,7 @@ } }, { - "id": 456, + "id": 467, "name": "error", "variant": "declaration", "kind": 1024, @@ -67524,14 +68394,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2228, + "line": 2274, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2274" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -67540,15 +68410,15 @@ "groups": [ { "title": "Properties", - "children": [455, 456] + "children": [466, 467] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2228, + "line": 2274, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2274" } ] } @@ -67563,7 +68433,7 @@ ] }, { - "id": 174, + "id": 185, "name": "initialize", "variant": "declaration", "kind": 2048, @@ -67571,14 +68441,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 397, + "line": 425, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L397" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L425" } ], "signatures": [ { - "id": 175, + "id": 186, "name": "initialize", "variant": "signature", "kind": 4096, @@ -67594,9 +68464,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 397, + "line": 425, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L397" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L425" } ], "type": { @@ -67608,7 +68478,7 @@ "typeArguments": [ { "type": "reference", - "target": 1273, + "target": 1288, "name": "InitializeResult", "package": "@supabase/auth-js" } @@ -67620,7 +68490,53 @@ ] }, { - "id": 457, + "id": 172, + "name": "isThrowOnErrorEnabled", + "variant": "declaration", + "kind": 2048, + "flags": { + "isPublic": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/GoTrueClient.ts", + "line": 389, + "character": 9, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L389" + } + ], + "signatures": [ + { + "id": 173, + "name": "isThrowOnErrorEnabled", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns whether error throwing mode is enabled for this client." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/GoTrueClient.ts", + "line": 389, + "character": 9, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L389" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ] + }, + { + "id": 468, "name": "linkIdentity", "variant": "declaration", "kind": 2048, @@ -67628,26 +68544,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2246, + "line": 2292, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2246" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2292" }, { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2251, + "line": 2297, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2251" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2297" }, { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2253, + "line": 2299, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2253" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2299" } ], "signatures": [ { - "id": 458, + "id": 469, "name": "linkIdentity", "variant": "signature", "kind": 4096, @@ -67663,21 +68579,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2246, + "line": 2292, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2246" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2292" } ], "parameters": [ { - "id": 459, + "id": 470, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 925, + "target": 938, "name": "SignInWithOAuthCredentials", "package": "@supabase/auth-js" } @@ -67692,7 +68608,7 @@ "typeArguments": [ { "type": "reference", - "target": 770, + "target": 782, "name": "OAuthResponse", "package": "@supabase/auth-js" } @@ -67702,7 +68618,7 @@ } }, { - "id": 460, + "id": 471, "name": "linkIdentity", "variant": "signature", "kind": 4096, @@ -67718,21 +68634,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2251, + "line": 2297, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2251" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2297" } ], "parameters": [ { - "id": 461, + "id": 472, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 937, + "target": 950, "name": "SignInWithIdTokenCredentials", "package": "@supabase/auth-js" } @@ -67747,7 +68663,7 @@ "typeArguments": [ { "type": "reference", - "target": 761, + "target": 773, "name": "AuthTokenResponse", "package": "@supabase/auth-js" } @@ -67759,7 +68675,7 @@ ] }, { - "id": 409, + "id": 420, "name": "onAuthStateChange", "variant": "declaration", "kind": 2048, @@ -67767,26 +68683,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2099, + "line": 2145, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2099" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2145" }, { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2115, + "line": 2161, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2161" }, { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2119, + "line": 2165, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2119" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2165" } ], "signatures": [ { - "id": 410, + "id": 421, "name": "onAuthStateChange", "variant": "signature", "kind": 4096, @@ -67802,14 +68718,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2099, + "line": 2145, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2099" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2145" } ], "parameters": [ { - "id": 411, + "id": 422, "name": "callback", "variant": "param", "kind": 32768, @@ -67825,7 +68741,7 @@ "type": { "type": "reflection", "declaration": { - "id": 412, + "id": 423, "name": "__type", "variant": "declaration", "kind": 65536, @@ -67833,14 +68749,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2099, + "line": 2145, "character": 30, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2099" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2145" } ], "signatures": [ { - "id": 413, + "id": 424, "name": "__type", "variant": "signature", "kind": 4096, @@ -67848,27 +68764,27 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2099, + "line": 2145, "character": 30, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2099" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2145" } ], "parameters": [ { - "id": 414, + "id": 425, "name": "event", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 688, + "target": 699, "name": "AuthChangeEvent", "package": "@supabase/auth-js" } }, { - "id": 415, + "id": 426, "name": "session", "variant": "param", "kind": 32768, @@ -67882,7 +68798,7 @@ }, { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" } @@ -67903,14 +68819,14 @@ "type": { "type": "reflection", "declaration": { - "id": 416, + "id": 427, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 417, + "id": 428, "name": "data", "variant": "declaration", "kind": 1024, @@ -67918,22 +68834,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2100, + "line": 2146, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2100" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2146" } ], "type": { "type": "reflection", "declaration": { - "id": 418, + "id": 429, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 419, + "id": 430, "name": "subscription", "variant": "declaration", "kind": 1024, @@ -67941,14 +68857,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2100, + "line": 2146, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2100" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2146" } ], "type": { "type": "reference", - "target": 878, + "target": 891, "name": "Subscription", "package": "@supabase/auth-js" } @@ -67957,15 +68873,15 @@ "groups": [ { "title": "Properties", - "children": [419] + "children": [430] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2100, + "line": 2146, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2100" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2146" } ] } @@ -67975,22 +68891,22 @@ "groups": [ { "title": "Properties", - "children": [417] + "children": [428] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2099, + "line": 2145, "character": 90, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2099" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2145" } ] } } }, { - "id": 420, + "id": 431, "name": "onAuthStateChange", "variant": "signature", "kind": 4096, @@ -68025,14 +68941,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2115, + "line": 2161, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2161" } ], "parameters": [ { - "id": 421, + "id": 432, "name": "callback", "variant": "param", "kind": 32768, @@ -68048,7 +68964,7 @@ "type": { "type": "reflection", "declaration": { - "id": 422, + "id": 433, "name": "__type", "variant": "declaration", "kind": 65536, @@ -68056,14 +68972,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2115, + "line": 2161, "character": 30, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2161" } ], "signatures": [ { - "id": 423, + "id": 434, "name": "__type", "variant": "signature", "kind": 4096, @@ -68071,27 +68987,27 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2115, + "line": 2161, "character": 30, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2161" } ], "parameters": [ { - "id": 424, + "id": 435, "name": "event", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 688, + "target": 699, "name": "AuthChangeEvent", "package": "@supabase/auth-js" } }, { - "id": 425, + "id": 436, "name": "session", "variant": "param", "kind": 32768, @@ -68105,7 +69021,7 @@ }, { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" } @@ -68137,14 +69053,14 @@ "type": { "type": "reflection", "declaration": { - "id": 426, + "id": 437, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 427, + "id": 438, "name": "data", "variant": "declaration", "kind": 1024, @@ -68152,22 +69068,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2116, + "line": 2162, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2116" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2162" } ], "type": { "type": "reflection", "declaration": { - "id": 428, + "id": 439, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 429, + "id": 440, "name": "subscription", "variant": "declaration", "kind": 1024, @@ -68175,14 +69091,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2116, + "line": 2162, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2116" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2162" } ], "type": { "type": "reference", - "target": 878, + "target": 891, "name": "Subscription", "package": "@supabase/auth-js" } @@ -68191,15 +69107,15 @@ "groups": [ { "title": "Properties", - "children": [429] + "children": [440] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2116, + "line": 2162, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2116" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2162" } ] } @@ -68209,15 +69125,15 @@ "groups": [ { "title": "Properties", - "children": [427] + "children": [438] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2115, + "line": 2161, "character": 99, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2161" } ] } @@ -68226,7 +69142,7 @@ ] }, { - "id": 258, + "id": 269, "name": "reauthenticate", "variant": "declaration", "kind": 2048, @@ -68234,14 +69150,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1315, + "line": 1356, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1315" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1356" } ], "signatures": [ { - "id": 259, + "id": 270, "name": "reauthenticate", "variant": "signature", "kind": 4096, @@ -68257,9 +69173,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1315, + "line": 1356, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1315" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1356" } ], "type": { @@ -68271,7 +69187,7 @@ "typeArguments": [ { "type": "reference", - "target": 747, + "target": 759, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -68283,7 +69199,7 @@ ] }, { - "id": 358, + "id": 369, "name": "refreshSession", "variant": "declaration", "kind": 2048, @@ -68291,14 +69207,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1846, + "line": 1892, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1846" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1892" } ], "signatures": [ { - "id": 359, + "id": 370, "name": "refreshSession", "variant": "signature", "kind": 4096, @@ -68314,14 +69230,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1846, + "line": 1892, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1846" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1892" } ], "parameters": [ { - "id": 360, + "id": 371, "name": "currentSession", "variant": "param", "kind": 32768, @@ -68339,14 +69255,14 @@ "type": { "type": "reflection", "declaration": { - "id": 361, + "id": 372, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 362, + "id": 373, "name": "refresh_token", "variant": "declaration", "kind": 1024, @@ -68354,9 +69270,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1846, + "line": 1892, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1846" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1892" } ], "type": { @@ -68368,15 +69284,15 @@ "groups": [ { "title": "Properties", - "children": [362] + "children": [373] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1846, + "line": 1892, "character": 40, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1846" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1892" } ] } @@ -68392,7 +69308,7 @@ "typeArguments": [ { "type": "reference", - "target": 747, + "target": 759, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -68404,7 +69320,7 @@ ] }, { - "id": 262, + "id": 273, "name": "resend", "variant": "declaration", "kind": 2048, @@ -68412,14 +69328,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1350, + "line": 1391, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1350" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1391" } ], "signatures": [ { - "id": 263, + "id": 274, "name": "resend", "variant": "signature", "kind": 4096, @@ -68435,21 +69351,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1350, + "line": 1391, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1350" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1391" } ], "parameters": [ { - "id": 264, + "id": 275, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1021, + "target": 1034, "name": "ResendParams", "package": "@supabase/auth-js" } @@ -68464,7 +69380,7 @@ "typeArguments": [ { "type": "reference", - "target": 756, + "target": 768, "name": "AuthOtpResponse", "package": "@supabase/auth-js" } @@ -68476,7 +69392,7 @@ ] }, { - "id": 433, + "id": 444, "name": "resetPasswordForEmail", "variant": "declaration", "kind": 2048, @@ -68484,14 +69400,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2175, + "line": 2221, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2221" } ], "signatures": [ { - "id": 434, + "id": 445, "name": "resetPasswordForEmail", "variant": "signature", "kind": 4096, @@ -68507,14 +69423,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2175, + "line": 2221, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2221" } ], "parameters": [ { - "id": 435, + "id": 446, "name": "email", "variant": "param", "kind": 32768, @@ -68533,7 +69449,7 @@ } }, { - "id": 436, + "id": 447, "name": "options", "variant": "param", "kind": 32768, @@ -68541,14 +69457,14 @@ "type": { "type": "reflection", "declaration": { - "id": 437, + "id": 448, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 439, + "id": 450, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -68566,9 +69482,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2179, + "line": 2225, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2225" } ], "type": { @@ -68577,7 +69493,7 @@ } }, { - "id": 438, + "id": 449, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -68595,9 +69511,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2178, + "line": 2224, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2178" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2224" } ], "type": { @@ -68609,15 +69525,15 @@ "groups": [ { "title": "Properties", - "children": [439, 438] + "children": [450, 449] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2177, + "line": 2223, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2177" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2223" } ] } @@ -68638,14 +69554,14 @@ { "type": "reflection", "declaration": { - "id": 440, + "id": 451, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 441, + "id": 452, "name": "data", "variant": "declaration", "kind": 1024, @@ -68653,15 +69569,15 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2183, + "line": 2229, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2183" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2229" } ], "type": { "type": "reflection", "declaration": { - "id": 442, + "id": 453, "name": "__type", "variant": "declaration", "kind": 65536, @@ -68670,7 +69586,7 @@ } }, { - "id": 443, + "id": 454, "name": "error", "variant": "declaration", "kind": 1024, @@ -68678,9 +69594,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2184, + "line": 2230, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2230" } ], "type": { @@ -68692,15 +69608,15 @@ "groups": [ { "title": "Properties", - "children": [441, 443] + "children": [452, 454] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2182, + "line": 2228, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2182" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2228" } ] } @@ -68708,14 +69624,14 @@ { "type": "reflection", "declaration": { - "id": 444, + "id": 455, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 445, + "id": 456, "name": "data", "variant": "declaration", "kind": 1024, @@ -68723,9 +69639,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2186, + "line": 2232, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2186" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2232" } ], "type": { @@ -68734,7 +69650,7 @@ } }, { - "id": 446, + "id": 457, "name": "error", "variant": "declaration", "kind": 1024, @@ -68742,14 +69658,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2186, + "line": 2232, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2186" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2232" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -68758,15 +69674,15 @@ "groups": [ { "title": "Properties", - "children": [445, 446] + "children": [456, 457] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2186, + "line": 2232, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2186" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2232" } ] } @@ -68781,7 +69697,7 @@ ] }, { - "id": 346, + "id": 357, "name": "setSession", "variant": "declaration", "kind": 2048, @@ -68789,14 +69705,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1771, + "line": 1817, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1771" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1817" } ], "signatures": [ { - "id": 347, + "id": 358, "name": "setSession", "variant": "signature", "kind": 4096, @@ -68812,14 +69728,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1771, + "line": 1817, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1771" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1817" } ], "parameters": [ { - "id": 348, + "id": 359, "name": "currentSession", "variant": "param", "kind": 32768, @@ -68835,14 +69751,14 @@ "type": { "type": "reflection", "declaration": { - "id": 349, + "id": 360, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 350, + "id": 361, "name": "access_token", "variant": "declaration", "kind": 1024, @@ -68850,9 +69766,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1772, + "line": 1818, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1772" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1818" } ], "type": { @@ -68861,7 +69777,7 @@ } }, { - "id": 351, + "id": 362, "name": "refresh_token", "variant": "declaration", "kind": 1024, @@ -68869,9 +69785,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1773, + "line": 1819, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1773" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1819" } ], "type": { @@ -68883,15 +69799,15 @@ "groups": [ { "title": "Properties", - "children": [350, 351] + "children": [361, 362] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1771, + "line": 1817, "character": 35, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1771" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1817" } ] } @@ -68907,7 +69823,7 @@ "typeArguments": [ { "type": "reference", - "target": 747, + "target": 759, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -68919,7 +69835,7 @@ ] }, { - "id": 178, + "id": 189, "name": "signInAnonymously", "variant": "declaration", "kind": 2048, @@ -68927,14 +69843,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 500, + "line": 532, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L500" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L532" } ], "signatures": [ { - "id": 179, + "id": 190, "name": "signInAnonymously", "variant": "signature", "kind": 4096, @@ -68961,14 +69877,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 500, + "line": 532, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L500" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L532" } ], "parameters": [ { - "id": 180, + "id": 191, "name": "credentials", "variant": "param", "kind": 32768, @@ -68977,7 +69893,7 @@ }, "type": { "type": "reference", - "target": 888, + "target": 901, "name": "SignInAnonymouslyCredentials", "package": "@supabase/auth-js" } @@ -68992,7 +69908,7 @@ "typeArguments": [ { "type": "reference", - "target": 747, + "target": 759, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -69004,7 +69920,7 @@ ] }, { - "id": 246, + "id": 257, "name": "signInWithIdToken", "variant": "declaration", "kind": 2048, @@ -69012,14 +69928,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1108, + "line": 1141, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1108" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1141" } ], "signatures": [ { - "id": 247, + "id": 258, "name": "signInWithIdToken", "variant": "signature", "kind": 4096, @@ -69035,21 +69951,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1108, + "line": 1141, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1108" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1141" } ], "parameters": [ { - "id": 248, + "id": 259, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 937, + "target": 950, "name": "SignInWithIdTokenCredentials", "package": "@supabase/auth-js" } @@ -69064,7 +69980,7 @@ "typeArguments": [ { "type": "reference", - "target": 761, + "target": 773, "name": "AuthTokenResponse", "package": "@supabase/auth-js" } @@ -69076,7 +69992,7 @@ ] }, { - "id": 187, + "id": 198, "name": "signInWithOAuth", "variant": "declaration", "kind": 2048, @@ -69084,14 +70000,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 683, + "line": 716, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L683" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L716" } ], "signatures": [ { - "id": 188, + "id": 199, "name": "signInWithOAuth", "variant": "signature", "kind": 4096, @@ -69107,21 +70023,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 683, + "line": 716, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L683" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L716" } ], "parameters": [ { - "id": 189, + "id": 200, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 925, + "target": 938, "name": "SignInWithOAuthCredentials", "package": "@supabase/auth-js" } @@ -69136,7 +70052,7 @@ "typeArguments": [ { "type": "reference", - "target": 770, + "target": 782, "name": "OAuthResponse", "package": "@supabase/auth-js" } @@ -69148,7 +70064,7 @@ ] }, { - "id": 249, + "id": 260, "name": "signInWithOtp", "variant": "declaration", "kind": 2048, @@ -69156,14 +70072,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1163, + "line": 1194, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1163" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1194" } ], "signatures": [ { - "id": 250, + "id": 261, "name": "signInWithOtp", "variant": "signature", "kind": 4096, @@ -69195,21 +70111,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1163, + "line": 1194, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1163" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1194" } ], "parameters": [ { - "id": 251, + "id": 262, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 907, + "target": 920, "name": "SignInWithPasswordlessCredentials", "package": "@supabase/auth-js" } @@ -69224,7 +70140,7 @@ "typeArguments": [ { "type": "reference", - "target": 756, + "target": 768, "name": "AuthOtpResponse", "package": "@supabase/auth-js" } @@ -69236,7 +70152,7 @@ ] }, { - "id": 184, + "id": 195, "name": "signInWithPassword", "variant": "declaration", "kind": 2048, @@ -69244,14 +70160,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 620, + "line": 652, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L620" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L652" } ], "signatures": [ { - "id": 185, + "id": 196, "name": "signInWithPassword", "variant": "signature", "kind": 4096, @@ -69267,21 +70183,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 620, + "line": 652, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L620" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L652" } ], "parameters": [ { - "id": 186, + "id": 197, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 902, + "target": 915, "name": "SignInWithPasswordCredentials", "package": "@supabase/auth-js" } @@ -69296,7 +70212,7 @@ "typeArguments": [ { "type": "reference", - "target": 765, + "target": 777, "name": "AuthTokenResponsePassword", "package": "@supabase/auth-js" } @@ -69308,7 +70224,7 @@ ] }, { - "id": 255, + "id": 266, "name": "signInWithSSO", "variant": "declaration", "kind": 2048, @@ -69316,14 +70232,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1277, + "line": 1311, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1311" } ], "signatures": [ { - "id": 256, + "id": 267, "name": "signInWithSSO", "variant": "signature", "kind": 4096, @@ -69339,21 +70255,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1277, + "line": 1311, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1311" } ], "parameters": [ { - "id": 257, + "id": 268, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1035, + "target": 1048, "name": "SignInWithSSO", "package": "@supabase/auth-js" } @@ -69368,7 +70284,7 @@ "typeArguments": [ { "type": "reference", - "target": 783, + "target": 795, "name": "SSOResponse", "package": "@supabase/auth-js" } @@ -69380,7 +70296,7 @@ ] }, { - "id": 193, + "id": 204, "name": "signInWithWeb3", "variant": "declaration", "kind": 2048, @@ -69388,14 +70304,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 710, + "line": 743, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L710" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L743" } ], "signatures": [ { - "id": 194, + "id": 205, "name": "signInWithWeb3", "variant": "signature", "kind": 4096, @@ -69422,21 +70338,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 710, + "line": 743, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L710" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L743" } ], "parameters": [ { - "id": 195, + "id": 206, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 998, + "target": 1011, "name": "Web3Credentials", "package": "@supabase/auth-js" } @@ -69455,14 +70371,14 @@ { "type": "reflection", "declaration": { - "id": 196, + "id": 207, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 197, + "id": 208, "name": "data", "variant": "declaration", "kind": 1024, @@ -69470,22 +70386,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 712, + "line": 745, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L712" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L745" } ], "type": { "type": "reflection", "declaration": { - "id": 198, + "id": 209, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 199, + "id": 210, "name": "session", "variant": "declaration", "kind": 1024, @@ -69493,20 +70409,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 712, + "line": 745, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L712" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L745" } ], "type": { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" } }, { - "id": 200, + "id": 211, "name": "user", "variant": "declaration", "kind": 1024, @@ -69514,14 +70430,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 712, + "line": 745, "character": 34, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L712" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L745" } ], "type": { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" } @@ -69530,22 +70446,22 @@ "groups": [ { "title": "Properties", - "children": [199, 200] + "children": [210, 211] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 712, + "line": 745, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L712" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L745" } ] } } }, { - "id": 201, + "id": 212, "name": "error", "variant": "declaration", "kind": 1024, @@ -69553,9 +70469,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 713, + "line": 746, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L713" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L746" } ], "type": { @@ -69567,15 +70483,15 @@ "groups": [ { "title": "Properties", - "children": [197, 201] + "children": [208, 212] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 711, + "line": 744, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L711" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L744" } ] } @@ -69583,14 +70499,14 @@ { "type": "reflection", "declaration": { - "id": 202, + "id": 213, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 203, + "id": 214, "name": "data", "variant": "declaration", "kind": 1024, @@ -69598,22 +70514,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 715, + "line": 748, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L715" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L748" } ], "type": { "type": "reflection", "declaration": { - "id": 204, + "id": 215, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 205, + "id": 216, "name": "session", "variant": "declaration", "kind": 1024, @@ -69621,9 +70537,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 715, + "line": 748, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L715" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L748" } ], "type": { @@ -69632,7 +70548,7 @@ } }, { - "id": 206, + "id": 217, "name": "user", "variant": "declaration", "kind": 1024, @@ -69640,9 +70556,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 715, + "line": 748, "character": 31, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L715" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L748" } ], "type": { @@ -69654,22 +70570,22 @@ "groups": [ { "title": "Properties", - "children": [205, 206] + "children": [216, 217] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 715, + "line": 748, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L715" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L748" } ] } } }, { - "id": 207, + "id": 218, "name": "error", "variant": "declaration", "kind": 1024, @@ -69677,14 +70593,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 715, + "line": 748, "character": 45, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L715" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L748" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -69693,15 +70609,15 @@ "groups": [ { "title": "Properties", - "children": [203, 207] + "children": [214, 218] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 715, + "line": 748, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L715" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L748" } ] } @@ -69716,7 +70632,7 @@ ] }, { - "id": 399, + "id": 410, "name": "signOut", "variant": "declaration", "kind": 2048, @@ -69724,14 +70640,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2053, + "line": 2099, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2053" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2099" } ], "signatures": [ { - "id": 400, + "id": 411, "name": "signOut", "variant": "signature", "kind": 4096, @@ -69787,21 +70703,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2053, + "line": 2099, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2053" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2099" } ], "parameters": [ { - "id": 401, + "id": 412, "name": "options", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1288, + "target": 1303, "name": "SignOut", "package": "@supabase/auth-js" }, @@ -69818,14 +70734,14 @@ { "type": "reflection", "declaration": { - "id": 402, + "id": 413, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 403, + "id": 414, "name": "error", "variant": "declaration", "kind": 1024, @@ -69833,9 +70749,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2053, + "line": 2099, "character": 67, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2053" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2099" } ], "type": { @@ -69847,7 +70763,7 @@ }, { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -69858,15 +70774,15 @@ "groups": [ { "title": "Properties", - "children": [403] + "children": [414] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2053, + "line": 2099, "character": 65, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2053" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2099" } ] } @@ -69879,7 +70795,7 @@ ] }, { - "id": 181, + "id": 192, "name": "signUp", "variant": "declaration", "kind": 2048, @@ -69887,14 +70803,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 543, + "line": 575, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L543" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L575" } ], "signatures": [ { - "id": 182, + "id": 193, "name": "signUp", "variant": "signature", "kind": 4096, @@ -69930,21 +70846,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 543, + "line": 575, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L543" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L575" } ], "parameters": [ { - "id": 183, + "id": 194, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 894, + "target": 907, "name": "SignUpWithPasswordCredentials", "package": "@supabase/auth-js" } @@ -69959,7 +70875,7 @@ "typeArguments": [ { "type": "reference", - "target": 747, + "target": 759, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -69971,7 +70887,7 @@ ] }, { - "id": 523, + "id": 534, "name": "startAutoRefresh", "variant": "declaration", "kind": 2048, @@ -69979,14 +70895,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2828, + "line": 2877, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2828" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2877" } ], "signatures": [ { - "id": 524, + "id": 535, "name": "startAutoRefresh", "variant": "signature", "kind": 4096, @@ -70001,7 +70917,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueClientOptions#autoRefreshToken", - "target": 707 + "target": 718 }, { "kind": "text", @@ -70017,9 +70933,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2828, + "line": 2877, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2828" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2877" } ], "type": { @@ -70041,7 +70957,7 @@ ] }, { - "id": 525, + "id": 536, "name": "stopAutoRefresh", "variant": "declaration", "kind": 2048, @@ -70049,14 +70965,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2841, + "line": 2890, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2841" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2890" } ], "signatures": [ { - "id": 526, + "id": 537, "name": "stopAutoRefresh", "variant": "signature", "kind": 4096, @@ -70081,9 +70997,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2841, + "line": 2890, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2841" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2890" } ], "type": { @@ -70105,7 +71021,7 @@ ] }, { - "id": 468, + "id": 479, "name": "unlinkIdentity", "variant": "declaration", "kind": 2048, @@ -70113,14 +71029,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2347, + "line": 2396, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2347" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2396" } ], "signatures": [ { - "id": 469, + "id": 480, "name": "unlinkIdentity", "variant": "signature", "kind": 4096, @@ -70136,21 +71052,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2347, + "line": 2396, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2347" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2396" } ], "parameters": [ { - "id": 470, + "id": 481, "name": "identity", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 803, + "target": 815, "name": "UserIdentity", "package": "@supabase/auth-js" } @@ -70169,14 +71085,14 @@ { "type": "reflection", "declaration": { - "id": 471, + "id": 482, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 472, + "id": 483, "name": "data", "variant": "declaration", "kind": 1024, @@ -70184,15 +71100,15 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2349, + "line": 2398, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2349" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2398" } ], "type": { "type": "reflection", "declaration": { - "id": 473, + "id": 484, "name": "__type", "variant": "declaration", "kind": 65536, @@ -70201,7 +71117,7 @@ } }, { - "id": 474, + "id": 485, "name": "error", "variant": "declaration", "kind": 1024, @@ -70209,9 +71125,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2350, + "line": 2399, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2350" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2399" } ], "type": { @@ -70223,15 +71139,15 @@ "groups": [ { "title": "Properties", - "children": [472, 474] + "children": [483, 485] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2348, + "line": 2397, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2348" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2397" } ] } @@ -70239,14 +71155,14 @@ { "type": "reflection", "declaration": { - "id": 475, + "id": 486, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 476, + "id": 487, "name": "data", "variant": "declaration", "kind": 1024, @@ -70254,9 +71170,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2352, + "line": 2401, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2352" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2401" } ], "type": { @@ -70265,7 +71181,7 @@ } }, { - "id": 477, + "id": 488, "name": "error", "variant": "declaration", "kind": 1024, @@ -70273,14 +71189,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2352, + "line": 2401, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2352" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2401" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -70289,15 +71205,15 @@ "groups": [ { "title": "Properties", - "children": [476, 477] + "children": [487, 488] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2352, + "line": 2401, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2352" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2401" } ] } @@ -70312,7 +71228,7 @@ ] }, { - "id": 334, + "id": 345, "name": "updateUser", "variant": "declaration", "kind": 2048, @@ -70320,14 +71236,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1702, + "line": 1746, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1702" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1746" } ], "signatures": [ { - "id": 335, + "id": 346, "name": "updateUser", "variant": "signature", "kind": 4096, @@ -70343,27 +71259,27 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1702, + "line": 1746, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1702" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1746" } ], "parameters": [ { - "id": 336, + "id": 347, "name": "attributes", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 859, + "target": 872, "name": "UserAttributes", "package": "@supabase/auth-js" } }, { - "id": 337, + "id": 348, "name": "options", "variant": "param", "kind": 32768, @@ -70371,14 +71287,14 @@ "type": { "type": "reflection", "declaration": { - "id": 338, + "id": 349, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 339, + "id": 350, "name": "emailRedirectTo", "variant": "declaration", "kind": 1024, @@ -70388,9 +71304,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1705, + "line": 1749, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1705" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1749" } ], "type": { @@ -70402,15 +71318,15 @@ "groups": [ { "title": "Properties", - "children": [339] + "children": [350] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1704, + "line": 1748, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1704" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1748" } ] } @@ -70427,7 +71343,7 @@ "typeArguments": [ { "type": "reference", - "target": 786, + "target": 798, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -70439,7 +71355,7 @@ ] }, { - "id": 252, + "id": 263, "name": "verifyOtp", "variant": "declaration", "kind": 2048, @@ -70447,14 +71363,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1216, + "line": 1250, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1216" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1250" } ], "signatures": [ { - "id": 253, + "id": 264, "name": "verifyOtp", "variant": "signature", "kind": 4096, @@ -70470,21 +71386,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1216, + "line": 1250, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1216" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1250" } ], "parameters": [ { - "id": 254, + "id": 265, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 999, + "target": 1012, "name": "VerifyOtpParams", "package": "@supabase/auth-js" } @@ -70499,7 +71415,7 @@ "typeArguments": [ { "type": "reference", - "target": 747, + "target": 759, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -70523,29 +71439,29 @@ { "title": "Methods", "children": [ - 190, 637, 265, 328, 447, 174, 457, 409, 258, 358, 262, 433, 346, 178, 246, 187, 249, - 184, 255, 193, 399, 181, 523, 525, 468, 334, 252 + 201, 648, 276, 339, 458, 185, 172, 468, 420, 269, 369, 273, 444, 357, 189, 257, 198, + 260, 195, 266, 204, 410, 192, 534, 536, 479, 345, 263 ] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 189, + "line": 190, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L189" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L190" } ] }, { - "id": 670, + "id": 681, "name": "NavigatorLockAcquireTimeoutError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 671, + "id": 682, "name": "constructor", "variant": "declaration", "kind": 512, @@ -70555,12 +71471,12 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L26" } ], "signatures": [ { - "id": 672, + "id": 683, "name": "NavigatorLockAcquireTimeoutError", "variant": "signature", "kind": 16384, @@ -70570,12 +71486,12 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L26" } ], "parameters": [ { - "id": 673, + "id": 684, "name": "message", "variant": "param", "kind": 32768, @@ -70588,7 +71504,7 @@ ], "type": { "type": "reference", - "target": 670, + "target": 681, "name": "NavigatorLockAcquireTimeoutError", "package": "@supabase/auth-js" }, @@ -70606,7 +71522,7 @@ } }, { - "id": 674, + "id": 685, "name": "isAcquireTimeout", "variant": "declaration", "kind": 1024, @@ -70620,7 +71536,7 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 24, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L24" } ], "type": { @@ -70638,11 +71554,11 @@ "groups": [ { "title": "Constructors", - "children": [671] + "children": [682] }, { "title": "Properties", - "children": [674] + "children": [685] } ], "sources": [ @@ -70650,7 +71566,7 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 31, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L31" } ], "extendedTypes": [ @@ -70666,14 +71582,14 @@ ] }, { - "id": 865, + "id": 878, "name": "AdminUserAttributes", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 867, + "id": 880, "name": "app_metadata", "variant": "declaration", "kind": 1024, @@ -70707,9 +71623,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 438, + "line": 450, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L438" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L450" } ], "type": { @@ -70718,7 +71634,7 @@ } }, { - "id": 870, + "id": 883, "name": "ban_duration", "variant": "declaration", "kind": 1024, @@ -70736,9 +71652,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 464, + "line": 476, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L464" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L476" } ], "type": { @@ -70747,7 +71663,7 @@ } }, { - "id": 876, + "id": 889, "name": "email", "variant": "declaration", "kind": 1024, @@ -70766,9 +71682,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 389, + "line": 401, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L389" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L401" } ], "type": { @@ -70782,7 +71698,7 @@ } }, { - "id": 868, + "id": 881, "name": "email_confirm", "variant": "declaration", "kind": 1024, @@ -70800,9 +71716,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 445, + "line": 457, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L445" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L457" } ], "type": { @@ -70811,7 +71727,7 @@ } }, { - "id": 873, + "id": 886, "name": "id", "variant": "declaration", "kind": 1024, @@ -70845,9 +71761,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 489, + "line": 501, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L489" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L501" } ], "type": { @@ -70856,7 +71772,7 @@ } }, { - "id": 874, + "id": 887, "name": "nonce", "variant": "declaration", "kind": 1024, @@ -70875,9 +71791,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 406, + "line": 418, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L406" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L418" } ], "type": { @@ -70891,7 +71807,7 @@ } }, { - "id": 877, + "id": 890, "name": "password", "variant": "declaration", "kind": 1024, @@ -70910,9 +71826,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 399, + "line": 411, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L399" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L411" } ], "type": { @@ -70926,7 +71842,7 @@ } }, { - "id": 872, + "id": 885, "name": "password_hash", "variant": "declaration", "kind": 1024, @@ -70952,9 +71868,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 482, + "line": 494, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L482" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L494" } ], "type": { @@ -70963,7 +71879,7 @@ } }, { - "id": 875, + "id": 888, "name": "phone", "variant": "declaration", "kind": 1024, @@ -70982,9 +71898,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 394, + "line": 406, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L394" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L406" } ], "type": { @@ -70998,7 +71914,7 @@ } }, { - "id": 869, + "id": 882, "name": "phone_confirm", "variant": "declaration", "kind": 1024, @@ -71016,9 +71932,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 452, + "line": 464, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L452" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L464" } ], "type": { @@ -71027,7 +71943,7 @@ } }, { - "id": 871, + "id": 884, "name": "role", "variant": "declaration", "kind": 1024, @@ -71077,9 +71993,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 473, + "line": 485, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L473" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L485" } ], "type": { @@ -71088,7 +72004,7 @@ } }, { - "id": 866, + "id": 879, "name": "user_metadata", "variant": "declaration", "kind": 1024, @@ -71122,9 +72038,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 428, + "line": 440, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L428" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L440" } ], "type": { @@ -71136,15 +72052,15 @@ "groups": [ { "title": "Properties", - "children": [867, 870, 876, 868, 873, 874, 877, 872, 875, 869, 871, 866] + "children": [880, 883, 889, 881, 886, 887, 890, 885, 888, 882, 884, 879] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 417, + "line": 429, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L417" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L429" } ], "extendedTypes": [ @@ -71157,7 +72073,7 @@ "typeArguments": [ { "type": "reference", - "target": 859, + "target": 872, "name": "UserAttributes", "package": "@supabase/auth-js" }, @@ -71172,7 +72088,7 @@ ] }, { - "id": 800, + "id": 812, "name": "AMREntry", "variant": "declaration", "kind": 256, @@ -71192,7 +72108,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#getAuthenticatorAssuranceLevel", - "target": 1247 + "target": 1262 }, { "kind": "text", @@ -71204,7 +72120,7 @@ }, "children": [ { - "id": 801, + "id": 813, "name": "method", "variant": "declaration", "kind": 1024, @@ -71220,20 +72136,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 281, + "line": 286, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L281" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L286" } ], "type": { "type": "reference", - "target": 798, + "target": 810, "name": "AMRMethod", "package": "@supabase/auth-js" } }, { - "id": 802, + "id": 814, "name": "timestamp", "variant": "declaration", "kind": 1024, @@ -71249,9 +72165,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 287, + "line": 292, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L287" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L292" } ], "type": { @@ -71263,20 +72179,20 @@ "groups": [ { "title": "Properties", - "children": [801, 802] + "children": [813, 814] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 279, + "line": 284, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L279" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L284" } ] }, { - "id": 1416, + "id": 1447, "name": "AuthOAuthServerApi", "variant": "declaration", "kind": 256, @@ -71291,7 +72207,7 @@ }, "children": [ { - "id": 1420, + "id": 1451, "name": "approveAuthorization", "variant": "declaration", "kind": 2048, @@ -71299,14 +72215,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1703, + "line": 1753, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1703" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1753" } ], "signatures": [ { - "id": 1421, + "id": 1452, "name": "approveAuthorization", "variant": "signature", "kind": 4096, @@ -71333,14 +72249,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1703, + "line": 1753, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1703" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1753" } ], "parameters": [ { - "id": 1422, + "id": 1453, "name": "authorizationId", "variant": "param", "kind": 32768, @@ -71359,7 +72275,7 @@ } }, { - "id": 1423, + "id": 1454, "name": "options", "variant": "param", "kind": 32768, @@ -71377,14 +72293,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1424, + "id": 1455, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1425, + "id": 1456, "name": "skipBrowserRedirect", "variant": "declaration", "kind": 1024, @@ -71394,9 +72310,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1705, + "line": 1755, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1705" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1755" } ], "type": { @@ -71408,15 +72324,15 @@ "groups": [ { "title": "Properties", - "children": [1425] + "children": [1456] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1705, + "line": 1755, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1705" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1755" } ] } @@ -71432,7 +72348,7 @@ "typeArguments": [ { "type": "reference", - "target": 1413, + "target": 1444, "name": "AuthOAuthConsentResponse", "package": "@supabase/auth-js" } @@ -71444,7 +72360,7 @@ ] }, { - "id": 1426, + "id": 1457, "name": "denyAuthorization", "variant": "declaration", "kind": 2048, @@ -71452,14 +72368,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1716, + "line": 1766, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1716" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1766" } ], "signatures": [ { - "id": 1427, + "id": 1458, "name": "denyAuthorization", "variant": "signature", "kind": 4096, @@ -71486,14 +72402,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1716, + "line": 1766, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1716" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1766" } ], "parameters": [ { - "id": 1428, + "id": 1459, "name": "authorizationId", "variant": "param", "kind": 32768, @@ -71512,7 +72428,7 @@ } }, { - "id": 1429, + "id": 1460, "name": "options", "variant": "param", "kind": 32768, @@ -71530,14 +72446,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1430, + "id": 1461, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1431, + "id": 1462, "name": "skipBrowserRedirect", "variant": "declaration", "kind": 1024, @@ -71547,9 +72463,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1718, + "line": 1768, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1718" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1768" } ], "type": { @@ -71561,15 +72477,15 @@ "groups": [ { "title": "Properties", - "children": [1431] + "children": [1462] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1718, + "line": 1768, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1718" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1768" } ] } @@ -71585,7 +72501,7 @@ "typeArguments": [ { "type": "reference", - "target": 1413, + "target": 1444, "name": "AuthOAuthConsentResponse", "package": "@supabase/auth-js" } @@ -71597,7 +72513,7 @@ ] }, { - "id": 1417, + "id": 1448, "name": "getAuthorizationDetails", "variant": "declaration", "kind": 2048, @@ -71605,14 +72521,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1693, + "line": 1743, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1693" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1743" } ], "signatures": [ { - "id": 1418, + "id": 1449, "name": "getAuthorizationDetails", "variant": "signature", "kind": 4096, @@ -71639,14 +72555,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1693, + "line": 1743, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1693" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1743" } ], "parameters": [ { - "id": 1419, + "id": 1450, "name": "authorizationId", "variant": "param", "kind": 32768, @@ -71674,7 +72590,7 @@ "typeArguments": [ { "type": "reference", - "target": 1412, + "target": 1443, "name": "AuthOAuthAuthorizationDetailsResponse", "package": "@supabase/auth-js" } @@ -71689,27 +72605,27 @@ "groups": [ { "title": "Methods", - "children": [1420, 1426, 1417] + "children": [1451, 1457, 1448] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1680, + "line": 1730, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1680" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1730" } ] }, { - "id": 1070, + "id": 1085, "name": "GenerateLinkOptions", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1071, + "id": 1086, "name": "data", "variant": "declaration", "kind": 1024, @@ -71743,9 +72659,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 829, + "line": 855, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L829" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L855" } ], "type": { @@ -71754,7 +72670,7 @@ } }, { - "id": 1072, + "id": 1087, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -71772,9 +72688,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 831, + "line": 857, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L831" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L857" } ], "type": { @@ -71786,20 +72702,20 @@ "groups": [ { "title": "Properties", - "children": [1071, 1072] + "children": [1086, 1087] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 823, + "line": 849, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L823" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L849" } ] }, { - "id": 1263, + "id": 1278, "name": "GoTrueAdminMFAApi", "variant": "declaration", "kind": 256, @@ -71820,7 +72736,7 @@ }, "children": [ { - "id": 1267, + "id": 1282, "name": "deleteFactor", "variant": "declaration", "kind": 2048, @@ -71828,14 +72744,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1272, + "line": 1298, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1272" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1298" } ], "signatures": [ { - "id": 1268, + "id": 1283, "name": "deleteFactor", "variant": "signature", "kind": 4096, @@ -71855,7 +72771,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#unenroll", - "target": 1236 + "target": 1251 } ] }, @@ -71868,21 +72784,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1272, + "line": 1298, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1272" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1298" } ], "parameters": [ { - "id": 1269, + "id": 1284, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1253, + "target": 1268, "name": "AuthMFAAdminDeleteFactorParams", "package": "@supabase/auth-js" } @@ -71897,7 +72813,7 @@ "typeArguments": [ { "type": "reference", - "target": 1250, + "target": 1265, "name": "AuthMFAAdminDeleteFactorResponse", "package": "@supabase/auth-js" } @@ -71909,7 +72825,7 @@ ] }, { - "id": 1264, + "id": 1279, "name": "listFactors", "variant": "declaration", "kind": 2048, @@ -71917,14 +72833,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1262, + "line": 1288, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1262" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1288" } ], "signatures": [ { - "id": 1265, + "id": 1280, "name": "listFactors", "variant": "signature", "kind": 4096, @@ -71940,21 +72856,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1262, + "line": 1288, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1262" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1288" } ], "parameters": [ { - "id": 1266, + "id": 1281, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1260, + "target": 1275, "name": "AuthMFAAdminListFactorsParams", "package": "@supabase/auth-js" } @@ -71969,7 +72885,7 @@ "typeArguments": [ { "type": "reference", - "target": 1257, + "target": 1272, "name": "AuthMFAAdminListFactorsResponse", "package": "@supabase/auth-js" } @@ -71984,20 +72900,20 @@ "groups": [ { "title": "Methods", - "children": [1267, 1264] + "children": [1282, 1279] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1257, + "line": 1283, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1257" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1283" } ] }, { - "id": 1373, + "id": 1404, "name": "GoTrueAdminOAuthApi", "variant": "declaration", "kind": 256, @@ -72012,7 +72928,7 @@ }, "children": [ { - "id": 1377, + "id": 1408, "name": "createClient", "variant": "declaration", "kind": 2048, @@ -72020,14 +72936,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1587, + "line": 1637, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1587" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1637" } ], "signatures": [ { - "id": 1378, + "id": 1409, "name": "createClient", "variant": "signature", "kind": 4096, @@ -72051,21 +72967,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1587, + "line": 1637, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1587" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1637" } ], "parameters": [ { - "id": 1379, + "id": 1410, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1345, + "target": 1376, "name": "CreateOAuthClientParams", "package": "@supabase/auth-js" } @@ -72080,7 +72996,7 @@ "typeArguments": [ { "type": "reference", - "target": 1360, + "target": 1391, "name": "OAuthClientResponse", "package": "@supabase/auth-js" } @@ -72092,7 +73008,7 @@ ] }, { - "id": 1387, + "id": 1418, "name": "deleteClient", "variant": "declaration", "kind": 2048, @@ -72100,14 +73016,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1611, + "line": 1661, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1611" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1661" } ], "signatures": [ { - "id": 1388, + "id": 1419, "name": "deleteClient", "variant": "signature", "kind": 4096, @@ -72131,14 +73047,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1611, + "line": 1661, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1611" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1661" } ], "parameters": [ { - "id": 1389, + "id": 1420, "name": "clientId", "variant": "param", "kind": 32768, @@ -72159,14 +73075,14 @@ { "type": "reflection", "declaration": { - "id": 1390, + "id": 1421, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1391, + "id": 1422, "name": "data", "variant": "declaration", "kind": 1024, @@ -72174,9 +73090,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1611, + "line": 1661, "character": 44, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1611" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1661" } ], "type": { @@ -72185,7 +73101,7 @@ } }, { - "id": 1392, + "id": 1423, "name": "error", "variant": "declaration", "kind": 1024, @@ -72193,9 +73109,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1611, + "line": 1661, "character": 56, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1611" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1661" } ], "type": { @@ -72207,7 +73123,7 @@ }, { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -72218,15 +73134,15 @@ "groups": [ { "title": "Properties", - "children": [1391, 1392] + "children": [1422, 1423] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1611, + "line": 1661, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1611" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1661" } ] } @@ -72239,7 +73155,7 @@ ] }, { - "id": 1380, + "id": 1411, "name": "getClient", "variant": "declaration", "kind": 2048, @@ -72247,14 +73163,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1595, + "line": 1645, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1595" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1645" } ], "signatures": [ { - "id": 1381, + "id": 1412, "name": "getClient", "variant": "signature", "kind": 4096, @@ -72278,14 +73194,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1595, + "line": 1645, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1595" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1645" } ], "parameters": [ { - "id": 1382, + "id": 1413, "name": "clientId", "variant": "param", "kind": 32768, @@ -72305,7 +73221,7 @@ "typeArguments": [ { "type": "reference", - "target": 1360, + "target": 1391, "name": "OAuthClientResponse", "package": "@supabase/auth-js" } @@ -72317,7 +73233,7 @@ ] }, { - "id": 1374, + "id": 1405, "name": "listClients", "variant": "declaration", "kind": 2048, @@ -72325,14 +73241,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1579, + "line": 1629, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1579" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1629" } ], "signatures": [ { - "id": 1375, + "id": 1406, "name": "listClients", "variant": "signature", "kind": 4096, @@ -72356,14 +73272,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1579, + "line": 1629, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1579" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1629" } ], "parameters": [ { - "id": 1376, + "id": 1407, "name": "params", "variant": "param", "kind": 32768, @@ -72372,7 +73288,7 @@ }, "type": { "type": "reference", - "target": 1284, + "target": 1299, "name": "PageParams", "package": "@supabase/auth-js" } @@ -72387,7 +73303,7 @@ "typeArguments": [ { "type": "reference", - "target": 1361, + "target": 1392, "name": "OAuthClientListResponse", "package": "@supabase/auth-js" } @@ -72399,7 +73315,7 @@ ] }, { - "id": 1393, + "id": 1424, "name": "regenerateClientSecret", "variant": "declaration", "kind": 2048, @@ -72407,14 +73323,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1619, + "line": 1669, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1619" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1669" } ], "signatures": [ { - "id": 1394, + "id": 1425, "name": "regenerateClientSecret", "variant": "signature", "kind": 4096, @@ -72438,14 +73354,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1619, + "line": 1669, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1619" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1669" } ], "parameters": [ { - "id": 1395, + "id": 1426, "name": "clientId", "variant": "param", "kind": 32768, @@ -72465,7 +73381,7 @@ "typeArguments": [ { "type": "reference", - "target": 1360, + "target": 1391, "name": "OAuthClientResponse", "package": "@supabase/auth-js" } @@ -72477,7 +73393,7 @@ ] }, { - "id": 1383, + "id": 1414, "name": "updateClient", "variant": "declaration", "kind": 2048, @@ -72485,14 +73401,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1603, + "line": 1653, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1603" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1653" } ], "signatures": [ { - "id": 1384, + "id": 1415, "name": "updateClient", "variant": "signature", "kind": 4096, @@ -72516,14 +73432,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1603, + "line": 1653, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1603" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1653" } ], "parameters": [ { - "id": 1385, + "id": 1416, "name": "clientId", "variant": "param", "kind": 32768, @@ -72534,14 +73450,14 @@ } }, { - "id": 1386, + "id": 1417, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1353, + "target": 1384, "name": "UpdateOAuthClientParams", "package": "@supabase/auth-js" } @@ -72556,7 +73472,7 @@ "typeArguments": [ { "type": "reference", - "target": 1360, + "target": 1391, "name": "OAuthClientResponse", "package": "@supabase/auth-js" } @@ -72571,20 +73487,20 @@ "groups": [ { "title": "Methods", - "children": [1377, 1387, 1380, 1374, 1393, 1383] + "children": [1408, 1418, 1411, 1405, 1424, 1414] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1572, + "line": 1622, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1572" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1622" } ] }, { - "id": 1133, + "id": 1148, "name": "GoTrueMFAApi", "variant": "declaration", "kind": 256, @@ -72599,7 +73515,7 @@ }, "children": [ { - "id": 1249, + "id": 1264, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -72607,9 +73523,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1215, + "line": 1241, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1215" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1241" } ], "type": { @@ -72623,7 +73539,7 @@ } }, { - "id": 1154, + "id": 1169, "name": "challenge", "variant": "declaration", "kind": 2048, @@ -72631,32 +73547,32 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1163, + "line": 1189, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1163" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1189" }, { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1164, + "line": 1190, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1164" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1190" }, { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1165, + "line": 1191, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1165" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1191" }, { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1166, + "line": 1192, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1166" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1192" } ], "signatures": [ { - "id": 1155, + "id": 1170, "name": "challenge", "variant": "signature", "kind": 4096, @@ -72672,14 +73588,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1163, + "line": 1189, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1163" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1189" } ], "parameters": [ { - "id": 1156, + "id": 1171, "name": "params", "variant": "param", "kind": 32768, @@ -72687,14 +73603,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1157, + "id": 1172, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1158, + "id": 1173, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -72710,9 +73626,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 937, + "line": 963, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L937" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L963" } ], "type": { @@ -72724,15 +73640,15 @@ "groups": [ { "title": "Properties", - "children": [1158] + "children": [1173] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -72752,14 +73668,14 @@ { "type": "reflection", "declaration": { - "id": 1159, + "id": 1174, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1160, + "id": 1175, "name": "data", "variant": "declaration", "kind": 1024, @@ -72767,9 +73683,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 142, + "line": 147, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L142" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L147" } ], "type": { @@ -72778,7 +73694,7 @@ } }, { - "id": 1161, + "id": 1176, "name": "error", "variant": "declaration", "kind": 1024, @@ -72786,14 +73702,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 143, + "line": 148, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L143" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L148" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -72802,15 +73718,15 @@ "groups": [ { "title": "Properties", - "children": [1160, 1161] + "children": [1175, 1176] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -72818,14 +73734,14 @@ { "type": "reflection", "declaration": { - "id": 1162, + "id": 1177, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1163, + "id": 1178, "name": "data", "variant": "declaration", "kind": 1024, @@ -72833,22 +73749,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 138, + "line": 143, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L143" } ], "type": { "type": "reflection", "declaration": { - "id": 1164, + "id": 1179, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1167, + "id": 1182, "name": "expires_at", "variant": "declaration", "kind": 1024, @@ -72864,9 +73780,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1033, + "line": 1059, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1033" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1059" } ], "type": { @@ -72875,7 +73791,7 @@ } }, { - "id": 1165, + "id": 1180, "name": "id", "variant": "declaration", "kind": 1024, @@ -72891,9 +73807,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1027, + "line": 1053, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1027" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1053" } ], "type": { @@ -72902,7 +73818,7 @@ } }, { - "id": 1166, + "id": 1181, "name": "type", "variant": "declaration", "kind": 1024, @@ -72918,9 +73834,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1030, + "line": 1056, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1030" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1056" } ], "type": { @@ -72932,22 +73848,22 @@ "groups": [ { "title": "Properties", - "children": [1167, 1165, 1166] + "children": [1182, 1180, 1181] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } } }, { - "id": 1168, + "id": 1183, "name": "error", "variant": "declaration", "kind": 1024, @@ -72955,9 +73871,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 139, + "line": 144, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L139" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L144" } ], "type": { @@ -72969,15 +73885,15 @@ "groups": [ { "title": "Properties", - "children": [1163, 1168] + "children": [1178, 1183] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -72990,7 +73906,7 @@ } }, { - "id": 1169, + "id": 1184, "name": "challenge", "variant": "signature", "kind": 4096, @@ -72998,14 +73914,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1164, + "line": 1190, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1164" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1190" } ], "parameters": [ { - "id": 1170, + "id": 1185, "name": "params", "variant": "param", "kind": 32768, @@ -73013,14 +73929,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1171, + "id": 1186, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1173, + "id": 1188, "name": "channel", "variant": "declaration", "kind": 1024, @@ -73036,9 +73952,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 947, + "line": 973, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L947" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L973" } ], "type": { @@ -73056,7 +73972,7 @@ } }, { - "id": 1172, + "id": 1187, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -73072,9 +73988,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 937, + "line": 963, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L937" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L963" } ], "type": { @@ -73086,15 +74002,15 @@ "groups": [ { "title": "Properties", - "children": [1173, 1172] + "children": [1188, 1187] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -73114,14 +74030,14 @@ { "type": "reflection", "declaration": { - "id": 1174, + "id": 1189, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1175, + "id": 1190, "name": "data", "variant": "declaration", "kind": 1024, @@ -73129,9 +74045,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 142, + "line": 147, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L142" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L147" } ], "type": { @@ -73140,7 +74056,7 @@ } }, { - "id": 1176, + "id": 1191, "name": "error", "variant": "declaration", "kind": 1024, @@ -73148,14 +74064,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 143, + "line": 148, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L143" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L148" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -73164,15 +74080,15 @@ "groups": [ { "title": "Properties", - "children": [1175, 1176] + "children": [1190, 1191] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -73180,14 +74096,14 @@ { "type": "reflection", "declaration": { - "id": 1177, + "id": 1192, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1178, + "id": 1193, "name": "data", "variant": "declaration", "kind": 1024, @@ -73195,22 +74111,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 138, + "line": 143, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L143" } ], "type": { "type": "reflection", "declaration": { - "id": 1179, + "id": 1194, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1182, + "id": 1197, "name": "expires_at", "variant": "declaration", "kind": 1024, @@ -73226,9 +74142,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1033, + "line": 1059, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1033" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1059" } ], "type": { @@ -73237,7 +74153,7 @@ } }, { - "id": 1180, + "id": 1195, "name": "id", "variant": "declaration", "kind": 1024, @@ -73253,9 +74169,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1027, + "line": 1053, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1027" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1053" } ], "type": { @@ -73264,7 +74180,7 @@ } }, { - "id": 1181, + "id": 1196, "name": "type", "variant": "declaration", "kind": 1024, @@ -73280,9 +74196,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1030, + "line": 1056, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1030" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1056" } ], "type": { @@ -73294,22 +74210,22 @@ "groups": [ { "title": "Properties", - "children": [1182, 1180, 1181] + "children": [1197, 1195, 1196] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } } }, { - "id": 1183, + "id": 1198, "name": "error", "variant": "declaration", "kind": 1024, @@ -73317,9 +74233,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 139, + "line": 144, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L139" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L144" } ], "type": { @@ -73331,15 +74247,15 @@ "groups": [ { "title": "Properties", - "children": [1178, 1183] + "children": [1193, 1198] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -73352,7 +74268,7 @@ } }, { - "id": 1184, + "id": 1199, "name": "challenge", "variant": "signature", "kind": 4096, @@ -73360,14 +74276,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1165, + "line": 1191, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1165" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1191" } ], "parameters": [ { - "id": 1185, + "id": 1200, "name": "params", "variant": "param", "kind": 32768, @@ -73375,14 +74291,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1186, + "id": 1201, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1187, + "id": 1202, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -73398,9 +74314,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 937, + "line": 963, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L937" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L963" } ], "type": { @@ -73409,7 +74325,7 @@ } }, { - "id": 1188, + "id": 1203, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -73417,22 +74333,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 956, + "line": 982, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L956" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L982" } ], "type": { "type": "reflection", "declaration": { - "id": 1189, + "id": 1204, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1190, + "id": 1205, "name": "rpId", "variant": "declaration", "kind": 1024, @@ -73448,9 +74364,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 958, + "line": 984, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L958" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L984" } ], "type": { @@ -73459,7 +74375,7 @@ } }, { - "id": 1191, + "id": 1206, "name": "rpOrigins", "variant": "declaration", "kind": 1024, @@ -73477,9 +74393,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 960, + "line": 986, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L960" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L986" } ], "type": { @@ -73494,15 +74410,15 @@ "groups": [ { "title": "Properties", - "children": [1190, 1191] + "children": [1205, 1206] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 956, + "line": 982, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L956" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L982" } ] } @@ -73512,15 +74428,15 @@ "groups": [ { "title": "Properties", - "children": [1187, 1188] + "children": [1202, 1203] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -73540,14 +74456,14 @@ { "type": "reflection", "declaration": { - "id": 1192, + "id": 1207, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1193, + "id": 1208, "name": "data", "variant": "declaration", "kind": 1024, @@ -73555,9 +74471,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 142, + "line": 147, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L142" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L147" } ], "type": { @@ -73566,7 +74482,7 @@ } }, { - "id": 1194, + "id": 1209, "name": "error", "variant": "declaration", "kind": 1024, @@ -73574,14 +74490,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 143, + "line": 148, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L143" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L148" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -73590,15 +74506,15 @@ "groups": [ { "title": "Properties", - "children": [1193, 1194] + "children": [1208, 1209] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -73606,14 +74522,14 @@ { "type": "reflection", "declaration": { - "id": 1195, + "id": 1210, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1196, + "id": 1211, "name": "data", "variant": "declaration", "kind": 1024, @@ -73621,22 +74537,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 138, + "line": 143, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L143" } ], "type": { "type": "reflection", "declaration": { - "id": 1197, + "id": 1212, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1200, + "id": 1215, "name": "expires_at", "variant": "declaration", "kind": 1024, @@ -73652,9 +74568,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1033, + "line": 1059, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1033" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1059" } ], "type": { @@ -73663,7 +74579,7 @@ } }, { - "id": 1198, + "id": 1213, "name": "id", "variant": "declaration", "kind": 1024, @@ -73679,9 +74595,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1027, + "line": 1053, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1027" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1053" } ], "type": { @@ -73690,7 +74606,7 @@ } }, { - "id": 1199, + "id": 1214, "name": "type", "variant": "declaration", "kind": 1024, @@ -73706,9 +74622,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1030, + "line": 1056, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1030" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1056" } ], "type": { @@ -73717,7 +74633,7 @@ } }, { - "id": 1201, + "id": 1216, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -73725,9 +74641,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1053, + "line": 1079, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1053" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1079" } ], "type": { @@ -73736,14 +74652,14 @@ { "type": "reflection", "declaration": { - "id": 1202, + "id": 1217, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1204, + "id": 1219, "name": "credential_options", "variant": "declaration", "kind": 1024, @@ -73751,22 +74667,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1056, + "line": 1082, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1056" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1082" } ], "type": { "type": "reflection", "declaration": { - "id": 1205, + "id": 1220, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1206, + "id": 1221, "name": "publicKey", "variant": "declaration", "kind": 1024, @@ -73774,9 +74690,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1056, + "line": 1082, "character": 30, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1056" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1082" } ], "type": { @@ -73793,22 +74709,22 @@ "groups": [ { "title": "Properties", - "children": [1206] + "children": [1221] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1056, + "line": 1082, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1056" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1082" } ] } } }, { - "id": 1203, + "id": 1218, "name": "type", "variant": "declaration", "kind": 1024, @@ -73816,9 +74732,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1055, + "line": 1081, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1055" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1081" } ], "type": { @@ -73830,15 +74746,15 @@ "groups": [ { "title": "Properties", - "children": [1204, 1203] + "children": [1219, 1218] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1054, + "line": 1080, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1054" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1080" } ] } @@ -73846,14 +74762,14 @@ { "type": "reflection", "declaration": { - "id": 1207, + "id": 1222, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1209, + "id": 1224, "name": "credential_options", "variant": "declaration", "kind": 1024, @@ -73861,22 +74777,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1060, + "line": 1086, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1060" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1086" } ], "type": { "type": "reflection", "declaration": { - "id": 1210, + "id": 1225, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1211, + "id": 1226, "name": "publicKey", "variant": "declaration", "kind": 1024, @@ -73884,9 +74800,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1060, + "line": 1086, "character": 30, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1060" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1086" } ], "type": { @@ -73903,22 +74819,22 @@ "groups": [ { "title": "Properties", - "children": [1211] + "children": [1226] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1060, + "line": 1086, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1060" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1086" } ] } } }, { - "id": 1208, + "id": 1223, "name": "type", "variant": "declaration", "kind": 1024, @@ -73926,9 +74842,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1059, + "line": 1085, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1059" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1085" } ], "type": { @@ -73940,15 +74856,15 @@ "groups": [ { "title": "Properties", - "children": [1209, 1208] + "children": [1224, 1223] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1058, + "line": 1084, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1058" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1084" } ] } @@ -73960,22 +74876,22 @@ "groups": [ { "title": "Properties", - "children": [1200, 1198, 1199, 1201] + "children": [1215, 1213, 1214, 1216] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } } }, { - "id": 1212, + "id": 1227, "name": "error", "variant": "declaration", "kind": 1024, @@ -73983,9 +74899,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 139, + "line": 144, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L139" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L144" } ], "type": { @@ -73997,15 +74913,15 @@ "groups": [ { "title": "Properties", - "children": [1196, 1212] + "children": [1211, 1227] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -74018,7 +74934,7 @@ } }, { - "id": 1213, + "id": 1228, "name": "challenge", "variant": "signature", "kind": 4096, @@ -74026,21 +74942,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1166, + "line": 1192, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1166" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1192" } ], "parameters": [ { - "id": 1214, + "id": 1229, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1103, + "target": 1118, "name": "MFAChallengeParams", "package": "@supabase/auth-js" } @@ -74055,7 +74971,7 @@ "typeArguments": [ { "type": "reference", - "target": 1122, + "target": 1137, "name": "AuthMFAChallengeResponse", "package": "@supabase/auth-js" } @@ -74067,7 +74983,7 @@ ] }, { - "id": 1239, + "id": 1254, "name": "challengeAndVerify", "variant": "declaration", "kind": 2048, @@ -74075,14 +74991,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1187, + "line": 1213, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1187" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1213" } ], "signatures": [ { - "id": 1240, + "id": 1255, "name": "challengeAndVerify", "variant": "signature", "kind": 4096, @@ -74098,14 +75014,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1187, + "line": 1213, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1187" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1213" } ], "parameters": [ { - "id": 1241, + "id": 1256, "name": "params", "variant": "param", "kind": 32768, @@ -74113,14 +75029,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1242, + "id": 1257, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1244, + "id": 1259, "name": "code", "variant": "declaration", "kind": 1024, @@ -74136,9 +75052,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 891, + "line": 917, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L891" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L917" } ], "type": { @@ -74147,7 +75063,7 @@ } }, { - "id": 1243, + "id": 1258, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -74163,9 +75079,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 884, + "line": 910, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L884" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L910" } ], "type": { @@ -74177,15 +75093,15 @@ "groups": [ { "title": "Properties", - "children": [1244, 1243] + "children": [1259, 1258] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -74201,7 +75117,7 @@ "typeArguments": [ { "type": "reference", - "target": 1112, + "target": 1127, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -74213,7 +75129,7 @@ ] }, { - "id": 1134, + "id": 1149, "name": "enroll", "variant": "declaration", "kind": 2048, @@ -74221,32 +75137,32 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1154, + "line": 1180, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1154" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1180" }, { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1155, + "line": 1181, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1155" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1181" }, { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1156, + "line": 1182, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1156" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1182" }, { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1157, + "line": 1183, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1157" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1183" } ], "signatures": [ { - "id": 1135, + "id": 1150, "name": "enroll", "variant": "signature", "kind": 4096, @@ -74278,14 +75194,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1154, + "line": 1180, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1154" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1180" } ], "parameters": [ { - "id": 1136, + "id": 1151, "name": "params", "variant": "param", "kind": 32768, @@ -74293,14 +75209,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1137, + "id": 1152, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1138, + "id": 1153, "name": "factorType", "variant": "declaration", "kind": 1024, @@ -74316,9 +75232,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1331, + "line": 1357, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1331" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1357" } ], "type": { @@ -74327,7 +75243,7 @@ } }, { - "id": 1139, + "id": 1154, "name": "friendlyName", "variant": "declaration", "kind": 1024, @@ -74345,9 +75261,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1333, + "line": 1359, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1359" } ], "type": { @@ -74356,7 +75272,7 @@ } }, { - "id": 1140, + "id": 1155, "name": "issuer", "variant": "declaration", "kind": 1024, @@ -74374,9 +75290,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1338, + "line": 1364, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1338" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1364" } ], "type": { @@ -74388,15 +75304,15 @@ "groups": [ { "title": "Properties", - "children": [1138, 1139, 1140] + "children": [1153, 1154, 1155] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -74412,7 +75328,7 @@ "typeArguments": [ { "type": "reference", - "target": 1294, + "target": 1309, "name": "AuthMFAEnrollTOTPResponse", "package": "@supabase/auth-js" } @@ -74422,7 +75338,7 @@ } }, { - "id": 1141, + "id": 1156, "name": "enroll", "variant": "signature", "kind": 4096, @@ -74430,14 +75346,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1155, + "line": 1181, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1155" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1181" } ], "parameters": [ { - "id": 1142, + "id": 1157, "name": "params", "variant": "param", "kind": 32768, @@ -74445,14 +75361,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1143, + "id": 1158, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1144, + "id": 1159, "name": "factorType", "variant": "declaration", "kind": 1024, @@ -74468,9 +75384,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1331, + "line": 1357, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1331" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1357" } ], "type": { @@ -74479,7 +75395,7 @@ } }, { - "id": 1145, + "id": 1160, "name": "friendlyName", "variant": "declaration", "kind": 1024, @@ -74497,9 +75413,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1333, + "line": 1359, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1359" } ], "type": { @@ -74508,7 +75424,7 @@ } }, { - "id": 1146, + "id": 1161, "name": "phone", "variant": "declaration", "kind": 1024, @@ -74524,9 +75440,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1345, + "line": 1371, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1345" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1371" } ], "type": { @@ -74538,15 +75454,15 @@ "groups": [ { "title": "Properties", - "children": [1144, 1145, 1146] + "children": [1159, 1160, 1161] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -74562,7 +75478,7 @@ "typeArguments": [ { "type": "reference", - "target": 1295, + "target": 1310, "name": "AuthMFAEnrollPhoneResponse", "package": "@supabase/auth-js" } @@ -74572,7 +75488,7 @@ } }, { - "id": 1147, + "id": 1162, "name": "enroll", "variant": "signature", "kind": 4096, @@ -74580,14 +75496,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1156, + "line": 1182, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1156" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1182" } ], "parameters": [ { - "id": 1148, + "id": 1163, "name": "params", "variant": "param", "kind": 32768, @@ -74595,14 +75511,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1149, + "id": 1164, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1150, + "id": 1165, "name": "factorType", "variant": "declaration", "kind": 1024, @@ -74618,9 +75534,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1331, + "line": 1357, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1331" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1357" } ], "type": { @@ -74629,7 +75545,7 @@ } }, { - "id": 1151, + "id": 1166, "name": "friendlyName", "variant": "declaration", "kind": 1024, @@ -74647,9 +75563,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1333, + "line": 1359, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1359" } ], "type": { @@ -74661,15 +75577,15 @@ "groups": [ { "title": "Properties", - "children": [1150, 1151] + "children": [1165, 1166] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -74685,7 +75601,7 @@ "typeArguments": [ { "type": "reference", - "target": 1296, + "target": 1311, "name": "AuthMFAEnrollWebauthnResponse", "package": "@supabase/auth-js" } @@ -74695,7 +75611,7 @@ } }, { - "id": 1152, + "id": 1167, "name": "enroll", "variant": "signature", "kind": 4096, @@ -74703,21 +75619,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1157, + "line": 1183, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1157" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1183" } ], "parameters": [ { - "id": 1153, + "id": 1168, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1086, + "target": 1101, "name": "MFAEnrollParams", "package": "@supabase/auth-js" } @@ -74732,7 +75648,7 @@ "typeArguments": [ { "type": "reference", - "target": 1113, + "target": 1128, "name": "AuthMFAEnrollResponse", "package": "@supabase/auth-js" } @@ -74744,7 +75660,7 @@ ] }, { - "id": 1247, + "id": 1262, "name": "getAuthenticatorAssuranceLevel", "variant": "declaration", "kind": 2048, @@ -74752,14 +75668,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1212, + "line": 1238, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1212" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1238" } ], "signatures": [ { - "id": 1248, + "id": 1263, "name": "getAuthenticatorAssuranceLevel", "variant": "signature", "kind": 4096, @@ -74799,9 +75715,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1212, + "line": 1238, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1212" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1238" } ], "type": { @@ -74813,7 +75729,7 @@ "typeArguments": [ { "type": "reference", - "target": 1128, + "target": 1143, "name": "AuthMFAGetAuthenticatorAssuranceLevelResponse", "package": "@supabase/auth-js" } @@ -74825,7 +75741,7 @@ ] }, { - "id": 1245, + "id": 1260, "name": "listFactors", "variant": "declaration", "kind": 2048, @@ -74833,14 +75749,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1197, + "line": 1223, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1197" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1223" } ], "signatures": [ { - "id": 1246, + "id": 1261, "name": "listFactors", "variant": "signature", "kind": 4096, @@ -74864,7 +75780,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#enroll", - "target": 1134 + "target": 1149 }, { "kind": "text", @@ -74878,7 +75794,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#getAuthenticatorAssuranceLevel", - "target": 1247 + "target": 1262 }, { "kind": "text", @@ -74892,7 +75808,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueClient#getUser", - "target": 328 + "target": 339 }, { "kind": "text", @@ -74905,9 +75821,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1197, + "line": 1223, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1197" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1223" } ], "type": { @@ -74919,7 +75835,7 @@ "typeArguments": [ { "type": "reference", - "target": 1123, + "target": 1138, "typeArguments": [ { "type": "typeOperator", @@ -74954,7 +75870,7 @@ ] }, { - "id": 1236, + "id": 1251, "name": "unenroll", "variant": "declaration", "kind": 2048, @@ -74962,14 +75878,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1181, + "line": 1207, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1181" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1207" } ], "signatures": [ { - "id": 1237, + "id": 1252, "name": "unenroll", "variant": "signature", "kind": 4096, @@ -75001,21 +75917,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1181, + "line": 1207, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1181" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1207" } ], "parameters": [ { - "id": 1238, + "id": 1253, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1087, + "target": 1102, "name": "MFAUnenrollParams", "package": "@supabase/auth-js" } @@ -75030,7 +75946,7 @@ "typeArguments": [ { "type": "reference", - "target": 1114, + "target": 1129, "name": "AuthMFAUnenrollResponse", "package": "@supabase/auth-js" } @@ -75042,7 +75958,7 @@ ] }, { - "id": 1215, + "id": 1230, "name": "verify", "variant": "declaration", "kind": 2048, @@ -75050,32 +75966,32 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1172, + "line": 1198, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1172" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1198" }, { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1173, + "line": 1199, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1199" }, { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1174, + "line": 1200, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1174" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1200" }, { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1175, + "line": 1201, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1201" } ], "signatures": [ { - "id": 1216, + "id": 1231, "name": "verify", "variant": "signature", "kind": 4096, @@ -75091,14 +76007,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1172, + "line": 1198, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1172" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1198" } ], "parameters": [ { - "id": 1217, + "id": 1232, "name": "params", "variant": "param", "kind": 32768, @@ -75106,14 +76022,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1218, + "id": 1233, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1220, + "id": 1235, "name": "challengeId", "variant": "declaration", "kind": 1024, @@ -75129,9 +76045,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 886, + "line": 912, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L886" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L912" } ], "type": { @@ -75140,7 +76056,7 @@ } }, { - "id": 1221, + "id": 1236, "name": "code", "variant": "declaration", "kind": 1024, @@ -75156,9 +76072,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 891, + "line": 917, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L891" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L917" } ], "type": { @@ -75167,7 +76083,7 @@ } }, { - "id": 1219, + "id": 1234, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -75183,9 +76099,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 884, + "line": 910, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L884" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L910" } ], "type": { @@ -75197,15 +76113,15 @@ "groups": [ { "title": "Properties", - "children": [1220, 1221, 1219] + "children": [1235, 1236, 1234] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -75221,7 +76137,7 @@ "typeArguments": [ { "type": "reference", - "target": 1112, + "target": 1127, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -75231,7 +76147,7 @@ } }, { - "id": 1222, + "id": 1237, "name": "verify", "variant": "signature", "kind": 4096, @@ -75239,14 +76155,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1173, + "line": 1199, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1199" } ], "parameters": [ { - "id": 1223, + "id": 1238, "name": "params", "variant": "param", "kind": 32768, @@ -75254,14 +76170,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1224, + "id": 1239, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1226, + "id": 1241, "name": "challengeId", "variant": "declaration", "kind": 1024, @@ -75277,9 +76193,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 886, + "line": 912, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L886" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L912" } ], "type": { @@ -75288,7 +76204,7 @@ } }, { - "id": 1227, + "id": 1242, "name": "code", "variant": "declaration", "kind": 1024, @@ -75304,9 +76220,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 891, + "line": 917, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L891" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L917" } ], "type": { @@ -75315,7 +76231,7 @@ } }, { - "id": 1225, + "id": 1240, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -75331,9 +76247,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 884, + "line": 910, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L884" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L910" } ], "type": { @@ -75345,15 +76261,15 @@ "groups": [ { "title": "Properties", - "children": [1226, 1227, 1225] + "children": [1241, 1242, 1240] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -75369,7 +76285,7 @@ "typeArguments": [ { "type": "reference", - "target": 1112, + "target": 1127, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -75379,7 +76295,7 @@ } }, { - "id": 1228, + "id": 1243, "name": "verify", "variant": "signature", "kind": 4096, @@ -75387,14 +76303,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1174, + "line": 1200, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1174" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1200" } ], "parameters": [ { - "id": 1229, + "id": 1244, "name": "params", "variant": "param", "kind": 32768, @@ -75402,14 +76318,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1230, + "id": 1245, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1232, + "id": 1247, "name": "challengeId", "variant": "declaration", "kind": 1024, @@ -75425,9 +76341,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 886, + "line": 912, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L886" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L912" } ], "type": { @@ -75436,7 +76352,7 @@ } }, { - "id": 1231, + "id": 1246, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -75452,9 +76368,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 884, + "line": 910, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L884" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L910" } ], "type": { @@ -75463,7 +76379,7 @@ } }, { - "id": 1233, + "id": 1248, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -75471,9 +76387,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 921, + "line": 947, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L921" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L947" } ], "type": { @@ -75519,15 +76435,15 @@ "groups": [ { "title": "Properties", - "children": [1232, 1231, 1233] + "children": [1247, 1246, 1248] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -75543,7 +76459,7 @@ "typeArguments": [ { "type": "reference", - "target": 1112, + "target": 1127, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -75553,7 +76469,7 @@ } }, { - "id": 1234, + "id": 1249, "name": "verify", "variant": "signature", "kind": 4096, @@ -75561,21 +76477,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1175, + "line": 1201, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1201" } ], "parameters": [ { - "id": 1235, + "id": 1250, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1098, + "target": 1113, "name": "MFAVerifyParams", "package": "@supabase/auth-js" } @@ -75590,7 +76506,7 @@ "typeArguments": [ { "type": "reference", - "target": 1112, + "target": 1127, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -75605,31 +76521,31 @@ "groups": [ { "title": "Properties", - "children": [1249] + "children": [1264] }, { "title": "Methods", - "children": [1154, 1239, 1134, 1247, 1245, 1236, 1215] + "children": [1169, 1254, 1149, 1262, 1260, 1251, 1230] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1144, + "line": 1170, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1144" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1170" } ] }, { - "id": 1316, + "id": 1347, "name": "JWK", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1319, + "id": 1350, "name": "alg", "variant": "declaration", "kind": 1024, @@ -75639,9 +76555,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1444, + "line": 1494, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1444" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1494" } ], "type": { @@ -75650,7 +76566,7 @@ } }, { - "id": 1318, + "id": 1349, "name": "key_ops", "variant": "declaration", "kind": 1024, @@ -75658,9 +76574,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1443, + "line": 1493, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1443" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1493" } ], "type": { @@ -75672,7 +76588,7 @@ } }, { - "id": 1320, + "id": 1351, "name": "kid", "variant": "declaration", "kind": 1024, @@ -75682,9 +76598,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1445, + "line": 1495, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1445" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1495" } ], "type": { @@ -75693,7 +76609,7 @@ } }, { - "id": 1317, + "id": 1348, "name": "kty", "variant": "declaration", "kind": 1024, @@ -75701,9 +76617,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1442, + "line": 1492, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1442" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1492" } ], "type": { @@ -75728,20 +76644,20 @@ "groups": [ { "title": "Properties", - "children": [1319, 1318, 1320, 1317] + "children": [1350, 1349, 1351, 1348] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1441, + "line": 1491, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1441" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1491" } ], "indexSignatures": [ { - "id": 1321, + "id": 1352, "name": "__index", "variant": "signature", "kind": 8192, @@ -75749,14 +76665,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1446, + "line": 1496, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1446" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1496" } ], "parameters": [ { - "id": 1322, + "id": 1353, "name": "key", "variant": "param", "kind": 32768, @@ -75775,14 +76691,521 @@ ] }, { - "id": 789, + "id": 1327, + "name": "JwtPayload", + "variant": "declaration", + "kind": 256, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "JWT Payload containing claims for Supabase authentication tokens.\n\nRequired claims (iss, aud, exp, iat, sub, role, aal, session_id) are inherited from RequiredClaims.\nAll other claims are optional as they can be customized via Custom Access Token Hooks." + } + ], + "blockTags": [ + { + "tag": "@see", + "content": [ + { + "kind": "text", + "text": "https://supabase.com/docs/guides/auth/jwt-fields" + } + ] + } + ] + }, + "children": [ + { + "id": 1343, + "name": "aal", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1459, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1459" + } + ], + "type": { + "type": "reference", + "target": 1142, + "name": "AuthenticatorAssuranceLevels", + "package": "@supabase/auth-js" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.aal" + } + }, + { + "id": 1335, + "name": "amr", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1482, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1482" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 812, + "name": "AMREntry", + "package": "@supabase/auth-js" + } + } + }, + { + "id": 1333, + "name": "app_metadata", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1480, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1480" + } + ], + "type": { + "type": "reference", + "target": 838, + "name": "UserAppMetadata", + "package": "@supabase/auth-js" + } + }, + { + "id": 1339, + "name": "aud", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1455, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1455" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + ] + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.aud" + } + }, + { + "id": 1328, + "name": "email", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1473, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1473" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1340, + "name": "exp", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1456, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1456" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.exp" + } + }, + { + "id": 1341, + "name": "iat", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1457, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1457" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.iat" + } + }, + { + "id": 1330, + "name": "is_anonymous", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1475, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1475" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1337, + "name": "iss", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1453, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1453" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.iss" + } + }, + { + "id": 1331, + "name": "jti", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1478, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1478" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1332, + "name": "nbf", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1479, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1479" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1329, + "name": "phone", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1474, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1474" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1336, + "name": "ref", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1485, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1485" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1342, + "name": "role", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1458, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1458" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.role" + } + }, + { + "id": 1344, + "name": "session_id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1460, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1460" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.session_id" + } + }, + { + "id": 1338, + "name": "sub", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1454, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1454" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.sub" + } + }, + { + "id": 1334, + "name": "user_metadata", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1481, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1481" + } + ], + "type": { + "type": "reference", + "target": 843, + "name": "UserMetadata", + "package": "@supabase/auth-js" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1343, 1335, 1333, 1339, 1328, 1340, 1341, 1330, 1337, 1331, 1332, 1329, 1336, 1342, + 1344, 1338, 1334 + ] + } + ], + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1471, + "character": 17, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1471" + } + ], + "indexSignatures": [ + { + "id": 1345, + "name": "__index", + "variant": "signature", + "kind": 8192, + "flags": {}, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1488, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1488" + } + ], + "parameters": [ + { + "id": 1346, + "name": "key", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + ], + "extendedTypes": [ + { + "type": "reference", + "target": 1317, + "name": "RequiredClaims", + "package": "@supabase/auth-js" + } + ] + }, + { + "id": 801, "name": "Session", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 792, + "id": 804, "name": "access_token", "variant": "declaration", "kind": 1024, @@ -75798,9 +77221,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 234, + "line": 239, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L234" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L239" } ], "type": { @@ -75809,7 +77232,7 @@ } }, { - "id": 795, + "id": 807, "name": "expires_at", "variant": "declaration", "kind": 1024, @@ -75827,9 +77250,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 246, + "line": 251, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L246" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L251" } ], "type": { @@ -75838,7 +77261,7 @@ } }, { - "id": 794, + "id": 806, "name": "expires_in", "variant": "declaration", "kind": 1024, @@ -75854,9 +77277,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 242, + "line": 247, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L242" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L247" } ], "type": { @@ -75865,7 +77288,7 @@ } }, { - "id": 791, + "id": 803, "name": "provider_refresh_token", "variant": "declaration", "kind": 1024, @@ -75883,9 +77306,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 230, + "line": 235, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L230" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L235" } ], "type": { @@ -75903,7 +77326,7 @@ } }, { - "id": 790, + "id": 802, "name": "provider_token", "variant": "declaration", "kind": 1024, @@ -75921,9 +77344,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 225, + "line": 230, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L225" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L230" } ], "type": { @@ -75941,7 +77364,7 @@ } }, { - "id": 793, + "id": 805, "name": "refresh_token", "variant": "declaration", "kind": 1024, @@ -75957,9 +77380,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 238, + "line": 243, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L238" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L243" } ], "type": { @@ -75968,7 +77391,7 @@ } }, { - "id": 796, + "id": 808, "name": "token_type", "variant": "declaration", "kind": 1024, @@ -75976,9 +77399,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 247, + "line": 252, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L247" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L252" } ], "type": { @@ -75987,7 +77410,7 @@ } }, { - "id": 797, + "id": 809, "name": "user", "variant": "declaration", "kind": 1024, @@ -76003,14 +77426,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 252, + "line": 257, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L252" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L257" } ], "type": { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" } @@ -76019,27 +77442,27 @@ "groups": [ { "title": "Properties", - "children": [792, 795, 794, 791, 790, 793, 796, 797] + "children": [804, 807, 806, 803, 802, 805, 808, 809] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 221, + "line": 226, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L221" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L226" } ] }, { - "id": 878, + "id": 891, "name": "Subscription", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 880, + "id": 893, "name": "callback", "variant": "declaration", "kind": 1024, @@ -76055,15 +77478,15 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 500, + "line": 514, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L500" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L514" } ], "type": { "type": "reflection", "declaration": { - "id": 881, + "id": 894, "name": "__type", "variant": "declaration", "kind": 65536, @@ -76071,14 +77494,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 500, + "line": 514, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L500" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L514" } ], "signatures": [ { - "id": 882, + "id": 895, "name": "__type", "variant": "signature", "kind": 4096, @@ -76086,27 +77509,27 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 500, + "line": 514, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L500" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L514" } ], "parameters": [ { - "id": 883, + "id": 896, "name": "event", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 688, + "target": 699, "name": "AuthChangeEvent", "package": "@supabase/auth-js" } }, { - "id": 884, + "id": 897, "name": "session", "variant": "param", "kind": 32768, @@ -76120,7 +77543,7 @@ }, { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" } @@ -76138,7 +77561,7 @@ } }, { - "id": 879, + "id": 892, "name": "id", "variant": "declaration", "kind": 1024, @@ -76147,25 +77570,34 @@ "summary": [ { "kind": "text", - "text": "The subscriber UUID. This will be set by the client." + "text": "A unique identifier for this subscription, set by the client.\nThis is an internal identifier used for managing callbacks and should not be\nrelied upon by application code. Use the unsubscribe() method to remove listeners." } ] }, "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 496, + "line": 510, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L496" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L510" } ], "type": { - "type": "intrinsic", - "name": "string" + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "symbol" + } + ] } }, { - "id": 885, + "id": 898, "name": "unsubscribe", "variant": "declaration", "kind": 1024, @@ -76181,15 +77613,15 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 504, + "line": 518, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L504" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L518" } ], "type": { "type": "reflection", "declaration": { - "id": 886, + "id": 899, "name": "__type", "variant": "declaration", "kind": 65536, @@ -76197,14 +77629,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 504, + "line": 518, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L504" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L518" } ], "signatures": [ { - "id": 887, + "id": 900, "name": "__type", "variant": "signature", "kind": 4096, @@ -76212,9 +77644,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 504, + "line": 518, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L504" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L518" } ], "type": { @@ -76230,27 +77662,27 @@ "groups": [ { "title": "Properties", - "children": [880, 879, 885] + "children": [893, 892, 898] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 492, + "line": 504, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L492" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L504" } ] }, { - "id": 833, + "id": 846, "name": "User", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 844, + "id": 857, "name": "action_link", "variant": "declaration", "kind": 1024, @@ -76260,9 +77692,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 368, + "line": 380, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L368" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L380" } ], "type": { @@ -76271,7 +77703,7 @@ } }, { - "id": 835, + "id": 848, "name": "app_metadata", "variant": "declaration", "kind": 1024, @@ -76279,20 +77711,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 359, + "line": 371, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L359" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L371" } ], "type": { "type": "reference", - "target": 826, + "target": 838, "name": "UserAppMetadata", "package": "@supabase/auth-js" } }, { - "id": 837, + "id": 850, "name": "aud", "variant": "declaration", "kind": 1024, @@ -76300,9 +77732,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 361, + "line": 373, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L361" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L373" } ], "type": { @@ -76311,7 +77743,7 @@ } }, { - "id": 838, + "id": 851, "name": "confirmation_sent_at", "variant": "declaration", "kind": 1024, @@ -76321,9 +77753,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 362, + "line": 374, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L362" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L374" } ], "type": { @@ -76332,7 +77764,7 @@ } }, { - "id": 848, + "id": 861, "name": "confirmed_at", "variant": "declaration", "kind": 1024, @@ -76342,9 +77774,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 372, + "line": 384, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L372" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L384" } ], "type": { @@ -76353,7 +77785,7 @@ } }, { - "id": 847, + "id": 860, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -76361,9 +77793,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 371, + "line": 383, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L371" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L383" } ], "type": { @@ -76372,7 +77804,7 @@ } }, { - "id": 858, + "id": 871, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -76382,9 +77814,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 382, + "line": 394, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L382" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L394" } ], "type": { @@ -76393,7 +77825,7 @@ } }, { - "id": 845, + "id": 858, "name": "email", "variant": "declaration", "kind": 1024, @@ -76403,9 +77835,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 369, + "line": 381, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L369" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L381" } ], "type": { @@ -76414,7 +77846,7 @@ } }, { - "id": 840, + "id": 853, "name": "email_change_sent_at", "variant": "declaration", "kind": 1024, @@ -76424,9 +77856,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 364, + "line": 376, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L364" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L376" } ], "type": { @@ -76435,7 +77867,7 @@ } }, { - "id": 849, + "id": 862, "name": "email_confirmed_at", "variant": "declaration", "kind": 1024, @@ -76445,9 +77877,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 373, + "line": 385, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L373" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L385" } ], "type": { @@ -76456,7 +77888,7 @@ } }, { - "id": 857, + "id": 870, "name": "factors", "variant": "declaration", "kind": 1024, @@ -76466,9 +77898,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 381, + "line": 393, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L381" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L393" } ], "type": { @@ -76478,7 +77910,7 @@ "types": [ { "type": "reference", - "target": 816, + "target": 828, "typeArguments": [ { "type": "union", @@ -76507,7 +77939,7 @@ }, { "type": "reference", - "target": 816, + "target": 828, "typeArguments": [ { "type": "union", @@ -76539,7 +77971,7 @@ } }, { - "id": 834, + "id": 847, "name": "id", "variant": "declaration", "kind": 1024, @@ -76547,9 +77979,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 358, + "line": 370, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L358" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L370" } ], "type": { @@ -76558,7 +77990,7 @@ } }, { - "id": 854, + "id": 867, "name": "identities", "variant": "declaration", "kind": 1024, @@ -76568,23 +78000,23 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 378, + "line": 390, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L378" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L390" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 803, + "target": 815, "name": "UserIdentity", "package": "@supabase/auth-js" } } }, { - "id": 843, + "id": 856, "name": "invited_at", "variant": "declaration", "kind": 1024, @@ -76594,9 +78026,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 367, + "line": 379, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L367" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L379" } ], "type": { @@ -76605,7 +78037,7 @@ } }, { - "id": 855, + "id": 868, "name": "is_anonymous", "variant": "declaration", "kind": 1024, @@ -76615,9 +78047,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 379, + "line": 391, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L379" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L391" } ], "type": { @@ -76626,7 +78058,7 @@ } }, { - "id": 856, + "id": 869, "name": "is_sso_user", "variant": "declaration", "kind": 1024, @@ -76636,9 +78068,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 380, + "line": 392, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L380" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L392" } ], "type": { @@ -76647,7 +78079,7 @@ } }, { - "id": 851, + "id": 864, "name": "last_sign_in_at", "variant": "declaration", "kind": 1024, @@ -76657,9 +78089,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 375, + "line": 387, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L375" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L387" } ], "type": { @@ -76668,7 +78100,7 @@ } }, { - "id": 841, + "id": 854, "name": "new_email", "variant": "declaration", "kind": 1024, @@ -76678,9 +78110,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 365, + "line": 377, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L365" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L377" } ], "type": { @@ -76689,7 +78121,7 @@ } }, { - "id": 842, + "id": 855, "name": "new_phone", "variant": "declaration", "kind": 1024, @@ -76699,9 +78131,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 366, + "line": 378, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L366" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L378" } ], "type": { @@ -76710,7 +78142,7 @@ } }, { - "id": 846, + "id": 859, "name": "phone", "variant": "declaration", "kind": 1024, @@ -76720,9 +78152,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 370, + "line": 382, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L370" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L382" } ], "type": { @@ -76731,7 +78163,7 @@ } }, { - "id": 850, + "id": 863, "name": "phone_confirmed_at", "variant": "declaration", "kind": 1024, @@ -76741,9 +78173,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 374, + "line": 386, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L374" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L386" } ], "type": { @@ -76752,7 +78184,7 @@ } }, { - "id": 839, + "id": 852, "name": "recovery_sent_at", "variant": "declaration", "kind": 1024, @@ -76762,9 +78194,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 363, + "line": 375, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L363" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L375" } ], "type": { @@ -76773,7 +78205,7 @@ } }, { - "id": 852, + "id": 865, "name": "role", "variant": "declaration", "kind": 1024, @@ -76783,9 +78215,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 376, + "line": 388, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L376" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L388" } ], "type": { @@ -76794,7 +78226,7 @@ } }, { - "id": 853, + "id": 866, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -76804,9 +78236,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 377, + "line": 389, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L377" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L389" } ], "type": { @@ -76815,7 +78247,7 @@ } }, { - "id": 836, + "id": 849, "name": "user_metadata", "variant": "declaration", "kind": 1024, @@ -76823,14 +78255,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 360, + "line": 372, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L360" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L372" } ], "type": { "type": "reference", - "target": 830, + "target": 843, "name": "UserMetadata", "package": "@supabase/auth-js" } @@ -76840,66 +78272,106 @@ { "title": "Properties", "children": [ - 844, 835, 837, 838, 848, 847, 858, 845, 840, 849, 857, 834, 854, 843, 855, 856, 851, - 841, 842, 846, 850, 839, 852, 853, 836 + 857, 848, 850, 851, 861, 860, 871, 858, 853, 862, 870, 847, 867, 856, 868, 869, 864, + 854, 855, 859, 863, 852, 865, 866, 849 ] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 357, + "line": 369, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L357" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L369" } ] }, { - "id": 826, + "id": 838, "name": "UserAppMetadata", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 827, + "id": 839, "name": "provider", "variant": "declaration", "kind": 1024, "flags": { "isOptional": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The first provider that the user used to sign up with." + } + ] + }, "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 349, + "line": 357, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L349" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L357" } ], "type": { "type": "intrinsic", "name": "string" } + }, + { + "id": 840, + "name": "providers", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A list of all providers that the user has linked to their account." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 361, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L361" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } } ], "groups": [ { "title": "Properties", - "children": [827] + "children": [839, 840] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 348, + "line": 353, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L348" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L353" } ], "indexSignatures": [ { - "id": 828, + "id": 841, "name": "__index", "variant": "signature", "kind": 8192, @@ -76907,14 +78379,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 350, + "line": 362, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L350" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L362" } ], "parameters": [ { - "id": 829, + "id": 842, "name": "key", "variant": "param", "kind": 32768, @@ -76933,14 +78405,14 @@ ] }, { - "id": 859, + "id": 872, "name": "UserAttributes", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 864, + "id": 877, "name": "data", "variant": "declaration", "kind": 1024, @@ -76974,9 +78446,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 414, + "line": 426, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L414" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L426" } ], "type": { @@ -76985,7 +78457,7 @@ } }, { - "id": 860, + "id": 873, "name": "email", "variant": "declaration", "kind": 1024, @@ -77003,9 +78475,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 389, + "line": 401, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L389" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L401" } ], "type": { @@ -77014,7 +78486,7 @@ } }, { - "id": 863, + "id": 876, "name": "nonce", "variant": "declaration", "kind": 1024, @@ -77032,9 +78504,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 406, + "line": 418, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L406" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L418" } ], "type": { @@ -77043,7 +78515,7 @@ } }, { - "id": 862, + "id": 875, "name": "password", "variant": "declaration", "kind": 1024, @@ -77061,9 +78533,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 399, + "line": 411, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L399" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L411" } ], "type": { @@ -77072,7 +78544,7 @@ } }, { - "id": 861, + "id": 874, "name": "phone", "variant": "declaration", "kind": 1024, @@ -77090,9 +78562,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 394, + "line": 406, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L394" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L406" } ], "type": { @@ -77104,27 +78576,27 @@ "groups": [ { "title": "Properties", - "children": [864, 860, 863, 862, 861] + "children": [877, 873, 876, 875, 874] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 385, + "line": 397, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L385" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L397" } ] }, { - "id": 803, + "id": 815, "name": "UserIdentity", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 812, + "id": 824, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -77134,9 +78606,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 298, + "line": 303, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L298" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L303" } ], "type": { @@ -77145,7 +78617,7 @@ } }, { - "id": 804, + "id": 816, "name": "id", "variant": "declaration", "kind": 1024, @@ -77153,9 +78625,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 291, + "line": 296, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L291" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L296" } ], "type": { @@ -77164,7 +78636,7 @@ } }, { - "id": 806, + "id": 818, "name": "identity_data", "variant": "declaration", "kind": 1024, @@ -77174,15 +78646,15 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 293, + "line": 298, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L293" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L298" } ], "type": { "type": "reflection", "declaration": { - "id": 807, + "id": 819, "name": "__type", "variant": "declaration", "kind": 65536, @@ -77190,14 +78662,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 293, + "line": 298, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L293" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L298" } ], "indexSignatures": [ { - "id": 808, + "id": 820, "name": "__index", "variant": "signature", "kind": 8192, @@ -77205,14 +78677,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 294, + "line": 299, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L294" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L299" } ], "parameters": [ { - "id": 809, + "id": 821, "name": "key", "variant": "param", "kind": 32768, @@ -77233,7 +78705,7 @@ } }, { - "id": 810, + "id": 822, "name": "identity_id", "variant": "declaration", "kind": 1024, @@ -77241,9 +78713,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 296, + "line": 301, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L296" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L301" } ], "type": { @@ -77252,7 +78724,7 @@ } }, { - "id": 813, + "id": 825, "name": "last_sign_in_at", "variant": "declaration", "kind": 1024, @@ -77262,9 +78734,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 299, + "line": 304, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L299" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L304" } ], "type": { @@ -77273,7 +78745,7 @@ } }, { - "id": 811, + "id": 823, "name": "provider", "variant": "declaration", "kind": 1024, @@ -77281,9 +78753,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 297, + "line": 302, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L297" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L302" } ], "type": { @@ -77292,7 +78764,7 @@ } }, { - "id": 814, + "id": 826, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -77302,9 +78774,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 300, + "line": 305, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L300" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L305" } ], "type": { @@ -77313,7 +78785,7 @@ } }, { - "id": 805, + "id": 817, "name": "user_id", "variant": "declaration", "kind": 1024, @@ -77321,9 +78793,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 292, + "line": 297, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L292" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L297" } ], "type": { @@ -77335,20 +78807,20 @@ "groups": [ { "title": "Properties", - "children": [812, 804, 806, 810, 813, 811, 814, 805] + "children": [824, 816, 818, 822, 825, 823, 826, 817] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 290, + "line": 295, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L290" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L295" } ] }, { - "id": 830, + "id": 843, "name": "UserMetadata", "variant": "declaration", "kind": 256, @@ -77356,14 +78828,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 353, + "line": 365, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L353" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L365" } ], "indexSignatures": [ { - "id": 831, + "id": 844, "name": "__index", "variant": "signature", "kind": 8192, @@ -77371,14 +78843,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 354, + "line": 366, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L354" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L366" } ], "parameters": [ { - "id": 832, + "id": 845, "name": "key", "variant": "param", "kind": 32768, @@ -77397,14 +78869,14 @@ ] }, { - "id": 1008, + "id": 1021, "name": "VerifyEmailOtpParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1009, + "id": 1022, "name": "email", "variant": "declaration", "kind": 1024, @@ -77420,9 +78892,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 719, + "line": 733, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L719" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L733" } ], "type": { @@ -77431,7 +78903,7 @@ } }, { - "id": 1012, + "id": 1025, "name": "options", "variant": "declaration", "kind": 1024, @@ -77441,22 +78913,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 724, + "line": 738, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L724" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L738" } ], "type": { "type": "reflection", "declaration": { - "id": 1013, + "id": 1026, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1015, + "id": 1028, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -77480,9 +78952,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 732, + "line": 746, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L732" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L746" } ], "type": { @@ -77491,7 +78963,7 @@ } }, { - "id": 1014, + "id": 1027, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -77509,9 +78981,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 726, + "line": 740, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L726" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L740" } ], "type": { @@ -77523,22 +78995,22 @@ "groups": [ { "title": "Properties", - "children": [1015, 1014] + "children": [1028, 1027] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 724, + "line": 738, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L724" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L738" } ] } } }, { - "id": 1010, + "id": 1023, "name": "token", "variant": "declaration", "kind": 1024, @@ -77554,9 +79026,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 721, + "line": 735, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L721" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L735" } ], "type": { @@ -77565,7 +79037,7 @@ } }, { - "id": 1011, + "id": 1024, "name": "type", "variant": "declaration", "kind": 1024, @@ -77581,14 +79053,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 723, + "line": 737, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L723" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L737" } ], "type": { "type": "reference", - "target": 1020, + "target": 1033, "name": "EmailOtpType", "package": "@supabase/auth-js" } @@ -77597,27 +79069,27 @@ "groups": [ { "title": "Properties", - "children": [1009, 1012, 1010, 1011] + "children": [1022, 1025, 1023, 1024] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 717, + "line": 731, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L717" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L731" } ] }, { - "id": 1000, + "id": 1013, "name": "VerifyMobileOtpParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1004, + "id": 1017, "name": "options", "variant": "declaration", "kind": 1024, @@ -77627,22 +79099,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 705, + "line": 719, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L705" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L719" } ], "type": { "type": "reflection", "declaration": { - "id": 1005, + "id": 1018, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1007, + "id": 1020, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -77666,9 +79138,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 714, + "line": 728, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L714" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L728" } ], "type": { @@ -77677,7 +79149,7 @@ } }, { - "id": 1006, + "id": 1019, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -77695,9 +79167,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 707, + "line": 721, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L707" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L721" } ], "type": { @@ -77709,22 +79181,22 @@ "groups": [ { "title": "Properties", - "children": [1007, 1006] + "children": [1020, 1019] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 705, + "line": 719, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L705" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L719" } ] } } }, { - "id": 1001, + "id": 1014, "name": "phone", "variant": "declaration", "kind": 1024, @@ -77740,9 +79212,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 700, + "line": 714, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L700" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L714" } ], "type": { @@ -77751,7 +79223,7 @@ } }, { - "id": 1002, + "id": 1015, "name": "token", "variant": "declaration", "kind": 1024, @@ -77767,9 +79239,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 702, + "line": 716, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L702" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L716" } ], "type": { @@ -77778,7 +79250,7 @@ } }, { - "id": 1003, + "id": 1016, "name": "type", "variant": "declaration", "kind": 1024, @@ -77794,14 +79266,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 704, + "line": 718, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L704" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L718" } ], "type": { "type": "reference", - "target": 1019, + "target": 1032, "name": "MobileOtpType", "package": "@supabase/auth-js" } @@ -77810,27 +79282,27 @@ "groups": [ { "title": "Properties", - "children": [1004, 1001, 1002, 1003] + "children": [1017, 1014, 1015, 1016] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 698, + "line": 712, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L698" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L712" } ] }, { - "id": 1016, + "id": 1029, "name": "VerifyTokenHashParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1017, + "id": 1030, "name": "token_hash", "variant": "declaration", "kind": 1024, @@ -77846,9 +79318,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 738, + "line": 752, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L738" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L752" } ], "type": { @@ -77857,7 +79329,7 @@ } }, { - "id": 1018, + "id": 1031, "name": "type", "variant": "declaration", "kind": 1024, @@ -77873,14 +79345,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 741, + "line": 755, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L741" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L755" } ], "type": { "type": "reference", - "target": 1020, + "target": 1033, "name": "EmailOtpType", "package": "@supabase/auth-js" } @@ -77889,20 +79361,20 @@ "groups": [ { "title": "Properties", - "children": [1017, 1018] + "children": [1030, 1031] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 736, + "line": 750, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L736" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L750" } ] }, { - "id": 798, + "id": 810, "name": "AMRMethod", "variant": "declaration", "kind": 2097152, @@ -77910,9 +79382,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 269, + "line": 274, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L269" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L274" } ], "type": { @@ -77948,7 +79420,7 @@ { "type": "reflection", "declaration": { - "id": 799, + "id": 811, "name": "__type", "variant": "declaration", "kind": 65536, @@ -77956,9 +79428,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 269, + "line": 274, "character": 64, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L269" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L274" } ] } @@ -77969,7 +79441,7 @@ } }, { - "id": 688, + "id": 699, "name": "AuthChangeEvent", "variant": "declaration", "kind": 2097152, @@ -77979,7 +79451,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 44, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L44" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L44" } ], "type": { @@ -78011,7 +79483,7 @@ }, { "type": "reference", - "target": 687, + "target": 698, "name": "AuthChangeEventMFA", "package": "@supabase/auth-js" } @@ -78019,7 +79491,7 @@ } }, { - "id": 687, + "id": 698, "name": "AuthChangeEventMFA", "variant": "declaration", "kind": 2097152, @@ -78029,7 +79501,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 42, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L42" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L42" } ], "type": { @@ -78038,7 +79510,7 @@ } }, { - "id": 1127, + "id": 1142, "name": "AuthenticatorAssuranceLevels", "variant": "declaration", "kind": 2097152, @@ -78046,9 +79518,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1118, + "line": 1144, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1118" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1144" } ], "type": { @@ -78066,7 +79538,7 @@ } }, { - "id": 924, + "id": 937, "name": "AuthFlowType", "variant": "declaration", "kind": 2097152, @@ -78074,9 +79546,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 579, + "line": 593, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L579" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L593" } ], "type": { @@ -78094,7 +79566,7 @@ } }, { - "id": 1253, + "id": 1268, "name": "AuthMFAAdminDeleteFactorParams", "variant": "declaration", "kind": 2097152, @@ -78111,22 +79583,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1228, + "line": 1254, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1254" } ], "type": { "type": "reflection", "declaration": { - "id": 1254, + "id": 1269, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1255, + "id": 1270, "name": "id", "variant": "declaration", "kind": 1024, @@ -78142,9 +79614,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1230, + "line": 1256, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1230" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1256" } ], "type": { @@ -78153,7 +79625,7 @@ } }, { - "id": 1256, + "id": 1271, "name": "userId", "variant": "declaration", "kind": 1024, @@ -78169,9 +79641,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1233, + "line": 1259, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1233" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1259" } ], "type": { @@ -78183,22 +79655,22 @@ "groups": [ { "title": "Properties", - "children": [1255, 1256] + "children": [1270, 1271] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1228, + "line": 1254, "character": 45, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1254" } ] } } }, { - "id": 1250, + "id": 1265, "name": "AuthMFAAdminDeleteFactorResponse", "variant": "declaration", "kind": 2097152, @@ -78215,26 +79687,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1221, + "line": 1247, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1221" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1247" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1251, + "id": 1266, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1252, + "id": 1267, "name": "id", "variant": "declaration", "kind": 1024, @@ -78250,9 +79722,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1223, + "line": 1249, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1223" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1249" } ], "type": { @@ -78264,15 +79736,15 @@ "groups": [ { "title": "Properties", - "children": [1252] + "children": [1267] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1221, + "line": 1247, "character": 61, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1221" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1247" } ] } @@ -78283,7 +79755,7 @@ } }, { - "id": 1260, + "id": 1275, "name": "AuthMFAAdminListFactorsParams", "variant": "declaration", "kind": 2097152, @@ -78300,22 +79772,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1247, + "line": 1273, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1247" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1273" } ], "type": { "type": "reflection", "declaration": { - "id": 1261, + "id": 1276, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1262, + "id": 1277, "name": "userId", "variant": "declaration", "kind": 1024, @@ -78331,9 +79803,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1249, + "line": 1275, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1249" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1275" } ], "type": { @@ -78345,22 +79817,22 @@ "groups": [ { "title": "Properties", - "children": [1262] + "children": [1277] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1247, + "line": 1273, "character": 44, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1247" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1273" } ] } } }, { - "id": 1257, + "id": 1272, "name": "AuthMFAAdminListFactorsResponse", "variant": "declaration", "kind": 2097152, @@ -78377,26 +79849,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1239, + "line": 1265, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1239" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1265" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1258, + "id": 1273, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1259, + "id": 1274, "name": "factors", "variant": "declaration", "kind": 1024, @@ -78412,16 +79884,16 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1241, + "line": 1267, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1241" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1267" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 816, + "target": 828, "name": "Factor", "package": "@supabase/auth-js" } @@ -78431,15 +79903,15 @@ "groups": [ { "title": "Properties", - "children": [1259] + "children": [1274] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1239, + "line": 1265, "character": 60, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1239" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1265" } ] } @@ -78450,7 +79922,7 @@ } }, { - "id": 1118, + "id": 1133, "name": "AuthMFAChallengePhoneResponse", "variant": "declaration", "kind": 2097152, @@ -78458,18 +79930,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1048, + "line": 1074, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1048" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1074" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -78510,7 +79982,7 @@ } }, { - "id": 1122, + "id": 1137, "name": "AuthMFAChallengeResponse", "variant": "declaration", "kind": 2097152, @@ -78518,9 +79990,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1100, + "line": 1126, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1100" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1126" } ], "type": { @@ -78528,19 +80000,19 @@ "types": [ { "type": "reference", - "target": 1117, + "target": 1132, "name": "AuthMFAChallengeTOTPResponse", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1118, + "target": 1133, "name": "AuthMFAChallengePhoneResponse", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1119, + "target": 1134, "name": "AuthMFAChallengeWebauthnResponse", "package": "@supabase/auth-js" } @@ -78548,7 +80020,7 @@ } }, { - "id": 1117, + "id": 1132, "name": "AuthMFAChallengeTOTPResponse", "variant": "declaration", "kind": 2097152, @@ -78556,18 +80028,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1040, + "line": 1066, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1040" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1066" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -78608,7 +80080,7 @@ } }, { - "id": 1119, + "id": 1134, "name": "AuthMFAChallengeWebauthnResponse", "variant": "declaration", "kind": 2097152, @@ -78637,18 +80109,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1069, + "line": 1095, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1069" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1095" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -78689,7 +80161,7 @@ } }, { - "id": 1120, + "id": 1135, "name": "AuthMFAChallengeWebauthnResponseDataJSON", "variant": "declaration", "kind": 2097152, @@ -78705,14 +80177,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1089, + "line": 1115, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1089" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1115" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -78749,7 +80221,7 @@ } }, { - "id": 1121, + "id": 1136, "name": "AuthMFAChallengeWebauthnServerResponse", "variant": "declaration", "kind": 2097152, @@ -78765,18 +80237,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1097, + "line": 1123, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1097" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1123" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 1120, + "target": 1135, "name": "AuthMFAChallengeWebauthnResponseDataJSON", "package": "@supabase/auth-js" } @@ -78786,7 +80258,7 @@ } }, { - "id": 1295, + "id": 1310, "name": "AuthMFAEnrollPhoneResponse", "variant": "declaration", "kind": 2097152, @@ -78794,18 +80266,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1403, + "line": 1429, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1403" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1429" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -78846,7 +80318,7 @@ } }, { - "id": 1113, + "id": 1128, "name": "AuthMFAEnrollResponse", "variant": "declaration", "kind": 2097152, @@ -78854,9 +80326,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1015, + "line": 1041, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1015" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1041" } ], "type": { @@ -78864,19 +80336,19 @@ "types": [ { "type": "reference", - "target": 1294, + "target": 1309, "name": "AuthMFAEnrollTOTPResponse", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1295, + "target": 1310, "name": "AuthMFAEnrollPhoneResponse", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1296, + "target": 1311, "name": "AuthMFAEnrollWebauthnResponse", "package": "@supabase/auth-js" } @@ -78884,7 +80356,7 @@ } }, { - "id": 1294, + "id": 1309, "name": "AuthMFAEnrollTOTPResponse", "variant": "declaration", "kind": 2097152, @@ -78892,18 +80364,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1394, + "line": 1420, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1394" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1420" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -78944,7 +80416,7 @@ } }, { - "id": 1296, + "id": 1311, "name": "AuthMFAEnrollWebauthnResponse", "variant": "declaration", "kind": 2097152, @@ -78973,18 +80445,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1416, + "line": 1442, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1416" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1442" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -79025,7 +80497,7 @@ } }, { - "id": 1128, + "id": 1143, "name": "AuthMFAGetAuthenticatorAssuranceLevelResponse", "variant": "declaration", "kind": 2097152, @@ -79033,26 +80505,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1120, + "line": 1146, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1146" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1129, + "id": 1144, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1132, + "id": 1147, "name": "currentAuthenticationMethods", "variant": "declaration", "kind": 1024, @@ -79068,23 +80540,23 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1137, + "line": 1163, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1137" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1163" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 800, + "target": 812, "name": "AMREntry", "package": "@supabase/auth-js" } } }, { - "id": 1130, + "id": 1145, "name": "currentLevel", "variant": "declaration", "kind": 1024, @@ -79100,9 +80572,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1122, + "line": 1148, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1122" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1148" } ], "type": { @@ -79110,7 +80582,7 @@ "types": [ { "type": "reference", - "target": 1127, + "target": 1142, "name": "AuthenticatorAssuranceLevels", "package": "@supabase/auth-js" }, @@ -79122,7 +80594,7 @@ } }, { - "id": 1131, + "id": 1146, "name": "nextLevel", "variant": "declaration", "kind": 1024, @@ -79142,7 +80614,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#challenge", - "target": 1154 + "target": 1169 } ] } @@ -79151,9 +80623,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1130, + "line": 1156, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1130" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1156" } ], "type": { @@ -79161,7 +80633,7 @@ "types": [ { "type": "reference", - "target": 1127, + "target": 1142, "name": "AuthenticatorAssuranceLevels", "package": "@supabase/auth-js" }, @@ -79176,15 +80648,15 @@ "groups": [ { "title": "Properties", - "children": [1132, 1130, 1131] + "children": [1147, 1145, 1146] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1120, + "line": 1146, "character": 74, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1146" } ] } @@ -79195,7 +80667,7 @@ } }, { - "id": 1123, + "id": 1138, "name": "AuthMFAListFactorsResponse", "variant": "declaration", "kind": 2097152, @@ -79211,14 +80683,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1106, + "line": 1132, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1106" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1132" } ], "typeParameters": [ { - "id": 1126, + "id": 1141, "name": "T", "variant": "typeParam", "kind": 131072, @@ -79253,7 +80725,7 @@ ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "intersection", @@ -79261,14 +80733,14 @@ { "type": "reflection", "declaration": { - "id": 1124, + "id": 1139, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1125, + "id": 1140, "name": "all", "variant": "declaration", "kind": 1024, @@ -79284,20 +80756,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1110, + "line": 1136, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1110" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1136" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "reference", - "target": 816, + "target": 828, "name": "Factor", "package": "@supabase/auth-js" } @@ -79311,15 +80783,15 @@ "groups": [ { "title": "Properties", - "children": [1125] + "children": [1140] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1108, + "line": 1134, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1108" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1134" } ] } @@ -79335,7 +80807,7 @@ }, "objectType": { "type": "reference", - "target": 1126, + "target": 1141, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -79345,11 +80817,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "reference", - "target": 816, + "target": 828, "typeArguments": [ { "type": "reference", @@ -79383,7 +80855,7 @@ } }, { - "id": 1114, + "id": 1129, "name": "AuthMFAUnenrollResponse", "variant": "declaration", "kind": 2097152, @@ -79391,26 +80863,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1020, + "line": 1046, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1020" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1046" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1115, + "id": 1130, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1116, + "id": 1131, "name": "id", "variant": "declaration", "kind": 1024, @@ -79426,9 +80898,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1022, + "line": 1048, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1022" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1048" } ], "type": { @@ -79440,15 +80912,15 @@ "groups": [ { "title": "Properties", - "children": [1116] + "children": [1131] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1020, + "line": 1046, "character": 52, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1020" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1046" } ] } @@ -79459,7 +80931,7 @@ } }, { - "id": 1112, + "id": 1127, "name": "AuthMFAVerifyResponse", "variant": "declaration", "kind": 2097152, @@ -79475,18 +80947,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1013, + "line": 1039, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1013" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1039" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 1105, + "target": 1120, "name": "AuthMFAVerifyResponseData", "package": "@supabase/auth-js" } @@ -79496,7 +80968,7 @@ } }, { - "id": 1105, + "id": 1120, "name": "AuthMFAVerifyResponseData", "variant": "declaration", "kind": 2097152, @@ -79512,22 +80984,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 992, + "line": 1018, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L992" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1018" } ], "type": { "type": "reflection", "declaration": { - "id": 1106, + "id": 1121, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1107, + "id": 1122, "name": "access_token", "variant": "declaration", "kind": 1024, @@ -79543,9 +81015,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 994, + "line": 1020, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L994" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1020" } ], "type": { @@ -79554,7 +81026,7 @@ } }, { - "id": 1109, + "id": 1124, "name": "expires_in", "variant": "declaration", "kind": 1024, @@ -79570,9 +81042,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1000, + "line": 1026, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1000" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1026" } ], "type": { @@ -79581,7 +81053,7 @@ } }, { - "id": 1110, + "id": 1125, "name": "refresh_token", "variant": "declaration", "kind": 1024, @@ -79597,9 +81069,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1003, + "line": 1029, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1003" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1029" } ], "type": { @@ -79608,7 +81080,7 @@ } }, { - "id": 1108, + "id": 1123, "name": "token_type", "variant": "declaration", "kind": 1024, @@ -79632,9 +81104,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 997, + "line": 1023, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L997" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1023" } ], "type": { @@ -79643,7 +81115,7 @@ } }, { - "id": 1111, + "id": 1126, "name": "user", "variant": "declaration", "kind": 1024, @@ -79659,14 +81131,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1006, + "line": 1032, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1006" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1032" } ], "type": { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" } @@ -79675,22 +81147,22 @@ "groups": [ { "title": "Properties", - "children": [1107, 1109, 1110, 1108, 1111] + "children": [1122, 1124, 1125, 1123, 1126] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 992, + "line": 1018, "character": 40, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L992" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1018" } ] } } }, { - "id": 1412, + "id": 1443, "name": "AuthOAuthAuthorizationDetailsResponse", "variant": "declaration", "kind": 2097152, @@ -79706,18 +81178,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1663, + "line": 1713, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1663" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1713" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 1402, + "target": 1433, "name": "OAuthAuthorizationDetails", "package": "@supabase/auth-js" } @@ -79727,7 +81199,7 @@ } }, { - "id": 1413, + "id": 1444, "name": "AuthOAuthConsentResponse", "variant": "declaration", "kind": 2097152, @@ -79743,26 +81215,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1669, + "line": 1719, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1669" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1719" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1414, + "id": 1445, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1415, + "id": 1446, "name": "redirect_url", "variant": "declaration", "kind": 1024, @@ -79778,9 +81250,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1671, + "line": 1721, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1671" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1721" } ], "type": { @@ -79792,15 +81264,15 @@ "groups": [ { "title": "Properties", - "children": [1415] + "children": [1446] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1669, + "line": 1719, "character": 53, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1669" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1719" } ] } @@ -79811,7 +81283,7 @@ } }, { - "id": 756, + "id": 768, "name": "AuthOtpResponse", "variant": "declaration", "kind": 2097152, @@ -79832,26 +81304,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 173, + "line": 178, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L178" } ], "type": { "type": "reference", - "target": 739, + "target": 751, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 757, + "id": 769, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 760, + "id": 772, "name": "messageId", "variant": "declaration", "kind": 1024, @@ -79861,9 +81333,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 176, + "line": 181, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L176" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L181" } ], "type": { @@ -79881,7 +81353,7 @@ } }, { - "id": 759, + "id": 771, "name": "session", "variant": "declaration", "kind": 1024, @@ -79889,9 +81361,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 175, + "line": 180, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L180" } ], "type": { @@ -79900,7 +81372,7 @@ } }, { - "id": 758, + "id": 770, "name": "user", "variant": "declaration", "kind": 1024, @@ -79908,9 +81380,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 174, + "line": 179, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L174" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L179" } ], "type": { @@ -79922,15 +81394,15 @@ "groups": [ { "title": "Properties", - "children": [760, 759, 758] + "children": [772, 771, 770] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 173, + "line": 178, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L178" } ] } @@ -79941,7 +81413,7 @@ } }, { - "id": 747, + "id": 759, "name": "AuthResponse", "variant": "declaration", "kind": 2097152, @@ -79949,26 +81421,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 157, + "line": 162, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L157" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L162" } ], "type": { "type": "reference", - "target": 739, + "target": 751, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 748, + "id": 760, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 750, + "id": 762, "name": "session", "variant": "declaration", "kind": 1024, @@ -79976,9 +81448,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 159, + "line": 164, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L159" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L164" } ], "type": { @@ -79986,7 +81458,7 @@ "types": [ { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" }, @@ -79998,7 +81470,7 @@ } }, { - "id": 749, + "id": 761, "name": "user", "variant": "declaration", "kind": 1024, @@ -80006,9 +81478,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 158, + "line": 163, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L158" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L163" } ], "type": { @@ -80016,7 +81488,7 @@ "types": [ { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" }, @@ -80031,15 +81503,15 @@ "groups": [ { "title": "Properties", - "children": [750, 749] + "children": [762, 761] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 157, + "line": 162, "character": 56, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L157" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L162" } ] } @@ -80050,7 +81522,7 @@ } }, { - "id": 751, + "id": 763, "name": "AuthResponsePassword", "variant": "declaration", "kind": 2097152, @@ -80058,26 +81530,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 162, + "line": 167, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L162" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L167" } ], "type": { "type": "reference", - "target": 739, + "target": 751, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 752, + "id": 764, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 754, + "id": 766, "name": "session", "variant": "declaration", "kind": 1024, @@ -80085,9 +81557,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 164, + "line": 169, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L164" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L169" } ], "type": { @@ -80095,7 +81567,7 @@ "types": [ { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" }, @@ -80107,7 +81579,7 @@ } }, { - "id": 753, + "id": 765, "name": "user", "variant": "declaration", "kind": 1024, @@ -80115,9 +81587,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 163, + "line": 168, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L163" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L168" } ], "type": { @@ -80125,7 +81597,7 @@ "types": [ { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" }, @@ -80137,7 +81609,7 @@ } }, { - "id": 755, + "id": 767, "name": "weak_password", "variant": "declaration", "kind": 1024, @@ -80147,9 +81619,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 165, + "line": 170, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L165" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L170" } ], "type": { @@ -80157,7 +81629,7 @@ "types": [ { "type": "reference", - "target": 721, + "target": 733, "name": "WeakPassword", "package": "@supabase/auth-js" }, @@ -80172,15 +81644,15 @@ "groups": [ { "title": "Properties", - "children": [754, 753, 755] + "children": [766, 765, 767] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 162, + "line": 167, "character": 64, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L162" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L167" } ] } @@ -80191,7 +81663,7 @@ } }, { - "id": 761, + "id": 773, "name": "AuthTokenResponse", "variant": "declaration", "kind": 2097152, @@ -80199,26 +81671,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 179, + "line": 184, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L184" } ], "type": { "type": "reference", - "target": 739, + "target": 751, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 762, + "id": 774, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 764, + "id": 776, "name": "session", "variant": "declaration", "kind": 1024, @@ -80226,20 +81698,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 181, + "line": 186, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L181" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L186" } ], "type": { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" } }, { - "id": 763, + "id": 775, "name": "user", "variant": "declaration", "kind": 1024, @@ -80247,14 +81719,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 180, + "line": 185, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L180" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L185" } ], "type": { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" } @@ -80263,15 +81735,15 @@ "groups": [ { "title": "Properties", - "children": [764, 763] + "children": [776, 775] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 179, + "line": 184, "character": 61, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L184" } ] } @@ -80282,7 +81754,7 @@ } }, { - "id": 765, + "id": 777, "name": "AuthTokenResponsePassword", "variant": "declaration", "kind": 2097152, @@ -80290,26 +81762,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 184, + "line": 189, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L189" } ], "type": { "type": "reference", - "target": 739, + "target": 751, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 766, + "id": 778, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 768, + "id": 780, "name": "session", "variant": "declaration", "kind": 1024, @@ -80317,20 +81789,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 186, + "line": 191, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L186" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L191" } ], "type": { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" } }, { - "id": 767, + "id": 779, "name": "user", "variant": "declaration", "kind": 1024, @@ -80338,20 +81810,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 185, + "line": 190, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L185" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L190" } ], "type": { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" } }, { - "id": 769, + "id": 781, "name": "weakPassword", "variant": "declaration", "kind": 1024, @@ -80361,14 +81833,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 187, + "line": 192, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L187" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L192" } ], "type": { "type": "reference", - "target": 721, + "target": 733, "name": "WeakPassword", "package": "@supabase/auth-js" } @@ -80377,15 +81849,15 @@ "groups": [ { "title": "Properties", - "children": [768, 767, 769] + "children": [780, 779, 781] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 184, + "line": 189, "character": 69, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L189" } ] } @@ -80396,7 +81868,7 @@ } }, { - "id": 1276, + "id": 1291, "name": "CallRefreshTokenResult", "variant": "declaration", "kind": 2097152, @@ -80404,18 +81876,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1299, + "line": 1325, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1299" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1325" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" } @@ -80425,7 +81897,7 @@ } }, { - "id": 1345, + "id": 1376, "name": "CreateOAuthClientParams", "variant": "declaration", "kind": 2097152, @@ -80441,22 +81913,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1515, + "line": 1565, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1515" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1565" } ], "type": { "type": "reflection", "declaration": { - "id": 1346, + "id": 1377, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1347, + "id": 1378, "name": "client_name", "variant": "declaration", "kind": 1024, @@ -80472,9 +81944,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1517, + "line": 1567, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1517" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1567" } ], "type": { @@ -80483,7 +81955,7 @@ } }, { - "id": 1348, + "id": 1379, "name": "client_uri", "variant": "declaration", "kind": 1024, @@ -80501,9 +81973,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1519, + "line": 1569, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1519" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1569" } ], "type": { @@ -80512,7 +81984,7 @@ } }, { - "id": 1350, + "id": 1381, "name": "grant_types", "variant": "declaration", "kind": 1024, @@ -80530,23 +82002,23 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1523, + "line": 1573, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1523" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1573" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 1325, + "target": 1356, "name": "OAuthClientGrantType", "package": "@supabase/auth-js" } } }, { - "id": 1349, + "id": 1380, "name": "redirect_uris", "variant": "declaration", "kind": 1024, @@ -80562,9 +82034,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1521, + "line": 1571, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1521" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1571" } ], "type": { @@ -80576,7 +82048,7 @@ } }, { - "id": 1351, + "id": 1382, "name": "response_types", "variant": "declaration", "kind": 1024, @@ -80594,23 +82066,23 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1525, + "line": 1575, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1525" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1575" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 1326, + "target": 1357, "name": "OAuthClientResponseType", "package": "@supabase/auth-js" } } }, { - "id": 1352, + "id": 1383, "name": "scope", "variant": "declaration", "kind": 1024, @@ -80628,9 +82100,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1527, + "line": 1577, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1527" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1577" } ], "type": { @@ -80642,22 +82114,22 @@ "groups": [ { "title": "Properties", - "children": [1347, 1348, 1350, 1349, 1351, 1352] + "children": [1378, 1379, 1381, 1380, 1382, 1383] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1515, + "line": 1565, "character": 38, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1515" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1565" } ] } } }, { - "id": 1020, + "id": 1033, "name": "EmailOtpType", "variant": "declaration", "kind": 2097152, @@ -80665,9 +82137,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 745, + "line": 759, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L745" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L759" } ], "type": { @@ -80701,7 +82173,7 @@ } }, { - "id": 980, + "id": 993, "name": "EthereumWallet", "variant": "declaration", "kind": 2097152, @@ -80709,9 +82181,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 656, + "line": 670, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L656" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L670" } ], "type": { @@ -80725,7 +82197,7 @@ } }, { - "id": 981, + "id": 994, "name": "EthereumWeb3Credentials", "variant": "declaration", "kind": 2097152, @@ -80733,9 +82205,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 658, + "line": 672, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L658" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L672" } ], "type": { @@ -80744,14 +82216,14 @@ { "type": "reflection", "declaration": { - "id": 982, + "id": 995, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 983, + "id": 996, "name": "chain", "variant": "declaration", "kind": 1024, @@ -80759,9 +82231,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 660, + "line": 674, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L660" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L674" } ], "type": { @@ -80770,7 +82242,7 @@ } }, { - "id": 986, + "id": 999, "name": "options", "variant": "declaration", "kind": 1024, @@ -80780,22 +82252,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 668, + "line": 682, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L668" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L682" } ], "type": { "type": "reflection", "declaration": { - "id": 987, + "id": 1000, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 989, + "id": 1002, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -80813,9 +82285,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 673, + "line": 687, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L673" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L687" } ], "type": { @@ -80824,7 +82296,7 @@ } }, { - "id": 990, + "id": 1003, "name": "signInWithEthereum", "variant": "declaration", "kind": 1024, @@ -80834,9 +82306,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 675, + "line": 689, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L675" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L689" } ], "type": { @@ -80893,7 +82365,7 @@ } }, { - "id": 988, + "id": 1001, "name": "url", "variant": "declaration", "kind": 1024, @@ -80911,9 +82383,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 670, + "line": 684, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L670" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L684" } ], "type": { @@ -80925,22 +82397,22 @@ "groups": [ { "title": "Properties", - "children": [989, 990, 988] + "children": [1002, 1003, 1001] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 668, + "line": 682, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L668" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L682" } ] } } }, { - "id": 985, + "id": 998, "name": "statement", "variant": "declaration", "kind": 1024, @@ -80958,9 +82430,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 666, + "line": 680, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L666" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L680" } ], "type": { @@ -80969,7 +82441,7 @@ } }, { - "id": 984, + "id": 997, "name": "wallet", "variant": "declaration", "kind": 1024, @@ -80995,14 +82467,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 663, + "line": 677, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L663" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L677" } ], "type": { "type": "reference", - "target": 980, + "target": 993, "name": "EthereumWallet", "package": "@supabase/auth-js" } @@ -81011,15 +82483,15 @@ "groups": [ { "title": "Properties", - "children": [983, 986, 985, 984] + "children": [996, 999, 998, 997] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 659, + "line": 673, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L659" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L673" } ] } @@ -81027,14 +82499,14 @@ { "type": "reflection", "declaration": { - "id": 991, + "id": 1004, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 992, + "id": 1005, "name": "chain", "variant": "declaration", "kind": 1024, @@ -81042,9 +82514,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 681, + "line": 695, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L681" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L695" } ], "type": { @@ -81053,7 +82525,7 @@ } }, { - "id": 993, + "id": 1006, "name": "message", "variant": "declaration", "kind": 1024, @@ -81093,9 +82565,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 684, + "line": 698, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L684" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L698" } ], "type": { @@ -81104,7 +82576,7 @@ } }, { - "id": 995, + "id": 1008, "name": "options", "variant": "declaration", "kind": 1024, @@ -81114,22 +82586,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 689, + "line": 703, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L689" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L703" } ], "type": { "type": "reflection", "declaration": { - "id": 996, + "id": 1009, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 997, + "id": 1010, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -81147,9 +82619,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 691, + "line": 705, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L691" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L705" } ], "type": { @@ -81161,22 +82633,22 @@ "groups": [ { "title": "Properties", - "children": [997] + "children": [1010] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 689, + "line": 703, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L689" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L703" } ] } } }, { - "id": 994, + "id": 1007, "name": "signature", "variant": "declaration", "kind": 1024, @@ -81192,9 +82664,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 687, + "line": 701, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L687" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L701" } ], "type": { @@ -81211,15 +82683,15 @@ "groups": [ { "title": "Properties", - "children": [992, 993, 995, 994] + "children": [1005, 1006, 1008, 1007] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 680, + "line": 694, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L680" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L694" } ] } @@ -81228,7 +82700,7 @@ } }, { - "id": 816, + "id": 828, "name": "Factor", "variant": "declaration", "kind": 2097152, @@ -81252,7 +82724,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#enroll", - "target": 1134 + "target": 1149 }, { "kind": "text", @@ -81266,7 +82738,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#listFactors", - "target": 1245 + "target": 1260 }, { "kind": "text", @@ -81292,33 +82764,33 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 324, + "line": 329, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L324" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L329" } ], "typeParameters": [ { - "id": 824, + "id": 836, "name": "Type", "variant": "typeParam", "kind": 131072, "flags": {}, "type": { "type": "reference", - "target": 815, + "target": 827, "name": "FactorType", "package": "@supabase/auth-js" }, "default": { "type": "reference", - "target": 815, + "target": 827, "name": "FactorType", "package": "@supabase/auth-js" } }, { - "id": 825, + "id": 837, "name": "Status", "variant": "typeParam", "kind": 131072, @@ -81357,14 +82829,14 @@ "type": { "type": "reflection", "declaration": { - "id": 817, + "id": 829, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 822, + "id": 834, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -81372,9 +82844,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 344, + "line": 349, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L344" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L349" } ], "type": { @@ -81383,7 +82855,7 @@ } }, { - "id": 820, + "id": 832, "name": "factor_type", "variant": "declaration", "kind": 1024, @@ -81415,21 +82887,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 337, + "line": 342, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L337" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L342" } ], "type": { "type": "reference", - "target": 824, + "target": 836, "name": "Type", "package": "@supabase/auth-js", "refersToTypeParameter": true } }, { - "id": 819, + "id": 831, "name": "friendly_name", "variant": "declaration", "kind": 1024, @@ -81447,9 +82919,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 332, + "line": 337, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L332" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L337" } ], "type": { @@ -81458,7 +82930,7 @@ } }, { - "id": 818, + "id": 830, "name": "id", "variant": "declaration", "kind": 1024, @@ -81474,9 +82946,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 329, + "line": 334, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L329" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L334" } ], "type": { @@ -81485,7 +82957,7 @@ } }, { - "id": 821, + "id": 833, "name": "status", "variant": "declaration", "kind": 1024, @@ -81529,21 +83001,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 342, + "line": 347, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L342" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L347" } ], "type": { "type": "reference", - "target": 825, + "target": 837, "name": "Status", "package": "@supabase/auth-js", "refersToTypeParameter": true } }, { - "id": 823, + "id": 835, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -81551,9 +83023,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 345, + "line": 350, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L345" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L350" } ], "type": { @@ -81565,22 +83037,22 @@ "groups": [ { "title": "Properties", - "children": [822, 820, 819, 818, 821, 823] + "children": [834, 832, 831, 830, 833, 835] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 327, + "line": 332, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L327" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L332" } ] } } }, { - "id": 815, + "id": 827, "name": "FactorType", "variant": "declaration", "kind": 2097152, @@ -81612,9 +83084,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 308, + "line": 313, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L308" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L313" } ], "type": { @@ -81639,7 +83111,7 @@ } }, { - "id": 1064, + "id": 1079, "name": "GenerateEmailChangeLinkParams", "variant": "declaration", "kind": 2097152, @@ -81647,22 +83119,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 812, + "line": 838, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L812" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L838" } ], "type": { "type": "reflection", "declaration": { - "id": 1065, + "id": 1080, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1067, + "id": 1082, "name": "email", "variant": "declaration", "kind": 1024, @@ -81678,9 +83150,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 815, + "line": 841, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L815" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L841" } ], "type": { @@ -81689,7 +83161,7 @@ } }, { - "id": 1068, + "id": 1083, "name": "newEmail", "variant": "declaration", "kind": 1024, @@ -81705,9 +83177,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 819, + "line": 845, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L819" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L845" } ], "type": { @@ -81716,7 +83188,7 @@ } }, { - "id": 1069, + "id": 1084, "name": "options", "variant": "declaration", "kind": 1024, @@ -81726,9 +83198,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 820, + "line": 846, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L820" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L846" } ], "type": { @@ -81740,7 +83212,7 @@ "typeArguments": [ { "type": "reference", - "target": 1070, + "target": 1085, "name": "GenerateLinkOptions", "package": "@supabase/auth-js" }, @@ -81754,7 +83226,7 @@ } }, { - "id": 1066, + "id": 1081, "name": "type", "variant": "declaration", "kind": 1024, @@ -81762,9 +83234,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 813, + "line": 839, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L813" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L839" } ], "type": { @@ -81785,22 +83257,22 @@ "groups": [ { "title": "Properties", - "children": [1067, 1068, 1069, 1066] + "children": [1082, 1083, 1084, 1081] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 812, + "line": 838, "character": 44, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L812" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L838" } ] } } }, { - "id": 1054, + "id": 1069, "name": "GenerateInviteOrMagiclinkParams", "variant": "declaration", "kind": 2097152, @@ -81808,22 +83280,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 798, + "line": 824, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L798" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L824" } ], "type": { "type": "reflection", "declaration": { - "id": 1055, + "id": 1070, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1057, + "id": 1072, "name": "email", "variant": "declaration", "kind": 1024, @@ -81839,9 +83311,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 801, + "line": 827, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L801" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L827" } ], "type": { @@ -81850,7 +83322,7 @@ } }, { - "id": 1058, + "id": 1073, "name": "options", "variant": "declaration", "kind": 1024, @@ -81860,9 +83332,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 802, + "line": 828, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L802" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L828" } ], "type": { @@ -81874,7 +83346,7 @@ "typeArguments": [ { "type": "reference", - "target": 1070, + "target": 1085, "name": "GenerateLinkOptions", "package": "@supabase/auth-js" }, @@ -81897,7 +83369,7 @@ } }, { - "id": 1056, + "id": 1071, "name": "type", "variant": "declaration", "kind": 1024, @@ -81905,9 +83377,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 799, + "line": 825, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L799" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L825" } ], "type": { @@ -81928,22 +83400,22 @@ "groups": [ { "title": "Properties", - "children": [1057, 1058, 1056] + "children": [1072, 1073, 1071] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 798, + "line": 824, "character": 46, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L798" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L824" } ] } } }, { - "id": 1073, + "id": 1088, "name": "GenerateLinkParams", "variant": "declaration", "kind": 2097152, @@ -81951,9 +83423,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 834, + "line": 860, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L834" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L860" } ], "type": { @@ -81961,25 +83433,25 @@ "types": [ { "type": "reference", - "target": 1048, + "target": 1063, "name": "GenerateSignupLinkParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1054, + "target": 1069, "name": "GenerateInviteOrMagiclinkParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1059, + "target": 1074, "name": "GenerateRecoveryLinkParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1064, + "target": 1079, "name": "GenerateEmailChangeLinkParams", "package": "@supabase/auth-js" } @@ -81987,7 +83459,7 @@ } }, { - "id": 1078, + "id": 1093, "name": "GenerateLinkProperties", "variant": "declaration", "kind": 2097152, @@ -82003,22 +83475,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 846, + "line": 872, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L846" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L872" } ], "type": { "type": "reflection", "declaration": { - "id": 1079, + "id": 1094, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1080, + "id": 1095, "name": "action_link", "variant": "declaration", "kind": 1024, @@ -82034,9 +83506,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 851, + "line": 877, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L851" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L877" } ], "type": { @@ -82045,7 +83517,7 @@ } }, { - "id": 1081, + "id": 1096, "name": "email_otp", "variant": "declaration", "kind": 1024, @@ -82061,9 +83533,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 856, + "line": 882, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L856" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L882" } ], "type": { @@ -82072,7 +83544,7 @@ } }, { - "id": 1082, + "id": 1097, "name": "hashed_token", "variant": "declaration", "kind": 1024, @@ -82088,9 +83560,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 860, + "line": 886, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L860" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L886" } ], "type": { @@ -82099,7 +83571,7 @@ } }, { - "id": 1083, + "id": 1098, "name": "redirect_to", "variant": "declaration", "kind": 1024, @@ -82115,9 +83587,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 862, + "line": 888, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L862" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L888" } ], "type": { @@ -82126,7 +83598,7 @@ } }, { - "id": 1084, + "id": 1099, "name": "verification_type", "variant": "declaration", "kind": 1024, @@ -82142,14 +83614,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 864, + "line": 890, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L864" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L890" } ], "type": { "type": "reference", - "target": 1085, + "target": 1100, "name": "GenerateLinkType", "package": "@supabase/auth-js" } @@ -82158,22 +83630,22 @@ "groups": [ { "title": "Properties", - "children": [1080, 1081, 1082, 1083, 1084] + "children": [1095, 1096, 1097, 1098, 1099] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 846, + "line": 872, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L846" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L872" } ] } } }, { - "id": 1074, + "id": 1089, "name": "GenerateLinkResponse", "variant": "declaration", "kind": 2097152, @@ -82181,26 +83653,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 840, + "line": 866, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L840" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L866" } ], "type": { "type": "reference", - "target": 739, + "target": 751, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1075, + "id": 1090, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1076, + "id": 1091, "name": "properties", "variant": "declaration", "kind": 1024, @@ -82208,20 +83680,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 841, + "line": 867, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L841" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L867" } ], "type": { "type": "reference", - "target": 1078, + "target": 1093, "name": "GenerateLinkProperties", "package": "@supabase/auth-js" } }, { - "id": 1077, + "id": 1092, "name": "user", "variant": "declaration", "kind": 1024, @@ -82229,14 +83701,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 842, + "line": 868, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L842" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L868" } ], "type": { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" } @@ -82245,15 +83717,15 @@ "groups": [ { "title": "Properties", - "children": [1076, 1077] + "children": [1091, 1092] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 840, + "line": 866, "character": 64, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L840" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L866" } ] } @@ -82264,7 +83736,7 @@ } }, { - "id": 1085, + "id": 1100, "name": "GenerateLinkType", "variant": "declaration", "kind": 2097152, @@ -82272,9 +83744,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 867, + "line": 893, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L867" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L893" } ], "type": { @@ -82308,7 +83780,7 @@ } }, { - "id": 1059, + "id": 1074, "name": "GenerateRecoveryLinkParams", "variant": "declaration", "kind": 2097152, @@ -82316,22 +83788,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 805, + "line": 831, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L805" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L831" } ], "type": { "type": "reflection", "declaration": { - "id": 1060, + "id": 1075, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1062, + "id": 1077, "name": "email", "variant": "declaration", "kind": 1024, @@ -82347,9 +83819,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 808, + "line": 834, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L808" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L834" } ], "type": { @@ -82358,7 +83830,7 @@ } }, { - "id": 1063, + "id": 1078, "name": "options", "variant": "declaration", "kind": 1024, @@ -82368,9 +83840,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 809, + "line": 835, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L809" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L835" } ], "type": { @@ -82382,7 +83854,7 @@ "typeArguments": [ { "type": "reference", - "target": 1070, + "target": 1085, "name": "GenerateLinkOptions", "package": "@supabase/auth-js" }, @@ -82396,7 +83868,7 @@ } }, { - "id": 1061, + "id": 1076, "name": "type", "variant": "declaration", "kind": 1024, @@ -82404,9 +83876,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 806, + "line": 832, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L806" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L832" } ], "type": { @@ -82418,22 +83890,22 @@ "groups": [ { "title": "Properties", - "children": [1062, 1063, 1061] + "children": [1077, 1078, 1076] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 805, + "line": 831, "character": 41, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L805" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L831" } ] } } }, { - "id": 1048, + "id": 1063, "name": "GenerateSignupLinkParams", "variant": "declaration", "kind": 2097152, @@ -82441,22 +83913,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 791, + "line": 817, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L791" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L817" } ], "type": { "type": "reflection", "declaration": { - "id": 1049, + "id": 1064, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1051, + "id": 1066, "name": "email", "variant": "declaration", "kind": 1024, @@ -82464,9 +83936,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 793, + "line": 819, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L793" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L819" } ], "type": { @@ -82475,7 +83947,7 @@ } }, { - "id": 1053, + "id": 1068, "name": "options", "variant": "declaration", "kind": 1024, @@ -82485,9 +83957,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 795, + "line": 821, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L795" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L821" } ], "type": { @@ -82499,7 +83971,7 @@ "typeArguments": [ { "type": "reference", - "target": 1070, + "target": 1085, "name": "GenerateLinkOptions", "package": "@supabase/auth-js" }, @@ -82522,7 +83994,7 @@ } }, { - "id": 1052, + "id": 1067, "name": "password", "variant": "declaration", "kind": 1024, @@ -82530,9 +84002,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 794, + "line": 820, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L794" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L820" } ], "type": { @@ -82541,7 +84013,7 @@ } }, { - "id": 1050, + "id": 1065, "name": "type", "variant": "declaration", "kind": 1024, @@ -82549,9 +84021,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 792, + "line": 818, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L792" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L818" } ], "type": { @@ -82563,22 +84035,22 @@ "groups": [ { "title": "Properties", - "children": [1051, 1053, 1052, 1050] + "children": [1066, 1068, 1067, 1065] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 791, + "line": 817, "character": 39, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L791" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L817" } ] } } }, { - "id": 698, + "id": 709, "name": "GoTrueClientOptions", "variant": "declaration", "kind": 2097152, @@ -82588,20 +84060,20 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 70, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L70" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L70" } ], "type": { "type": "reflection", "declaration": { - "id": 699, + "id": 710, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 707, + "id": 718, "name": "autoRefreshToken", "variant": "declaration", "kind": 1024, @@ -82613,7 +84085,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 80, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L80" } ], "type": { @@ -82622,7 +84094,7 @@ } }, { - "id": 713, + "id": 724, "name": "debug", "variant": "declaration", "kind": 1024, @@ -82634,7 +84106,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 98, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L98" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L98" } ], "type": { @@ -82647,7 +84119,7 @@ { "type": "reflection", "declaration": { - "id": 714, + "id": 725, "name": "__type", "variant": "declaration", "kind": 65536, @@ -82657,19 +84129,19 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 98, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L98" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L98" } ], "signatures": [ { - "id": 715, + "id": 726, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 716, + "id": 727, "name": "message", "variant": "param", "kind": 32768, @@ -82680,7 +84152,7 @@ } }, { - "id": 717, + "id": 728, "name": "args", "variant": "param", "kind": 32768, @@ -82708,7 +84180,7 @@ } }, { - "id": 706, + "id": 717, "name": "detectSessionInUrl", "variant": "declaration", "kind": 1024, @@ -82720,7 +84192,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L78" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L78" } ], "type": { @@ -82729,7 +84201,7 @@ } }, { - "id": 711, + "id": 722, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -82741,7 +84213,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 94, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L94" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L94" } ], "type": { @@ -82755,7 +84227,7 @@ } }, { - "id": 712, + "id": 723, "name": "flowType", "variant": "declaration", "kind": 1024, @@ -82767,18 +84239,18 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 96, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L96" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L96" } ], "type": { "type": "reference", - "target": 924, + "target": 937, "name": "AuthFlowType", "package": "@supabase/auth-js" } }, { - "id": 719, + "id": 730, "name": "hasCustomAuthorizationHeader", "variant": "declaration", "kind": 1024, @@ -82799,7 +84271,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 109, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L109" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L109" } ], "type": { @@ -82808,7 +84280,7 @@ } }, { - "id": 701, + "id": 712, "name": "headers", "variant": "declaration", "kind": 1024, @@ -82820,13 +84292,13 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 74, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L74" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L74" } ], "type": { "type": "reflection", "declaration": { - "id": 702, + "id": 713, "name": "__type", "variant": "declaration", "kind": 65536, @@ -82836,12 +84308,12 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 74, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L74" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L74" } ], "indexSignatures": [ { - "id": 703, + "id": 714, "name": "__index", "variant": "signature", "kind": 8192, @@ -82851,12 +84323,12 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 74, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L74" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L74" } ], "parameters": [ { - "id": 704, + "id": 715, "name": "key", "variant": "param", "kind": 32768, @@ -82877,7 +84349,7 @@ } }, { - "id": 718, + "id": 729, "name": "lock", "variant": "declaration", "kind": 1024, @@ -82898,18 +84370,18 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 104, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L104" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L104" } ], "type": { "type": "reference", - "target": 689, + "target": 700, "name": "LockFunc", "package": "@supabase/auth-js" } }, { - "id": 708, + "id": 719, "name": "persistSession", "variant": "declaration", "kind": 1024, @@ -82921,7 +84393,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 82, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L82" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L82" } ], "type": { @@ -82930,7 +84402,7 @@ } }, { - "id": 709, + "id": 720, "name": "storage", "variant": "declaration", "kind": 1024, @@ -82942,18 +84414,18 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 84, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L84" } ], "type": { "type": "reference", - "target": 1270, + "target": 1285, "name": "SupportedStorage", "package": "@supabase/auth-js" } }, { - "id": 705, + "id": 716, "name": "storageKey", "variant": "declaration", "kind": 1024, @@ -82965,7 +84437,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 76, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L76" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L76" } ], "type": { @@ -82974,7 +84446,36 @@ } }, { - "id": 700, + "id": 731, + "name": "throwOnError", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "If there is an error with the query, throwOnError will reject the promise by\nthrowing the error instead of returning it as part of a successful response." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 114, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L114" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 711, "name": "url", "variant": "declaration", "kind": 1024, @@ -82986,7 +84487,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 72, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L72" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L72" } ], "type": { @@ -82995,7 +84496,7 @@ } }, { - "id": 710, + "id": 721, "name": "userStorage", "variant": "declaration", "kind": 1024, @@ -83056,12 +84557,12 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 92, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L92" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L92" } ], "type": { "type": "reference", - "target": 1270, + "target": 1285, "name": "SupportedStorage", "package": "@supabase/auth-js" } @@ -83070,7 +84571,7 @@ "groups": [ { "title": "Properties", - "children": [707, 713, 706, 711, 712, 719, 701, 718, 708, 709, 705, 700, 710] + "children": [718, 724, 717, 722, 723, 730, 712, 729, 719, 720, 716, 731, 711, 721] } ], "sources": [ @@ -83078,14 +84579,14 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 70, "character": 34, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L70" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L70" } ] } } }, { - "id": 1273, + "id": 1288, "name": "InitializeResult", "variant": "declaration", "kind": 2097152, @@ -83093,22 +84594,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1297, + "line": 1323, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1297" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1323" } ], "type": { "type": "reflection", "declaration": { - "id": 1274, + "id": 1289, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1275, + "id": 1290, "name": "error", "variant": "declaration", "kind": 1024, @@ -83116,9 +84617,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1297, + "line": 1323, "character": 33, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1297" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1323" } ], "type": { @@ -83126,7 +84627,7 @@ "types": [ { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" }, @@ -83141,22 +84642,22 @@ "groups": [ { "title": "Properties", - "children": [1275] + "children": [1290] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1297, + "line": 1323, "character": 31, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1297" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1323" } ] } } }, { - "id": 1297, + "id": 1312, "name": "JwtHeader", "variant": "declaration", "kind": 2097152, @@ -83164,22 +84665,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1420, + "line": 1446, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1420" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1446" } ], "type": { "type": "reflection", "declaration": { - "id": 1298, + "id": 1313, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1299, + "id": 1314, "name": "alg", "variant": "declaration", "kind": 1024, @@ -83187,9 +84688,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1421, + "line": 1447, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1421" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1447" } ], "type": { @@ -83211,7 +84712,7 @@ } }, { - "id": 1300, + "id": 1315, "name": "kid", "variant": "declaration", "kind": 1024, @@ -83219,9 +84720,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1422, + "line": 1448, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1422" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1448" } ], "type": { @@ -83230,7 +84731,7 @@ } }, { - "id": 1301, + "id": 1316, "name": "typ", "variant": "declaration", "kind": 1024, @@ -83238,9 +84739,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1423, + "line": 1449, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1423" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1449" } ], "type": { @@ -83252,100 +84753,22 @@ "groups": [ { "title": "Properties", - "children": [1299, 1300, 1301] + "children": [1314, 1315, 1316] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1420, + "line": 1446, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1420" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1446" } ] } } }, { - "id": 1312, - "name": "JwtPayload", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "sources": [ - { - "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1437, - "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1437" - } - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 1302, - "name": "RequiredClaims", - "package": "@supabase/auth-js" - }, - { - "type": "reflection", - "declaration": { - "id": 1313, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "sources": [ - { - "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1437, - "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1437" - } - ], - "indexSignatures": [ - { - "id": 1314, - "name": "__index", - "variant": "signature", - "kind": 8192, - "flags": {}, - "sources": [ - { - "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1438, - "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1438" - } - ], - "parameters": [ - { - "id": 1315, - "name": "key", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - { - "id": 689, + "id": 700, "name": "LockFunc", "variant": "declaration", "kind": 2097152, @@ -83372,13 +84795,13 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 68, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L68" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L68" } ], "type": { "type": "reflection", "declaration": { - "id": 690, + "id": 701, "name": "__type", "variant": "declaration", "kind": 65536, @@ -83388,19 +84811,19 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 68, "character": 23, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L68" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L68" } ], "signatures": [ { - "id": 691, + "id": 702, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 697, + "id": 708, "name": "R", "variant": "typeParam", "kind": 131072, @@ -83409,7 +84832,7 @@ ], "parameters": [ { - "id": 692, + "id": 703, "name": "name", "variant": "param", "kind": 32768, @@ -83428,7 +84851,7 @@ } }, { - "id": 693, + "id": 704, "name": "acquireTimeout", "variant": "param", "kind": 32768, @@ -83455,7 +84878,7 @@ } }, { - "id": 694, + "id": 705, "name": "fn", "variant": "param", "kind": 32768, @@ -83471,7 +84894,7 @@ "type": { "type": "reflection", "declaration": { - "id": 695, + "id": 706, "name": "__type", "variant": "declaration", "kind": 65536, @@ -83481,12 +84904,12 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 68, "character": 69, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L68" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L68" } ], "signatures": [ { - "id": 696, + "id": 707, "name": "__type", "variant": "signature", "kind": 4096, @@ -83500,7 +84923,7 @@ "typeArguments": [ { "type": "reference", - "target": 697, + "target": 708, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -83524,7 +84947,7 @@ "typeArguments": [ { "type": "reference", - "target": 697, + "target": 708, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -83539,7 +84962,7 @@ } }, { - "id": 1104, + "id": 1119, "name": "MFAChallengeAndVerifyParams", "variant": "declaration", "kind": 2097152, @@ -83547,9 +84970,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 986, + "line": 1012, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L986" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1012" } ], "type": { @@ -83563,7 +84986,7 @@ } }, { - "id": 1103, + "id": 1118, "name": "MFAChallengeParams", "variant": "declaration", "kind": 2097152, @@ -83571,9 +84994,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 973, + "line": 999, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L973" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L999" } ], "type": { @@ -83581,19 +85004,19 @@ "types": [ { "type": "reference", - "target": 1100, + "target": 1115, "name": "MFAChallengeTOTPParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1101, + "target": 1116, "name": "MFAChallengePhoneParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1102, + "target": 1117, "name": "MFAChallengeWebauthnParams", "package": "@supabase/auth-js" } @@ -83601,7 +85024,7 @@ } }, { - "id": 1101, + "id": 1116, "name": "MFAChallengePhoneParams", "variant": "declaration", "kind": 2097152, @@ -83609,14 +85032,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 950, + "line": 976, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L950" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L976" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -83647,7 +85070,7 @@ } }, { - "id": 1100, + "id": 1115, "name": "MFAChallengeTOTPParams", "variant": "declaration", "kind": 2097152, @@ -83655,14 +85078,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 943, + "line": 969, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L943" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L969" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "reference", @@ -83679,7 +85102,7 @@ } }, { - "id": 1102, + "id": 1117, "name": "MFAChallengeWebauthnParams", "variant": "declaration", "kind": 2097152, @@ -83708,14 +85131,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 969, + "line": 995, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L969" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L995" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -83746,7 +85169,7 @@ } }, { - "id": 1086, + "id": 1101, "name": "MFAEnrollParams", "variant": "declaration", "kind": 2097152, @@ -83754,9 +85177,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 875, + "line": 901, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L875" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L901" } ], "type": { @@ -83764,19 +85187,19 @@ "types": [ { "type": "reference", - "target": 1291, + "target": 1306, "name": "MFAEnrollTOTPParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1292, + "target": 1307, "name": "MFAEnrollPhoneParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1293, + "target": 1308, "name": "MFAEnrollWebauthnParams", "package": "@supabase/auth-js" } @@ -83784,7 +85207,7 @@ } }, { - "id": 1292, + "id": 1307, "name": "MFAEnrollPhoneParams", "variant": "declaration", "kind": 2097152, @@ -83792,14 +85215,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1347, + "line": 1373, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1347" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1373" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -83836,7 +85259,7 @@ } }, { - "id": 1291, + "id": 1306, "name": "MFAEnrollTOTPParams", "variant": "declaration", "kind": 2097152, @@ -83844,14 +85267,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1341, + "line": 1367, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1341" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1367" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -83888,7 +85311,7 @@ } }, { - "id": 1293, + "id": 1308, "name": "MFAEnrollWebauthnParams", "variant": "declaration", "kind": 2097152, @@ -83917,14 +85340,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1360, + "line": 1386, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1360" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1386" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -83961,7 +85384,7 @@ } }, { - "id": 1099, + "id": 1114, "name": "MFATOTPChannel", "variant": "declaration", "kind": 2097152, @@ -83969,9 +85392,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 941, + "line": 967, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L941" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L967" } ], "type": { @@ -83996,7 +85419,7 @@ } }, { - "id": 1087, + "id": 1102, "name": "MFAUnenrollParams", "variant": "declaration", "kind": 2097152, @@ -84004,22 +85427,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 877, + "line": 903, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L877" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L903" } ], "type": { "type": "reflection", "declaration": { - "id": 1088, + "id": 1103, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1089, + "id": 1104, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -84035,9 +85458,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 879, + "line": 905, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L879" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L905" } ], "type": { @@ -84049,22 +85472,22 @@ "groups": [ { "title": "Properties", - "children": [1089] + "children": [1104] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 877, + "line": 903, "character": 32, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L877" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L903" } ] } } }, { - "id": 1098, + "id": 1113, "name": "MFAVerifyParams", "variant": "declaration", "kind": 2097152, @@ -84072,9 +85495,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 933, + "line": 959, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L933" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L959" } ], "type": { @@ -84082,19 +85505,19 @@ "types": [ { "type": "reference", - "target": 1090, + "target": 1105, "name": "MFAVerifyTOTPParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1091, + "target": 1106, "name": "MFAVerifyPhoneParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1096, + "target": 1111, "name": "MFAVerifyWebauthnParams", "package": "@supabase/auth-js" } @@ -84102,7 +85525,7 @@ } }, { - "id": 1091, + "id": 1106, "name": "MFAVerifyPhoneParams", "variant": "declaration", "kind": 2097152, @@ -84110,14 +85533,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 898, + "line": 924, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L898" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L924" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -84148,7 +85571,7 @@ } }, { - "id": 1090, + "id": 1105, "name": "MFAVerifyTOTPParams", "variant": "declaration", "kind": 2097152, @@ -84156,14 +85579,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 894, + "line": 920, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L894" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L920" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -84194,7 +85617,7 @@ } }, { - "id": 1092, + "id": 1107, "name": "MFAVerifyWebauthnParamFields", "variant": "declaration", "kind": 2097152, @@ -84210,14 +85633,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 920, + "line": 946, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L920" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L946" } ], "typeParameters": [ { - "id": 1095, + "id": 1110, "name": "T", "variant": "typeParam", "kind": 131072, @@ -84261,14 +85684,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1093, + "id": 1108, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1094, + "id": 1109, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -84276,9 +85699,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 921, + "line": 947, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L921" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L947" } ], "type": { @@ -84302,7 +85725,7 @@ "typeArguments": [ { "type": "reference", - "target": 1095, + "target": 1110, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -84318,22 +85741,22 @@ "groups": [ { "title": "Properties", - "children": [1094] + "children": [1109] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 920, + "line": 946, "character": 98, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L920" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L946" } ] } } }, { - "id": 1096, + "id": 1111, "name": "MFAVerifyWebauthnParams", "variant": "declaration", "kind": 2097152, @@ -84362,14 +85785,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 930, + "line": 956, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L930" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L956" } ], "typeParameters": [ { - "id": 1097, + "id": 1112, "name": "T", "variant": "typeParam", "kind": 131072, @@ -84412,7 +85835,7 @@ ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -84428,11 +85851,11 @@ }, { "type": "reference", - "target": 1092, + "target": 1107, "typeArguments": [ { "type": "reference", - "target": 1097, + "target": 1112, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -84449,7 +85872,7 @@ } }, { - "id": 1019, + "id": 1032, "name": "MobileOtpType", "variant": "declaration", "kind": 2097152, @@ -84457,9 +85880,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 744, + "line": 758, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L744" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L758" } ], "type": { @@ -84477,7 +85900,7 @@ } }, { - "id": 1396, + "id": 1427, "name": "OAuthAuthorizationClient", "variant": "declaration", "kind": 2097152, @@ -84493,22 +85916,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1626, + "line": 1676, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1626" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1676" } ], "type": { "type": "reflection", "declaration": { - "id": 1397, + "id": 1428, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1398, + "id": 1429, "name": "client_id", "variant": "declaration", "kind": 1024, @@ -84524,9 +85947,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1628, + "line": 1678, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1628" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1678" } ], "type": { @@ -84535,7 +85958,7 @@ } }, { - "id": 1399, + "id": 1430, "name": "client_name", "variant": "declaration", "kind": 1024, @@ -84551,9 +85974,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1630, + "line": 1680, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1630" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1680" } ], "type": { @@ -84562,7 +85985,7 @@ } }, { - "id": 1400, + "id": 1431, "name": "client_uri", "variant": "declaration", "kind": 1024, @@ -84578,9 +86001,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1632, + "line": 1682, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1632" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1682" } ], "type": { @@ -84589,7 +86012,7 @@ } }, { - "id": 1401, + "id": 1432, "name": "logo_uri", "variant": "declaration", "kind": 1024, @@ -84605,9 +86028,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1634, + "line": 1684, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1634" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1684" } ], "type": { @@ -84619,22 +86042,22 @@ "groups": [ { "title": "Properties", - "children": [1398, 1399, 1400, 1401] + "children": [1429, 1430, 1431, 1432] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1626, + "line": 1676, "character": 39, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1626" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1676" } ] } } }, { - "id": 1402, + "id": 1433, "name": "OAuthAuthorizationDetails", "variant": "declaration", "kind": 2097152, @@ -84650,22 +86073,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1641, + "line": 1691, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1641" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1691" } ], "type": { "type": "reflection", "declaration": { - "id": 1403, + "id": 1434, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1404, + "id": 1435, "name": "authorization_id", "variant": "declaration", "kind": 1024, @@ -84681,9 +86104,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1643, + "line": 1693, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1643" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1693" } ], "type": { @@ -84692,7 +86115,7 @@ } }, { - "id": 1406, + "id": 1437, "name": "client", "variant": "declaration", "kind": 1024, @@ -84708,20 +86131,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1647, + "line": 1697, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1647" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1697" } ], "type": { "type": "reference", - "target": 1396, + "target": 1427, "name": "OAuthAuthorizationClient", "package": "@supabase/auth-js" } }, { - "id": 1405, + "id": 1436, "name": "redirect_uri", "variant": "declaration", "kind": 1024, @@ -84739,9 +86162,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1645, + "line": 1695, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1645" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1695" } ], "type": { @@ -84750,7 +86173,7 @@ } }, { - "id": 1411, + "id": 1442, "name": "scope", "variant": "declaration", "kind": 1024, @@ -84766,9 +86189,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1656, + "line": 1706, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1656" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1706" } ], "type": { @@ -84777,7 +86200,7 @@ } }, { - "id": 1407, + "id": 1438, "name": "user", "variant": "declaration", "kind": 1024, @@ -84793,22 +86216,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1649, + "line": 1699, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1649" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1699" } ], "type": { "type": "reflection", "declaration": { - "id": 1408, + "id": 1439, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1410, + "id": 1441, "name": "email", "variant": "declaration", "kind": 1024, @@ -84824,9 +86247,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1653, + "line": 1703, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1653" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1703" } ], "type": { @@ -84835,7 +86258,7 @@ } }, { - "id": 1409, + "id": 1440, "name": "id", "variant": "declaration", "kind": 1024, @@ -84851,9 +86274,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1651, + "line": 1701, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1651" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1701" } ], "type": { @@ -84865,15 +86288,15 @@ "groups": [ { "title": "Properties", - "children": [1410, 1409] + "children": [1441, 1440] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1649, + "line": 1699, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1649" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1699" } ] } @@ -84883,22 +86306,22 @@ "groups": [ { "title": "Properties", - "children": [1404, 1406, 1405, 1411, 1407] + "children": [1435, 1437, 1436, 1442, 1438] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1641, + "line": 1691, "character": 40, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1641" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1691" } ] } } }, { - "id": 1329, + "id": 1360, "name": "OAuthClient", "variant": "declaration", "kind": 2097152, @@ -84914,22 +86337,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1480, + "line": 1530, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1480" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1530" } ], "type": { "type": "reflection", "declaration": { - "id": 1330, + "id": 1361, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1331, + "id": 1362, "name": "client_id", "variant": "declaration", "kind": 1024, @@ -84945,9 +86368,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1482, + "line": 1532, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1482" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1532" } ], "type": { @@ -84956,7 +86379,7 @@ } }, { - "id": 1332, + "id": 1363, "name": "client_name", "variant": "declaration", "kind": 1024, @@ -84972,9 +86395,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1484, + "line": 1534, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1484" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1534" } ], "type": { @@ -84983,7 +86406,7 @@ } }, { - "id": 1333, + "id": 1364, "name": "client_secret", "variant": "declaration", "kind": 1024, @@ -85001,9 +86424,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1486, + "line": 1536, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1486" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1536" } ], "type": { @@ -85012,7 +86435,7 @@ } }, { - "id": 1334, + "id": 1365, "name": "client_type", "variant": "declaration", "kind": 1024, @@ -85028,20 +86451,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1488, + "line": 1538, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1488" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1538" } ], "type": { "type": "reference", - "target": 1327, + "target": 1358, "name": "OAuthClientType", "package": "@supabase/auth-js" } }, { - "id": 1337, + "id": 1368, "name": "client_uri", "variant": "declaration", "kind": 1024, @@ -85059,9 +86482,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1494, + "line": 1544, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1494" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1544" } ], "type": { @@ -85070,7 +86493,7 @@ } }, { - "id": 1343, + "id": 1374, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -85086,9 +86509,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1506, + "line": 1556, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1506" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1556" } ], "type": { @@ -85097,7 +86520,7 @@ } }, { - "id": 1340, + "id": 1371, "name": "grant_types", "variant": "declaration", "kind": 1024, @@ -85113,23 +86536,23 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1500, + "line": 1550, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1500" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1550" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 1325, + "target": 1356, "name": "OAuthClientGrantType", "package": "@supabase/auth-js" } } }, { - "id": 1338, + "id": 1369, "name": "logo_uri", "variant": "declaration", "kind": 1024, @@ -85147,9 +86570,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1496, + "line": 1546, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1496" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1546" } ], "type": { @@ -85158,7 +86581,7 @@ } }, { - "id": 1339, + "id": 1370, "name": "redirect_uris", "variant": "declaration", "kind": 1024, @@ -85174,9 +86597,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1498, + "line": 1548, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1498" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1548" } ], "type": { @@ -85188,7 +86611,7 @@ } }, { - "id": 1336, + "id": 1367, "name": "registration_type", "variant": "declaration", "kind": 1024, @@ -85204,20 +86627,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1492, + "line": 1542, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1492" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1542" } ], "type": { "type": "reference", - "target": 1328, + "target": 1359, "name": "OAuthClientRegistrationType", "package": "@supabase/auth-js" } }, { - "id": 1341, + "id": 1372, "name": "response_types", "variant": "declaration", "kind": 1024, @@ -85233,23 +86656,23 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1502, + "line": 1552, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1502" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1552" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 1326, + "target": 1357, "name": "OAuthClientResponseType", "package": "@supabase/auth-js" } } }, { - "id": 1342, + "id": 1373, "name": "scope", "variant": "declaration", "kind": 1024, @@ -85267,9 +86690,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1504, + "line": 1554, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1504" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1554" } ], "type": { @@ -85278,7 +86701,7 @@ } }, { - "id": 1335, + "id": 1366, "name": "token_endpoint_auth_method", "variant": "declaration", "kind": 1024, @@ -85294,9 +86717,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1490, + "line": 1540, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1490" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1540" } ], "type": { @@ -85305,7 +86728,7 @@ } }, { - "id": 1344, + "id": 1375, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -85321,9 +86744,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1508, + "line": 1558, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1508" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1558" } ], "type": { @@ -85336,24 +86759,24 @@ { "title": "Properties", "children": [ - 1331, 1332, 1333, 1334, 1337, 1343, 1340, 1338, 1339, 1336, 1341, 1342, 1335, - 1344 + 1362, 1363, 1364, 1365, 1368, 1374, 1371, 1369, 1370, 1367, 1372, 1373, 1366, + 1375 ] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1480, + "line": 1530, "character": 26, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1480" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1530" } ] } } }, { - "id": 1325, + "id": 1356, "name": "OAuthClientGrantType", "variant": "declaration", "kind": 2097152, @@ -85369,9 +86792,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1456, + "line": 1506, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1456" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1506" } ], "type": { @@ -85389,7 +86812,7 @@ } }, { - "id": 1361, + "id": 1392, "name": "OAuthClientListResponse", "variant": "declaration", "kind": 2097152, @@ -85405,9 +86828,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1558, + "line": 1608, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1558" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1608" } ], "type": { @@ -85416,14 +86839,14 @@ { "type": "reflection", "declaration": { - "id": 1362, + "id": 1393, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1363, + "id": 1394, "name": "data", "variant": "declaration", "kind": 1024, @@ -85431,9 +86854,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1560, + "line": 1610, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1560" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1610" } ], "type": { @@ -85442,14 +86865,14 @@ { "type": "reflection", "declaration": { - "id": 1364, + "id": 1395, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1366, + "id": 1397, "name": "aud", "variant": "declaration", "kind": 1024, @@ -85457,9 +86880,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1560, + "line": 1610, "character": 38, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1560" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1610" } ], "type": { @@ -85468,7 +86891,7 @@ } }, { - "id": 1365, + "id": 1396, "name": "clients", "variant": "declaration", "kind": 1024, @@ -85476,16 +86899,16 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1560, + "line": 1610, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1560" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1610" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 1329, + "target": 1360, "name": "OAuthClient", "package": "@supabase/auth-js" } @@ -85495,22 +86918,22 @@ "groups": [ { "title": "Properties", - "children": [1366, 1365] + "children": [1397, 1396] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1560, + "line": 1610, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1560" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1610" } ] } }, { "type": "reference", - "target": 1277, + "target": 1292, "name": "Pagination", "package": "@supabase/auth-js" } @@ -85518,7 +86941,7 @@ } }, { - "id": 1367, + "id": 1398, "name": "error", "variant": "declaration", "kind": 1024, @@ -85526,9 +86949,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1561, + "line": 1611, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1561" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1611" } ], "type": { @@ -85540,15 +86963,15 @@ "groups": [ { "title": "Properties", - "children": [1363, 1367] + "children": [1394, 1398] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1559, + "line": 1609, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1559" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1609" } ] } @@ -85556,14 +86979,14 @@ { "type": "reflection", "declaration": { - "id": 1368, + "id": 1399, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1369, + "id": 1400, "name": "data", "variant": "declaration", "kind": 1024, @@ -85571,22 +86994,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1564, + "line": 1614, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1564" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1614" } ], "type": { "type": "reflection", "declaration": { - "id": 1370, + "id": 1401, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1371, + "id": 1402, "name": "clients", "variant": "declaration", "kind": 1024, @@ -85594,9 +87017,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1564, + "line": 1614, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1564" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1614" } ], "type": { @@ -85607,22 +87030,22 @@ "groups": [ { "title": "Properties", - "children": [1371] + "children": [1402] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1564, + "line": 1614, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1564" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1614" } ] } } }, { - "id": 1372, + "id": 1403, "name": "error", "variant": "declaration", "kind": 1024, @@ -85630,14 +87053,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1565, + "line": 1615, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1565" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1615" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -85646,15 +87069,15 @@ "groups": [ { "title": "Properties", - "children": [1369, 1372] + "children": [1400, 1403] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1563, + "line": 1613, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1563" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1613" } ] } @@ -85663,7 +87086,7 @@ } }, { - "id": 1328, + "id": 1359, "name": "OAuthClientRegistrationType", "variant": "declaration", "kind": 2097152, @@ -85679,9 +87102,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1474, + "line": 1524, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1474" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1524" } ], "type": { @@ -85699,7 +87122,7 @@ } }, { - "id": 1360, + "id": 1391, "name": "OAuthClientResponse", "variant": "declaration", "kind": 2097152, @@ -85715,18 +87138,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1552, + "line": 1602, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1552" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1602" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 1329, + "target": 1360, "name": "OAuthClient", "package": "@supabase/auth-js" } @@ -85736,7 +87159,7 @@ } }, { - "id": 1326, + "id": 1357, "name": "OAuthClientResponseType", "variant": "declaration", "kind": 2097152, @@ -85752,9 +87175,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1462, + "line": 1512, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1462" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1512" } ], "type": { @@ -85763,7 +87186,7 @@ } }, { - "id": 1327, + "id": 1358, "name": "OAuthClientType", "variant": "declaration", "kind": 2097152, @@ -85779,9 +87202,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1468, + "line": 1518, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1468" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1518" } ], "type": { @@ -85799,7 +87222,7 @@ } }, { - "id": 770, + "id": 782, "name": "OAuthResponse", "variant": "declaration", "kind": 2097152, @@ -85807,9 +87230,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 190, + "line": 195, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L190" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L195" } ], "type": { @@ -85818,14 +87241,14 @@ { "type": "reflection", "declaration": { - "id": 771, + "id": 783, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 772, + "id": 784, "name": "data", "variant": "declaration", "kind": 1024, @@ -85833,22 +87256,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 192, + "line": 197, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L192" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L197" } ], "type": { "type": "reflection", "declaration": { - "id": 773, + "id": 785, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 774, + "id": 786, "name": "provider", "variant": "declaration", "kind": 1024, @@ -85856,20 +87279,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 193, + "line": 198, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L193" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L198" } ], "type": { "type": "reference", - "target": 686, + "target": 697, "name": "Provider", "package": "@supabase/auth-js" } }, { - "id": 775, + "id": 787, "name": "url", "variant": "declaration", "kind": 1024, @@ -85877,9 +87300,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 194, + "line": 199, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L194" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L199" } ], "type": { @@ -85891,22 +87314,22 @@ "groups": [ { "title": "Properties", - "children": [774, 775] + "children": [786, 787] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 192, + "line": 197, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L192" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L197" } ] } } }, { - "id": 776, + "id": 788, "name": "error", "variant": "declaration", "kind": 1024, @@ -85914,9 +87337,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 196, + "line": 201, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L196" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L201" } ], "type": { @@ -85928,15 +87351,15 @@ "groups": [ { "title": "Properties", - "children": [772, 776] + "children": [784, 788] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 191, + "line": 196, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L191" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L196" } ] } @@ -85944,14 +87367,14 @@ { "type": "reflection", "declaration": { - "id": 777, + "id": 789, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 778, + "id": 790, "name": "data", "variant": "declaration", "kind": 1024, @@ -85959,22 +87382,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 199, + "line": 204, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L199" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L204" } ], "type": { "type": "reflection", "declaration": { - "id": 779, + "id": 791, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 780, + "id": 792, "name": "provider", "variant": "declaration", "kind": 1024, @@ -85982,20 +87405,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 200, + "line": 205, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L200" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L205" } ], "type": { "type": "reference", - "target": 686, + "target": 697, "name": "Provider", "package": "@supabase/auth-js" } }, { - "id": 781, + "id": 793, "name": "url", "variant": "declaration", "kind": 1024, @@ -86003,9 +87426,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 201, + "line": 206, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L201" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L206" } ], "type": { @@ -86017,22 +87440,22 @@ "groups": [ { "title": "Properties", - "children": [780, 781] + "children": [792, 793] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 199, + "line": 204, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L199" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L204" } ] } } }, { - "id": 782, + "id": 794, "name": "error", "variant": "declaration", "kind": 1024, @@ -86040,14 +87463,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 203, + "line": 208, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L203" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L208" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -86056,15 +87479,15 @@ "groups": [ { "title": "Properties", - "children": [778, 782] + "children": [790, 794] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 198, + "line": 203, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L198" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L203" } ] } @@ -86073,7 +87496,7 @@ } }, { - "id": 1284, + "id": 1299, "name": "PageParams", "variant": "declaration", "kind": 2097152, @@ -86081,22 +87504,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1308, + "line": 1334, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1308" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1334" } ], "type": { "type": "reflection", "declaration": { - "id": 1285, + "id": 1300, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1286, + "id": 1301, "name": "page", "variant": "declaration", "kind": 1024, @@ -86114,9 +87537,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1310, + "line": 1336, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1310" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1336" } ], "type": { @@ -86125,7 +87548,7 @@ } }, { - "id": 1287, + "id": 1302, "name": "perPage", "variant": "declaration", "kind": 1024, @@ -86143,9 +87566,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1312, + "line": 1338, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1312" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1338" } ], "type": { @@ -86157,22 +87580,22 @@ "groups": [ { "title": "Properties", - "children": [1286, 1287] + "children": [1301, 1302] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1308, + "line": 1334, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1308" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1334" } ] } } }, { - "id": 1277, + "id": 1292, "name": "Pagination", "variant": "declaration", "kind": 2097152, @@ -86180,22 +87603,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1301, + "line": 1327, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1301" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1327" } ], "type": { "type": "reflection", "declaration": { - "id": 1278, + "id": 1293, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1280, + "id": 1295, "name": "lastPage", "variant": "declaration", "kind": 1024, @@ -86203,9 +87626,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1304, + "line": 1330, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1304" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1330" } ], "type": { @@ -86214,7 +87637,7 @@ } }, { - "id": 1279, + "id": 1294, "name": "nextPage", "variant": "declaration", "kind": 1024, @@ -86222,9 +87645,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1303, + "line": 1329, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1303" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1329" } ], "type": { @@ -86242,7 +87665,7 @@ } }, { - "id": 1281, + "id": 1296, "name": "total", "variant": "declaration", "kind": 1024, @@ -86250,9 +87673,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1305, + "line": 1331, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1305" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1331" } ], "type": { @@ -86264,20 +87687,20 @@ "groups": [ { "title": "Properties", - "children": [1280, 1279, 1281] + "children": [1295, 1294, 1296] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1301, + "line": 1327, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1301" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1327" } ], "indexSignatures": [ { - "id": 1282, + "id": 1297, "name": "__index", "variant": "signature", "kind": 8192, @@ -86285,14 +87708,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1302, + "line": 1328, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1302" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1328" } ], "parameters": [ { - "id": 1283, + "id": 1298, "name": "key", "variant": "param", "kind": 32768, @@ -86313,7 +87736,7 @@ } }, { - "id": 725, + "id": 737, "name": "Prettify", "variant": "declaration", "kind": 2097152, @@ -86329,14 +87752,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ], "typeParameters": [ { - "id": 726, + "id": 738, "name": "T", "variant": "typeParam", "kind": 131072, @@ -86347,7 +87770,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 726, + "target": 738, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -86363,7 +87786,7 @@ }, "trueType": { "type": "reference", - "target": 726, + "target": 738, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -86376,7 +87799,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 726, + "target": 738, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -86396,7 +87819,7 @@ }, "objectType": { "type": "reference", - "target": 726, + "target": 738, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -86406,7 +87829,7 @@ } }, { - "id": 686, + "id": 697, "name": "Provider", "variant": "declaration", "kind": 2097152, @@ -86424,7 +87847,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 18, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L18" } ], "type": { @@ -86522,7 +87945,7 @@ } }, { - "id": 730, + "id": 742, "name": "RequestResult", "variant": "declaration", "kind": 2097152, @@ -86538,21 +87961,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 136, + "line": 141, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L136" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L141" } ], "typeParameters": [ { - "id": 737, + "id": 749, "name": "T", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 738, + "id": 750, "name": "ErrorType", "variant": "typeParam", "kind": 131072, @@ -86568,7 +87991,7 @@ }, "default": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -86580,14 +88003,14 @@ { "type": "reflection", "declaration": { - "id": 731, + "id": 743, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 732, + "id": 744, "name": "data", "variant": "declaration", "kind": 1024, @@ -86595,21 +88018,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 138, + "line": 143, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L143" } ], "type": { "type": "reference", - "target": 737, + "target": 749, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true } }, { - "id": 733, + "id": 745, "name": "error", "variant": "declaration", "kind": 1024, @@ -86617,9 +88040,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 139, + "line": 144, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L139" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L144" } ], "type": { @@ -86631,15 +88054,15 @@ "groups": [ { "title": "Properties", - "children": [732, 733] + "children": [744, 745] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 137, + "line": 142, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L137" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L142" } ] } @@ -86647,14 +88070,14 @@ { "type": "reflection", "declaration": { - "id": 734, + "id": 746, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 735, + "id": 747, "name": "data", "variant": "declaration", "kind": 1024, @@ -86662,9 +88085,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 142, + "line": 147, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L142" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L147" } ], "type": { @@ -86673,7 +88096,7 @@ } }, { - "id": 736, + "id": 748, "name": "error", "variant": "declaration", "kind": 1024, @@ -86681,9 +88104,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 143, + "line": 148, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L143" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L148" } ], "type": { @@ -86699,19 +88122,19 @@ }, "extendsType": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" }, "trueType": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" }, "falseType": { "type": "reference", - "target": 738, + "target": 750, "name": "ErrorType", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -86722,15 +88145,15 @@ "groups": [ { "title": "Properties", - "children": [735, 736] + "children": [747, 748] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 141, + "line": 146, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L141" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L146" } ] } @@ -86739,7 +88162,7 @@ } }, { - "id": 739, + "id": 751, "name": "RequestResultSafeDestructure", "variant": "declaration", "kind": 2097152, @@ -86760,14 +88183,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 150, + "line": 155, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L150" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L155" } ], "typeParameters": [ { - "id": 746, + "id": 758, "name": "T", "variant": "typeParam", "kind": 131072, @@ -86780,14 +88203,14 @@ { "type": "reflection", "declaration": { - "id": 740, + "id": 752, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 741, + "id": 753, "name": "data", "variant": "declaration", "kind": 1024, @@ -86795,21 +88218,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 151, + "line": 156, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L151" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L156" } ], "type": { "type": "reference", - "target": 746, + "target": 758, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true } }, { - "id": 742, + "id": 754, "name": "error", "variant": "declaration", "kind": 1024, @@ -86817,9 +88240,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 151, + "line": 156, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L151" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L156" } ], "type": { @@ -86831,15 +88254,15 @@ "groups": [ { "title": "Properties", - "children": [741, 742] + "children": [753, 754] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 151, + "line": 156, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L151" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L156" } ] } @@ -86847,14 +88270,14 @@ { "type": "reflection", "declaration": { - "id": 743, + "id": 755, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 744, + "id": 756, "name": "data", "variant": "declaration", "kind": 1024, @@ -86862,16 +88285,16 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 153, + "line": 158, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L153" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L158" } ], "type": { "type": "conditional", "checkType": { "type": "reference", - "target": 746, + "target": 758, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -86888,7 +88311,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 746, + "target": 758, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -86906,7 +88329,7 @@ } }, { - "id": 745, + "id": 757, "name": "error", "variant": "declaration", "kind": 1024, @@ -86914,14 +88337,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 154, + "line": 159, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L154" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L159" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -86930,15 +88353,15 @@ "groups": [ { "title": "Properties", - "children": [744, 745] + "children": [756, 757] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 152, + "line": 157, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L152" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L157" } ] } @@ -86947,7 +88370,7 @@ } }, { - "id": 1302, + "id": 1317, "name": "RequiredClaims", "variant": "declaration", "kind": 2097152, @@ -86955,22 +88378,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1426, + "line": 1452, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1426" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1452" } ], "type": { "type": "reflection", "declaration": { - "id": 1303, + "id": 1318, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1310, + "id": 1325, "name": "aal", "variant": "declaration", "kind": 1024, @@ -86978,20 +88401,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1433, + "line": 1459, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1433" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1459" } ], "type": { "type": "reference", - "target": 1127, + "target": 1142, "name": "AuthenticatorAssuranceLevels", "package": "@supabase/auth-js" } }, { - "id": 1306, + "id": 1321, "name": "aud", "variant": "declaration", "kind": 1024, @@ -86999,9 +88422,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1429, + "line": 1455, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1429" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1455" } ], "type": { @@ -87022,7 +88445,7 @@ } }, { - "id": 1307, + "id": 1322, "name": "exp", "variant": "declaration", "kind": 1024, @@ -87030,9 +88453,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1430, + "line": 1456, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1430" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1456" } ], "type": { @@ -87041,7 +88464,7 @@ } }, { - "id": 1308, + "id": 1323, "name": "iat", "variant": "declaration", "kind": 1024, @@ -87049,9 +88472,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1431, + "line": 1457, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1431" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1457" } ], "type": { @@ -87060,7 +88483,7 @@ } }, { - "id": 1304, + "id": 1319, "name": "iss", "variant": "declaration", "kind": 1024, @@ -87068,9 +88491,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1427, + "line": 1453, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1427" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1453" } ], "type": { @@ -87079,7 +88502,7 @@ } }, { - "id": 1309, + "id": 1324, "name": "role", "variant": "declaration", "kind": 1024, @@ -87087,9 +88510,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1432, + "line": 1458, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1432" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1458" } ], "type": { @@ -87098,7 +88521,7 @@ } }, { - "id": 1311, + "id": 1326, "name": "session_id", "variant": "declaration", "kind": 1024, @@ -87106,9 +88529,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1434, + "line": 1460, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1434" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1460" } ], "type": { @@ -87117,7 +88540,7 @@ } }, { - "id": 1305, + "id": 1320, "name": "sub", "variant": "declaration", "kind": 1024, @@ -87125,9 +88548,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1428, + "line": 1454, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1428" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1454" } ], "type": { @@ -87139,22 +88562,29 @@ "groups": [ { "title": "Properties", - "children": [1310, 1306, 1307, 1308, 1304, 1309, 1311, 1305] + "children": [1325, 1321, 1322, 1323, 1319, 1324, 1326, 1320] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1426, + "line": 1452, "character": 29, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1426" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1452" } ] } - } + }, + "extendedBy": [ + { + "type": "reference", + "target": 1327, + "name": "JwtPayload" + } + ] }, { - "id": 1021, + "id": 1034, "name": "ResendParams", "variant": "declaration", "kind": 2097152, @@ -87162,9 +88592,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 747, + "line": 761, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L747" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L761" } ], "type": { @@ -87173,14 +88603,14 @@ { "type": "reflection", "declaration": { - "id": 1022, + "id": 1035, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1024, + "id": 1037, "name": "email", "variant": "declaration", "kind": 1024, @@ -87188,9 +88618,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 750, + "line": 764, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L750" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L764" } ], "type": { @@ -87199,7 +88629,7 @@ } }, { - "id": 1025, + "id": 1038, "name": "options", "variant": "declaration", "kind": 1024, @@ -87209,22 +88639,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 751, + "line": 765, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L751" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L765" } ], "type": { "type": "reflection", "declaration": { - "id": 1026, + "id": 1039, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1028, + "id": 1041, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -87242,9 +88672,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 755, + "line": 769, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L755" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L769" } ], "type": { @@ -87253,7 +88683,7 @@ } }, { - "id": 1027, + "id": 1040, "name": "emailRedirectTo", "variant": "declaration", "kind": 1024, @@ -87271,9 +88701,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 753, + "line": 767, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L753" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L767" } ], "type": { @@ -87285,22 +88715,22 @@ "groups": [ { "title": "Properties", - "children": [1028, 1027] + "children": [1041, 1040] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 751, + "line": 765, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L751" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L765" } ] } } }, { - "id": 1023, + "id": 1036, "name": "type", "variant": "declaration", "kind": 1024, @@ -87308,9 +88738,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 749, + "line": 763, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L749" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L763" } ], "type": { @@ -87322,7 +88752,7 @@ "typeArguments": [ { "type": "reference", - "target": 1020, + "target": 1033, "name": "EmailOtpType", "package": "@supabase/auth-js" }, @@ -87348,15 +88778,15 @@ "groups": [ { "title": "Properties", - "children": [1024, 1025, 1023] + "children": [1037, 1038, 1036] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 748, + "line": 762, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L748" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L762" } ] } @@ -87364,14 +88794,14 @@ { "type": "reflection", "declaration": { - "id": 1029, + "id": 1042, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1032, + "id": 1045, "name": "options", "variant": "declaration", "kind": 1024, @@ -87381,22 +88811,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 761, + "line": 775, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L761" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L775" } ], "type": { "type": "reflection", "declaration": { - "id": 1033, + "id": 1046, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1034, + "id": 1047, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -87414,9 +88844,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 763, + "line": 777, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L763" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L777" } ], "type": { @@ -87428,22 +88858,22 @@ "groups": [ { "title": "Properties", - "children": [1034] + "children": [1047] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 761, + "line": 775, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L761" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L775" } ] } } }, { - "id": 1031, + "id": 1044, "name": "phone", "variant": "declaration", "kind": 1024, @@ -87451,9 +88881,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 760, + "line": 774, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L760" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L774" } ], "type": { @@ -87462,7 +88892,7 @@ } }, { - "id": 1030, + "id": 1043, "name": "type", "variant": "declaration", "kind": 1024, @@ -87470,9 +88900,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 759, + "line": 773, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L759" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L773" } ], "type": { @@ -87484,7 +88914,7 @@ "typeArguments": [ { "type": "reference", - "target": 1019, + "target": 1032, "name": "MobileOtpType", "package": "@supabase/auth-js" }, @@ -87510,15 +88940,15 @@ "groups": [ { "title": "Properties", - "children": [1032, 1031, 1030] + "children": [1045, 1044, 1043] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 758, + "line": 772, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L758" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L772" } ] } @@ -87527,7 +88957,7 @@ } }, { - "id": 888, + "id": 901, "name": "SignInAnonymouslyCredentials", "variant": "declaration", "kind": 2097152, @@ -87535,22 +88965,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 507, + "line": 521, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L507" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L521" } ], "type": { "type": "reflection", "declaration": { - "id": 889, + "id": 902, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 890, + "id": 903, "name": "options", "variant": "declaration", "kind": 1024, @@ -87560,22 +88990,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 508, + "line": 522, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L508" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L522" } ], "type": { "type": "reflection", "declaration": { - "id": 891, + "id": 904, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 893, + "id": 906, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -87593,9 +89023,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 516, + "line": 530, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L516" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L530" } ], "type": { @@ -87604,7 +89034,7 @@ } }, { - "id": 892, + "id": 905, "name": "data", "variant": "declaration", "kind": 1024, @@ -87638,9 +89068,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 514, + "line": 528, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L514" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L528" } ], "type": { @@ -87652,15 +89082,15 @@ "groups": [ { "title": "Properties", - "children": [893, 892] + "children": [906, 905] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 508, + "line": 522, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L508" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L522" } ] } @@ -87670,22 +89100,22 @@ "groups": [ { "title": "Properties", - "children": [890] + "children": [903] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 507, + "line": 521, "character": 43, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L507" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L521" } ] } } }, { - "id": 937, + "id": 950, "name": "SignInWithIdTokenCredentials", "variant": "declaration", "kind": 2097152, @@ -87693,22 +89123,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 595, + "line": 609, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L595" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L609" } ], "type": { "type": "reflection", "declaration": { - "id": 938, + "id": 951, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 942, + "id": 955, "name": "access_token", "variant": "declaration", "kind": 1024, @@ -87734,9 +89164,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 601, + "line": 615, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L601" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L615" } ], "type": { @@ -87745,7 +89175,7 @@ } }, { - "id": 943, + "id": 956, "name": "nonce", "variant": "declaration", "kind": 1024, @@ -87771,9 +89201,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 603, + "line": 617, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L603" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L617" } ], "type": { @@ -87782,7 +89212,7 @@ } }, { - "id": 944, + "id": 957, "name": "options", "variant": "declaration", "kind": 1024, @@ -87792,22 +89222,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 604, + "line": 618, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L604" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L618" } ], "type": { "type": "reflection", "declaration": { - "id": 945, + "id": 958, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 946, + "id": 959, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -87825,9 +89255,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 606, + "line": 620, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L606" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L620" } ], "type": { @@ -87839,22 +89269,22 @@ "groups": [ { "title": "Properties", - "children": [946] + "children": [959] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 604, + "line": 618, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L604" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L618" } ] } } }, { - "id": 939, + "id": 952, "name": "provider", "variant": "declaration", "kind": 1024, @@ -87926,9 +89356,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 597, + "line": 611, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L597" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L611" } ], "type": { @@ -87964,7 +89394,7 @@ { "type": "reflection", "declaration": { - "id": 940, + "id": 953, "name": "__type", "variant": "declaration", "kind": 65536, @@ -87972,9 +89402,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 597, + "line": 611, "character": 76, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L597" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L611" } ] } @@ -87985,7 +89415,7 @@ } }, { - "id": 941, + "id": 954, "name": "token", "variant": "declaration", "kind": 1024, @@ -88033,9 +89463,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 599, + "line": 613, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L599" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L613" } ], "type": { @@ -88047,22 +89477,22 @@ "groups": [ { "title": "Properties", - "children": [942, 943, 944, 939, 941] + "children": [955, 956, 957, 952, 954] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 595, + "line": 609, "character": 43, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L595" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L609" } ] } } }, { - "id": 925, + "id": 938, "name": "SignInWithOAuthCredentials", "variant": "declaration", "kind": 2097152, @@ -88070,22 +89500,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 580, + "line": 594, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L580" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L594" } ], "type": { "type": "reflection", "declaration": { - "id": 926, + "id": 939, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 928, + "id": 941, "name": "options", "variant": "declaration", "kind": 1024, @@ -88095,22 +89525,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 583, + "line": 597, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L583" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L597" } ], "type": { "type": "reflection", "declaration": { - "id": 929, + "id": 942, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 932, + "id": 945, "name": "queryParams", "variant": "declaration", "kind": 1024, @@ -88128,15 +89558,15 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 589, + "line": 603, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L589" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L603" } ], "type": { "type": "reflection", "declaration": { - "id": 933, + "id": 946, "name": "__type", "variant": "declaration", "kind": 65536, @@ -88144,14 +89574,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 589, + "line": 603, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L589" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L603" } ], "indexSignatures": [ { - "id": 934, + "id": 947, "name": "__index", "variant": "signature", "kind": 8192, @@ -88159,14 +89589,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 589, + "line": 603, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L589" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L603" } ], "parameters": [ { - "id": 935, + "id": 948, "name": "key", "variant": "param", "kind": 32768, @@ -88187,7 +89617,7 @@ } }, { - "id": 930, + "id": 943, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -88205,9 +89635,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 585, + "line": 599, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L585" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L599" } ], "type": { @@ -88216,7 +89646,7 @@ } }, { - "id": 931, + "id": 944, "name": "scopes", "variant": "declaration", "kind": 1024, @@ -88234,9 +89664,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 587, + "line": 601, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L587" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L601" } ], "type": { @@ -88245,7 +89675,7 @@ } }, { - "id": 936, + "id": 949, "name": "skipBrowserRedirect", "variant": "declaration", "kind": 1024, @@ -88263,9 +89693,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 591, + "line": 605, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L591" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L605" } ], "type": { @@ -88277,22 +89707,22 @@ "groups": [ { "title": "Properties", - "children": [932, 930, 931, 936] + "children": [945, 943, 944, 949] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 583, + "line": 597, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L583" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L597" } ] } } }, { - "id": 927, + "id": 940, "name": "provider", "variant": "declaration", "kind": 1024, @@ -88308,14 +89738,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 582, + "line": 596, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L582" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L596" } ], "type": { "type": "reference", - "target": 686, + "target": 697, "name": "Provider", "package": "@supabase/auth-js" } @@ -88324,22 +89754,22 @@ "groups": [ { "title": "Properties", - "children": [928, 927] + "children": [941, 940] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 580, + "line": 594, "character": 41, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L580" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L594" } ] } } }, { - "id": 902, + "id": 915, "name": "SignInWithPasswordCredentials", "variant": "declaration", "kind": 2097152, @@ -88347,9 +89777,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 535, + "line": 549, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L535" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L549" } ], "type": { @@ -88367,14 +89797,14 @@ { "type": "reflection", "declaration": { - "id": 903, + "id": 916, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 904, + "id": 917, "name": "options", "variant": "declaration", "kind": 1024, @@ -88384,22 +89814,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 536, + "line": 550, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L536" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L550" } ], "type": { "type": "reflection", "declaration": { - "id": 905, + "id": 918, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 906, + "id": 919, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -88409,9 +89839,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 537, + "line": 551, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L537" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L551" } ], "type": { @@ -88423,15 +89853,15 @@ "groups": [ { "title": "Properties", - "children": [906] + "children": [919] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 536, + "line": 550, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L536" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L550" } ] } @@ -88441,15 +89871,15 @@ "groups": [ { "title": "Properties", - "children": [904] + "children": [917] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 535, + "line": 549, "character": 70, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L535" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L549" } ] } @@ -88458,7 +89888,7 @@ } }, { - "id": 907, + "id": 920, "name": "SignInWithPasswordlessCredentials", "variant": "declaration", "kind": 2097152, @@ -88466,9 +89896,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 541, + "line": 555, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L541" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L555" } ], "type": { @@ -88477,14 +89907,14 @@ { "type": "reflection", "declaration": { - "id": 908, + "id": 921, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 909, + "id": 922, "name": "email", "variant": "declaration", "kind": 1024, @@ -88500,9 +89930,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 544, + "line": 558, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L544" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L558" } ], "type": { @@ -88511,7 +89941,7 @@ } }, { - "id": 910, + "id": 923, "name": "options", "variant": "declaration", "kind": 1024, @@ -88521,22 +89951,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 545, + "line": 559, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L545" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L559" } ], "type": { "type": "reflection", "declaration": { - "id": 911, + "id": 924, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 915, + "id": 928, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -88554,9 +89984,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 557, + "line": 571, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L557" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L571" } ], "type": { @@ -88565,7 +89995,7 @@ } }, { - "id": 914, + "id": 927, "name": "data", "variant": "declaration", "kind": 1024, @@ -88599,9 +90029,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 555, + "line": 569, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L555" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L569" } ], "type": { @@ -88610,7 +90040,7 @@ } }, { - "id": 912, + "id": 925, "name": "emailRedirectTo", "variant": "declaration", "kind": 1024, @@ -88628,9 +90058,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 547, + "line": 561, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L547" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L561" } ], "type": { @@ -88639,7 +90069,7 @@ } }, { - "id": 913, + "id": 926, "name": "shouldCreateUser", "variant": "declaration", "kind": 1024, @@ -88657,9 +90087,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 549, + "line": 563, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L549" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L563" } ], "type": { @@ -88671,15 +90101,15 @@ "groups": [ { "title": "Properties", - "children": [915, 914, 912, 913] + "children": [928, 927, 925, 926] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 545, + "line": 559, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L545" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L559" } ] } @@ -88689,15 +90119,15 @@ "groups": [ { "title": "Properties", - "children": [909, 910] + "children": [922, 923] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 542, + "line": 556, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L542" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L556" } ] } @@ -88705,14 +90135,14 @@ { "type": "reflection", "declaration": { - "id": 916, + "id": 929, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 918, + "id": 931, "name": "options", "variant": "declaration", "kind": 1024, @@ -88722,22 +90152,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 563, + "line": 577, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L563" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L577" } ], "type": { "type": "reflection", "declaration": { - "id": 919, + "id": 932, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 922, + "id": 935, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -88755,9 +90185,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 573, + "line": 587, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L573" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L587" } ], "type": { @@ -88766,7 +90196,7 @@ } }, { - "id": 923, + "id": 936, "name": "channel", "variant": "declaration", "kind": 1024, @@ -88784,9 +90214,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 575, + "line": 589, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L575" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L589" } ], "type": { @@ -88804,7 +90234,7 @@ } }, { - "id": 921, + "id": 934, "name": "data", "variant": "declaration", "kind": 1024, @@ -88838,9 +90268,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 571, + "line": 585, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L571" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L585" } ], "type": { @@ -88849,7 +90279,7 @@ } }, { - "id": 920, + "id": 933, "name": "shouldCreateUser", "variant": "declaration", "kind": 1024, @@ -88867,9 +90297,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 565, + "line": 579, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L565" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L579" } ], "type": { @@ -88881,22 +90311,22 @@ "groups": [ { "title": "Properties", - "children": [922, 923, 921, 920] + "children": [935, 936, 934, 933] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 563, + "line": 577, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L563" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L577" } ] } } }, { - "id": 917, + "id": 930, "name": "phone", "variant": "declaration", "kind": 1024, @@ -88912,9 +90342,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 562, + "line": 576, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L562" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L576" } ], "type": { @@ -88926,15 +90356,15 @@ "groups": [ { "title": "Properties", - "children": [918, 917] + "children": [931, 930] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 560, + "line": 574, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L560" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L574" } ] } @@ -88943,7 +90373,7 @@ } }, { - "id": 1035, + "id": 1048, "name": "SignInWithSSO", "variant": "declaration", "kind": 2097152, @@ -88951,9 +90381,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 767, + "line": 781, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L767" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L781" } ], "type": { @@ -88962,14 +90392,14 @@ { "type": "reflection", "declaration": { - "id": 1036, + "id": 1049, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1038, + "id": 1051, "name": "options", "variant": "declaration", "kind": 1024, @@ -88979,22 +90409,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 772, + "line": 786, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L772" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L786" } ], "type": { "type": "reflection", "declaration": { - "id": 1039, + "id": 1052, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1041, + "id": 1054, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -89012,9 +90442,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 776, + "line": 790, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L776" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L790" } ], "type": { @@ -89023,7 +90453,7 @@ } }, { - "id": 1040, + "id": 1053, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -89041,36 +90471,65 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 774, + "line": 788, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L774" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L788" } ], "type": { "type": "intrinsic", "name": "string" } + }, + { + "id": 1055, + "name": "skipBrowserRedirect", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "If set to true, the redirect will not happen on the client side.\nThis parameter is used when you wish to handle the redirect yourself.\nDefaults to false." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 796, + "character": 8, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L796" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } } ], "groups": [ { "title": "Properties", - "children": [1041, 1040] + "children": [1054, 1053, 1055] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 772, + "line": 786, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L772" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L786" } ] } } }, { - "id": 1037, + "id": 1050, "name": "providerId", "variant": "declaration", "kind": 1024, @@ -89086,9 +90545,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 770, + "line": 784, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L770" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L784" } ], "type": { @@ -89100,15 +90559,15 @@ "groups": [ { "title": "Properties", - "children": [1038, 1037] + "children": [1051, 1050] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 768, + "line": 782, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L768" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L782" } ] } @@ -89116,14 +90575,14 @@ { "type": "reflection", "declaration": { - "id": 1042, + "id": 1056, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1043, + "id": 1057, "name": "domain", "variant": "declaration", "kind": 1024, @@ -89139,9 +90598,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 781, + "line": 801, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L781" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L801" } ], "type": { @@ -89150,7 +90609,7 @@ } }, { - "id": 1044, + "id": 1058, "name": "options", "variant": "declaration", "kind": 1024, @@ -89160,22 +90619,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 783, + "line": 803, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L783" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L803" } ], "type": { "type": "reflection", "declaration": { - "id": 1045, + "id": 1059, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1047, + "id": 1061, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -89193,9 +90652,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 787, + "line": 807, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L787" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L807" } ], "type": { @@ -89204,7 +90663,7 @@ } }, { - "id": 1046, + "id": 1060, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -89222,29 +90681,58 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 785, + "line": 805, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L785" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L805" } ], "type": { "type": "intrinsic", "name": "string" } + }, + { + "id": 1062, + "name": "skipBrowserRedirect", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "If set to true, the redirect will not happen on the client side.\nThis parameter is used when you wish to handle the redirect yourself.\nDefaults to false." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 813, + "character": 8, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L813" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } } ], "groups": [ { "title": "Properties", - "children": [1047, 1046] + "children": [1061, 1060, 1062] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 783, + "line": 803, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L783" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L803" } ] } @@ -89254,15 +90742,15 @@ "groups": [ { "title": "Properties", - "children": [1043, 1044] + "children": [1057, 1058] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 779, + "line": 799, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L779" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L799" } ] } @@ -89271,7 +90759,7 @@ } }, { - "id": 1288, + "id": 1303, "name": "SignOut", "variant": "declaration", "kind": 2097152, @@ -89279,22 +90767,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1315, + "line": 1341, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1315" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1341" } ], "type": { "type": "reflection", "declaration": { - "id": 1289, + "id": 1304, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1290, + "id": 1305, "name": "scope", "variant": "declaration", "kind": 1024, @@ -89312,9 +90800,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1326, + "line": 1352, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1326" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1352" } ], "type": { @@ -89339,22 +90827,22 @@ "groups": [ { "title": "Properties", - "children": [1290] + "children": [1305] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1315, + "line": 1341, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1315" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1341" } ] } } }, { - "id": 1324, + "id": 1355, "name": "SignOutScope", "variant": "declaration", "kind": 2097152, @@ -89362,9 +90850,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1450, + "line": 1500, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1450" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1500" } ], "type": { @@ -89377,7 +90865,7 @@ "type": "query", "queryType": { "type": "reference", - "target": 1323, + "target": 1354, "name": "SIGN_OUT_SCOPES", "package": "@supabase/auth-js" } @@ -89385,7 +90873,7 @@ } }, { - "id": 894, + "id": 907, "name": "SignUpWithPasswordCredentials", "variant": "declaration", "kind": 2097152, @@ -89393,14 +90881,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 520, + "line": 534, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L520" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L534" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -89417,14 +90905,14 @@ { "type": "reflection", "declaration": { - "id": 895, + "id": 908, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 896, + "id": 909, "name": "options", "variant": "declaration", "kind": 1024, @@ -89434,22 +90922,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 522, + "line": 536, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L522" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L536" } ], "type": { "type": "reflection", "declaration": { - "id": 897, + "id": 910, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 900, + "id": 913, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -89459,9 +90947,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 525, + "line": 539, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L525" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L539" } ], "type": { @@ -89470,7 +90958,7 @@ } }, { - "id": 901, + "id": 914, "name": "channel", "variant": "declaration", "kind": 1024, @@ -89480,9 +90968,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 526, + "line": 540, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L526" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L540" } ], "type": { @@ -89500,7 +90988,7 @@ } }, { - "id": 899, + "id": 912, "name": "data", "variant": "declaration", "kind": 1024, @@ -89510,9 +90998,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 524, + "line": 538, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L524" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L538" } ], "type": { @@ -89521,7 +91009,7 @@ } }, { - "id": 898, + "id": 911, "name": "emailRedirectTo", "variant": "declaration", "kind": 1024, @@ -89531,9 +91019,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 523, + "line": 537, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L523" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L537" } ], "type": { @@ -89545,15 +91033,15 @@ "groups": [ { "title": "Properties", - "children": [900, 901, 899, 898] + "children": [913, 914, 912, 911] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 522, + "line": 536, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L522" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L536" } ] } @@ -89563,15 +91051,15 @@ "groups": [ { "title": "Properties", - "children": [896] + "children": [909] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 521, + "line": 535, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L521" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L535" } ] } @@ -89584,7 +91072,7 @@ } }, { - "id": 947, + "id": 960, "name": "SolanaWallet", "variant": "declaration", "kind": 2097152, @@ -89592,22 +91080,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 610, + "line": 624, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L610" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L624" } ], "type": { "type": "reflection", "declaration": { - "id": 948, + "id": 961, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 953, + "id": 966, "name": "publicKey", "variant": "declaration", "kind": 1024, @@ -89617,9 +91105,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 612, + "line": 626, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L612" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L626" } ], "type": { @@ -89628,14 +91116,14 @@ { "type": "reflection", "declaration": { - "id": 954, + "id": 967, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 955, + "id": 968, "name": "toBase58", "variant": "declaration", "kind": 1024, @@ -89643,15 +91131,15 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 613, + "line": 627, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L613" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L627" } ], "type": { "type": "reflection", "declaration": { - "id": 956, + "id": 969, "name": "__type", "variant": "declaration", "kind": 65536, @@ -89659,14 +91147,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 613, + "line": 627, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L613" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L627" } ], "signatures": [ { - "id": 957, + "id": 970, "name": "__type", "variant": "signature", "kind": 4096, @@ -89684,15 +91172,15 @@ "groups": [ { "title": "Properties", - "children": [955] + "children": [968] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 612, + "line": 626, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L612" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L626" } ] } @@ -89705,7 +91193,7 @@ } }, { - "id": 949, + "id": 962, "name": "signIn", "variant": "declaration", "kind": 1024, @@ -89715,15 +91203,15 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 611, + "line": 625, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L611" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L625" } ], "type": { "type": "reflection", "declaration": { - "id": 950, + "id": 963, "name": "__type", "variant": "declaration", "kind": 65536, @@ -89731,21 +91219,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 611, + "line": 625, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L611" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L625" } ], "signatures": [ { - "id": 951, + "id": 964, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 952, + "id": 965, "name": "inputs", "variant": "param", "kind": 32768, @@ -89809,7 +91297,7 @@ } }, { - "id": 958, + "id": 971, "name": "signMessage", "variant": "declaration", "kind": 1024, @@ -89819,15 +91307,15 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 616, + "line": 630, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L616" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L630" } ], "type": { "type": "reflection", "declaration": { - "id": 959, + "id": 972, "name": "__type", "variant": "declaration", "kind": 65536, @@ -89835,21 +91323,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 616, + "line": 630, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L616" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L630" } ], "signatures": [ { - "id": 960, + "id": 973, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 961, + "id": 974, "name": "message", "variant": "param", "kind": 32768, @@ -89865,7 +91353,7 @@ } }, { - "id": 962, + "id": 975, "name": "encoding", "variant": "param", "kind": 32768, @@ -89925,22 +91413,22 @@ "groups": [ { "title": "Properties", - "children": [953, 949, 958] + "children": [966, 962, 971] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 610, + "line": 624, "character": 27, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L610" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L624" } ] } } }, { - "id": 963, + "id": 976, "name": "SolanaWeb3Credentials", "variant": "declaration", "kind": 2097152, @@ -89948,9 +91436,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 619, + "line": 633, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L619" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L633" } ], "type": { @@ -89959,14 +91447,14 @@ { "type": "reflection", "declaration": { - "id": 964, + "id": 977, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 965, + "id": 978, "name": "chain", "variant": "declaration", "kind": 1024, @@ -89974,9 +91462,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 621, + "line": 635, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L621" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L635" } ], "type": { @@ -89985,7 +91473,7 @@ } }, { - "id": 968, + "id": 981, "name": "options", "variant": "declaration", "kind": 1024, @@ -89995,22 +91483,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 629, + "line": 643, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L629" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L643" } ], "type": { "type": "reflection", "declaration": { - "id": 969, + "id": 982, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 971, + "id": 984, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -90028,9 +91516,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 634, + "line": 648, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L634" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L648" } ], "type": { @@ -90039,7 +91527,7 @@ } }, { - "id": 972, + "id": 985, "name": "signInWithSolana", "variant": "declaration", "kind": 1024, @@ -90049,9 +91537,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 636, + "line": 650, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L636" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L650" } ], "type": { @@ -90112,7 +91600,7 @@ } }, { - "id": 970, + "id": 983, "name": "url", "variant": "declaration", "kind": 1024, @@ -90130,9 +91618,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 631, + "line": 645, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L631" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L645" } ], "type": { @@ -90144,22 +91632,22 @@ "groups": [ { "title": "Properties", - "children": [971, 972, 970] + "children": [984, 985, 983] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 629, + "line": 643, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L629" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L643" } ] } } }, { - "id": 967, + "id": 980, "name": "statement", "variant": "declaration", "kind": 1024, @@ -90177,9 +91665,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 627, + "line": 641, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L627" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L641" } ], "type": { @@ -90188,7 +91676,7 @@ } }, { - "id": 966, + "id": 979, "name": "wallet", "variant": "declaration", "kind": 1024, @@ -90214,14 +91702,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 624, + "line": 638, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L624" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L638" } ], "type": { "type": "reference", - "target": 947, + "target": 960, "name": "SolanaWallet", "package": "@supabase/auth-js" } @@ -90230,15 +91718,15 @@ "groups": [ { "title": "Properties", - "children": [965, 968, 967, 966] + "children": [978, 981, 980, 979] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 620, + "line": 634, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L620" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L634" } ] } @@ -90246,14 +91734,14 @@ { "type": "reflection", "declaration": { - "id": 973, + "id": 986, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 974, + "id": 987, "name": "chain", "variant": "declaration", "kind": 1024, @@ -90261,9 +91749,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 642, + "line": 656, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L642" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L656" } ], "type": { @@ -90272,7 +91760,7 @@ } }, { - "id": 975, + "id": 988, "name": "message", "variant": "declaration", "kind": 1024, @@ -90312,9 +91800,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 645, + "line": 659, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L645" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L659" } ], "type": { @@ -90323,7 +91811,7 @@ } }, { - "id": 977, + "id": 990, "name": "options", "variant": "declaration", "kind": 1024, @@ -90333,22 +91821,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 650, + "line": 664, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L650" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L664" } ], "type": { "type": "reflection", "declaration": { - "id": 978, + "id": 991, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 979, + "id": 992, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -90366,9 +91854,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 652, + "line": 666, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L652" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L666" } ], "type": { @@ -90380,22 +91868,22 @@ "groups": [ { "title": "Properties", - "children": [979] + "children": [992] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 650, + "line": 664, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L650" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L664" } ] } } }, { - "id": 976, + "id": 989, "name": "signature", "variant": "declaration", "kind": 1024, @@ -90411,9 +91899,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 648, + "line": 662, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L648" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L662" } ], "type": { @@ -90430,15 +91918,15 @@ "groups": [ { "title": "Properties", - "children": [974, 975, 977, 976] + "children": [987, 988, 990, 989] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 641, + "line": 655, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L641" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L655" } ] } @@ -90447,7 +91935,7 @@ } }, { - "id": 783, + "id": 795, "name": "SSOResponse", "variant": "declaration", "kind": 2097152, @@ -90455,26 +91943,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 206, + "line": 211, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L206" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L211" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 784, + "id": 796, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 785, + "id": 797, "name": "url", "variant": "declaration", "kind": 1024, @@ -90498,9 +91986,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 214, + "line": 219, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L214" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L219" } ], "type": { @@ -90512,15 +92000,15 @@ "groups": [ { "title": "Properties", - "children": [785] + "children": [797] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 206, + "line": 211, "character": 40, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L206" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L211" } ] } @@ -90531,7 +92019,7 @@ } }, { - "id": 727, + "id": 739, "name": "StrictOmit", "variant": "declaration", "kind": 2097152, @@ -90547,21 +92035,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 131, + "line": 136, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L131" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L136" } ], "typeParameters": [ { - "id": 728, + "id": 740, "name": "T", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 729, + "id": 741, "name": "K", "variant": "typeParam", "kind": 131072, @@ -90571,7 +92059,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 728, + "target": 740, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -90588,14 +92076,14 @@ "typeArguments": [ { "type": "reference", - "target": 728, + "target": 740, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true }, { "type": "reference", - "target": 729, + "target": 741, "name": "K", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -90606,7 +92094,7 @@ } }, { - "id": 1270, + "id": 1285, "name": "SupportedStorage", "variant": "declaration", "kind": 2097152, @@ -90614,9 +92102,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1284, + "line": 1310, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1284" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1310" } ], "type": { @@ -90673,14 +92161,14 @@ { "type": "reflection", "declaration": { - "id": 1271, + "id": 1286, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1272, + "id": 1287, "name": "isServer", "variant": "declaration", "kind": 1024, @@ -90706,9 +92194,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1294, + "line": 1320, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1294" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1320" } ], "type": { @@ -90720,15 +92208,15 @@ "groups": [ { "title": "Properties", - "children": [1272] + "children": [1287] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1286, + "line": 1312, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1286" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1312" } ] } @@ -90737,7 +92225,7 @@ } }, { - "id": 1353, + "id": 1384, "name": "UpdateOAuthClientParams", "variant": "declaration", "kind": 2097152, @@ -90753,22 +92241,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1535, + "line": 1585, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1535" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1585" } ], "type": { "type": "reflection", "declaration": { - "id": 1354, + "id": 1385, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1355, + "id": 1386, "name": "client_name", "variant": "declaration", "kind": 1024, @@ -90786,9 +92274,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1537, + "line": 1587, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1537" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1587" } ], "type": { @@ -90797,7 +92285,7 @@ } }, { - "id": 1356, + "id": 1387, "name": "client_uri", "variant": "declaration", "kind": 1024, @@ -90815,9 +92303,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1539, + "line": 1589, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1539" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1589" } ], "type": { @@ -90826,7 +92314,7 @@ } }, { - "id": 1359, + "id": 1390, "name": "grant_types", "variant": "declaration", "kind": 1024, @@ -90844,23 +92332,23 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1545, + "line": 1595, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1545" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1595" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 1325, + "target": 1356, "name": "OAuthClientGrantType", "package": "@supabase/auth-js" } } }, { - "id": 1357, + "id": 1388, "name": "logo_uri", "variant": "declaration", "kind": 1024, @@ -90878,9 +92366,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1541, + "line": 1591, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1541" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1591" } ], "type": { @@ -90889,7 +92377,7 @@ } }, { - "id": 1358, + "id": 1389, "name": "redirect_uris", "variant": "declaration", "kind": 1024, @@ -90907,9 +92395,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1543, + "line": 1593, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1543" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1593" } ], "type": { @@ -90924,22 +92412,22 @@ "groups": [ { "title": "Properties", - "children": [1355, 1356, 1359, 1357, 1358] + "children": [1386, 1387, 1390, 1388, 1389] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1535, + "line": 1585, "character": 38, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1535" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1585" } ] } } }, { - "id": 786, + "id": 798, "name": "UserResponse", "variant": "declaration", "kind": 2097152, @@ -90947,26 +92435,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 217, + "line": 222, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L217" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L222" } ], "type": { "type": "reference", - "target": 739, + "target": 751, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 787, + "id": 799, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 788, + "id": 800, "name": "user", "variant": "declaration", "kind": 1024, @@ -90974,14 +92462,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 218, + "line": 223, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L218" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L223" } ], "type": { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" } @@ -90990,15 +92478,15 @@ "groups": [ { "title": "Properties", - "children": [788] + "children": [800] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 217, + "line": 222, "character": 56, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L217" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L222" } ] } @@ -91009,7 +92497,7 @@ } }, { - "id": 999, + "id": 1012, "name": "VerifyOtpParams", "variant": "declaration", "kind": 2097152, @@ -91017,9 +92505,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 697, + "line": 711, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L697" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L711" } ], "type": { @@ -91027,19 +92515,19 @@ "types": [ { "type": "reference", - "target": 1000, + "target": 1013, "name": "VerifyMobileOtpParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1008, + "target": 1021, "name": "VerifyEmailOtpParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1016, + "target": 1029, "name": "VerifyTokenHashParams", "package": "@supabase/auth-js" } @@ -91047,7 +92535,7 @@ } }, { - "id": 721, + "id": 733, "name": "WeakPassword", "variant": "declaration", "kind": 2097152, @@ -91055,22 +92543,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 115, + "line": 120, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L120" } ], "type": { "type": "reflection", "declaration": { - "id": 722, + "id": 734, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 724, + "id": 736, "name": "message", "variant": "declaration", "kind": 1024, @@ -91078,9 +92566,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 117, + "line": 122, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L117" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L122" } ], "type": { @@ -91089,7 +92577,7 @@ } }, { - "id": 723, + "id": 735, "name": "reasons", "variant": "declaration", "kind": 1024, @@ -91097,16 +92585,16 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 116, + "line": 121, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L116" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L121" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 720, + "target": 732, "name": "WeakPasswordReasons", "package": "@supabase/auth-js" } @@ -91116,22 +92604,22 @@ "groups": [ { "title": "Properties", - "children": [724, 723] + "children": [736, 735] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 115, + "line": 120, "character": 27, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L120" } ] } } }, { - "id": 720, + "id": 732, "name": "WeakPasswordReasons", "variant": "declaration", "kind": 2097152, @@ -91139,9 +92627,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 114, + "line": 119, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L119" } ], "type": { @@ -91166,7 +92654,7 @@ } }, { - "id": 998, + "id": 1011, "name": "Web3Credentials", "variant": "declaration", "kind": 2097152, @@ -91174,9 +92662,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 695, + "line": 709, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L695" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L709" } ], "type": { @@ -91184,13 +92672,13 @@ "types": [ { "type": "reference", - "target": 963, + "target": 976, "name": "SolanaWeb3Credentials", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 981, + "target": 994, "name": "EthereumWeb3Credentials", "package": "@supabase/auth-js" } @@ -91198,7 +92686,7 @@ } }, { - "id": 660, + "id": 671, "name": "AuthAdminApi", "variant": "declaration", "kind": 32, @@ -91210,7 +92698,7 @@ "fileName": "packages/core/auth-js/src/AuthAdminApi.ts", "line": 3, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/AuthAdminApi.ts#L3" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/AuthAdminApi.ts#L3" } ], "type": { @@ -91225,7 +92713,7 @@ "defaultValue": "GoTrueAdminApi" }, { - "id": 661, + "id": 672, "name": "AuthClient", "variant": "declaration", "kind": 32, @@ -91237,7 +92725,7 @@ "fileName": "packages/core/auth-js/src/AuthClient.ts", "line": 3, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/AuthClient.ts#L3" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/AuthClient.ts#L3" } ], "type": { @@ -91252,7 +92740,7 @@ "defaultValue": "GoTrueClient" }, { - "id": 675, + "id": 686, "name": "lockInternals", "variant": "declaration", "kind": 32, @@ -91268,20 +92756,20 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 6, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L6" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L6" } ], "type": { "type": "reflection", "declaration": { - "id": 676, + "id": 687, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 677, + "id": 688, "name": "debug", "variant": "declaration", "kind": 1024, @@ -91295,7 +92783,7 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 10, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L10" } ], "type": { @@ -91308,7 +92796,7 @@ "groups": [ { "title": "Properties", - "children": [677] + "children": [688] } ], "sources": [ @@ -91316,7 +92804,7 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 6, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L6" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L6" } ] } @@ -91324,7 +92812,7 @@ "defaultValue": "..." }, { - "id": 1323, + "id": 1354, "name": "SIGN_OUT_SCOPES", "variant": "declaration", "kind": 32, @@ -91334,9 +92822,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1449, + "line": 1499, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1449" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1499" } ], "type": { @@ -91363,7 +92851,7 @@ "defaultValue": "..." }, { - "id": 1435, + "id": 1466, "name": "isAuthApiError", "variant": "declaration", "kind": 64, @@ -91373,12 +92861,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 41, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L41" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L41" } ], "signatures": [ { - "id": 1436, + "id": 1467, "name": "isAuthApiError", "variant": "signature", "kind": 4096, @@ -91388,12 +92876,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 41, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L41" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L41" } ], "parameters": [ { - "id": 1437, + "id": 1468, "name": "error", "variant": "param", "kind": 32768, @@ -91410,7 +92898,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1460, + "target": 1491, "name": "AuthApiError", "package": "@supabase/auth-js" } @@ -91419,7 +92907,7 @@ ] }, { - "id": 1432, + "id": 1463, "name": "isAuthError", "variant": "declaration", "kind": 64, @@ -91429,12 +92917,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 26, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L26" } ], "signatures": [ { - "id": 1433, + "id": 1464, "name": "isAuthError", "variant": "signature", "kind": 4096, @@ -91444,12 +92932,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 26, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L26" } ], "parameters": [ { - "id": 1434, + "id": 1465, "name": "error", "variant": "param", "kind": 32768, @@ -91466,7 +92954,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -91475,7 +92963,7 @@ ] }, { - "id": 1441, + "id": 1472, "name": "isAuthImplicitGrantRedirectError", "variant": "declaration", "kind": 64, @@ -91485,12 +92973,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 105, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L105" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L105" } ], "signatures": [ { - "id": 1442, + "id": 1473, "name": "isAuthImplicitGrantRedirectError", "variant": "signature", "kind": 4096, @@ -91500,12 +92988,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 105, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L105" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L105" } ], "parameters": [ { - "id": 1443, + "id": 1474, "name": "error", "variant": "param", "kind": 32768, @@ -91522,7 +93010,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1517, + "target": 1548, "name": "AuthImplicitGrantRedirectError", "package": "@supabase/auth-js" } @@ -91531,7 +93019,7 @@ ] }, { - "id": 1444, + "id": 1475, "name": "isAuthRetryableFetchError", "variant": "declaration", "kind": 64, @@ -91541,12 +93029,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 135, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L135" } ], "signatures": [ { - "id": 1445, + "id": 1476, "name": "isAuthRetryableFetchError", "variant": "signature", "kind": 4096, @@ -91556,12 +93044,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 135, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L135" } ], "parameters": [ { - "id": 1446, + "id": 1477, "name": "error", "variant": "param", "kind": 32768, @@ -91578,7 +93066,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1571, + "target": 1602, "name": "AuthRetryableFetchError", "package": "@supabase/auth-js" } @@ -91587,7 +93075,7 @@ ] }, { - "id": 1438, + "id": 1469, "name": "isAuthSessionMissingError", "variant": "declaration", "kind": 64, @@ -91597,12 +93085,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 72, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L72" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L72" } ], "signatures": [ { - "id": 1439, + "id": 1470, "name": "isAuthSessionMissingError", "variant": "signature", "kind": 4096, @@ -91612,12 +93100,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 72, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L72" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L72" } ], "parameters": [ { - "id": 1440, + "id": 1471, "name": "error", "variant": "param", "kind": 32768, @@ -91634,7 +93122,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1492, + "target": 1523, "name": "AuthSessionMissingError", "package": "@supabase/auth-js" } @@ -91643,7 +93131,7 @@ ] }, { - "id": 1447, + "id": 1478, "name": "isAuthWeakPasswordError", "variant": "declaration", "kind": 64, @@ -91653,12 +93141,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 157, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L157" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L157" } ], "signatures": [ { - "id": 1448, + "id": 1479, "name": "isAuthWeakPasswordError", "variant": "signature", "kind": 4096, @@ -91668,12 +93156,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 157, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L157" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L157" } ], "parameters": [ { - "id": 1449, + "id": 1480, "name": "error", "variant": "param", "kind": 32768, @@ -91690,7 +93178,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1581, + "target": 1612, "name": "AuthWeakPasswordError", "package": "@supabase/auth-js" } @@ -91699,7 +93187,7 @@ ] }, { - "id": 662, + "id": 673, "name": "navigatorLock", "variant": "declaration", "kind": 64, @@ -91709,12 +93197,12 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 59, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L59" } ], "signatures": [ { - "id": 663, + "id": 674, "name": "navigatorLock", "variant": "signature", "kind": 4096, @@ -91774,12 +93262,12 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 59, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L59" } ], "typeParameters": [ { - "id": 664, + "id": 675, "name": "R", "variant": "typeParam", "kind": 131072, @@ -91788,7 +93276,7 @@ ], "parameters": [ { - "id": 665, + "id": 676, "name": "name", "variant": "param", "kind": 32768, @@ -91807,7 +93295,7 @@ } }, { - "id": 666, + "id": 677, "name": "acquireTimeout", "variant": "param", "kind": 32768, @@ -91834,7 +93322,7 @@ } }, { - "id": 667, + "id": 678, "name": "fn", "variant": "param", "kind": 32768, @@ -91850,7 +93338,7 @@ "type": { "type": "reflection", "declaration": { - "id": 668, + "id": 679, "name": "__type", "variant": "declaration", "kind": 65536, @@ -91860,12 +93348,12 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 62, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L62" } ], "signatures": [ { - "id": 669, + "id": 680, "name": "__type", "variant": "signature", "kind": 4096, @@ -91875,7 +93363,7 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 62, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L62" } ], "type": { @@ -91887,7 +93375,7 @@ "typeArguments": [ { "type": "reference", - "target": 664, + "target": 675, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -91911,7 +93399,7 @@ "typeArguments": [ { "type": "reference", - "target": 664, + "target": 675, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -91924,7 +93412,7 @@ ] }, { - "id": 678, + "id": 689, "name": "processLock", "variant": "declaration", "kind": 64, @@ -91934,12 +93422,12 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 171, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L171" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L171" } ], "signatures": [ { - "id": 679, + "id": 690, "name": "processLock", "variant": "signature", "kind": 4096, @@ -91966,12 +93454,12 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 171, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L171" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L171" } ], "typeParameters": [ { - "id": 680, + "id": 691, "name": "R", "variant": "typeParam", "kind": 131072, @@ -91980,7 +93468,7 @@ ], "parameters": [ { - "id": 681, + "id": 692, "name": "name", "variant": "param", "kind": 32768, @@ -91999,7 +93487,7 @@ } }, { - "id": 682, + "id": 693, "name": "acquireTimeout", "variant": "param", "kind": 32768, @@ -92026,7 +93514,7 @@ } }, { - "id": 683, + "id": 694, "name": "fn", "variant": "param", "kind": 32768, @@ -92042,7 +93530,7 @@ "type": { "type": "reflection", "declaration": { - "id": 684, + "id": 695, "name": "__type", "variant": "declaration", "kind": 65536, @@ -92052,12 +93540,12 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 174, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L174" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L174" } ], "signatures": [ { - "id": 685, + "id": 696, "name": "__type", "variant": "signature", "kind": 4096, @@ -92067,7 +93555,7 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 174, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L174" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L174" } ], "type": { @@ -92079,7 +93567,7 @@ "typeArguments": [ { "type": "reference", - "target": 680, + "target": 691, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -92103,7 +93591,7 @@ "typeArguments": [ { "type": "reference", - "target": 680, + "target": 691, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -92120,42 +93608,42 @@ { "title": "Classes", "children": [ - 1460, 1450, 1517, 1508, 1593, 1500, 1544, 1571, 1492, 1470, 1581, 1480, 1, 107, 670 + 1491, 1481, 1548, 1539, 1624, 1531, 1575, 1602, 1523, 1501, 1612, 1511, 1, 107, 681 ] }, { "title": "Interfaces", "children": [ - 865, 800, 1416, 1070, 1263, 1373, 1133, 1316, 789, 878, 833, 826, 859, 803, 830, 1008, - 1000, 1016 + 878, 812, 1447, 1085, 1278, 1404, 1148, 1347, 1327, 801, 891, 846, 838, 872, 815, 843, + 1021, 1013, 1029 ] }, { "title": "Type Aliases", "children": [ - 798, 688, 687, 1127, 924, 1253, 1250, 1260, 1257, 1118, 1122, 1117, 1119, 1120, 1121, - 1295, 1113, 1294, 1296, 1128, 1123, 1114, 1112, 1105, 1412, 1413, 756, 747, 751, 761, - 765, 1276, 1345, 1020, 980, 981, 816, 815, 1064, 1054, 1073, 1078, 1074, 1085, 1059, - 1048, 698, 1273, 1297, 1312, 689, 1104, 1103, 1101, 1100, 1102, 1086, 1292, 1291, 1293, - 1099, 1087, 1098, 1091, 1090, 1092, 1096, 1019, 1396, 1402, 1329, 1325, 1361, 1328, - 1360, 1326, 1327, 770, 1284, 1277, 725, 686, 730, 739, 1302, 1021, 888, 937, 925, 902, - 907, 1035, 1288, 1324, 894, 947, 963, 783, 727, 1270, 1353, 786, 999, 721, 720, 998 + 810, 699, 698, 1142, 937, 1268, 1265, 1275, 1272, 1133, 1137, 1132, 1134, 1135, 1136, + 1310, 1128, 1309, 1311, 1143, 1138, 1129, 1127, 1120, 1443, 1444, 768, 759, 763, 773, + 777, 1291, 1376, 1033, 993, 994, 828, 827, 1079, 1069, 1088, 1093, 1089, 1100, 1074, + 1063, 709, 1288, 1312, 700, 1119, 1118, 1116, 1115, 1117, 1101, 1307, 1306, 1308, 1114, + 1102, 1113, 1106, 1105, 1107, 1111, 1032, 1427, 1433, 1360, 1356, 1392, 1359, 1391, + 1357, 1358, 782, 1299, 1292, 737, 697, 742, 751, 1317, 1034, 901, 950, 938, 915, 920, + 1048, 1303, 1355, 907, 960, 976, 795, 739, 1285, 1384, 798, 1012, 733, 732, 1011 ] }, { "title": "Variables", - "children": [660, 661, 675, 1323] + "children": [671, 672, 686, 1354] }, { "title": "Functions", - "children": [1435, 1432, 1441, 1444, 1438, 1447, 662, 678] + "children": [1466, 1463, 1472, 1475, 1469, 1478, 673, 689] } ], "packageName": "@supabase/auth-js", "readme": [ { "kind": "text", - "text": "
\n

\n \n \n \n \n \"Supabase\n \n \n\n

Supabase Auth JS SDK

\n\n

An isomorphic JavaScript SDK for the Supabase Auth API.

\n\n

\n Guides\n ·\n Reference Docs\n ·\n TypeDoc\n

\n

\n\n
\n\n[![Build](https://github.com/supabase/supabase-js/workflows/CI/badge.svg)](https://github.com/supabase/supabase-js/actions?query=branch%3Amaster)\n[![Package](https://img.shields.io/npm/v/@supabase/auth-js)](https://www.npmjs.com/package/@supabase/auth-js)\n[![License: MIT](https://img.shields.io/npm/l/@supabase/supabase-js)](#license)\n[![pkg.pr.new](https://pkg.pr.new/badge/supabase/auth-js)](https://pkg.pr.new/~/supabase/auth-js)\n\n
\n\n## Quick start\n\nInstall\n\n" + "text": "
\n

\n \n \n \n \n \"Supabase\n \n \n\n

Supabase Auth JS SDK

\n\n

An isomorphic JavaScript SDK for the Supabase Auth API.

\n\n

\n Guides\n ·\n Reference Docs\n ·\n TypeDoc\n

\n

\n\n
\n\n[![Build](https://github.com/supabase/supabase-js/workflows/CI/badge.svg)](https://github.com/supabase/supabase-js/actions?query=branch%3Amaster)\n[![Package](https://img.shields.io/npm/v/@supabase/auth-js)](https://www.npmjs.com/package/@supabase/auth-js)\n[![License: MIT](https://img.shields.io/npm/l/@supabase/supabase-js)](#license)\n[![pkg.pr.new](https://pkg.pr.new/badge/supabase/auth-js)](https://pkg.pr.new/~/supabase/auth-js)\n\n
\n\n## Requirements\n\n- **Node.js 20 or later** (Node.js 18 support dropped as of October 31, 2025)\n- For browser support, all modern browsers are supported\n\n> ⚠️ **Node.js 18 Deprecation Notice**\n>\n> Node.js 18 reached end-of-life on April 30, 2025. As announced in [our deprecation notice](https://github.com/orgs/supabase/discussions/37217), support for Node.js 18 was dropped on October 31, 2025.\n\n## Quick start\n\nInstall\n\n" }, { "kind": "code", @@ -92608,885 +94096,849 @@ "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.oauth" }, - "174": { + "172": { + "sourceFileName": "src/GoTrueClient.ts", + "qualifiedName": "default.isThrowOnErrorEnabled" + }, + "173": { + "sourceFileName": "src/GoTrueClient.ts", + "qualifiedName": "default.isThrowOnErrorEnabled" + }, + "185": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.initialize" }, - "175": { + "186": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.initialize" }, - "178": { + "189": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInAnonymously" }, - "179": { + "190": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInAnonymously" }, - "180": { + "191": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "181": { + "192": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signUp" }, - "182": { + "193": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signUp" }, - "183": { + "194": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "184": { + "195": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithPassword" }, - "185": { + "196": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithPassword" }, - "186": { + "197": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "187": { + "198": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithOAuth" }, - "188": { + "199": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithOAuth" }, - "189": { + "200": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "190": { + "201": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.exchangeCodeForSession" }, - "191": { + "202": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.exchangeCodeForSession" }, - "192": { + "203": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "authCode" }, - "193": { + "204": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithWeb3" }, - "194": { + "205": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithWeb3" }, - "195": { + "206": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "196": { + "207": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "197": { + "208": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "198": { + "209": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "199": { + "210": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "200": { + "211": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.user" }, - "201": { + "212": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "202": { + "213": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "203": { + "214": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "204": { + "215": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "205": { + "216": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "206": { + "217": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.user" }, - "207": { + "218": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "246": { + "257": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithIdToken" }, - "247": { + "258": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithIdToken" }, - "248": { + "259": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "249": { + "260": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithOtp" }, - "250": { + "261": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithOtp" }, - "251": { + "262": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "252": { + "263": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.verifyOtp" }, - "253": { + "264": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.verifyOtp" }, - "254": { + "265": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "params" }, - "255": { + "266": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithSSO" }, - "256": { + "267": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithSSO" }, - "257": { + "268": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "params" }, - "258": { + "269": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.reauthenticate" }, - "259": { + "270": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.reauthenticate" }, - "262": { + "273": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.resend" }, - "263": { + "274": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.resend" }, - "264": { + "275": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "265": { + "276": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.getSession" }, - "266": { + "277": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.getSession" }, - "267": { + "278": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "268": { + "279": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "269": { + "280": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "270": { + "281": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "271": { + "282": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "272": { + "283": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "273": { + "284": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "274": { + "285": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "275": { + "286": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "276": { + "287": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "277": { + "288": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "278": { + "289": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "279": { + "290": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "280": { + "291": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "281": { + "292": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "328": { + "339": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.getUser" }, - "329": { + "340": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.getUser" }, - "330": { + "341": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "jwt" }, - "334": { + "345": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.updateUser" }, - "335": { + "346": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.updateUser" }, - "336": { + "347": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "attributes" }, - "337": { + "348": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "options" }, - "338": { + "349": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "339": { + "350": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.emailRedirectTo" }, - "346": { + "357": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.setSession" }, - "347": { + "358": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.setSession" }, - "348": { + "359": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "currentSession" }, - "349": { + "360": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "350": { + "361": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.access_token" }, - "351": { + "362": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.refresh_token" }, - "358": { + "369": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.refreshSession" }, - "359": { + "370": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.refreshSession" }, - "360": { + "371": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "currentSession" }, - "361": { + "372": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "362": { + "373": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.refresh_token" }, - "399": { + "410": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signOut" }, - "400": { + "411": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signOut" }, - "401": { + "412": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "options" }, - "402": { + "413": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "403": { + "414": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "409": { + "420": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.onAuthStateChange" }, - "410": { + "421": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.onAuthStateChange" }, - "411": { + "422": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "callback" }, - "412": { + "423": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "413": { + "424": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "414": { + "425": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "event" }, - "415": { + "426": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "session" }, - "416": { + "427": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "417": { + "428": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "418": { + "429": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "419": { + "430": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.subscription" }, - "420": { + "431": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.onAuthStateChange" }, - "421": { + "432": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "callback" }, - "422": { + "433": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "423": { + "434": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "424": { + "435": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "event" }, - "425": { + "436": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "session" }, - "426": { + "437": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "427": { + "438": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "428": { + "439": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "429": { + "440": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.subscription" }, - "433": { + "444": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.resetPasswordForEmail" }, - "434": { + "445": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.resetPasswordForEmail" }, - "435": { + "446": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "email" }, - "436": { + "447": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "options" }, - "437": { + "448": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "438": { + "449": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.redirectTo" }, - "439": { + "450": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.captchaToken" }, - "440": { + "451": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "441": { + "452": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "442": { + "453": { "sourceFileName": "", "qualifiedName": "__type" }, - "443": { + "454": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "444": { + "455": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "445": { + "456": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "446": { + "457": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "447": { + "458": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.getUserIdentities" }, - "448": { + "459": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.getUserIdentities" }, - "449": { + "460": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "450": { + "461": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "451": { + "462": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "452": { + "463": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.identities" }, - "453": { + "464": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "454": { + "465": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "455": { + "466": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "456": { + "467": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "457": { + "468": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.linkIdentity" }, - "458": { + "469": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.linkIdentity" }, - "459": { + "470": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "460": { + "471": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.linkIdentity" }, - "461": { + "472": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "468": { + "479": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.unlinkIdentity" }, - "469": { + "480": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.unlinkIdentity" }, - "470": { + "481": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "identity" }, - "471": { + "482": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "472": { + "483": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "473": { + "484": { "sourceFileName": "", "qualifiedName": "__type" }, - "474": { + "485": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "475": { + "486": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "476": { + "487": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "477": { + "488": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "523": { + "534": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.startAutoRefresh" }, - "524": { + "535": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.startAutoRefresh" }, - "525": { + "536": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.stopAutoRefresh" }, - "526": { + "537": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.stopAutoRefresh" }, - "637": { + "648": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.getClaims" }, - "638": { + "649": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.getClaims" }, - "639": { + "650": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "jwt" }, - "640": { + "651": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "options" }, - "641": { + "652": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "642": { + "653": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.keys" }, - "643": { + "654": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.allowExpired" }, - "644": { + "655": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.jwks" }, - "645": { + "656": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "646": { + "657": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.keys" }, - "647": { + "658": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "648": { + "659": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "649": { + "660": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "650": { + "661": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.claims" }, - "651": { + "662": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.header" }, - "652": { + "663": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.signature" }, - "653": { + "664": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "654": { + "665": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "655": { + "666": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "656": { + "667": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "657": { + "668": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "658": { + "669": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "659": { + "670": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "660": { + "671": { "sourceFileName": "src/AuthAdminApi.ts", "qualifiedName": "AuthAdminApi" }, - "661": { + "672": { "sourceFileName": "src/AuthClient.ts", "qualifiedName": "AuthClient" }, - "662": { + "673": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "navigatorLock" }, - "663": { + "674": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "navigatorLock" }, - "664": { + "675": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "R" }, - "665": { + "676": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "name" }, - "666": { + "677": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "acquireTimeout" }, - "667": { + "678": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "fn" }, - "668": { + "679": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "__type" }, - "669": { + "680": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "__type" }, - "670": { + "681": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "NavigatorLockAcquireTimeoutError" }, - "671": { + "682": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "LockAcquireTimeoutError.__constructor" }, - "672": { + "683": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "NavigatorLockAcquireTimeoutError" }, - "673": { + "684": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "message" }, - "674": { + "685": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "LockAcquireTimeoutError.isAcquireTimeout" }, - "675": { + "686": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "internals" }, - "676": { + "687": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "__object" }, - "677": { + "688": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "__object.debug" }, - "678": { + "689": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "processLock" }, - "679": { + "690": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "processLock" }, - "680": { + "691": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "R" }, - "681": { - "sourceFileName": "src/lib/locks.ts", - "qualifiedName": "name" - }, - "682": { - "sourceFileName": "src/lib/locks.ts", - "qualifiedName": "acquireTimeout" - }, - "683": { - "sourceFileName": "src/lib/locks.ts", - "qualifiedName": "fn" - }, - "684": { - "sourceFileName": "src/lib/locks.ts", - "qualifiedName": "__type" - }, - "685": { - "sourceFileName": "src/lib/locks.ts", - "qualifiedName": "__type" - }, - "686": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "Provider" - }, - "687": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthChangeEventMFA" - }, - "688": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthChangeEvent" - }, - "689": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "LockFunc" - }, - "690": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" - }, - "691": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" - }, "692": { - "sourceFileName": "src/lib/types.ts", + "sourceFileName": "src/lib/locks.ts", "qualifiedName": "name" }, "693": { - "sourceFileName": "src/lib/types.ts", + "sourceFileName": "src/lib/locks.ts", "qualifiedName": "acquireTimeout" }, "694": { - "sourceFileName": "src/lib/types.ts", + "sourceFileName": "src/lib/locks.ts", "qualifiedName": "fn" }, "695": { - "sourceFileName": "src/lib/types.ts", + "sourceFileName": "src/lib/locks.ts", "qualifiedName": "__type" }, "696": { - "sourceFileName": "src/lib/types.ts", + "sourceFileName": "src/lib/locks.ts", "qualifiedName": "__type" }, "697": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "R" + "qualifiedName": "Provider" }, "698": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueClientOptions" + "qualifiedName": "AuthChangeEventMFA" }, "699": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AuthChangeEvent" }, "700": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.url" + "qualifiedName": "LockFunc" }, "701": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.headers" + "qualifiedName": "__type" }, "702": { "sourceFileName": "src/lib/types.ts", @@ -93494,123 +94946,123 @@ }, "703": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.__index" + "qualifiedName": "name" + }, + "704": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "acquireTimeout" }, "705": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.storageKey" + "qualifiedName": "fn" }, "706": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.detectSessionInUrl" + "qualifiedName": "__type" }, "707": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.autoRefreshToken" + "qualifiedName": "__type" }, "708": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.persistSession" + "qualifiedName": "R" }, "709": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.storage" + "qualifiedName": "GoTrueClientOptions" }, "710": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.userStorage" + "qualifiedName": "__type" }, "711": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.fetch" + "qualifiedName": "__type.url" }, "712": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.flowType" + "qualifiedName": "__type.headers" }, "713": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.debug" - }, - "714": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "715": { + "714": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.__index" }, "716": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "message" + "qualifiedName": "__type.storageKey" }, "717": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "args" + "qualifiedName": "__type.detectSessionInUrl" }, "718": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.lock" + "qualifiedName": "__type.autoRefreshToken" }, "719": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.hasCustomAuthorizationHeader" + "qualifiedName": "__type.persistSession" }, "720": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "WeakPasswordReasons" + "qualifiedName": "__type.storage" }, "721": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "WeakPassword" + "qualifiedName": "__type.userStorage" }, "722": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.fetch" }, "723": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.reasons" + "qualifiedName": "__type.flowType" }, "724": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.message" + "qualifiedName": "__type.debug" }, "725": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "Prettify" + "qualifiedName": "__type" }, "726": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "T" + "qualifiedName": "__type" }, "727": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "StrictOmit" + "qualifiedName": "message" }, "728": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "T" + "qualifiedName": "args" }, "729": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "K" + "qualifiedName": "__type.lock" }, "730": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "RequestResult" + "qualifiedName": "__type.hasCustomAuthorizationHeader" }, "731": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.throwOnError" }, "732": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.data" + "qualifiedName": "WeakPasswordReasons" }, "733": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.error" + "qualifiedName": "WeakPassword" }, "734": { "sourceFileName": "src/lib/types.ts", @@ -93618,35 +95070,35 @@ }, "735": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.data" + "qualifiedName": "__type.reasons" }, "736": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.error" + "qualifiedName": "__type.message" }, "737": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "T" + "qualifiedName": "Prettify" }, "738": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "ErrorType" + "qualifiedName": "T" }, "739": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "RequestResultSafeDestructure" + "qualifiedName": "StrictOmit" }, "740": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "T" }, "741": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.data" + "qualifiedName": "K" }, "742": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.error" + "qualifiedName": "RequestResult" }, "743": { "sourceFileName": "src/lib/types.ts", @@ -93662,27 +95114,27 @@ }, "746": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "T" + "qualifiedName": "__type" }, "747": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthResponse" + "qualifiedName": "__type.data" }, "748": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.error" }, "749": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.user" + "qualifiedName": "T" }, "750": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.session" + "qualifiedName": "ErrorType" }, "751": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthResponsePassword" + "qualifiedName": "RequestResultSafeDestructure" }, "752": { "sourceFileName": "src/lib/types.ts", @@ -93690,187 +95142,187 @@ }, "753": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.user" + "qualifiedName": "__type.data" }, "754": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.session" + "qualifiedName": "__type.error" }, "755": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.weak_password" + "qualifiedName": "__type" }, "756": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthOtpResponse" + "qualifiedName": "__type.data" }, "757": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.error" }, "758": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.user" + "qualifiedName": "T" }, "759": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.session" + "qualifiedName": "AuthResponse" }, "760": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.messageId" + "qualifiedName": "__type" }, "761": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthTokenResponse" + "qualifiedName": "__type.user" }, "762": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.session" }, "763": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.user" + "qualifiedName": "AuthResponsePassword" }, "764": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.session" + "qualifiedName": "__type" }, "765": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthTokenResponsePassword" + "qualifiedName": "__type.user" }, "766": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.session" }, "767": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.user" + "qualifiedName": "__type.weak_password" }, "768": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.session" + "qualifiedName": "AuthOtpResponse" }, "769": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.weakPassword" + "qualifiedName": "__type" }, "770": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "OAuthResponse" + "qualifiedName": "__type.user" }, "771": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.session" }, "772": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.data" + "qualifiedName": "__type.messageId" }, "773": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AuthTokenResponse" }, "774": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.provider" + "qualifiedName": "__type" }, "775": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.url" + "qualifiedName": "__type.user" }, "776": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.error" + "qualifiedName": "__type.session" }, "777": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AuthTokenResponsePassword" }, "778": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.data" + "qualifiedName": "__type" }, "779": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.user" }, "780": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.provider" + "qualifiedName": "__type.session" }, "781": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.url" + "qualifiedName": "__type.weakPassword" }, "782": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.error" + "qualifiedName": "OAuthResponse" }, "783": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "SSOResponse" + "qualifiedName": "__type" }, "784": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.data" }, "785": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.url" + "qualifiedName": "__type" }, "786": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "UserResponse" + "qualifiedName": "__type.provider" }, "787": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.url" }, "788": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.user" + "qualifiedName": "__type.error" }, "789": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "Session" + "qualifiedName": "__type" }, "790": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "Session.provider_token" + "qualifiedName": "__type.data" }, "791": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "Session.provider_refresh_token" + "qualifiedName": "__type" }, "792": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "Session.access_token" + "qualifiedName": "__type.provider" }, "793": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "Session.refresh_token" + "qualifiedName": "__type.url" }, "794": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "Session.expires_in" + "qualifiedName": "__type.error" }, "795": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "Session.expires_at" + "qualifiedName": "SSOResponse" }, "796": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "Session.token_type" + "qualifiedName": "__type" }, "797": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "Session.user" + "qualifiedName": "__type.url" }, "798": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AMRMethod" + "qualifiedName": "UserResponse" }, "799": { "sourceFileName": "src/lib/types.ts", @@ -93878,371 +95330,371 @@ }, "800": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AMREntry" + "qualifiedName": "__type.user" }, "801": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AMREntry.method" + "qualifiedName": "Session" }, "802": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AMREntry.timestamp" + "qualifiedName": "Session.provider_token" }, "803": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "UserIdentity" + "qualifiedName": "Session.provider_refresh_token" }, "804": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "UserIdentity.id" + "qualifiedName": "Session.access_token" }, "805": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "UserIdentity.user_id" + "qualifiedName": "Session.refresh_token" }, "806": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "UserIdentity.identity_data" + "qualifiedName": "Session.expires_in" }, "807": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "Session.expires_at" }, "808": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.__index" + "qualifiedName": "Session.token_type" + }, + "809": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "Session.user" }, "810": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "UserIdentity.identity_id" + "qualifiedName": "AMRMethod" }, "811": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "UserIdentity.provider" + "qualifiedName": "__type" }, "812": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "UserIdentity.created_at" + "qualifiedName": "AMREntry" }, "813": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "UserIdentity.last_sign_in_at" + "qualifiedName": "AMREntry.method" }, "814": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "UserIdentity.updated_at" + "qualifiedName": "AMREntry.timestamp" }, "815": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "FactorType" + "qualifiedName": "UserIdentity" }, "816": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "Factor" + "qualifiedName": "UserIdentity.id" }, "817": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "UserIdentity.user_id" }, "818": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.id" + "qualifiedName": "UserIdentity.identity_data" }, "819": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.friendly_name" + "qualifiedName": "__type" }, "820": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.factor_type" - }, - "821": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.status" + "qualifiedName": "__type.__index" }, "822": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.created_at" + "qualifiedName": "UserIdentity.identity_id" }, "823": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.updated_at" + "qualifiedName": "UserIdentity.provider" }, "824": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "Type" + "qualifiedName": "UserIdentity.created_at" }, "825": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "Status" + "qualifiedName": "UserIdentity.last_sign_in_at" }, "826": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "UserAppMetadata" + "qualifiedName": "UserIdentity.updated_at" }, "827": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "UserAppMetadata.provider" + "qualifiedName": "FactorType" }, "828": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "UserAppMetadata.__index" + "qualifiedName": "Factor" + }, + "829": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type" }, "830": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "UserMetadata" + "qualifiedName": "__type.id" }, "831": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "UserMetadata.__index" + "qualifiedName": "__type.friendly_name" + }, + "832": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.factor_type" }, "833": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "User" + "qualifiedName": "__type.status" }, "834": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "User.id" + "qualifiedName": "__type.created_at" }, "835": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "User.app_metadata" + "qualifiedName": "__type.updated_at" }, "836": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "User.user_metadata" + "qualifiedName": "Type" }, "837": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "User.aud" + "qualifiedName": "Status" }, "838": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "User.confirmation_sent_at" + "qualifiedName": "UserAppMetadata" }, "839": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "User.recovery_sent_at" + "qualifiedName": "UserAppMetadata.provider" }, "840": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "User.email_change_sent_at" + "qualifiedName": "UserAppMetadata.providers" }, "841": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "User.new_email" - }, - "842": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "User.new_phone" + "qualifiedName": "UserAppMetadata.__index" }, "843": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "User.invited_at" + "qualifiedName": "UserMetadata" }, "844": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "User.action_link" - }, - "845": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "User.email" + "qualifiedName": "UserMetadata.__index" }, "846": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "User.phone" + "qualifiedName": "User" }, "847": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "User.created_at" + "qualifiedName": "User.id" }, "848": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "User.confirmed_at" + "qualifiedName": "User.app_metadata" }, "849": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "User.email_confirmed_at" + "qualifiedName": "User.user_metadata" }, "850": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "User.phone_confirmed_at" + "qualifiedName": "User.aud" }, "851": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "User.last_sign_in_at" + "qualifiedName": "User.confirmation_sent_at" }, "852": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "User.role" + "qualifiedName": "User.recovery_sent_at" }, "853": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "User.updated_at" + "qualifiedName": "User.email_change_sent_at" }, "854": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "User.identities" + "qualifiedName": "User.new_email" }, "855": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "User.is_anonymous" + "qualifiedName": "User.new_phone" }, "856": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "User.is_sso_user" + "qualifiedName": "User.invited_at" }, "857": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "User.factors" + "qualifiedName": "User.action_link" }, "858": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "User.deleted_at" + "qualifiedName": "User.email" }, "859": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "UserAttributes" + "qualifiedName": "User.phone" }, "860": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "UserAttributes.email" + "qualifiedName": "User.created_at" }, "861": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "UserAttributes.phone" + "qualifiedName": "User.confirmed_at" }, "862": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "UserAttributes.password" + "qualifiedName": "User.email_confirmed_at" }, "863": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "UserAttributes.nonce" + "qualifiedName": "User.phone_confirmed_at" }, "864": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "UserAttributes.data" + "qualifiedName": "User.last_sign_in_at" }, "865": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AdminUserAttributes" + "qualifiedName": "User.role" }, "866": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.user_metadata" + "qualifiedName": "User.updated_at" }, "867": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.app_metadata" + "qualifiedName": "User.identities" }, "868": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.email_confirm" + "qualifiedName": "User.is_anonymous" }, "869": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.phone_confirm" + "qualifiedName": "User.is_sso_user" }, "870": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.ban_duration" + "qualifiedName": "User.factors" }, "871": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.role" + "qualifiedName": "User.deleted_at" }, "872": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.password_hash" + "qualifiedName": "UserAttributes" }, "873": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.id" + "qualifiedName": "UserAttributes.email" }, "874": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "nonce" + "qualifiedName": "UserAttributes.phone" }, "875": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "phone" + "qualifiedName": "UserAttributes.password" }, "876": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "email" + "qualifiedName": "UserAttributes.nonce" }, "877": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "password" + "qualifiedName": "UserAttributes.data" }, "878": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "Subscription" + "qualifiedName": "AdminUserAttributes" }, "879": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "Subscription.id" + "qualifiedName": "AdminUserAttributes.user_metadata" }, "880": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "Subscription.callback" + "qualifiedName": "AdminUserAttributes.app_metadata" }, "881": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AdminUserAttributes.email_confirm" }, "882": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AdminUserAttributes.phone_confirm" }, "883": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "event" + "qualifiedName": "AdminUserAttributes.ban_duration" }, "884": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "session" + "qualifiedName": "AdminUserAttributes.role" }, "885": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "Subscription.unsubscribe" + "qualifiedName": "AdminUserAttributes.password_hash" }, "886": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AdminUserAttributes.id" }, "887": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "nonce" }, "888": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "SignInAnonymouslyCredentials" + "qualifiedName": "phone" }, "889": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "email" }, "890": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "password" }, "891": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "Subscription" }, "892": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.data" + "qualifiedName": "Subscription.id" }, "893": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "Subscription.callback" }, "894": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "SignUpWithPasswordCredentials" + "qualifiedName": "__type" }, "895": { "sourceFileName": "src/lib/types.ts", @@ -94250,43 +95702,43 @@ }, "896": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "event" }, "897": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "session" }, "898": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.emailRedirectTo" + "qualifiedName": "Subscription.unsubscribe" }, "899": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.data" + "qualifiedName": "__type" }, "900": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type" }, "901": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.channel" + "qualifiedName": "SignInAnonymouslyCredentials" }, "902": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "SignInWithPasswordCredentials" + "qualifiedName": "__type" }, "903": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.options" }, "904": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "905": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.data" }, "906": { "sourceFileName": "src/lib/types.ts", @@ -94294,7 +95746,7 @@ }, "907": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "SignInWithPasswordlessCredentials" + "qualifiedName": "SignUpWithPasswordCredentials" }, "908": { "sourceFileName": "src/lib/types.ts", @@ -94302,31 +95754,31 @@ }, "909": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "__type.options" }, "910": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "911": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.emailRedirectTo" }, "912": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.emailRedirectTo" + "qualifiedName": "__type.data" }, "913": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.shouldCreateUser" + "qualifiedName": "__type.captchaToken" }, "914": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.data" + "qualifiedName": "__type.channel" }, "915": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "SignInWithPasswordCredentials" }, "916": { "sourceFileName": "src/lib/types.ts", @@ -94334,51 +95786,51 @@ }, "917": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.phone" + "qualifiedName": "__type.options" }, "918": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "919": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.captchaToken" }, "920": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.shouldCreateUser" + "qualifiedName": "SignInWithPasswordlessCredentials" }, "921": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.data" + "qualifiedName": "__type" }, "922": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.email" }, "923": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.channel" + "qualifiedName": "__type.options" }, "924": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthFlowType" + "qualifiedName": "__type" }, "925": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "SignInWithOAuthCredentials" + "qualifiedName": "__type.emailRedirectTo" }, "926": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.shouldCreateUser" }, "927": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.provider" + "qualifiedName": "__type.data" }, "928": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.captchaToken" }, "929": { "sourceFileName": "src/lib/types.ts", @@ -94386,83 +95838,83 @@ }, "930": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.redirectTo" + "qualifiedName": "__type.phone" }, "931": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.scopes" + "qualifiedName": "__type.options" }, "932": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.queryParams" + "qualifiedName": "__type" }, "933": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.shouldCreateUser" }, "934": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.__index" + "qualifiedName": "__type.data" + }, + "935": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.captchaToken" }, "936": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.skipBrowserRedirect" + "qualifiedName": "__type.channel" }, "937": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "SignInWithIdTokenCredentials" + "qualifiedName": "AuthFlowType" }, "938": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "SignInWithOAuthCredentials" }, "939": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.provider" + "qualifiedName": "__type" }, "940": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.provider" }, "941": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.token" + "qualifiedName": "__type.options" }, "942": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.access_token" + "qualifiedName": "__type" }, "943": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.nonce" + "qualifiedName": "__type.redirectTo" }, "944": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.scopes" }, "945": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.queryParams" }, "946": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type" }, "947": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "SolanaWallet" - }, - "948": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.__index" }, "949": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.signIn" + "qualifiedName": "__type.skipBrowserRedirect" }, "950": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "SignInWithIdTokenCredentials" }, "951": { "sourceFileName": "src/lib/types.ts", @@ -94470,51 +95922,51 @@ }, "952": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "inputs" + "qualifiedName": "__type.provider" }, "953": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.publicKey" + "qualifiedName": "__type" }, "954": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.token" }, "955": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.toBase58" + "qualifiedName": "__type.access_token" }, "956": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.nonce" }, "957": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.options" }, "958": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.signMessage" + "qualifiedName": "__type" }, "959": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.captchaToken" }, "960": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "SolanaWallet" }, "961": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "message" + "qualifiedName": "__type" }, "962": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "encoding" + "qualifiedName": "__type.signIn" }, "963": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "SolanaWeb3Credentials" + "qualifiedName": "__type" }, "964": { "sourceFileName": "src/lib/types.ts", @@ -94522,19 +95974,19 @@ }, "965": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.chain" + "qualifiedName": "inputs" }, "966": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.wallet" + "qualifiedName": "__type.publicKey" }, "967": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.statement" + "qualifiedName": "__type" }, "968": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.toBase58" }, "969": { "sourceFileName": "src/lib/types.ts", @@ -94542,15 +95994,15 @@ }, "970": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.url" + "qualifiedName": "__type" }, "971": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.signMessage" }, "972": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.signInWithSolana" + "qualifiedName": "__type" }, "973": { "sourceFileName": "src/lib/types.ts", @@ -94558,35 +96010,35 @@ }, "974": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.chain" + "qualifiedName": "message" }, "975": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.message" + "qualifiedName": "encoding" }, "976": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.signature" + "qualifiedName": "SolanaWeb3Credentials" }, "977": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "978": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.chain" }, "979": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.wallet" }, "980": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "EthereumWallet" + "qualifiedName": "__type.statement" }, "981": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "EthereumWeb3Credentials" + "qualifiedName": "__type.options" }, "982": { "sourceFileName": "src/lib/types.ts", @@ -94594,35 +96046,35 @@ }, "983": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.chain" + "qualifiedName": "__type.url" }, "984": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.wallet" + "qualifiedName": "__type.captchaToken" }, "985": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.statement" + "qualifiedName": "__type.signInWithSolana" }, "986": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "987": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.chain" }, "988": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.url" + "qualifiedName": "__type.message" }, "989": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.signature" }, "990": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.signInWithEthereum" + "qualifiedName": "__type.options" }, "991": { "sourceFileName": "src/lib/types.ts", @@ -94630,139 +96082,139 @@ }, "992": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.chain" + "qualifiedName": "__type.captchaToken" }, "993": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.message" + "qualifiedName": "EthereumWallet" }, "994": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.signature" + "qualifiedName": "EthereumWeb3Credentials" }, "995": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "996": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.chain" }, "997": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.wallet" }, "998": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "Web3Credentials" + "qualifiedName": "__type.statement" }, "999": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyOtpParams" + "qualifiedName": "__type.options" }, "1000": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams" + "qualifiedName": "__type" }, "1001": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams.phone" + "qualifiedName": "__type.url" }, "1002": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams.token" + "qualifiedName": "__type.captchaToken" }, "1003": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams.type" + "qualifiedName": "__type.signInWithEthereum" }, "1004": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams.options" + "qualifiedName": "__type" }, "1005": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.chain" }, "1006": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.redirectTo" + "qualifiedName": "__type.message" }, "1007": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.signature" }, "1008": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams" + "qualifiedName": "__type.options" }, "1009": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams.email" + "qualifiedName": "__type" }, "1010": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams.token" + "qualifiedName": "__type.captchaToken" }, "1011": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams.type" + "qualifiedName": "Web3Credentials" }, "1012": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams.options" + "qualifiedName": "VerifyOtpParams" }, "1013": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "VerifyMobileOtpParams" }, "1014": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.redirectTo" + "qualifiedName": "VerifyMobileOtpParams.phone" }, "1015": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "VerifyMobileOtpParams.token" }, "1016": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyTokenHashParams" + "qualifiedName": "VerifyMobileOtpParams.type" }, "1017": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyTokenHashParams.token_hash" + "qualifiedName": "VerifyMobileOtpParams.options" }, "1018": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyTokenHashParams.type" + "qualifiedName": "__type" }, "1019": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MobileOtpType" + "qualifiedName": "__type.redirectTo" }, "1020": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "EmailOtpType" + "qualifiedName": "__type.captchaToken" }, "1021": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "ResendParams" + "qualifiedName": "VerifyEmailOtpParams" }, "1022": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "VerifyEmailOtpParams.email" }, "1023": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "VerifyEmailOtpParams.token" }, "1024": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "VerifyEmailOtpParams.type" }, "1025": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "VerifyEmailOtpParams.options" }, "1026": { "sourceFileName": "src/lib/types.ts", @@ -94770,7 +96222,7 @@ }, "1027": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.emailRedirectTo" + "qualifiedName": "__type.redirectTo" }, "1028": { "sourceFileName": "src/lib/types.ts", @@ -94778,39 +96230,39 @@ }, "1029": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "VerifyTokenHashParams" }, "1030": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "VerifyTokenHashParams.token_hash" }, "1031": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.phone" + "qualifiedName": "VerifyTokenHashParams.type" }, "1032": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "MobileOtpType" }, "1033": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "EmailOtpType" }, "1034": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "ResendParams" }, "1035": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "SignInWithSSO" + "qualifiedName": "__type" }, "1036": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.type" }, "1037": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.providerId" + "qualifiedName": "__type.email" }, "1038": { "sourceFileName": "src/lib/types.ts", @@ -94822,7 +96274,7 @@ }, "1040": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.redirectTo" + "qualifiedName": "__type.emailRedirectTo" }, "1041": { "sourceFileName": "src/lib/types.ts", @@ -94834,19 +96286,19 @@ }, "1043": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.domain" + "qualifiedName": "__type.type" }, "1044": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.phone" }, "1045": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.options" }, "1046": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.redirectTo" + "qualifiedName": "__type" }, "1047": { "sourceFileName": "src/lib/types.ts", @@ -94854,7 +96306,7 @@ }, "1048": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateSignupLinkParams" + "qualifiedName": "SignInWithSSO" }, "1049": { "sourceFileName": "src/lib/types.ts", @@ -94862,35 +96314,35 @@ }, "1050": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type.providerId" }, "1051": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "__type.options" }, "1052": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.password" + "qualifiedName": "__type" }, "1053": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.redirectTo" }, "1054": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateInviteOrMagiclinkParams" + "qualifiedName": "__type.captchaToken" }, "1055": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.skipBrowserRedirect" }, "1056": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type" }, "1057": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "__type.domain" }, "1058": { "sourceFileName": "src/lib/types.ts", @@ -94898,67 +96350,67 @@ }, "1059": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateRecoveryLinkParams" + "qualifiedName": "__type" }, "1060": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.redirectTo" }, "1061": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type.captchaToken" }, "1062": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "__type.skipBrowserRedirect" }, "1063": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "GenerateSignupLinkParams" }, "1064": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateEmailChangeLinkParams" + "qualifiedName": "__type" }, "1065": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.type" }, "1066": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type.email" }, "1067": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "__type.password" }, "1068": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.newEmail" + "qualifiedName": "__type.options" }, "1069": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "GenerateInviteOrMagiclinkParams" }, "1070": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateLinkOptions" + "qualifiedName": "__type" }, "1071": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateLinkOptions.data" + "qualifiedName": "__type.type" }, "1072": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateLinkOptions.redirectTo" + "qualifiedName": "__type.email" }, "1073": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateLinkParams" + "qualifiedName": "__type.options" }, "1074": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateLinkResponse" + "qualifiedName": "GenerateRecoveryLinkParams" }, "1075": { "sourceFileName": "src/lib/types.ts", @@ -94966,355 +96418,355 @@ }, "1076": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.properties" + "qualifiedName": "__type.type" }, "1077": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.user" + "qualifiedName": "__type.email" }, "1078": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateLinkProperties" + "qualifiedName": "__type.options" }, "1079": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GenerateEmailChangeLinkParams" }, "1080": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.action_link" + "qualifiedName": "__type" }, "1081": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.email_otp" + "qualifiedName": "__type.type" }, "1082": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.hashed_token" + "qualifiedName": "__type.email" }, "1083": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.redirect_to" + "qualifiedName": "__type.newEmail" }, "1084": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.verification_type" + "qualifiedName": "__type.options" }, "1085": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateLinkType" + "qualifiedName": "GenerateLinkOptions" }, "1086": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAEnrollParams" + "qualifiedName": "GenerateLinkOptions.data" }, "1087": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAUnenrollParams" + "qualifiedName": "GenerateLinkOptions.redirectTo" }, "1088": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GenerateLinkParams" }, "1089": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.factorId" + "qualifiedName": "GenerateLinkResponse" }, "1090": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAVerifyTOTPParams" + "qualifiedName": "__type" }, "1091": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAVerifyPhoneParams" + "qualifiedName": "__type.properties" }, "1092": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAVerifyWebauthnParamFields" + "qualifiedName": "__type.user" }, "1093": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GenerateLinkProperties" }, "1094": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.webauthn" + "qualifiedName": "__type" }, "1095": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "T" + "qualifiedName": "__type.action_link" }, "1096": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAVerifyWebauthnParams" + "qualifiedName": "__type.email_otp" }, "1097": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "T" + "qualifiedName": "__type.hashed_token" }, "1098": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAVerifyParams" + "qualifiedName": "__type.redirect_to" }, "1099": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFATOTPChannel" + "qualifiedName": "__type.verification_type" }, "1100": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAChallengeTOTPParams" + "qualifiedName": "GenerateLinkType" }, "1101": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAChallengePhoneParams" + "qualifiedName": "MFAEnrollParams" }, "1102": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAChallengeWebauthnParams" + "qualifiedName": "MFAUnenrollParams" }, "1103": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAChallengeParams" + "qualifiedName": "__type" }, "1104": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAChallengeAndVerifyParams" + "qualifiedName": "__type.factorId" }, "1105": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAVerifyResponseData" + "qualifiedName": "MFAVerifyTOTPParams" }, "1106": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "MFAVerifyPhoneParams" }, "1107": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.access_token" + "qualifiedName": "MFAVerifyWebauthnParamFields" }, "1108": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.token_type" + "qualifiedName": "__type" }, "1109": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.expires_in" + "qualifiedName": "__type.webauthn" }, "1110": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.refresh_token" + "qualifiedName": "T" }, "1111": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.user" + "qualifiedName": "MFAVerifyWebauthnParams" }, "1112": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAVerifyResponse" + "qualifiedName": "T" }, "1113": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAEnrollResponse" + "qualifiedName": "MFAVerifyParams" }, "1114": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAUnenrollResponse" + "qualifiedName": "MFATOTPChannel" }, "1115": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "MFAChallengeTOTPParams" }, "1116": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.id" + "qualifiedName": "MFAChallengePhoneParams" }, "1117": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeTOTPResponse" + "qualifiedName": "MFAChallengeWebauthnParams" }, "1118": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAChallengePhoneResponse" + "qualifiedName": "MFAChallengeParams" }, "1119": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeWebauthnResponse" + "qualifiedName": "MFAChallengeAndVerifyParams" }, "1120": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeWebauthnResponseDataJSON" + "qualifiedName": "AuthMFAVerifyResponseData" }, "1121": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeWebauthnServerResponse" + "qualifiedName": "__type" }, "1122": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeResponse" + "qualifiedName": "__type.access_token" }, "1123": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAListFactorsResponse" + "qualifiedName": "__type.token_type" }, "1124": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.expires_in" }, "1125": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.all" + "qualifiedName": "__type.refresh_token" }, "1126": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "T" + "qualifiedName": "__type.user" }, "1127": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthenticatorAssuranceLevels" + "qualifiedName": "AuthMFAVerifyResponse" }, "1128": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAGetAuthenticatorAssuranceLevelResponse" + "qualifiedName": "AuthMFAEnrollResponse" }, "1129": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AuthMFAUnenrollResponse" }, "1130": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.currentLevel" + "qualifiedName": "__type" }, "1131": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.nextLevel" + "qualifiedName": "__type.id" }, "1132": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.currentAuthenticationMethods" + "qualifiedName": "AuthMFAChallengeTOTPResponse" }, "1133": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi" + "qualifiedName": "AuthMFAChallengePhoneResponse" }, "1134": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.enroll" + "qualifiedName": "AuthMFAChallengeWebauthnResponse" }, "1135": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.enroll" + "qualifiedName": "AuthMFAChallengeWebauthnResponseDataJSON" }, "1136": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "AuthMFAChallengeWebauthnServerResponse" }, "1137": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AuthMFAChallengeResponse" }, "1138": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "factorType" + "qualifiedName": "AuthMFAListFactorsResponse" }, "1139": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "friendlyName" + "qualifiedName": "__type" }, "1140": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "issuer" + "qualifiedName": "__type.all" }, "1141": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.enroll" + "qualifiedName": "T" }, "1142": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "AuthenticatorAssuranceLevels" }, "1143": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AuthMFAGetAuthenticatorAssuranceLevelResponse" }, "1144": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "factorType" + "qualifiedName": "__type" }, "1145": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "friendlyName" + "qualifiedName": "__type.currentLevel" }, "1146": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "phone" + "qualifiedName": "__type.nextLevel" }, "1147": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.enroll" + "qualifiedName": "__type.currentAuthenticationMethods" }, "1148": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "GoTrueMFAApi" }, "1149": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueMFAApi.enroll" }, "1150": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "factorType" + "qualifiedName": "GoTrueMFAApi.enroll" }, "1151": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "friendlyName" + "qualifiedName": "params" }, "1152": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.enroll" + "qualifiedName": "__type" }, "1153": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "factorType" }, "1154": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challenge" + "qualifiedName": "friendlyName" }, "1155": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challenge" + "qualifiedName": "issuer" }, "1156": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "GoTrueMFAApi.enroll" }, "1157": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "params" }, "1158": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "__type" }, "1159": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "factorType" }, "1160": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "data" + "qualifiedName": "friendlyName" }, "1161": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "error" + "qualifiedName": "phone" }, "1162": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueMFAApi.enroll" }, "1163": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "data" + "qualifiedName": "params" }, "1164": { "sourceFileName": "src/lib/types.ts", @@ -95322,19 +96774,19 @@ }, "1165": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "id" + "qualifiedName": "factorType" }, "1166": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "type" + "qualifiedName": "friendlyName" }, "1167": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "expires_at" + "qualifiedName": "GoTrueMFAApi.enroll" }, "1168": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "error" + "qualifiedName": "params" }, "1169": { "sourceFileName": "src/lib/types.ts", @@ -95342,19 +96794,19 @@ }, "1170": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "GoTrueMFAApi.challenge" }, "1171": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "params" }, "1172": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "__type" }, "1173": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "channel" + "qualifiedName": "factorId" }, "1174": { "sourceFileName": "src/lib/types.ts", @@ -95414,7 +96866,7 @@ }, "1188": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "webauthn" + "qualifiedName": "channel" }, "1189": { "sourceFileName": "src/lib/types.ts", @@ -95422,11 +96874,11 @@ }, "1190": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.rpId" + "qualifiedName": "data" }, "1191": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.rpOrigins" + "qualifiedName": "error" }, "1192": { "sourceFileName": "src/lib/types.ts", @@ -95438,55 +96890,55 @@ }, "1194": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "error" + "qualifiedName": "__type" }, "1195": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "id" }, "1196": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "data" + "qualifiedName": "type" }, "1197": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "expires_at" }, "1198": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "id" + "qualifiedName": "error" }, "1199": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "type" + "qualifiedName": "GoTrueMFAApi.challenge" }, "1200": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "expires_at" + "qualifiedName": "params" }, "1201": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "webauthn" + "qualifiedName": "__type" }, "1202": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "factorId" }, "1203": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "webauthn" }, "1204": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.credential_options" + "qualifiedName": "__type" }, "1205": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.rpId" }, "1206": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.publicKey" + "qualifiedName": "__type.rpOrigins" }, "1207": { "sourceFileName": "src/lib/types.ts", @@ -95494,11 +96946,11 @@ }, "1208": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "data" }, "1209": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.credential_options" + "qualifiedName": "error" }, "1210": { "sourceFileName": "src/lib/types.ts", @@ -95506,1505 +96958,1629 @@ }, "1211": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.publicKey" + "qualifiedName": "data" }, "1212": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "error" + "qualifiedName": "__type" }, "1213": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challenge" + "qualifiedName": "id" }, "1214": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "type" }, "1215": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.verify" + "qualifiedName": "expires_at" }, "1216": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.verify" + "qualifiedName": "webauthn" }, "1217": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type" }, "1218": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.type" }, "1219": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "__type.credential_options" }, "1220": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type" + }, + "1221": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.publicKey" + }, + "1222": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type" + }, + "1223": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.type" + }, + "1224": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.credential_options" + }, + "1225": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type" + }, + "1226": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.publicKey" + }, + "1227": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "error" + }, + "1228": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "GoTrueMFAApi.challenge" + }, + "1229": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "params" + }, + "1230": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "GoTrueMFAApi.verify" + }, + "1231": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "GoTrueMFAApi.verify" + }, + "1232": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "params" + }, + "1233": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type" + }, + "1234": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "factorId" + }, + "1235": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "challengeId" }, - "1221": { + "1236": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "code" }, - "1222": { + "1237": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueMFAApi.verify" }, - "1223": { + "1238": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "params" }, - "1224": { + "1239": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1225": { + "1240": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "factorId" }, - "1226": { + "1241": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "challengeId" }, - "1227": { + "1242": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "code" }, - "1228": { + "1243": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueMFAApi.verify" }, - "1229": { + "1244": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "params" }, - "1230": { + "1245": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1231": { + "1246": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "factorId" }, - "1232": { + "1247": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "challengeId" }, - "1233": { + "1248": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "webauthn" }, - "1234": { + "1249": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueMFAApi.verify" }, - "1235": { + "1250": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "params" }, - "1236": { + "1251": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueMFAApi.unenroll" }, - "1237": { + "1252": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueMFAApi.unenroll" }, - "1238": { + "1253": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "params" }, - "1239": { + "1254": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueMFAApi.challengeAndVerify" }, - "1240": { + "1255": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueMFAApi.challengeAndVerify" }, - "1241": { + "1256": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "params" }, - "1242": { + "1257": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1243": { + "1258": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "factorId" }, - "1244": { + "1259": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "code" }, - "1245": { + "1260": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueMFAApi.listFactors" }, - "1246": { + "1261": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueMFAApi.listFactors" }, - "1247": { + "1262": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueMFAApi.getAuthenticatorAssuranceLevel" }, - "1248": { + "1263": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueMFAApi.getAuthenticatorAssuranceLevel" }, - "1249": { + "1264": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueMFAApi.webauthn" }, - "1250": { + "1265": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthMFAAdminDeleteFactorResponse" }, - "1251": { + "1266": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1252": { + "1267": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.id" }, - "1253": { + "1268": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthMFAAdminDeleteFactorParams" }, - "1254": { + "1269": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1255": { + "1270": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.id" }, - "1256": { + "1271": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.userId" }, - "1257": { + "1272": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthMFAAdminListFactorsResponse" }, - "1258": { + "1273": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1259": { + "1274": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.factors" }, - "1260": { + "1275": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthMFAAdminListFactorsParams" }, - "1261": { + "1276": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1262": { + "1277": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.userId" }, - "1263": { + "1278": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminMFAApi" }, - "1264": { + "1279": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminMFAApi.listFactors" }, - "1265": { + "1280": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminMFAApi.listFactors" }, - "1266": { + "1281": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "params" }, - "1267": { + "1282": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminMFAApi.deleteFactor" }, - "1268": { + "1283": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminMFAApi.deleteFactor" }, - "1269": { + "1284": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "params" }, - "1270": { + "1285": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "SupportedStorage" }, - "1271": { + "1286": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1272": { + "1287": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.isServer" }, - "1273": { + "1288": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "InitializeResult" }, - "1274": { + "1289": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1275": { + "1290": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.error" }, - "1276": { + "1291": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "CallRefreshTokenResult" }, - "1277": { + "1292": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Pagination" }, - "1278": { + "1293": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1279": { + "1294": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.nextPage" }, - "1280": { + "1295": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.lastPage" }, - "1281": { + "1296": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.total" }, - "1282": { + "1297": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.__index" }, - "1284": { + "1299": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "PageParams" }, - "1285": { + "1300": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1286": { + "1301": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.page" }, - "1287": { + "1302": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.perPage" }, - "1288": { + "1303": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "SignOut" }, - "1289": { + "1304": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1290": { + "1305": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.scope" }, - "1291": { + "1306": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "MFAEnrollTOTPParams" }, - "1292": { + "1307": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "MFAEnrollPhoneParams" }, - "1293": { + "1308": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "MFAEnrollWebauthnParams" }, - "1294": { + "1309": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthMFAEnrollTOTPResponse" }, - "1295": { + "1310": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthMFAEnrollPhoneResponse" }, - "1296": { + "1311": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthMFAEnrollWebauthnResponse" }, - "1297": { + "1312": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "JwtHeader" }, - "1298": { + "1313": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1299": { + "1314": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.alg" }, - "1300": { + "1315": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.kid" }, - "1301": { + "1316": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.typ" }, - "1302": { + "1317": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "RequiredClaims" }, - "1303": { + "1318": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1304": { + "1319": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.iss" }, - "1305": { + "1320": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.sub" }, - "1306": { + "1321": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.aud" }, - "1307": { + "1322": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.exp" }, - "1308": { + "1323": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.iat" }, - "1309": { + "1324": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.role" }, - "1310": { + "1325": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.aal" }, - "1311": { + "1326": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.session_id" }, - "1312": { + "1327": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "JwtPayload" }, - "1313": { + "1328": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "JwtPayload.email" }, - "1314": { + "1329": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.__index" + "qualifiedName": "JwtPayload.phone" }, - "1316": { + "1330": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "JwtPayload.is_anonymous" + }, + "1331": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "JwtPayload.jti" + }, + "1332": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "JwtPayload.nbf" + }, + "1333": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "JwtPayload.app_metadata" + }, + "1334": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "JwtPayload.user_metadata" + }, + "1335": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "JwtPayload.amr" + }, + "1336": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "JwtPayload.ref" + }, + "1337": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.iss" + }, + "1338": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.sub" + }, + "1339": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.aud" + }, + "1340": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.exp" + }, + "1341": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.iat" + }, + "1342": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.role" + }, + "1343": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.aal" + }, + "1344": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.session_id" + }, + "1345": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "JwtPayload.__index" + }, + "1347": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "JWK" }, - "1317": { + "1348": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "JWK.kty" }, - "1318": { + "1349": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "JWK.key_ops" }, - "1319": { + "1350": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "JWK.alg" }, - "1320": { + "1351": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "JWK.kid" }, - "1321": { + "1352": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "JWK.__index" }, - "1323": { + "1354": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "SIGN_OUT_SCOPES" }, - "1324": { + "1355": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "SignOutScope" }, - "1325": { + "1356": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthClientGrantType" }, - "1326": { + "1357": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthClientResponseType" }, - "1327": { + "1358": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthClientType" }, - "1328": { + "1359": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthClientRegistrationType" }, - "1329": { + "1360": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthClient" }, - "1330": { + "1361": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1331": { + "1362": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_id" }, - "1332": { + "1363": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_name" }, - "1333": { + "1364": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_secret" }, - "1334": { + "1365": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_type" }, - "1335": { + "1366": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.token_endpoint_auth_method" }, - "1336": { + "1367": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.registration_type" }, - "1337": { + "1368": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_uri" }, - "1338": { + "1369": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.logo_uri" }, - "1339": { + "1370": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.redirect_uris" }, - "1340": { + "1371": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.grant_types" }, - "1341": { + "1372": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.response_types" }, - "1342": { + "1373": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.scope" }, - "1343": { + "1374": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.created_at" }, - "1344": { + "1375": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.updated_at" }, - "1345": { + "1376": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "CreateOAuthClientParams" }, - "1346": { + "1377": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1347": { + "1378": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_name" }, - "1348": { + "1379": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_uri" }, - "1349": { + "1380": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.redirect_uris" }, - "1350": { + "1381": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.grant_types" }, - "1351": { + "1382": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.response_types" }, - "1352": { + "1383": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.scope" }, - "1353": { + "1384": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UpdateOAuthClientParams" }, - "1354": { + "1385": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1355": { + "1386": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_name" }, - "1356": { + "1387": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_uri" }, - "1357": { + "1388": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.logo_uri" }, - "1358": { + "1389": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.redirect_uris" }, - "1359": { + "1390": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.grant_types" }, - "1360": { + "1391": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthClientResponse" }, - "1361": { + "1392": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthClientListResponse" }, - "1362": { + "1393": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1363": { + "1394": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "1364": { + "1395": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1365": { + "1396": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.clients" }, - "1366": { + "1397": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.aud" }, - "1367": { + "1398": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.error" }, - "1368": { + "1399": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1369": { + "1400": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "1370": { + "1401": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1371": { + "1402": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.clients" }, - "1372": { + "1403": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.error" }, - "1373": { + "1404": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi" }, - "1374": { + "1405": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.listClients" }, - "1375": { + "1406": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.listClients" }, - "1376": { + "1407": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "params" }, - "1377": { + "1408": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.createClient" }, - "1378": { + "1409": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.createClient" }, - "1379": { + "1410": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "params" }, - "1380": { + "1411": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.getClient" }, - "1381": { + "1412": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.getClient" }, - "1382": { + "1413": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "clientId" }, - "1383": { + "1414": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.updateClient" }, - "1384": { + "1415": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.updateClient" }, - "1385": { + "1416": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "clientId" }, - "1386": { + "1417": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "params" }, - "1387": { + "1418": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.deleteClient" }, - "1388": { + "1419": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.deleteClient" }, - "1389": { + "1420": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "clientId" }, - "1390": { + "1421": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1391": { + "1422": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "1392": { + "1423": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.error" }, - "1393": { + "1424": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.regenerateClientSecret" }, - "1394": { + "1425": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.regenerateClientSecret" }, - "1395": { + "1426": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "clientId" }, - "1396": { + "1427": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthAuthorizationClient" }, - "1397": { + "1428": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1398": { + "1429": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_id" }, - "1399": { + "1430": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_name" }, - "1400": { + "1431": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_uri" }, - "1401": { + "1432": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.logo_uri" }, - "1402": { + "1433": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthAuthorizationDetails" }, - "1403": { + "1434": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1404": { + "1435": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.authorization_id" }, - "1405": { + "1436": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.redirect_uri" }, - "1406": { + "1437": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client" }, - "1407": { + "1438": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.user" }, - "1408": { + "1439": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1409": { + "1440": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.id" }, - "1410": { + "1441": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.email" }, - "1411": { + "1442": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.scope" }, - "1412": { + "1443": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOAuthAuthorizationDetailsResponse" }, - "1413": { + "1444": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOAuthConsentResponse" }, - "1414": { + "1445": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1415": { + "1446": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.redirect_url" }, - "1416": { + "1447": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi" }, - "1417": { + "1448": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.getAuthorizationDetails" }, - "1418": { + "1449": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.getAuthorizationDetails" }, - "1419": { + "1450": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "authorizationId" }, - "1420": { + "1451": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.approveAuthorization" }, - "1421": { + "1452": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.approveAuthorization" }, - "1422": { + "1453": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "authorizationId" }, - "1423": { + "1454": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "options" }, - "1424": { + "1455": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1425": { + "1456": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.skipBrowserRedirect" }, - "1426": { + "1457": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.denyAuthorization" }, - "1427": { + "1458": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.denyAuthorization" }, - "1428": { + "1459": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "authorizationId" }, - "1429": { + "1460": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "options" }, - "1430": { + "1461": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1431": { + "1462": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.skipBrowserRedirect" }, - "1432": { + "1463": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthError" }, - "1433": { + "1464": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthError" }, - "1434": { + "1465": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "error" }, - "1435": { + "1466": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthApiError" }, - "1436": { + "1467": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthApiError" }, - "1437": { + "1468": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "error" }, - "1438": { + "1469": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthSessionMissingError" }, - "1439": { + "1470": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthSessionMissingError" }, - "1440": { + "1471": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "error" }, - "1441": { + "1472": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthImplicitGrantRedirectError" }, - "1442": { + "1473": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthImplicitGrantRedirectError" }, - "1443": { + "1474": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "error" }, - "1444": { + "1475": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthRetryableFetchError" }, - "1445": { + "1476": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthRetryableFetchError" }, - "1446": { + "1477": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "error" }, - "1447": { + "1478": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthWeakPasswordError" }, - "1448": { + "1479": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthWeakPasswordError" }, - "1449": { + "1480": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "error" }, - "1450": { + "1481": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError" }, - "1451": { + "1482": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.__constructor" }, - "1452": { + "1483": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError" }, - "1453": { + "1484": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1454": { + "1485": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "status" }, - "1455": { + "1486": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "code" }, - "1456": { + "1487": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1457": { + "1488": { "sourceFileName": "", "qualifiedName": "__type" }, - "1458": { + "1489": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.status" }, - "1460": { + "1491": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthApiError" }, - "1461": { + "1492": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthApiError.__constructor" }, - "1462": { + "1493": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthApiError" }, - "1463": { + "1494": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1464": { + "1495": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "status" }, - "1465": { + "1496": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "code" }, - "1466": { + "1497": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthApiError.status" }, - "1467": { + "1498": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1468": { + "1499": { "sourceFileName": "", "qualifiedName": "__type" }, - "1470": { + "1501": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthUnknownError" }, - "1471": { + "1502": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthUnknownError.__constructor" }, - "1472": { + "1503": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthUnknownError" }, - "1473": { + "1504": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1474": { + "1505": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "originalError" }, - "1475": { + "1506": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthUnknownError.originalError" }, - "1476": { + "1507": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1477": { + "1508": { "sourceFileName": "", "qualifiedName": "__type" }, - "1478": { + "1509": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.status" }, - "1480": { + "1511": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError" }, - "1481": { + "1512": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.__constructor" }, - "1482": { + "1513": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError" }, - "1483": { + "1514": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1484": { + "1515": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "name" }, - "1485": { + "1516": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "status" }, - "1486": { + "1517": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "code" }, - "1487": { + "1518": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1488": { + "1519": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1489": { + "1520": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1490": { + "1521": { "sourceFileName": "", "qualifiedName": "__type" }, - "1492": { + "1523": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthSessionMissingError" }, - "1493": { + "1524": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthSessionMissingError.__constructor" }, - "1494": { + "1525": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthSessionMissingError" }, - "1495": { + "1526": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1496": { + "1527": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1497": { + "1528": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1498": { + "1529": { "sourceFileName": "", "qualifiedName": "__type" }, - "1500": { + "1531": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthInvalidTokenResponseError" }, - "1501": { + "1532": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthInvalidTokenResponseError.__constructor" }, - "1502": { + "1533": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthInvalidTokenResponseError" }, - "1503": { + "1534": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1504": { + "1535": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1505": { + "1536": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1506": { + "1537": { "sourceFileName": "", "qualifiedName": "__type" }, - "1508": { + "1539": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthInvalidCredentialsError" }, - "1509": { + "1540": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthInvalidCredentialsError.__constructor" }, - "1510": { + "1541": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthInvalidCredentialsError" }, - "1511": { + "1542": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1512": { + "1543": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1513": { + "1544": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1514": { + "1545": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1515": { + "1546": { "sourceFileName": "", "qualifiedName": "__type" }, - "1517": { + "1548": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError" }, - "1518": { + "1549": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError.__constructor" }, - "1519": { + "1550": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError" }, - "1520": { + "1551": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1521": { + "1552": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "details" }, - "1522": { + "1553": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type" }, - "1523": { + "1554": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1524": { + "1555": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1525": { + "1556": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError.details" }, - "1526": { + "1557": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type" }, - "1527": { + "1558": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1528": { + "1559": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1529": { + "1560": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError.toJSON" }, - "1530": { + "1561": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError.toJSON" }, - "1531": { + "1562": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object" }, - "1532": { + "1563": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object.name" }, - "1533": { + "1564": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object.message" }, - "1534": { + "1565": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object.status" }, - "1535": { + "1566": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object.details" }, - "1536": { + "1567": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type" }, - "1537": { + "1568": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1538": { + "1569": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1539": { + "1570": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1540": { + "1571": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1541": { + "1572": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1542": { + "1573": { "sourceFileName": "", "qualifiedName": "__type" }, - "1544": { + "1575": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError" }, - "1545": { + "1576": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError.__constructor" }, - "1546": { + "1577": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError" }, - "1547": { + "1578": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1548": { + "1579": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "details" }, - "1549": { + "1580": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type" }, - "1550": { + "1581": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1551": { + "1582": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1552": { + "1583": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError.details" }, - "1553": { + "1584": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type" }, - "1554": { + "1585": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1555": { + "1586": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1556": { + "1587": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError.toJSON" }, - "1557": { + "1588": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError.toJSON" }, - "1558": { + "1589": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object" }, - "1559": { + "1590": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object.name" }, - "1560": { + "1591": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object.message" }, - "1561": { + "1592": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object.status" }, - "1562": { + "1593": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object.details" }, - "1563": { + "1594": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type" }, - "1564": { + "1595": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1565": { + "1596": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1566": { + "1597": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1567": { + "1598": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1568": { + "1599": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1569": { + "1600": { "sourceFileName": "", "qualifiedName": "__type" }, - "1571": { + "1602": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthRetryableFetchError" }, - "1572": { + "1603": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthRetryableFetchError.__constructor" }, - "1573": { + "1604": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthRetryableFetchError" }, - "1574": { + "1605": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1575": { + "1606": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "status" }, - "1576": { + "1607": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1577": { + "1608": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1578": { + "1609": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1579": { + "1610": { "sourceFileName": "", "qualifiedName": "__type" }, - "1581": { + "1612": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthWeakPasswordError" }, - "1582": { + "1613": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthWeakPasswordError.__constructor" }, - "1583": { + "1614": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthWeakPasswordError" }, - "1584": { + "1615": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1585": { + "1616": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "status" }, - "1586": { + "1617": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "reasons" }, - "1587": { + "1618": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthWeakPasswordError.reasons" }, - "1588": { + "1619": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1589": { + "1620": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1590": { + "1621": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1591": { + "1622": { "sourceFileName": "", "qualifiedName": "__type" }, - "1593": { + "1624": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthInvalidJwtError" }, - "1594": { + "1625": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthInvalidJwtError.__constructor" }, - "1595": { + "1626": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthInvalidJwtError" }, - "1596": { + "1627": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1597": { + "1628": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1598": { + "1629": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1599": { + "1630": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1600": { + "1631": { "sourceFileName": "", "qualifiedName": "__type" } @@ -97044,9 +98620,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 34, + "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" } ], "signatures": [ @@ -97059,9 +98635,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 34, + "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" } ], "typeParameters": [ @@ -97128,9 +98704,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 39, + "line": 36, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L36" } ], "type": { @@ -97149,9 +98725,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 42, + "line": 39, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L42" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L39" } ], "type": { @@ -97376,9 +98952,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 37, + "line": 34, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" } ], "type": { @@ -97402,9 +98978,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 43, + "line": 40, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L43" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L40" } ], "type": { @@ -97421,9 +98997,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 35, + "line": 32, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L32" } ], "type": { @@ -97463,9 +99039,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 38, + "line": 35, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L35" } ], "type": { @@ -97484,9 +99060,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 40, + "line": 37, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L37" } ], "type": { @@ -97505,9 +99081,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 41, + "line": 38, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L41" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L38" } ], "type": { @@ -97529,9 +99105,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 36, + "line": 33, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L36" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L33" } ], "type": { @@ -97554,9 +99130,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 34, + "line": 31, "character": 23, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" } ] } @@ -97611,9 +99187,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 28, + "line": 25, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L25" } ], "type": { @@ -97632,9 +99208,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 31, + "line": 28, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L28" } ], "type": { @@ -97861,9 +99437,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 26, + "line": 23, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L23" } ], "type": { @@ -97887,9 +99463,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 32, + "line": 29, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L32" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L29" } ], "type": { @@ -97908,9 +99484,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 24, + "line": 21, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L21" } ], "type": { @@ -97951,9 +99527,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 27, + "line": 24, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L24" } ], "type": { @@ -97972,9 +99548,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 29, + "line": 26, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L29" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L26" } ], "type": { @@ -97995,9 +99571,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 30, + "line": 27, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L27" } ], "type": { @@ -98021,9 +99597,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 25, + "line": 22, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L22" } ], "type": { @@ -98045,9 +99621,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 275, + "line": 270, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L275" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L270" } ], "signatures": [ @@ -98096,9 +99672,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 275, + "line": 270, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L275" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L270" } ], "typeParameters": [ @@ -98151,9 +99727,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ], "type": { @@ -98171,9 +99747,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ] } @@ -98196,9 +99772,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 44, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ], "type": { @@ -98216,9 +99792,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ] } @@ -98441,9 +100017,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 240, + "line": 235, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L240" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L235" } ], "signatures": [ @@ -98483,9 +100059,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 240, + "line": 235, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L240" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L235" } ], "typeParameters": [ @@ -98568,9 +100144,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 77, + "line": 72, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L72" } ], "signatures": [ @@ -98591,9 +100167,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 77, + "line": 72, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L72" } ], "parameters": [ @@ -98636,9 +100212,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 83, + "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L78" } ], "signatures": [ @@ -98670,9 +100246,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 83, + "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L78" } ], "typeParameters": [ @@ -98777,9 +100353,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 90, + "line": 85, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L85" } ], "signatures": [ @@ -98792,9 +100368,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 90, + "line": 85, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L85" } ], "parameters": [ @@ -98924,9 +100500,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 97, + "line": 92, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L92" } ], "signatures": [ @@ -98939,9 +100515,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 97, + "line": 92, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L92" } ], "parameters": [ @@ -99047,9 +100623,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 69, + "line": 64, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L64" } ], "signatures": [ @@ -99076,9 +100652,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 69, + "line": 64, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L64" } ], "type": { @@ -99169,9 +100745,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 15, + "line": 12, "character": 30, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L15" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L12" } ], "typeParameters": [ @@ -99305,7 +100881,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 52, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L52" } ], "signatures": [ @@ -99328,7 +100904,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 52, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L52" } ], "typeParameters": [ @@ -99385,7 +100961,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 19, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L19" } ], "type": { @@ -99411,7 +100987,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 18, "character": 63, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L18" } ] } @@ -99665,7 +101241,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 61, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L61" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L61" } ], "type": { @@ -99902,7 +101478,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 59, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L59" } ], "type": { @@ -99937,7 +101513,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 60, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L60" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L60" } ], "type": { @@ -99961,7 +101537,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 58, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L58" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L58" } ] } @@ -100026,7 +101602,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 40, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L40" } ], "type": { @@ -100253,7 +101829,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 38, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L38" } ], "type": { @@ -100279,7 +101855,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 39, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L39" } ], "type": { @@ -100302,7 +101878,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 37, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L37" } ], "type": { @@ -100341,19 +101917,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 69, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L69" }, { "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 73, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L73" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L73" }, { "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 81, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L81" } ], "signatures": [ @@ -100368,7 +101944,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 69, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L69" } ], "typeParameters": [ @@ -100467,7 +102043,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 73, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L73" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L73" } ], "typeParameters": [ @@ -100568,7 +102144,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 135, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L135" } ], "signatures": [ @@ -100591,7 +102167,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 135, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L135" } ], "typeParameters": [ @@ -100817,7 +102393,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 153, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L153" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L153" } ], "type": { @@ -100867,7 +102443,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 152, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L152" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L152" } ], "type": { @@ -100913,7 +102489,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 151, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L151" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L151" } ], "type": { @@ -100934,7 +102510,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 150, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L150" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L150" } ] } @@ -101041,7 +102617,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 97, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L97" } ], "signatures": [ @@ -101064,7 +102640,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 97, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L97" } ], "typeParameters": [ @@ -101204,7 +102780,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 16, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L16" } ], "typeParameters": [ @@ -101269,7 +102845,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 19, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L19" } ], "type": { @@ -101295,7 +102871,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 18, "character": 63, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L18" } ] } @@ -101323,7 +102899,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 22, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L22" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L22" } ] } @@ -101597,7 +103173,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L11" } ], "signatures": [ @@ -101612,7 +103188,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L11" } ], "parameters": [ @@ -101642,7 +103218,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 11, "character": 73, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L11" } ], "type": { @@ -101661,7 +103237,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 11, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L11" } ], "type": { @@ -101680,7 +103256,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 11, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L11" } ], "type": { @@ -101699,7 +103275,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 11, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L11" } ], "type": { @@ -101719,7 +103295,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 11, "character": 23, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L11" } ] } @@ -101757,7 +103333,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 9, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L9" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L9" } ], "type": { @@ -101776,7 +103352,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 7, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L7" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L7" } ], "type": { @@ -101795,7 +103371,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 8, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L8" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L8" } ], "type": { @@ -101819,7 +103395,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 6, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L6" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L6" } ], "extendedTypes": [ @@ -101850,9 +103426,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 34, + "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" } ], "signatures": [ @@ -101865,9 +103441,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 34, + "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" } ], "typeParameters": [ @@ -101994,9 +103570,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 39, + "line": 36, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L36" } ], "type": { @@ -102015,9 +103591,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 42, + "line": 39, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L42" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L39" } ], "type": { @@ -102242,9 +103818,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 37, + "line": 34, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" } ], "type": { @@ -102268,9 +103844,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 43, + "line": 40, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L43" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L40" } ], "type": { @@ -102287,9 +103863,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 35, + "line": 32, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L32" } ], "type": { @@ -102329,9 +103905,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 38, + "line": 35, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L35" } ], "type": { @@ -102350,9 +103926,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 40, + "line": 37, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L37" } ], "type": { @@ -102371,9 +103947,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 41, + "line": 38, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L41" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L38" } ], "type": { @@ -102395,9 +103971,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 36, + "line": 33, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L36" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L33" } ], "type": { @@ -102420,9 +103996,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 34, + "line": 31, "character": 23, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" } ] } @@ -102520,9 +104096,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 28, + "line": 25, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L25" } ], "type": { @@ -102547,9 +104123,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 31, + "line": 28, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L28" } ], "type": { @@ -102782,9 +104358,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 26, + "line": 23, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L23" } ], "type": { @@ -102814,9 +104390,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 32, + "line": 29, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L32" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L29" } ], "type": { @@ -102841,9 +104417,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 24, + "line": 21, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L21" } ], "type": { @@ -102890,9 +104466,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 27, + "line": 24, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L24" } ], "type": { @@ -102917,9 +104493,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 29, + "line": 26, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L29" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L26" } ], "type": { @@ -102946,9 +104522,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 30, + "line": 27, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L27" } ], "type": { @@ -102978,9 +104554,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 25, + "line": 22, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L22" } ], "type": { @@ -103011,7 +104587,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 200, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L200" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L200" } ], "signatures": [ @@ -103036,7 +104612,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 200, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L200" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L200" } ], "parameters": [ @@ -103139,19 +104715,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 356, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L356" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L356" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 360, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L360" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L360" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 368, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L368" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L368" } ], "signatures": [ @@ -103166,7 +104742,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 356, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L356" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L356" } ], "typeParameters": [ @@ -103274,7 +104850,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 360, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L360" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L360" } ], "parameters": [ @@ -103400,19 +104976,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 329, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L329" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L329" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 333, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L333" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 341, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L341" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L341" } ], "signatures": [ @@ -103427,7 +105003,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 329, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L329" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L329" } ], "typeParameters": [ @@ -103535,7 +105111,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 333, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L333" } ], "parameters": [ @@ -103617,7 +105193,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 242, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L242" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L242" } ], "signatures": [ @@ -103650,7 +105226,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 242, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L242" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L242" } ], "type": { @@ -103698,7 +105274,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 101, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L101" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L101" } ], "signatures": [ @@ -103753,7 +105329,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 101, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L101" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L101" } ], "typeParameters": [ @@ -103951,7 +105527,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 280, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L280" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L280" } ], "signatures": [ @@ -103984,7 +105560,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 280, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L280" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L280" } ], "parameters": [ @@ -104040,7 +105616,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 288, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L288" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L288" } ], "type": { @@ -104078,7 +105654,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 291, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L291" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L291" } ], "type": { @@ -104120,7 +105696,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 293, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L293" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L293" } ], "type": { @@ -104167,7 +105743,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 290, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L290" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L290" } ], "type": { @@ -104213,7 +105789,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 289, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L289" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L289" } ], "type": { @@ -104251,7 +105827,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 292, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L292" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L292" } ], "type": { @@ -104272,7 +105848,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 287, "character": 5, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L287" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L287" } ] } @@ -104433,19 +106009,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 583, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L583" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L583" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 588, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L588" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L588" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 602, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L602" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L602" } ], "signatures": [ @@ -104460,7 +106036,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 583, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L583" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L583" } ], "typeParameters": [ @@ -104628,7 +106204,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 588, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L588" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L588" } ], "parameters": [ @@ -104686,7 +106262,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 250, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L250" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L250" } ], "signatures": [ @@ -104719,7 +106295,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 250, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L250" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L250" } ], "type": { @@ -104828,19 +106404,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 134, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L134" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L134" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 135, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L135" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 142, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L142" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L142" } ], "signatures": [ @@ -104855,7 +106431,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 134, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L134" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L134" } ], "typeParameters": [ @@ -104928,7 +106504,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 135, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L135" } ], "parameters": [ @@ -105019,19 +106595,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 147, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L147" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L147" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 148, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L148" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L148" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 155, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L155" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L155" } ], "signatures": [ @@ -105046,7 +106622,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 147, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L147" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L147" } ], "typeParameters": [ @@ -105119,7 +106695,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 148, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L148" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L148" } ], "parameters": [ @@ -105210,19 +106786,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 231, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L231" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L231" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 232, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L232" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L232" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 239, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L239" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L239" } ], "signatures": [ @@ -105237,7 +106813,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 231, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L231" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L231" } ], "typeParameters": [ @@ -105296,7 +106872,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 232, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L232" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L232" } ], "parameters": [ @@ -105387,19 +106963,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 244, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L244" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L244" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 248, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L248" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L248" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 255, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L255" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L255" } ], "signatures": [ @@ -105414,7 +106990,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 244, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L244" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L244" } ], "typeParameters": [ @@ -105480,7 +107056,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 248, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L248" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L248" } ], "parameters": [ @@ -105578,19 +107154,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 260, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L260" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L260" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 264, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L264" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L264" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 271, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L271" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L271" } ], "signatures": [ @@ -105605,7 +107181,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 260, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L260" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L260" } ], "typeParameters": [ @@ -105671,7 +107247,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 264, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L264" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L264" } ], "parameters": [ @@ -105723,7 +107299,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 304, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L304" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L304" } ], "signatures": [ @@ -105762,7 +107338,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 304, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L304" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L304" } ], "typeParameters": [ @@ -106050,19 +107626,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 276, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L276" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L276" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 280, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L280" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L280" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 293, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L293" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L293" } ], "signatures": [ @@ -106077,7 +107653,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 276, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L276" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L276" } ], "typeParameters": [ @@ -106168,7 +107744,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 280, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L280" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L280" } ], "parameters": [ @@ -106268,19 +107844,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 186, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L186" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L186" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 187, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L187" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L187" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 194, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L194" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L194" } ], "signatures": [ @@ -106295,7 +107871,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 186, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L186" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L186" } ], "typeParameters": [ @@ -106354,7 +107930,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 187, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L187" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L187" } ], "parameters": [ @@ -106445,19 +108021,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 199, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L199" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L199" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 203, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L203" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L203" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 210, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L210" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L210" } ], "signatures": [ @@ -106472,7 +108048,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 199, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L199" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L199" } ], "typeParameters": [ @@ -106538,7 +108114,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 203, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L203" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L203" } ], "parameters": [ @@ -106636,19 +108212,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 215, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L215" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L215" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 219, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L219" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L219" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 226, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L226" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L226" } ], "signatures": [ @@ -106663,7 +108239,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 215, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L215" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L215" } ], "typeParameters": [ @@ -106729,7 +108305,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 219, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L219" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L219" } ], "parameters": [ @@ -106783,7 +108359,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 151, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L151" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L151" } ], "signatures": [ @@ -106816,7 +108392,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 151, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L151" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L151" } ], "parameters": [ @@ -106891,7 +108467,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 156, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" } ], "type": { @@ -106920,7 +108496,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 156, "character": 32, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" } ], "type": { @@ -106941,7 +108517,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 156, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" } ] } @@ -107023,19 +108599,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 160, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L160" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L160" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 161, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L161" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L161" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 168, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L168" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L168" } ], "signatures": [ @@ -107050,7 +108626,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 160, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L160" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L160" } ], "typeParameters": [ @@ -107123,7 +108699,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 161, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L161" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L161" } ], "parameters": [ @@ -107214,19 +108790,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 173, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L173" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 174, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L174" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L174" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 181, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L181" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L181" } ], "signatures": [ @@ -107241,7 +108817,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 173, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L173" } ], "typeParameters": [ @@ -107314,7 +108890,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 174, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L174" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L174" } ], "parameters": [ @@ -107395,19 +108971,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 516, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L516" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L516" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 517, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L517" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L517" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 525, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L525" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L525" } ], "signatures": [ @@ -107422,7 +108998,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 516, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L516" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L516" } ], "typeParameters": [ @@ -107499,7 +109075,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 517, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L517" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L517" } ], "parameters": [ @@ -107550,7 +109126,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 359, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L359" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L359" } ], "signatures": [ @@ -107575,7 +109151,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 359, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L359" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L359" } ], "parameters": [ @@ -107781,7 +109357,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 225, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L225" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L225" } ], "signatures": [ @@ -107822,7 +109398,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 225, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L225" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L225" } ], "typeParameters": [ @@ -107929,7 +109505,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 122, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L122" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L122" } ], "signatures": [ @@ -107968,7 +109544,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 122, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L122" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L122" } ], "typeParameters": [ @@ -108203,19 +109779,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 532, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L532" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L532" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 537, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L537" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L537" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 551, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L551" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L551" } ], "signatures": [ @@ -108230,7 +109806,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 532, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L532" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L532" } ], "typeParameters": [ @@ -108319,7 +109895,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 537, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L537" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L537" } ], "parameters": [ @@ -108375,7 +109951,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 571, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L571" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L571" } ], "signatures": [ @@ -108414,7 +109990,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 571, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L571" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L571" } ], "parameters": [ @@ -108489,7 +110065,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 576, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L576" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L576" } ], "type": { @@ -108518,7 +110094,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 576, "character": 32, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L576" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L576" } ], "type": { @@ -108539,7 +110115,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 576, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L576" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L576" } ] } @@ -108701,31 +110277,31 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 75, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L75" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L75" }, { "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 79, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L79" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L79" }, { "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 86, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L86" }, { "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 93, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L93" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L93" }, { "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 115, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L115" } ], "signatures": [ @@ -108742,7 +110318,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 75, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L75" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L75" } ], "typeParameters": [ @@ -108803,7 +110379,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 77, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" } ], "type": { @@ -108824,7 +110400,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 77, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" } ], "type": { @@ -108845,7 +110421,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 77, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" } ], "type": { @@ -108865,7 +110441,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 77, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" } ] } @@ -108895,7 +110471,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 79, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L79" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L79" } ], "parameters": [ @@ -108940,7 +110516,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 81, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" } ], "type": { @@ -108961,7 +110537,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 81, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" } ], "type": { @@ -108982,7 +110558,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 81, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" } ], "type": { @@ -109002,7 +110578,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 81, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" } ] } @@ -109058,7 +110634,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 86, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L86" } ], "typeParameters": [ @@ -109119,7 +110695,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 88, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" } ], "type": { @@ -109140,7 +110716,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 88, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" } ], "type": { @@ -109161,7 +110737,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 88, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" } ], "type": { @@ -109181,7 +110757,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 88, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" } ] } @@ -109237,7 +110813,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 93, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L93" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L93" } ], "parameters": [ @@ -109282,7 +110858,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 95, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" } ], "type": { @@ -109303,7 +110879,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 95, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" } ], "type": { @@ -109324,7 +110900,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 95, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" } ], "type": { @@ -109344,7 +110920,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 95, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" } ] } @@ -109425,19 +111001,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 455, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L455" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L455" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 459, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L459" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L459" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 467, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L467" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L467" } ], "signatures": [ @@ -109452,7 +111028,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 455, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L455" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L455" } ], "typeParameters": [ @@ -109541,7 +111117,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 459, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L459" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L459" } ], "parameters": [ @@ -109602,9 +111178,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 275, + "line": 270, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L275" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L270" } ], "signatures": [ @@ -109655,9 +111231,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 275, + "line": 270, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L275" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L270" } ], "typeParameters": [ @@ -109710,9 +111286,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ], "type": { @@ -109730,9 +111306,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ] } @@ -109755,9 +111331,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 44, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ], "type": { @@ -109775,9 +111351,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ] } @@ -110010,7 +111586,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 178, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L178" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L178" } ], "signatures": [ @@ -110075,7 +111651,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 178, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L178" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L178" } ], "parameters": [ @@ -110169,7 +111745,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 184, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" } ], "type": { @@ -110198,7 +111774,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 184, "character": 32, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" } ], "type": { @@ -110219,7 +111795,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 184, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" } ] } @@ -110301,19 +111877,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 440, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L440" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L440" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 441, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L441" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L441" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 450, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L450" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L450" } ], "signatures": [ @@ -110328,7 +111904,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 440, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L440" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L440" } ], "typeParameters": [ @@ -110387,7 +111963,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 441, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L441" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L441" } ], "parameters": [ @@ -110478,19 +112054,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 382, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L382" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L382" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 383, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L383" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L383" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 391, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L391" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L391" } ], "signatures": [ @@ -110505,7 +112081,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 382, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L382" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L382" } ], "typeParameters": [ @@ -110564,7 +112140,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 383, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L383" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L383" } ], "parameters": [ @@ -110663,19 +112239,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 396, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L396" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L396" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 397, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L397" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L397" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 406, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L406" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L406" } ], "signatures": [ @@ -110690,7 +112266,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 396, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L396" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L396" } ], "typeParameters": [ @@ -110749,7 +112325,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 397, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L397" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L397" } ], "parameters": [ @@ -110840,19 +112416,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 411, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L411" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L411" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 412, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L412" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L412" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 420, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L420" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L420" } ], "signatures": [ @@ -110867,7 +112443,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 411, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L411" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L411" } ], "typeParameters": [ @@ -110926,7 +112502,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 412, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L412" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L412" } ], "parameters": [ @@ -111025,19 +112601,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 425, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L425" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L425" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 426, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L426" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L426" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 435, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L435" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L435" } ], "signatures": [ @@ -111052,7 +112628,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 425, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L425" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L425" } ], "typeParameters": [ @@ -111111,7 +112687,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 426, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L426" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L426" } ], "parameters": [ @@ -111158,7 +112734,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 333, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L333" } ], "signatures": [ @@ -111202,7 +112778,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 333, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L333" } ], "typeParameters": [ @@ -111331,7 +112907,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 322, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L322" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L322" } ], "signatures": [ @@ -111364,7 +112940,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 322, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L322" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L322" } ], "type": { @@ -111397,7 +112973,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L26" } ], "signatures": [ @@ -111462,7 +113038,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L26" } ], "typeParameters": [ @@ -111711,9 +113287,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 77, + "line": 72, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L72" } ], "signatures": [ @@ -111736,9 +113312,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 77, + "line": 72, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L72" } ], "parameters": [ @@ -111795,7 +113371,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 211, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L211" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L211" } ], "signatures": [ @@ -111836,7 +113412,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 211, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L211" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L211" } ], "typeParameters": [ @@ -112018,19 +113594,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 478, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L478" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L478" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 483, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L483" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L483" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 498, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L498" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L498" } ], "signatures": [ @@ -112045,7 +113621,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 478, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L478" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L478" } ], "typeParameters": [ @@ -112117,7 +113693,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 481, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L481" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L481" } ], "type": { @@ -112138,7 +113714,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 481, "character": 33, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L481" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L481" } ], "type": { @@ -112171,7 +113747,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 481, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L481" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L481" } ] } @@ -112194,7 +113770,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 483, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L483" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L483" } ], "parameters": [ @@ -112250,7 +113826,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 486, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L486" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L486" } ], "type": { @@ -112271,7 +113847,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 486, "character": 33, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L486" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L486" } ], "type": { @@ -112304,7 +113880,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 486, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L486" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L486" } ] } @@ -112329,9 +113905,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 83, + "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L78" } ], "signatures": [ @@ -112365,9 +113941,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 83, + "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L78" } ], "typeParameters": [ @@ -112441,9 +114017,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 90, + "line": 85, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L85" } ], "signatures": [ @@ -112456,9 +114032,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 90, + "line": 85, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L85" } ], "parameters": [ @@ -112557,9 +114133,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 97, + "line": 92, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L92" } ], "signatures": [ @@ -112572,9 +114148,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 97, + "line": 92, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L92" } ], "parameters": [ @@ -112682,9 +114258,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 69, + "line": 64, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L64" } ], "signatures": [ @@ -112713,9 +114289,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 69, + "line": 64, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L64" } ], "type": { @@ -112854,7 +114430,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 76, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L76" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L76" } ], "typeParameters": [ @@ -113039,7 +114615,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 24, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L24" } ], "signatures": [ @@ -113054,7 +114630,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 24, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L24" } ], "typeParameters": [ @@ -113164,7 +114740,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 16, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L16" } ], "type": { @@ -113190,7 +114766,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 16, "character": 35, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L16" } ] } @@ -113257,7 +114833,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 33, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L33" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L33" } ], "type": { @@ -113486,7 +115062,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 31, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L31" } ], "type": { @@ -113513,7 +115089,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 32, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L32" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L32" } ], "type": { @@ -113533,7 +115109,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 30, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L30" } ] } @@ -113605,7 +115181,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 22, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L22" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L22" } ], "type": { @@ -113832,7 +115408,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L19" } ], "type": { @@ -113858,7 +115434,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 20, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L20" } ], "type": { @@ -113879,7 +115455,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 21, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L21" } ], "type": { @@ -113903,7 +115479,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L18" } ], "type": { @@ -113927,7 +115503,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 416, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L416" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L416" } ], "signatures": [ @@ -113958,7 +115534,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 416, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L416" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L416" } ], "parameters": [ @@ -114038,7 +115614,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 419, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L419" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L419" } ], "type": { @@ -114071,7 +115647,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 418, "character": 5, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L418" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L418" } ] } @@ -114255,19 +115831,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 121, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L121" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L121" }, { "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 135, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L135" }, { "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 176, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L176" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L176" } ], "signatures": [ @@ -114282,7 +115858,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 121, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L121" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L121" } ], "typeParameters": [ @@ -114358,7 +115934,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 124, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L124" } ], "type": { @@ -114391,7 +115967,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 123, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L123" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L123" } ] } @@ -114474,7 +116050,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 135, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L135" } ], "typeParameters": [ @@ -114553,7 +116129,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 138, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L138" } ], "type": { @@ -114587,7 +116163,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 139, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L139" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L139" } ], "type": { @@ -114607,7 +116183,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 137, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L137" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L137" } ] } @@ -114692,7 +116268,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 63, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L63" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L63" } ], "signatures": [ @@ -114715,7 +116291,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 63, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L63" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L63" } ], "typeParameters": [ @@ -114911,7 +116487,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 77, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L77" } ], "type": { @@ -114969,7 +116545,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 76, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L76" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L76" } ], "type": { @@ -114989,7 +116565,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 75, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L75" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L75" } ] } @@ -115080,7 +116656,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 366, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L366" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L366" } ], "signatures": [ @@ -115111,7 +116687,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 366, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L366" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L366" } ], "typeParameters": [ @@ -115241,7 +116817,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 371, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L371" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L371" } ], "type": { @@ -115274,7 +116850,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 370, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L370" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L370" } ] } @@ -115550,19 +117126,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 222, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L222" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L222" }, { "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 238, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L238" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L238" }, { "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 293, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L293" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L293" } ], "signatures": [ @@ -115577,7 +117153,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 222, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L222" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L222" } ], "typeParameters": [ @@ -115653,7 +117229,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 227, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L227" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L227" } ], "type": { @@ -115687,7 +117263,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 226, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L226" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L226" } ], "type": { @@ -115708,7 +117284,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 225, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L225" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L225" } ], "type": { @@ -115728,7 +117304,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 224, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L224" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L224" } ] } @@ -115811,7 +117387,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 238, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L238" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L238" } ], "typeParameters": [ @@ -115890,7 +117466,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 243, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L243" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L243" } ], "type": { @@ -115924,7 +117500,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 244, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L244" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L244" } ], "type": { @@ -115945,7 +117521,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 242, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L242" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L242" } ], "type": { @@ -115966,7 +117542,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 241, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L241" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L241" } ], "type": { @@ -115986,7 +117562,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 240, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L240" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L240" } ] } @@ -116080,7 +117656,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 11, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L11" } ], "typeParameters": [ @@ -116190,7 +117766,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 16, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L16" } ], "type": { @@ -116210,7 +117786,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 16, "character": 35, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L16" } ] } @@ -116249,9 +117825,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 34, + "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" } ], "signatures": [ @@ -116264,9 +117840,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 34, + "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" } ], "typeParameters": [ @@ -116393,9 +117969,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 39, + "line": 36, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L36" } ], "type": { @@ -116414,9 +117990,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 42, + "line": 39, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L42" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L39" } ], "type": { @@ -116641,9 +118217,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 37, + "line": 34, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" } ], "type": { @@ -116667,9 +118243,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 43, + "line": 40, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L43" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L40" } ], "type": { @@ -116686,9 +118262,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 35, + "line": 32, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L32" } ], "type": { @@ -116728,9 +118304,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 38, + "line": 35, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L35" } ], "type": { @@ -116749,9 +118325,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 40, + "line": 37, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L37" } ], "type": { @@ -116770,9 +118346,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 41, + "line": 38, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L41" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L38" } ], "type": { @@ -116794,9 +118370,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 36, + "line": 33, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L36" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L33" } ], "type": { @@ -116819,9 +118395,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 34, + "line": 31, "character": 23, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" } ] } @@ -116919,9 +118495,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 28, + "line": 25, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L25" } ], "type": { @@ -116946,9 +118522,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 31, + "line": 28, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L28" } ], "type": { @@ -117181,9 +118757,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 26, + "line": 23, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L23" } ], "type": { @@ -117213,9 +118789,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 32, + "line": 29, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L32" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L29" } ], "type": { @@ -117240,9 +118816,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 24, + "line": 21, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L21" } ], "type": { @@ -117289,9 +118865,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 27, + "line": 24, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L24" } ], "type": { @@ -117316,9 +118892,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 29, + "line": 26, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L29" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L26" } ], "type": { @@ -117345,9 +118921,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 30, + "line": 27, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L27" } ], "type": { @@ -117377,9 +118953,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 25, + "line": 22, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L22" } ], "type": { @@ -117408,7 +118984,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 200, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L200" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L200" } ], "signatures": [ @@ -117431,7 +119007,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 200, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L200" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L200" } ], "parameters": [ @@ -117478,7 +119054,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 242, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L242" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L242" } ], "signatures": [ @@ -117509,7 +119085,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 242, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L242" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L242" } ], "type": { @@ -117547,7 +119123,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 280, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L280" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L280" } ], "signatures": [ @@ -117578,7 +119154,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 280, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L280" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L280" } ], "parameters": [ @@ -117634,7 +119210,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 288, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L288" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L288" } ], "type": { @@ -117672,7 +119248,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 291, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L291" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L291" } ], "type": { @@ -117714,7 +119290,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 293, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L293" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L293" } ], "type": { @@ -117761,7 +119337,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 290, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L290" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L290" } ], "type": { @@ -117807,7 +119383,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 289, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L289" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L289" } ], "type": { @@ -117845,7 +119421,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 292, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L292" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L292" } ], "type": { @@ -117866,7 +119442,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 287, "character": 5, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L287" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L287" } ] } @@ -117961,7 +119537,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 250, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L250" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L250" } ], "signatures": [ @@ -117992,7 +119568,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 250, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L250" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L250" } ], "type": { @@ -118045,7 +119621,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 151, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L151" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L151" } ], "signatures": [ @@ -118076,7 +119652,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 151, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L151" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L151" } ], "parameters": [ @@ -118151,7 +119727,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 156, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" } ], "type": { @@ -118180,7 +119756,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 156, "character": 32, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" } ], "type": { @@ -118201,7 +119777,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 156, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" } ] } @@ -118227,7 +119803,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 359, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L359" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L359" } ], "signatures": [ @@ -118250,7 +119826,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 359, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L359" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L359" } ], "parameters": [ @@ -118444,7 +120020,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 225, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L225" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L225" } ], "signatures": [ @@ -118483,7 +120059,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 225, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L225" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L225" } ], "typeParameters": [ @@ -118714,31 +120290,31 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 75, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L75" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L75" }, { "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 79, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L79" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L79" }, { "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 86, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L86" }, { "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 93, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L93" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L93" }, { "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 115, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L115" } ], "signatures": [ @@ -118753,7 +120329,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 75, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L75" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L75" } ], "typeParameters": [ @@ -118814,7 +120390,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 77, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" } ], "type": { @@ -118835,7 +120411,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 77, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" } ], "type": { @@ -118856,7 +120432,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 77, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" } ], "type": { @@ -118876,7 +120452,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 77, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" } ] } @@ -118899,7 +120475,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 79, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L79" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L79" } ], "parameters": [ @@ -118944,7 +120520,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 81, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" } ], "type": { @@ -118965,7 +120541,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 81, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" } ], "type": { @@ -118986,7 +120562,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 81, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" } ], "type": { @@ -119006,7 +120582,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 81, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" } ] } @@ -119055,7 +120631,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 86, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L86" } ], "typeParameters": [ @@ -119116,7 +120692,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 88, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" } ], "type": { @@ -119137,7 +120713,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 88, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" } ], "type": { @@ -119158,7 +120734,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 88, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" } ], "type": { @@ -119178,7 +120754,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 88, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" } ] } @@ -119227,7 +120803,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 93, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L93" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L93" } ], "parameters": [ @@ -119272,7 +120848,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 95, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" } ], "type": { @@ -119293,7 +120869,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 95, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" } ], "type": { @@ -119314,7 +120890,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 95, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" } ], "type": { @@ -119334,7 +120910,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 95, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" } ] } @@ -119359,9 +120935,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 275, + "line": 270, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L275" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L270" } ], "signatures": [ @@ -119412,9 +120988,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 275, + "line": 270, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L275" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L270" } ], "typeParameters": [ @@ -119467,9 +121043,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ], "type": { @@ -119487,9 +121063,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ] } @@ -119512,9 +121088,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 44, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ], "type": { @@ -119532,9 +121108,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ] } @@ -119765,7 +121341,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 178, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L178" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L178" } ], "signatures": [ @@ -119828,7 +121404,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 178, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L178" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L178" } ], "parameters": [ @@ -119922,7 +121498,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 184, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" } ], "type": { @@ -119951,7 +121527,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 184, "character": 32, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" } ], "type": { @@ -119972,7 +121548,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 184, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" } ] } @@ -119998,7 +121574,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 333, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L333" } ], "signatures": [ @@ -120040,7 +121616,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 333, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L333" } ], "typeParameters": [ @@ -120167,7 +121743,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 322, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L322" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L322" } ], "signatures": [ @@ -120198,7 +121774,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 322, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L322" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L322" } ], "type": { @@ -120219,7 +121795,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L26" } ], "signatures": [ @@ -120282,7 +121858,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L26" } ], "typeParameters": [ @@ -120521,9 +122097,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 77, + "line": 72, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L72" } ], "signatures": [ @@ -120546,9 +122122,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 77, + "line": 72, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L72" } ], "parameters": [ @@ -120603,7 +122179,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 211, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L211" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L211" } ], "signatures": [ @@ -120642,7 +122218,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 211, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L211" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L211" } ], "typeParameters": [ @@ -120730,9 +122306,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 83, + "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L78" } ], "signatures": [ @@ -120766,9 +122342,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 83, + "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L78" } ], "typeParameters": [ @@ -120842,9 +122418,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 90, + "line": 85, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L85" } ], "signatures": [ @@ -120857,9 +122433,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 90, + "line": 85, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L85" } ], "parameters": [ @@ -120958,9 +122534,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 97, + "line": 92, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L92" } ], "signatures": [ @@ -120973,9 +122549,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 97, + "line": 92, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L92" } ], "parameters": [ @@ -121083,9 +122659,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 69, + "line": 64, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L64" } ], "signatures": [ @@ -121114,9 +122690,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 69, + "line": 64, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L64" } ], "type": { @@ -121253,7 +122829,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 8, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L8" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L8" } ], "typeParameters": [ @@ -121405,7 +122981,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 23, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L23" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L23" } ], "type": { @@ -121424,7 +123000,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 22, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L22" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L22" } ], "type": { @@ -121443,7 +123019,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 21, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L21" } ], "type": { @@ -121467,7 +123043,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 12, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L12" } ], "type": { @@ -121493,7 +123069,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 13, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L13" } ], "type": { @@ -121518,7 +123094,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 20, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L20" } ], "extendedTypes": [ @@ -121551,7 +123127,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L18" } ], "type": { @@ -121579,7 +123155,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 17, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L17" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L17" } ], "type": { @@ -121602,7 +123178,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 16, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L16" } ], "type": { @@ -121623,7 +123199,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 12, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L12" } ], "type": { @@ -121649,7 +123225,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 13, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L13" } ], "type": { @@ -121674,7 +123250,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 15, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L15" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L15" } ], "typeParameters": [ @@ -121709,7 +123285,7 @@ "fileName": "packages/core/postgrest-js/src/types/common/common.ts", "line": 54, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/common/common.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/common/common.ts#L54" } ], "type": { @@ -121734,7 +123310,7 @@ "fileName": "packages/core/postgrest-js/src/types/common/common.ts", "line": 55, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/common/common.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/common/common.ts#L55" } ], "type": { @@ -121754,7 +123330,7 @@ "fileName": "packages/core/postgrest-js/src/types/common/common.ts", "line": 54, "character": 34, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/common/common.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/common/common.ts#L54" } ] } @@ -121771,7 +123347,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 30, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L30" } ], "typeParameters": [ @@ -121819,7 +123395,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 31, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L31" } ], "typeParameters": [ @@ -121861,7 +123437,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 29, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L29" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L29" } ], "typeParameters": [ @@ -121919,7 +123495,7 @@ "fileName": "packages/core/postgrest-js/src/select-query-parser/result.ts", "line": 38, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/select-query-parser/result.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/select-query-parser/result.ts#L38" } ], "typeParameters": [ @@ -122504,7 +124080,7 @@ "fileName": "packages/core/postgrest-js/src/index.ts", "line": 17, "character": 0, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/index.ts#L17" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/index.ts#L17" } ], "type": { @@ -122527,7 +124103,7 @@ "fileName": "packages/core/postgrest-js/src/index.ts", "line": 22, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/index.ts#L22" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/index.ts#L22" } ], "type": { @@ -122551,7 +124127,7 @@ "fileName": "packages/core/postgrest-js/src/index.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/index.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/index.ts#L18" } ], "type": { @@ -122575,7 +124151,7 @@ "fileName": "packages/core/postgrest-js/src/index.ts", "line": 23, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/index.ts#L23" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/index.ts#L23" } ], "type": { @@ -122599,7 +124175,7 @@ "fileName": "packages/core/postgrest-js/src/index.ts", "line": 20, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/index.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/index.ts#L20" } ], "type": { @@ -122623,7 +124199,7 @@ "fileName": "packages/core/postgrest-js/src/index.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/index.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/index.ts#L19" } ], "type": { @@ -122647,7 +124223,7 @@ "fileName": "packages/core/postgrest-js/src/index.ts", "line": 21, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/index.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/index.ts#L21" } ], "type": { @@ -122672,7 +124248,7 @@ "fileName": "packages/core/postgrest-js/src/index.ts", "line": 17, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/index.ts#L17" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/index.ts#L17" } ] } @@ -122833,7 +124409,7 @@ }, { "kind": "code", - "text": "```bash\n# Run all tests (from monorepo root)\nnpx nx test postgrest-js\n```" + "text": "```bash\n# Run all tests (from monorepo root)\nnpx nx test:ci:postgrest postgrest-js\n```" }, { "kind": "text", @@ -126181,14 +127757,14 @@ "flags": {}, "children": [ { - "id": 758, + "id": 760, "name": "REALTIME_LISTEN_TYPES", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 759, + "id": 761, "name": "BROADCAST", "variant": "declaration", "kind": 16, @@ -126198,7 +127774,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 135, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L135" } ], "type": { @@ -126207,7 +127783,7 @@ } }, { - "id": 761, + "id": 763, "name": "POSTGRES_CHANGES", "variant": "declaration", "kind": 16, @@ -126217,7 +127793,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 137, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L137" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L137" } ], "type": { @@ -126226,7 +127802,7 @@ } }, { - "id": 760, + "id": 762, "name": "PRESENCE", "variant": "declaration", "kind": 16, @@ -126236,7 +127812,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 136, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L136" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L136" } ], "type": { @@ -126245,7 +127821,7 @@ } }, { - "id": 762, + "id": 764, "name": "SYSTEM", "variant": "declaration", "kind": 16, @@ -126255,7 +127831,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 138, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L138" } ], "type": { @@ -126267,7 +127843,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [759, 761, 760, 762] + "children": [761, 763, 762, 764] } ], "sources": [ @@ -126275,19 +127851,19 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 134, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L134" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L134" } ] }, { - "id": 763, + "id": 765, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 764, + "id": 766, "name": "ALL", "variant": "declaration", "kind": 16, @@ -126297,7 +127873,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 128, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L128" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L128" } ], "type": { @@ -126306,7 +127882,7 @@ } }, { - "id": 767, + "id": 769, "name": "DELETE", "variant": "declaration", "kind": 16, @@ -126316,7 +127892,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 131, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L131" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L131" } ], "type": { @@ -126325,7 +127901,7 @@ } }, { - "id": 765, + "id": 767, "name": "INSERT", "variant": "declaration", "kind": 16, @@ -126335,7 +127911,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 129, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L129" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L129" } ], "type": { @@ -126344,7 +127920,7 @@ } }, { - "id": 766, + "id": 768, "name": "UPDATE", "variant": "declaration", "kind": 16, @@ -126354,7 +127930,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 130, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L130" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L130" } ], "type": { @@ -126366,7 +127942,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [764, 767, 765, 766] + "children": [766, 769, 767, 768] } ], "sources": [ @@ -126374,19 +127950,19 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 127, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L127" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L127" } ] }, { - "id": 768, + "id": 770, "name": "REALTIME_PRESENCE_LISTEN_EVENTS", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 770, + "id": 772, "name": "JOIN", "variant": "declaration", "kind": 16, @@ -126396,7 +127972,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 33, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L33" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L33" } ], "type": { @@ -126405,7 +127981,7 @@ } }, { - "id": 771, + "id": 773, "name": "LEAVE", "variant": "declaration", "kind": 16, @@ -126415,7 +127991,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 34, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L34" } ], "type": { @@ -126424,7 +128000,7 @@ } }, { - "id": 769, + "id": 771, "name": "SYNC", "variant": "declaration", "kind": 16, @@ -126434,7 +128010,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 32, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L32" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L32" } ], "type": { @@ -126446,7 +128022,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [770, 771, 769] + "children": [772, 773, 771] } ], "sources": [ @@ -126454,19 +128030,19 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 31, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L31" } ] }, { - "id": 772, + "id": 774, "name": "REALTIME_SUBSCRIBE_STATES", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 776, + "id": 778, "name": "CHANNEL_ERROR", "variant": "declaration", "kind": 16, @@ -126476,7 +128052,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 145, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L145" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L145" } ], "type": { @@ -126485,7 +128061,7 @@ } }, { - "id": 775, + "id": 777, "name": "CLOSED", "variant": "declaration", "kind": 16, @@ -126495,7 +128071,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 144, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L144" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L144" } ], "type": { @@ -126504,7 +128080,7 @@ } }, { - "id": 773, + "id": 775, "name": "SUBSCRIBED", "variant": "declaration", "kind": 16, @@ -126514,7 +128090,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 142, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L142" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L142" } ], "type": { @@ -126523,7 +128099,7 @@ } }, { - "id": 774, + "id": 776, "name": "TIMED_OUT", "variant": "declaration", "kind": 16, @@ -126533,7 +128109,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 143, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L143" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L143" } ], "type": { @@ -126545,7 +128121,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [776, 775, 773, 774] + "children": [778, 777, 775, 776] } ], "sources": [ @@ -126553,7 +128129,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 141, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L141" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L141" } ] }, @@ -126583,7 +128159,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 184, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L184" } ], "signatures": [ @@ -126598,7 +128174,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 184, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L184" } ], "parameters": [ @@ -126671,7 +128247,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 165, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L165" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L165" } ], "type": { @@ -126687,7 +128263,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 165, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L165" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L165" } ], "indexSignatures": [ @@ -126702,7 +128278,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 166, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L166" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L166" } ], "parameters": [ @@ -126740,7 +128316,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 169, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L169" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L169" } ], "type": { @@ -126764,7 +128340,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 168, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L168" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L168" } ], "type": { @@ -126780,7 +128356,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 168, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L168" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L168" } ], "indexSignatures": [ @@ -126795,7 +128371,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 168, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L168" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L168" } ], "parameters": [ @@ -126833,7 +128409,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 170, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L170" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L170" } ], "type": { @@ -126852,7 +128428,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 167, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L167" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L167" } ], "type": { @@ -126872,7 +128448,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 166, "character": 19, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L166" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L166" } ] } @@ -126895,7 +128471,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 180, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L180" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L180" } ], "type": { @@ -126914,7 +128490,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 175, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L175" } ], "type": { @@ -126934,7 +128510,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 176, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L176" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L176" } ], "type": { @@ -126961,7 +128537,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 187, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L187" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L187" } ], "type": { @@ -126983,7 +128559,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 179, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L179" } ], "type": { @@ -127005,7 +128581,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 182, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L182" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L182" } ], "type": { @@ -127024,7 +128600,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 178, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L178" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L178" } ], "type": { @@ -127053,7 +128629,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 177, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L177" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L177" } ], "type": { @@ -127080,7 +128656,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 188, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L188" } ], "type": { @@ -127102,7 +128678,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 174, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L174" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L174" } ], "type": { @@ -127127,7 +128703,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 181, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L181" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L181" } ], "type": { @@ -127146,7 +128722,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 173, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L173" } ], "type": { @@ -127175,7 +128751,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 186, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L186" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L186" } ], "type": { @@ -127194,7 +128770,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 520, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L520" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L520" } ], "signatures": [ @@ -127228,7 +128804,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 520, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L520" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L520" } ], "parameters": [ @@ -127306,7 +128882,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 523, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L523" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L523" } ], "type": { @@ -127326,7 +128902,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 523, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L523" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L523" } ] } @@ -127364,7 +128940,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 524, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L524" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L524" } ], "type": { @@ -127384,7 +128960,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 524, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L524" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L524" } ] } @@ -127409,7 +128985,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 524, "character": 67, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L524" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L524" } ], "type": { @@ -127428,7 +129004,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 524, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L524" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L524" } ], "type": { @@ -127447,7 +129023,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 524, "character": 35, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L524" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L524" } ], "type": { @@ -127467,7 +129043,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 524, "character": 33, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L524" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L524" } ] } @@ -127492,91 +129068,91 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 387, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L387" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L387" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 392, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L392" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L392" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 397, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L397" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L397" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 402, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L402" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L402" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 407, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L407" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L407" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 412, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L412" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L412" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 417, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L417" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L417" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 428, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L428" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L428" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 441, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L441" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L441" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 454, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L454" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L454" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 463, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L463" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L463" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 472, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L472" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L472" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 481, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L481" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L481" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 490, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L490" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L490" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 495, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L495" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L495" } ], "signatures": [ @@ -127599,7 +129175,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 387, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L387" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L387" } ], "parameters": [ @@ -127640,7 +129216,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 389, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L389" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L389" } ], "type": { @@ -127660,7 +129236,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 389, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L389" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L389" } ] } @@ -127685,7 +129261,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 390, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L390" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L390" } ], "signatures": [ @@ -127700,7 +129276,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 390, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L390" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L390" } ], "type": { @@ -127740,7 +129316,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 392, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L392" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L392" } ], "typeParameters": [ @@ -127763,7 +129339,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 392, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L392" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L392" } ], "indexSignatures": [ @@ -127778,7 +129354,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 392, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L392" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L392" } ], "parameters": [ @@ -127842,7 +129418,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 394, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L394" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L394" } ], "type": { @@ -127862,7 +129438,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 394, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L394" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L394" } ] } @@ -127887,7 +129463,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 395, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L395" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L395" } ], "signatures": [ @@ -127902,7 +129478,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 395, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L395" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L395" } ], "parameters": [ @@ -127914,7 +129490,7 @@ "flags": {}, "type": { "type": "reference", - "target": 728, + "target": 730, "typeArguments": [ { "type": "reference", @@ -127966,7 +129542,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 397, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L397" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L397" } ], "typeParameters": [ @@ -127989,7 +129565,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 397, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L397" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L397" } ], "indexSignatures": [ @@ -128004,7 +129580,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 397, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L397" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L397" } ], "parameters": [ @@ -128068,7 +129644,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 399, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L399" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L399" } ], "type": { @@ -128088,7 +129664,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 399, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L399" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L399" } ] } @@ -128113,7 +129689,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 400, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L400" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L400" } ], "signatures": [ @@ -128128,7 +129704,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 400, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L400" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L400" } ], "parameters": [ @@ -128140,7 +129716,7 @@ "flags": {}, "type": { "type": "reference", - "target": 738, + "target": 740, "typeArguments": [ { "type": "reference", @@ -128192,7 +129768,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 402, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L402" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L402" } ], "typeParameters": [ @@ -128215,7 +129791,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 402, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L402" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L402" } ], "indexSignatures": [ @@ -128230,7 +129806,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 402, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L402" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L402" } ], "parameters": [ @@ -128276,7 +129852,7 @@ "flags": {}, "type": { "type": "reference", - "target": 687, + "target": 689, "typeArguments": [ { "type": "literal", @@ -128306,7 +129882,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 405, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L405" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L405" } ], "signatures": [ @@ -128321,7 +129897,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 405, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L405" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L405" } ], "parameters": [ @@ -128333,7 +129909,7 @@ "flags": {}, "type": { "type": "reference", - "target": 694, + "target": 696, "typeArguments": [ { "type": "reference", @@ -128385,7 +129961,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 407, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L407" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L407" } ], "typeParameters": [ @@ -128408,7 +129984,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 407, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L407" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L407" } ], "indexSignatures": [ @@ -128423,7 +129999,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 407, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L407" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L407" } ], "parameters": [ @@ -128469,7 +130045,7 @@ "flags": {}, "type": { "type": "reference", - "target": 687, + "target": 689, "typeArguments": [ { "type": "literal", @@ -128499,7 +130075,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 410, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L410" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L410" } ], "signatures": [ @@ -128514,7 +130090,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 410, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L410" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L410" } ], "parameters": [ @@ -128526,7 +130102,7 @@ "flags": {}, "type": { "type": "reference", - "target": 699, + "target": 701, "typeArguments": [ { "type": "reference", @@ -128578,7 +130154,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 412, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L412" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L412" } ], "typeParameters": [ @@ -128601,7 +130177,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 412, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L412" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L412" } ], "indexSignatures": [ @@ -128616,7 +130192,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 412, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L412" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L412" } ], "parameters": [ @@ -128662,7 +130238,7 @@ "flags": {}, "type": { "type": "reference", - "target": 687, + "target": 689, "typeArguments": [ { "type": "literal", @@ -128692,7 +130268,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 415, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L415" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L415" } ], "signatures": [ @@ -128707,7 +130283,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 415, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L415" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L415" } ], "parameters": [ @@ -128719,7 +130295,7 @@ "flags": {}, "type": { "type": "reference", - "target": 709, + "target": 711, "typeArguments": [ { "type": "reference", @@ -128771,7 +130347,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 417, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L417" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L417" } ], "typeParameters": [ @@ -128794,7 +130370,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 417, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L417" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L417" } ], "indexSignatures": [ @@ -128809,7 +130385,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 417, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L417" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L417" } ], "parameters": [ @@ -128855,7 +130431,7 @@ "flags": {}, "type": { "type": "reference", - "target": 687, + "target": 689, "typeArguments": [ { "type": "literal", @@ -128885,7 +130461,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 420, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L420" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L420" } ], "signatures": [ @@ -128900,7 +130476,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 420, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L420" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L420" } ], "parameters": [ @@ -128912,7 +130488,7 @@ "flags": {}, "type": { "type": "reference", - "target": 718, + "target": 720, "typeArguments": [ { "type": "reference", @@ -128964,7 +130540,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 428, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L428" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L428" } ], "parameters": [ @@ -129021,7 +130597,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 430, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L430" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L430" } ], "type": { @@ -129041,7 +130617,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 430, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L430" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L430" } ] } @@ -129074,7 +130650,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 431, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L431" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L431" } ], "signatures": [ @@ -129089,7 +130665,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 431, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L431" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L431" } ], "parameters": [ @@ -129119,7 +130695,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 433, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L433" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L433" } ], "type": { @@ -129140,7 +130716,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 434, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L434" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L434" } ], "type": { @@ -129163,7 +130739,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 436, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L436" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L436" } ], "type": { @@ -129184,7 +130760,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 435, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L435" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L435" } ], "type": { @@ -129204,7 +130780,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 434, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L434" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L434" } ] } @@ -129221,7 +130797,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 432, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L432" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L432" } ], "type": { @@ -129241,7 +130817,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 431, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L431" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L431" } ], "indexSignatures": [ @@ -129256,7 +130832,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 438, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L438" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L438" } ], "parameters": [ @@ -129319,7 +130895,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 441, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L441" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L441" } ], "typeParameters": [ @@ -129342,7 +130918,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 441, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L441" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L441" } ], "indexSignatures": [ @@ -129357,7 +130933,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 441, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L441" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L441" } ], "parameters": [ @@ -129421,7 +130997,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 443, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L443" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L443" } ], "type": { @@ -129441,7 +131017,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 443, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L443" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L443" } ] } @@ -129466,7 +131042,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 444, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L444" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L444" } ], "signatures": [ @@ -129481,7 +131057,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 444, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L444" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L444" } ], "parameters": [ @@ -129511,7 +131087,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 446, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L446" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L446" } ], "type": { @@ -129532,7 +131108,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 447, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L447" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L447" } ], "type": { @@ -129555,7 +131131,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 449, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L449" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L449" } ], "type": { @@ -129576,7 +131152,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 448, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L448" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L448" } ], "type": { @@ -129596,7 +131172,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 447, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L447" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L447" } ] } @@ -129613,7 +131189,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 451, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L451" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L451" } ], "type": { @@ -129635,7 +131211,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 445, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L445" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L445" } ], "type": { @@ -129655,7 +131231,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 444, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L444" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L444" } ] } @@ -129699,7 +131275,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 454, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L454" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L454" } ], "typeParameters": [ @@ -129768,12 +131344,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 456, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L456" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L456" } ], "type": { "type": "reference", - "target": 764, + "target": 766, "name": "ALL", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.ALL" @@ -129791,7 +131367,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 456, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L456" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L456" } ] } @@ -129816,7 +131392,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 457, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L457" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L457" } ], "signatures": [ @@ -129831,7 +131407,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 457, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L457" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L457" } ], "parameters": [ @@ -129861,12 +131437,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 459, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L459" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L459" } ], "type": { "type": "reference", - "target": 764, + "target": 766, "name": "ALL", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.ALL" @@ -129883,7 +131459,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 460, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L460" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L460" } ], "type": { @@ -129916,7 +131492,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 458, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L458" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L458" } ], "type": { @@ -129936,7 +131512,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 457, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L457" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L457" } ] } @@ -129980,7 +131556,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 463, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L463" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L463" } ], "typeParameters": [ @@ -130003,7 +131579,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 463, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L463" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L463" } ], "indexSignatures": [ @@ -130018,7 +131594,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 463, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L463" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L463" } ], "parameters": [ @@ -130082,12 +131658,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 465, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L465" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L465" } ], "type": { "type": "reference", - "target": 765, + "target": 767, "name": "INSERT", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT" @@ -130105,7 +131681,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 465, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L465" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L465" } ] } @@ -130130,7 +131706,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 466, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L466" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L466" } ], "signatures": [ @@ -130145,7 +131721,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 466, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L466" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L466" } ], "parameters": [ @@ -130175,12 +131751,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 468, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L468" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L468" } ], "type": { "type": "reference", - "target": 765, + "target": 767, "name": "INSERT", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT" @@ -130197,7 +131773,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 469, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L469" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L469" } ], "type": { @@ -130230,7 +131806,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 467, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L467" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L467" } ], "type": { @@ -130250,7 +131826,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 466, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L466" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L466" } ] } @@ -130294,7 +131870,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 472, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L472" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L472" } ], "typeParameters": [ @@ -130317,7 +131893,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 472, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L472" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L472" } ], "indexSignatures": [ @@ -130332,7 +131908,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 472, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L472" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L472" } ], "parameters": [ @@ -130396,12 +131972,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 474, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L474" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L474" } ], "type": { "type": "reference", - "target": 766, + "target": 768, "name": "UPDATE", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE" @@ -130419,7 +131995,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 474, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L474" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L474" } ] } @@ -130444,7 +132020,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 475, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L475" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L475" } ], "signatures": [ @@ -130459,7 +132035,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 475, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L475" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L475" } ], "parameters": [ @@ -130489,12 +132065,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 477, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L477" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L477" } ], "type": { "type": "reference", - "target": 766, + "target": 768, "name": "UPDATE", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE" @@ -130511,7 +132087,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 478, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L478" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L478" } ], "type": { @@ -130544,7 +132120,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 476, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L476" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L476" } ], "type": { @@ -130564,7 +132140,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 475, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L475" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L475" } ] } @@ -130608,7 +132184,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 481, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L481" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L481" } ], "typeParameters": [ @@ -130631,7 +132207,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 481, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L481" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L481" } ], "indexSignatures": [ @@ -130646,7 +132222,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 481, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L481" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L481" } ], "parameters": [ @@ -130710,12 +132286,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 483, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L483" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L483" } ], "type": { "type": "reference", - "target": 767, + "target": 769, "name": "DELETE", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE" @@ -130733,7 +132309,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 483, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L483" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L483" } ] } @@ -130758,7 +132334,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 484, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L484" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L484" } ], "signatures": [ @@ -130773,7 +132349,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 484, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L484" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L484" } ], "parameters": [ @@ -130803,12 +132379,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 486, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L486" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L486" } ], "type": { "type": "reference", - "target": 767, + "target": 769, "name": "DELETE", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE" @@ -130825,7 +132401,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 487, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L487" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L487" } ], "type": { @@ -130858,7 +132434,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 485, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L485" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L485" } ], "type": { @@ -130878,7 +132454,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 484, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L484" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L484" } ] } @@ -130922,7 +132498,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 490, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L490" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L490" } ], "typeParameters": [ @@ -130945,7 +132521,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 490, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L490" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L490" } ], "indexSignatures": [ @@ -130960,7 +132536,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 490, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L490" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L490" } ], "parameters": [ @@ -131034,7 +132610,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 493, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L493" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L493" } ], "signatures": [ @@ -131049,7 +132625,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 493, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L493" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L493" } ], "parameters": [ @@ -131096,7 +132672,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 356, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L356" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L356" } ], "signatures": [ @@ -131111,7 +132687,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 356, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L356" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L356" } ], "typeParameters": [ @@ -131134,7 +132710,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 356, "character": 26, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L356" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L356" } ], "indexSignatures": [ @@ -131149,7 +132725,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 356, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L356" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L356" } ], "parameters": [ @@ -131187,7 +132763,7 @@ ], "type": { "type": "reference", - "target": 748, + "target": 750, "typeArguments": [ { "type": "reference", @@ -131214,7 +132790,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 580, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L580" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L580" } ], "signatures": [ @@ -131237,7 +132813,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 580, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L580" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L580" } ], "parameters": [ @@ -131283,7 +132859,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 583, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L583" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L583" } ], "type": { @@ -131312,7 +132888,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 584, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L584" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L584" } ], "type": { @@ -131339,7 +132915,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 582, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L582" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L582" } ], "type": { @@ -131347,11 +132923,11 @@ "types": [ { "type": "literal", - "value": "presence" + "value": "broadcast" }, { "type": "literal", - "value": "broadcast" + "value": "presence" }, { "type": "literal", @@ -131372,7 +132948,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 581, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L581" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L581" } ], "indexSignatures": [ @@ -131387,7 +132963,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 585, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L585" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L585" } ], "parameters": [ @@ -131439,7 +133015,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 587, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L587" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L587" } ], "indexSignatures": [ @@ -131454,7 +133030,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 587, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L587" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L587" } ], "parameters": [ @@ -131512,7 +133088,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 254, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L254" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L254" } ], "signatures": [ @@ -131535,7 +133111,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 254, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L254" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L254" } ], "parameters": [ @@ -131560,7 +133136,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 255, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L255" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L255" } ], "signatures": [ @@ -131575,7 +133151,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 255, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L255" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L255" } ], "parameters": [ @@ -131587,7 +133163,7 @@ "flags": {}, "type": { "type": "reference", - "target": 772, + "target": 774, "name": "REALTIME_SUBSCRIBE_STATES", "package": "@supabase/realtime-js" } @@ -131654,7 +133230,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 702, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L702" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L702" } ], "signatures": [ @@ -131677,7 +133253,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 702, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L702" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L702" } ], "type": { @@ -131698,7 +133274,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 360, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L360" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L360" } ], "signatures": [ @@ -131713,7 +133289,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 360, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L360" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L360" } ], "parameters": [ @@ -131736,7 +133312,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 361, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L361" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L361" } ], "indexSignatures": [ @@ -131751,7 +133327,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 361, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L361" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L361" } ], "parameters": [ @@ -131795,7 +133371,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 362, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L362" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L362" } ], "indexSignatures": [ @@ -131810,7 +133386,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 362, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L362" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L362" } ], "parameters": [ @@ -131868,7 +133444,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 663, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L663" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L663" } ], "signatures": [ @@ -131899,7 +133475,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 663, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L663" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L663" } ], "parameters": [ @@ -131958,7 +133534,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 374, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L374" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L374" } ], "signatures": [ @@ -131973,7 +133549,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 374, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L374" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L374" } ], "parameters": [ @@ -131996,7 +133572,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 374, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L374" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L374" } ], "indexSignatures": [ @@ -132011,7 +133587,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 374, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L374" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L374" } ], "parameters": [ @@ -132069,7 +133645,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 650, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L650" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L650" } ], "signatures": [ @@ -132084,7 +133660,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 650, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L650" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L650" } ], "parameters": [ @@ -132107,7 +133683,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 650, "character": 29, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L650" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L650" } ], "indexSignatures": [ @@ -132122,7 +133698,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 650, "character": 31, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L650" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L650" } ], "parameters": [ @@ -132175,7 +133751,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 164, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L164" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L164" } ] }, @@ -132195,9 +133771,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 159, + "line": 163, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L159" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L163" } ], "signatures": [ @@ -132218,9 +133794,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 159, + "line": 163, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L159" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L163" } ], "parameters": [ @@ -132253,7 +133829,7 @@ }, "type": { "type": "reference", - "target": 651, + "target": 652, "name": "RealtimeClientOptions", "package": "@supabase/realtime-js", "highlightedProperties": { @@ -132358,7 +133934,7 @@ ] }, { - "id": 510, + "id": 511, "name": "accessToken", "variant": "declaration", "kind": 1024, @@ -132366,9 +133942,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 132, + "line": 136, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L132" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L136" } ], "type": { @@ -132381,7 +133957,7 @@ { "type": "reflection", "declaration": { - "id": 511, + "id": 512, "name": "__type", "variant": "declaration", "kind": 65536, @@ -132389,14 +133965,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 132, + "line": 136, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L132" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L136" } ], "signatures": [ { - "id": 512, + "id": 513, "name": "__type", "variant": "signature", "kind": 4096, @@ -132404,9 +133980,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 132, + "line": 136, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L132" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L136" } ], "type": { @@ -132450,9 +134026,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 96, + "line": 99, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L96" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L99" } ], "type": { @@ -132479,9 +134055,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 97, + "line": 100, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L100" } ], "type": { @@ -132508,9 +134084,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 98, + "line": 101, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L98" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L101" } ], "type": { @@ -132526,7 +134102,7 @@ "defaultValue": "..." }, { - "id": 493, + "id": 494, "name": "conn", "variant": "declaration", "kind": 1024, @@ -132534,9 +134110,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 117, + "line": 121, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L117" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L121" } ], "type": { @@ -132548,7 +134124,7 @@ }, { "type": "reference", - "target": 795, + "target": 797, "name": "WebSocketLike", "package": "@supabase/realtime-js" } @@ -132557,7 +134133,7 @@ "defaultValue": "null" }, { - "id": 491, + "id": 492, "name": "decode", "variant": "declaration", "kind": 1024, @@ -132565,9 +134141,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 115, + "line": 119, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L119" } ], "type": { @@ -132581,7 +134157,7 @@ } }, { - "id": 490, + "id": 491, "name": "encode", "variant": "declaration", "kind": 1024, @@ -132589,9 +134165,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 114, + "line": 118, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L118" } ], "type": { @@ -132613,9 +134189,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 99, + "line": 102, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L99" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L102" } ], "type": { @@ -132625,7 +134201,7 @@ "defaultValue": "''" }, { - "id": 502, + "id": 503, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -132633,15 +134209,15 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 131, + "line": 135, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L131" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L135" } ], "type": { "type": "reflection", "declaration": { - "id": 503, + "id": 504, "name": "__type", "variant": "declaration", "kind": 65536, @@ -132660,7 +134236,7 @@ ], "signatures": [ { - "id": 504, + "id": 505, "name": "__type", "variant": "signature", "kind": 4096, @@ -132682,7 +134258,7 @@ ], "parameters": [ { - "id": 505, + "id": 506, "name": "input", "variant": "param", "kind": 32768, @@ -132712,7 +134288,7 @@ } }, { - "id": 506, + "id": 507, "name": "init", "variant": "param", "kind": 32768, @@ -132752,7 +134328,7 @@ } }, { - "id": 507, + "id": 508, "name": "__type", "variant": "signature", "kind": 4096, @@ -132774,7 +134350,7 @@ ], "parameters": [ { - "id": 508, + "id": 509, "name": "input", "variant": "param", "kind": 32768, @@ -132808,7 +134384,7 @@ } }, { - "id": 509, + "id": 510, "name": "init", "variant": "param", "kind": 32768, @@ -132876,9 +134452,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 102, + "line": 105, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L102" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L105" } ], "type": { @@ -132892,9 +134468,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 102, + "line": 105, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L102" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L105" } ], "indexSignatures": [ @@ -132907,9 +134483,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 102, + "line": 105, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L102" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L105" } ], "parameters": [ @@ -132944,9 +134520,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 109, + "line": 112, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L109" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L112" } ], "type": { @@ -132960,9 +134536,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 109, + "line": 112, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L109" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L112" } ], "signatures": [ @@ -132975,9 +134551,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 109, + "line": 112, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L109" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L112" } ], "parameters": [ @@ -133017,9 +134593,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 106, + "line": 109, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L106" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L109" } ], "type": { @@ -133037,9 +134613,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 107, + "line": 110, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L107" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L110" } ], "type": { @@ -133072,9 +134648,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 100, + "line": 103, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L100" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L103" } ], "type": { @@ -133084,7 +134660,7 @@ "defaultValue": "''" }, { - "id": 488, + "id": 489, "name": "logger", "variant": "declaration", "kind": 1024, @@ -133092,9 +134668,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 112, + "line": 116, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L116" } ], "type": { @@ -133109,7 +134685,7 @@ "defaultValue": "noop" }, { - "id": 489, + "id": 490, "name": "logLevel", "variant": "declaration", "kind": 1024, @@ -133119,9 +134695,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 113, + "line": 117, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L113" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L117" } ], "type": { @@ -133145,9 +134721,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 103, + "line": 106, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L103" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L106" } ], "type": { @@ -133161,9 +134737,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 103, + "line": 106, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L103" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L106" } ], "indexSignatures": [ @@ -133176,9 +134752,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 103, + "line": 106, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L103" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L106" } ], "parameters": [ @@ -133213,9 +134789,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 108, + "line": 111, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L108" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L111" } ], "type": { @@ -133234,7 +134810,7 @@ "defaultValue": "null" }, { - "id": 492, + "id": 493, "name": "reconnectAfterMs", "variant": "declaration", "kind": 1024, @@ -133242,9 +134818,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 116, + "line": 120, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L116" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L120" } ], "type": { @@ -133266,9 +134842,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 111, + "line": 114, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L111" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L114" } ], "type": { @@ -133301,9 +134877,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 110, + "line": 113, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L110" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L113" } ], "type": { @@ -133313,7 +134889,7 @@ "defaultValue": "0" }, { - "id": 494, + "id": 495, "name": "sendBuffer", "variant": "declaration", "kind": 1024, @@ -133321,9 +134897,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 118, + "line": 122, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L118" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L122" } ], "type": { @@ -133341,7 +134917,7 @@ "defaultValue": "[]" }, { - "id": 495, + "id": 496, "name": "serializer", "variant": "declaration", "kind": 1024, @@ -133349,9 +134925,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 119, + "line": 123, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L119" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L123" } ], "type": { @@ -133367,7 +134943,7 @@ "defaultValue": "..." }, { - "id": 496, + "id": 497, "name": "stateChangeCallbacks", "variant": "declaration", "kind": 1024, @@ -133375,22 +134951,22 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 120, + "line": 124, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L124" } ], "type": { "type": "reflection", "declaration": { - "id": 497, + "id": 498, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 499, + "id": 500, "name": "close", "variant": "declaration", "kind": 1024, @@ -133398,9 +134974,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 122, + "line": 126, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L122" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L126" } ], "type": { @@ -133417,7 +134993,7 @@ } }, { - "id": 500, + "id": 501, "name": "error", "variant": "declaration", "kind": 1024, @@ -133425,9 +135001,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 123, + "line": 127, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L123" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L127" } ], "type": { @@ -133444,7 +135020,7 @@ } }, { - "id": 501, + "id": 502, "name": "message", "variant": "declaration", "kind": 1024, @@ -133452,9 +135028,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 124, + "line": 128, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L128" } ], "type": { @@ -133471,7 +135047,7 @@ } }, { - "id": 498, + "id": 499, "name": "open", "variant": "declaration", "kind": 1024, @@ -133479,9 +135055,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 121, + "line": 125, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L121" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L125" } ], "type": { @@ -133501,15 +135077,15 @@ "groups": [ { "title": "Properties", - "children": [499, 500, 501, 498] + "children": [500, 501, 502, 499] } ], "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 120, + "line": 124, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L124" } ] } @@ -133525,9 +135101,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 104, + "line": 107, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L104" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L107" } ], "type": { @@ -133545,9 +135121,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 105, + "line": 108, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L105" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L108" } ], "type": { @@ -133559,7 +135135,7 @@ }, { "type": "reference", - "target": 845, + "target": 847, "name": "WebSocketLikeConstructor", "package": "@supabase/realtime-js" } @@ -133568,7 +135144,27 @@ "defaultValue": "null" }, { - "id": 513, + "id": 488, + "name": "vsn", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "sources": [ + { + "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", + "line": 115, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L115" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "defaultValue": "DEFAULT_VSN" + }, + { + "id": 514, "name": "worker", "variant": "declaration", "kind": 1024, @@ -133578,9 +135174,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 133, + "line": 137, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L133" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L137" } ], "type": { @@ -133589,7 +135185,7 @@ } }, { - "id": 515, + "id": 516, "name": "workerRef", "variant": "declaration", "kind": 1024, @@ -133599,9 +135195,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 135, + "line": 139, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L139" } ], "type": { @@ -133615,7 +135211,7 @@ } }, { - "id": 514, + "id": 515, "name": "workerUrl", "variant": "declaration", "kind": 1024, @@ -133625,9 +135221,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 134, + "line": 138, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L134" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L138" } ], "type": { @@ -133636,7 +135232,7 @@ } }, { - "id": 547, + "id": 548, "name": "channel", "variant": "declaration", "kind": 2048, @@ -133644,14 +135240,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 346, + "line": 358, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L346" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L358" } ], "signatures": [ { - "id": 548, + "id": 549, "name": "channel", "variant": "signature", "kind": 4096, @@ -133659,14 +135255,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 346, + "line": 358, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L346" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L358" } ], "parameters": [ { - "id": 549, + "id": 550, "name": "topic", "variant": "param", "kind": 32768, @@ -133677,7 +135273,7 @@ } }, { - "id": 550, + "id": 551, "name": "params", "variant": "param", "kind": 32768, @@ -133702,7 +135298,7 @@ ] }, { - "id": 519, + "id": 520, "name": "connect", "variant": "declaration", "kind": 2048, @@ -133710,14 +135306,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 178, + "line": 182, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L178" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L182" } ], "signatures": [ { - "id": 520, + "id": 521, "name": "connect", "variant": "signature", "kind": 4096, @@ -133733,9 +135329,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 178, + "line": 182, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L178" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L182" } ], "type": { @@ -133746,7 +135342,7 @@ ] }, { - "id": 539, + "id": 540, "name": "connectionState", "variant": "declaration", "kind": 2048, @@ -133754,14 +135350,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 312, + "line": 324, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L312" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L324" } ], "signatures": [ { - "id": 540, + "id": 541, "name": "connectionState", "variant": "signature", "kind": 4096, @@ -133777,9 +135373,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 312, + "line": 324, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L312" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L324" } ], "type": { @@ -133795,7 +135391,7 @@ ] }, { - "id": 523, + "id": 524, "name": "disconnect", "variant": "declaration", "kind": 2048, @@ -133803,14 +135399,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 238, + "line": 248, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L238" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L248" } ], "signatures": [ { - "id": 524, + "id": 525, "name": "disconnect", "variant": "signature", "kind": 4096, @@ -133826,14 +135422,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 238, + "line": 248, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L238" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L248" } ], "parameters": [ { - "id": 525, + "id": 526, "name": "code", "variant": "param", "kind": 32768, @@ -133854,7 +135450,7 @@ } }, { - "id": 526, + "id": 527, "name": "reason", "variant": "param", "kind": 32768, @@ -133883,7 +135479,7 @@ ] }, { - "id": 521, + "id": 522, "name": "endpointURL", "variant": "declaration", "kind": 2048, @@ -133891,14 +135487,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 228, + "line": 238, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L238" } ], "signatures": [ { - "id": 522, + "id": 523, "name": "endpointURL", "variant": "signature", "kind": 4096, @@ -133925,9 +135521,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 228, + "line": 238, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L238" } ], "type": { @@ -133938,7 +135534,7 @@ ] }, { - "id": 565, + "id": 566, "name": "flushSendBuffer", "variant": "declaration", "kind": 2048, @@ -133946,14 +135542,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 455, + "line": 467, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L455" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L467" } ], "signatures": [ { - "id": 566, + "id": 567, "name": "flushSendBuffer", "variant": "signature", "kind": 4096, @@ -133969,9 +135565,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 455, + "line": 467, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L455" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L467" } ], "type": { @@ -133982,7 +135578,7 @@ ] }, { - "id": 527, + "id": 528, "name": "getChannels", "variant": "declaration", "kind": 2048, @@ -133990,14 +135586,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 272, + "line": 284, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L272" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L284" } ], "signatures": [ { - "id": 528, + "id": 529, "name": "getChannels", "variant": "signature", "kind": 4096, @@ -134013,9 +135609,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 272, + "line": 284, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L272" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L284" } ], "type": { @@ -134032,7 +135628,7 @@ ] }, { - "id": 541, + "id": 542, "name": "isConnected", "variant": "declaration", "kind": 2048, @@ -134040,14 +135636,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 328, + "line": 340, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L328" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L340" } ], "signatures": [ { - "id": 542, + "id": 543, "name": "isConnected", "variant": "signature", "kind": 4096, @@ -134071,9 +135667,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 328, + "line": 340, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L328" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L340" } ], "type": { @@ -134084,7 +135680,7 @@ ] }, { - "id": 543, + "id": 544, "name": "isConnecting", "variant": "declaration", "kind": 2048, @@ -134092,14 +135688,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 335, + "line": 347, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L335" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L347" } ], "signatures": [ { - "id": 544, + "id": 545, "name": "isConnecting", "variant": "signature", "kind": 4096, @@ -134123,9 +135719,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 335, + "line": 347, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L335" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L347" } ], "type": { @@ -134136,7 +135732,7 @@ ] }, { - "id": 545, + "id": 546, "name": "isDisconnecting", "variant": "declaration", "kind": 2048, @@ -134144,14 +135740,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 342, + "line": 354, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L342" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L354" } ], "signatures": [ { - "id": 546, + "id": 547, "name": "isDisconnecting", "variant": "signature", "kind": 4096, @@ -134175,9 +135771,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 342, + "line": 354, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L342" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L354" } ], "type": { @@ -134188,7 +135784,7 @@ ] }, { - "id": 534, + "id": 535, "name": "log", "variant": "declaration", "kind": 2048, @@ -134196,14 +135792,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 305, + "line": 317, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L305" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L317" } ], "signatures": [ { - "id": 535, + "id": 536, "name": "log", "variant": "signature", "kind": 4096, @@ -134227,14 +135823,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 305, + "line": 317, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L305" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L317" } ], "parameters": [ { - "id": 536, + "id": 537, "name": "kind", "variant": "param", "kind": 32768, @@ -134245,7 +135841,7 @@ } }, { - "id": 537, + "id": 538, "name": "msg", "variant": "param", "kind": 32768, @@ -134256,7 +135852,7 @@ } }, { - "id": 538, + "id": 539, "name": "data", "variant": "param", "kind": 32768, @@ -134277,7 +135873,7 @@ ] }, { - "id": 559, + "id": 560, "name": "onHeartbeat", "variant": "declaration", "kind": 2048, @@ -134285,14 +135881,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 449, + "line": 461, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L449" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L461" } ], "signatures": [ { - "id": 560, + "id": 561, "name": "onHeartbeat", "variant": "signature", "kind": 4096, @@ -134300,14 +135896,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 449, + "line": 461, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L449" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L461" } ], "parameters": [ { - "id": 561, + "id": 562, "name": "callback", "variant": "param", "kind": 32768, @@ -134315,7 +135911,7 @@ "type": { "type": "reflection", "declaration": { - "id": 562, + "id": 563, "name": "__type", "variant": "declaration", "kind": 65536, @@ -134323,14 +135919,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 449, + "line": 461, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L449" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L461" } ], "signatures": [ { - "id": 563, + "id": 564, "name": "__type", "variant": "signature", "kind": 4096, @@ -134338,14 +135934,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 449, + "line": 461, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L449" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L461" } ], "parameters": [ { - "id": 564, + "id": 565, "name": "status", "variant": "param", "kind": 32768, @@ -134379,7 +135975,7 @@ ] }, { - "id": 551, + "id": 552, "name": "push", "variant": "declaration", "kind": 2048, @@ -134387,14 +135983,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 365, + "line": 377, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L365" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L377" } ], "signatures": [ { - "id": 552, + "id": 553, "name": "push", "variant": "signature", "kind": 4096, @@ -134410,21 +136006,21 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 365, + "line": 377, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L365" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L377" } ], "parameters": [ { - "id": 553, + "id": 554, "name": "data", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 680, + "target": 682, "name": "RealtimeMessage", "package": "@supabase/realtime-js" } @@ -134438,7 +136034,7 @@ ] }, { - "id": 532, + "id": 533, "name": "removeAllChannels", "variant": "declaration", "kind": 2048, @@ -134446,14 +136042,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 293, + "line": 305, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L293" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L305" } ], "signatures": [ { - "id": 533, + "id": 534, "name": "removeAllChannels", "variant": "signature", "kind": 4096, @@ -134469,9 +136065,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 293, + "line": 305, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L293" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L305" } ], "type": { @@ -134485,7 +136081,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 757, + "target": 759, "name": "RealtimeRemoveChannelResponse", "package": "@supabase/realtime-js" } @@ -134498,7 +136094,7 @@ ] }, { - "id": 529, + "id": 530, "name": "removeChannel", "variant": "declaration", "kind": 2048, @@ -134506,14 +136102,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 280, + "line": 292, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L280" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L292" } ], "signatures": [ { - "id": 530, + "id": 531, "name": "removeChannel", "variant": "signature", "kind": 4096, @@ -134529,14 +136125,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 280, + "line": 292, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L280" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L292" } ], "parameters": [ { - "id": 531, + "id": 532, "name": "channel", "variant": "param", "kind": 32768, @@ -134567,7 +136163,7 @@ "typeArguments": [ { "type": "reference", - "target": 757, + "target": 759, "name": "RealtimeRemoveChannelResponse", "package": "@supabase/realtime-js" } @@ -134579,7 +136175,7 @@ ] }, { - "id": 557, + "id": 558, "name": "sendHeartbeat", "variant": "declaration", "kind": 2048, @@ -134587,14 +136183,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 400, + "line": 412, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L400" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L412" } ], "signatures": [ { - "id": 558, + "id": 559, "name": "sendHeartbeat", "variant": "signature", "kind": 4096, @@ -134610,9 +136206,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 400, + "line": 412, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L400" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L412" } ], "type": { @@ -134634,7 +136230,7 @@ ] }, { - "id": 554, + "id": 555, "name": "setAuth", "variant": "declaration", "kind": 2048, @@ -134642,14 +136238,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 389, + "line": 401, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L389" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L401" } ], "signatures": [ { - "id": 555, + "id": 556, "name": "setAuth", "variant": "signature", "kind": 4096, @@ -134673,14 +136269,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 389, + "line": 401, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L389" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L401" } ], "parameters": [ { - "id": 556, + "id": 557, "name": "token", "variant": "param", "kind": 32768, @@ -134736,23 +136332,23 @@ { "title": "Properties", "children": [ - 510, 464, 465, 466, 493, 491, 490, 467, 502, 469, 482, 479, 480, 468, 488, 489, 473, - 481, 492, 487, 486, 494, 495, 496, 477, 478, 513, 515, 514 + 511, 464, 465, 466, 494, 492, 491, 467, 503, 469, 482, 479, 480, 468, 489, 490, 473, + 481, 493, 487, 486, 495, 496, 497, 477, 478, 488, 514, 516, 515 ] }, { "title": "Methods", "children": [ - 547, 519, 539, 523, 521, 565, 527, 541, 543, 545, 534, 559, 551, 532, 529, 557, 554 + 548, 520, 540, 524, 522, 566, 528, 542, 544, 546, 535, 560, 552, 533, 530, 558, 555 ] } ], "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 95, + "line": 98, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L98" } ] }, @@ -134774,7 +136370,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 81, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L81" } ], "signatures": [ @@ -134797,7 +136393,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 81, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L81" } ], "parameters": [ @@ -134875,7 +136471,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 64, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L64" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L64" } ], "type": { @@ -134898,7 +136494,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 65, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L65" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L65" } ], "type": { @@ -134922,7 +136518,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 66, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L66" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L66" } ], "type": { @@ -134946,7 +136542,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 67, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L67" } ], "type": { @@ -134962,7 +136558,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 67, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L67" } ], "signatures": [ @@ -134977,7 +136573,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 67, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L67" } ], "type": { @@ -135001,7 +136597,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 64, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L64" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L64" } ] } @@ -135029,7 +136625,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 82, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L82" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L82" } ], "type": { @@ -135051,7 +136647,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 63, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L63" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L63" } ], "type": { @@ -135071,7 +136667,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 62, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L62" } ], "type": { @@ -135100,7 +136696,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 61, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L61" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L61" } ], "type": { @@ -135128,12 +136724,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 60, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L60" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L60" } ], "type": { "type": "reference", - "target": 748, + "target": 750, "name": "RealtimePresenceState", "package": "@supabase/realtime-js" }, @@ -135155,33 +136751,33 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 59, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L59" } ] }, { - "id": 778, + "id": 780, "name": "WebSocketFactory", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 793, + "id": 795, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 794, + "id": 796, "name": "WebSocketFactory", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 778, + "target": 780, "name": "WebSocketFactory", "package": "@supabase/realtime-js" } @@ -135189,7 +136785,7 @@ ] }, { - "id": 787, + "id": 789, "name": "createWebSocket", "variant": "declaration", "kind": 2048, @@ -135202,12 +136798,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 130, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L130" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L130" } ], "signatures": [ { - "id": 788, + "id": 790, "name": "createWebSocket", "variant": "signature", "kind": 4096, @@ -135217,12 +136813,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 130, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L130" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L130" } ], "parameters": [ { - "id": 789, + "id": 791, "name": "url", "variant": "param", "kind": 32768, @@ -135247,7 +136843,7 @@ } }, { - "id": 790, + "id": 792, "name": "protocols", "variant": "param", "kind": 32768, @@ -135274,7 +136870,7 @@ ], "type": { "type": "reference", - "target": 795, + "target": 797, "name": "WebSocketLike", "package": "@supabase/realtime-js" } @@ -135282,7 +136878,7 @@ ] }, { - "id": 781, + "id": 783, "name": "getWebSocketConstructor", "variant": "declaration", "kind": 2048, @@ -135295,12 +136891,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 118, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L118" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L118" } ], "signatures": [ { - "id": 782, + "id": 784, "name": "getWebSocketConstructor", "variant": "signature", "kind": 4096, @@ -135310,13 +136906,13 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 118, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L118" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L118" } ], "type": { "type": "reflection", "declaration": { - "id": 783, + "id": 785, "name": "__type", "variant": "declaration", "kind": 65536, @@ -135330,7 +136926,7 @@ ], "signatures": [ { - "id": 784, + "id": 786, "name": "getWebSocketConstructor", "variant": "signature", "kind": 16384, @@ -135344,7 +136940,7 @@ ], "parameters": [ { - "id": 785, + "id": 787, "name": "url", "variant": "param", "kind": 32768, @@ -135369,7 +136965,7 @@ } }, { - "id": 786, + "id": 788, "name": "protocols", "variant": "param", "kind": 32768, @@ -135411,7 +137007,7 @@ ] }, { - "id": 791, + "id": 793, "name": "isWebSocketSupported", "variant": "declaration", "kind": 2048, @@ -135424,12 +137020,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 135, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L135" } ], "signatures": [ { - "id": 792, + "id": 794, "name": "isWebSocketSupported", "variant": "signature", "kind": 4096, @@ -135439,7 +137035,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 135, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L135" } ], "type": { @@ -135453,11 +137049,11 @@ "groups": [ { "title": "Constructors", - "children": [793] + "children": [795] }, { "title": "Methods", - "children": [787, 781, 791] + "children": [789, 783, 793] } ], "sources": [ @@ -135465,19 +137061,19 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 35, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L35" } ] }, { - "id": 795, + "id": 797, "name": "WebSocketLike", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 838, + "id": 840, "name": "binaryType", "variant": "declaration", "kind": 1024, @@ -135489,7 +137085,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 22, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L22" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L22" } ], "type": { @@ -135498,7 +137094,7 @@ } }, { - "id": 839, + "id": 841, "name": "bufferedAmount", "variant": "declaration", "kind": 1024, @@ -135510,7 +137106,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 23, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L23" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L23" } ], "type": { @@ -135519,7 +137115,7 @@ } }, { - "id": 799, + "id": 801, "name": "CLOSED", "variant": "declaration", "kind": 1024, @@ -135531,7 +137127,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 5, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L5" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L5" } ], "type": { @@ -135540,7 +137136,7 @@ } }, { - "id": 798, + "id": 800, "name": "CLOSING", "variant": "declaration", "kind": 1024, @@ -135552,7 +137148,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 4, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L4" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L4" } ], "type": { @@ -135561,7 +137157,7 @@ } }, { - "id": 796, + "id": 798, "name": "CONNECTING", "variant": "declaration", "kind": 1024, @@ -135573,7 +137169,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 2, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L2" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L2" } ], "type": { @@ -135582,7 +137178,7 @@ } }, { - "id": 841, + "id": 843, "name": "dispatchEvent", "variant": "declaration", "kind": 1024, @@ -135594,13 +137190,13 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 25, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L25" } ], "type": { "type": "reflection", "declaration": { - "id": 842, + "id": 844, "name": "__type", "variant": "declaration", "kind": 65536, @@ -135610,12 +137206,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 25, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L25" } ], "signatures": [ { - "id": 843, + "id": 845, "name": "__type", "variant": "signature", "kind": 4096, @@ -135625,12 +137221,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 25, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L25" } ], "parameters": [ { - "id": 844, + "id": 846, "name": "event", "variant": "param", "kind": 32768, @@ -135656,7 +137252,7 @@ } }, { - "id": 840, + "id": 842, "name": "extensions", "variant": "declaration", "kind": 1024, @@ -135668,7 +137264,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 24, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L24" } ], "type": { @@ -135677,7 +137273,7 @@ } }, { - "id": 820, + "id": 822, "name": "onclose", "variant": "declaration", "kind": 1024, @@ -135687,7 +137283,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 15, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L15" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L15" } ], "type": { @@ -135700,7 +137296,7 @@ { "type": "reflection", "declaration": { - "id": 821, + "id": 823, "name": "__type", "variant": "declaration", "kind": 65536, @@ -135710,12 +137306,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 15, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L15" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L15" } ], "signatures": [ { - "id": 822, + "id": 824, "name": "__type", "variant": "signature", "kind": 4096, @@ -135725,12 +137321,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 15, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L15" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L15" } ], "parameters": [ { - "id": 823, + "id": 825, "name": "this", "variant": "param", "kind": 32768, @@ -135741,7 +137337,7 @@ } }, { - "id": 824, + "id": 826, "name": "ev", "variant": "param", "kind": 32768, @@ -135769,7 +137365,7 @@ } }, { - "id": 825, + "id": 827, "name": "onerror", "variant": "declaration", "kind": 1024, @@ -135779,7 +137375,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 16, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L16" } ], "type": { @@ -135792,7 +137388,7 @@ { "type": "reflection", "declaration": { - "id": 826, + "id": 828, "name": "__type", "variant": "declaration", "kind": 65536, @@ -135802,12 +137398,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 16, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L16" } ], "signatures": [ { - "id": 827, + "id": 829, "name": "__type", "variant": "signature", "kind": 4096, @@ -135817,12 +137413,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 16, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L16" } ], "parameters": [ { - "id": 828, + "id": 830, "name": "this", "variant": "param", "kind": 32768, @@ -135833,7 +137429,7 @@ } }, { - "id": 829, + "id": 831, "name": "ev", "variant": "param", "kind": 32768, @@ -135861,7 +137457,7 @@ } }, { - "id": 815, + "id": 817, "name": "onmessage", "variant": "declaration", "kind": 1024, @@ -135871,7 +137467,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 14, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L14" } ], "type": { @@ -135884,7 +137480,7 @@ { "type": "reflection", "declaration": { - "id": 816, + "id": 818, "name": "__type", "variant": "declaration", "kind": 65536, @@ -135894,12 +137490,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 14, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L14" } ], "signatures": [ { - "id": 817, + "id": 819, "name": "__type", "variant": "signature", "kind": 4096, @@ -135909,12 +137505,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 14, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L14" } ], "parameters": [ { - "id": 818, + "id": 820, "name": "this", "variant": "param", "kind": 32768, @@ -135925,7 +137521,7 @@ } }, { - "id": 819, + "id": 821, "name": "ev", "variant": "param", "kind": 32768, @@ -135953,7 +137549,7 @@ } }, { - "id": 810, + "id": 812, "name": "onopen", "variant": "declaration", "kind": 1024, @@ -135963,7 +137559,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 13, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L13" } ], "type": { @@ -135976,7 +137572,7 @@ { "type": "reflection", "declaration": { - "id": 811, + "id": 813, "name": "__type", "variant": "declaration", "kind": 65536, @@ -135986,12 +137582,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 13, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L13" } ], "signatures": [ { - "id": 812, + "id": 814, "name": "__type", "variant": "signature", "kind": 4096, @@ -136001,12 +137597,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 13, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L13" } ], "parameters": [ { - "id": 813, + "id": 815, "name": "this", "variant": "param", "kind": 32768, @@ -136017,7 +137613,7 @@ } }, { - "id": 814, + "id": 816, "name": "ev", "variant": "param", "kind": 32768, @@ -136045,7 +137641,7 @@ } }, { - "id": 797, + "id": 799, "name": "OPEN", "variant": "declaration", "kind": 1024, @@ -136057,7 +137653,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 3, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L3" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L3" } ], "type": { @@ -136066,7 +137662,7 @@ } }, { - "id": 802, + "id": 804, "name": "protocol", "variant": "declaration", "kind": 1024, @@ -136078,7 +137674,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 8, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L8" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L8" } ], "type": { @@ -136087,7 +137683,7 @@ } }, { - "id": 800, + "id": 802, "name": "readyState", "variant": "declaration", "kind": 1024, @@ -136099,7 +137695,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 6, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L6" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L6" } ], "type": { @@ -136108,7 +137704,7 @@ } }, { - "id": 801, + "id": 803, "name": "url", "variant": "declaration", "kind": 1024, @@ -136120,7 +137716,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 7, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L7" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L7" } ], "type": { @@ -136129,7 +137725,7 @@ } }, { - "id": 830, + "id": 832, "name": "addEventListener", "variant": "declaration", "kind": 2048, @@ -136139,12 +137735,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L18" } ], "signatures": [ { - "id": 831, + "id": 833, "name": "addEventListener", "variant": "signature", "kind": 4096, @@ -136154,12 +137750,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L18" } ], "parameters": [ { - "id": 832, + "id": 834, "name": "type", "variant": "param", "kind": 32768, @@ -136170,7 +137766,7 @@ } }, { - "id": 833, + "id": 835, "name": "listener", "variant": "param", "kind": 32768, @@ -136194,7 +137790,7 @@ ] }, { - "id": 803, + "id": 805, "name": "close", "variant": "declaration", "kind": 2048, @@ -136204,12 +137800,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 10, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L10" } ], "signatures": [ { - "id": 804, + "id": 806, "name": "close", "variant": "signature", "kind": 4096, @@ -136219,12 +137815,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 10, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L10" } ], "parameters": [ { - "id": 805, + "id": 807, "name": "code", "variant": "param", "kind": 32768, @@ -136237,7 +137833,7 @@ } }, { - "id": 806, + "id": 808, "name": "reason", "variant": "param", "kind": 32768, @@ -136258,7 +137854,7 @@ ] }, { - "id": 834, + "id": 836, "name": "removeEventListener", "variant": "declaration", "kind": 2048, @@ -136268,12 +137864,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L19" } ], "signatures": [ { - "id": 835, + "id": 837, "name": "removeEventListener", "variant": "signature", "kind": 4096, @@ -136283,12 +137879,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L19" } ], "parameters": [ { - "id": 836, + "id": 838, "name": "type", "variant": "param", "kind": 32768, @@ -136299,7 +137895,7 @@ } }, { - "id": 837, + "id": 839, "name": "listener", "variant": "param", "kind": 32768, @@ -136323,7 +137919,7 @@ ] }, { - "id": 807, + "id": 809, "name": "send", "variant": "declaration", "kind": 2048, @@ -136333,12 +137929,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L11" } ], "signatures": [ { - "id": 808, + "id": 810, "name": "send", "variant": "signature", "kind": 4096, @@ -136348,12 +137944,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L11" } ], "parameters": [ { - "id": 809, + "id": 811, "name": "data", "variant": "param", "kind": 32768, @@ -136419,12 +138015,12 @@ { "title": "Properties", "children": [ - 838, 839, 799, 798, 796, 841, 840, 820, 825, 815, 810, 797, 802, 800, 801 + 840, 841, 801, 800, 798, 843, 842, 822, 827, 817, 812, 799, 804, 802, 803 ] }, { "title": "Methods", - "children": [830, 803, 834, 807] + "children": [832, 805, 836, 809] } ], "sources": [ @@ -136432,19 +138028,19 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 1, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L1" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L1" } ] }, { - "id": 845, + "id": 847, "name": "WebSocketLikeConstructor", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 846, + "id": 848, "name": "constructor", "variant": "declaration", "kind": 512, @@ -136452,14 +138048,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 56, + "line": 58, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L58" } ], "signatures": [ { - "id": 847, + "id": 849, "name": "WebSocketLikeConstructor", "variant": "signature", "kind": 16384, @@ -136467,14 +138063,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 57, + "line": 59, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L59" } ], "parameters": [ { - "id": 848, + "id": 850, "name": "address", "variant": "param", "kind": 32768, @@ -136499,7 +138095,7 @@ } }, { - "id": 849, + "id": 851, "name": "subprotocols", "variant": "param", "kind": 32768, @@ -136526,7 +138122,7 @@ ], "type": { "type": "reference", - "target": 795, + "target": 797, "name": "WebSocketLike", "package": "@supabase/realtime-js" } @@ -136537,20 +138133,20 @@ "groups": [ { "title": "Constructors", - "children": [846] + "children": [848] } ], "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 56, + "line": 58, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L58" } ], "indexSignatures": [ { - "id": 850, + "id": 852, "name": "__index", "variant": "signature", "kind": 8192, @@ -136558,14 +138154,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 59, + "line": 61, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L61" } ], "parameters": [ { - "id": 851, + "id": 853, "name": "key", "variant": "param", "kind": 32768, @@ -136594,7 +138190,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 19, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L19" } ], "type": { @@ -136617,7 +138213,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 20, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L20" } ], "type": { @@ -136650,7 +138246,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 26, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L26" } ], "type": { @@ -136675,7 +138271,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 26, "character": 34, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L26" } ], "type": { @@ -136696,7 +138292,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 26, "character": 49, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L26" } ], "type": { @@ -136722,7 +138318,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 26, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L26" } ], "type": { @@ -136742,7 +138338,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 26, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L26" } ] } @@ -136769,7 +138365,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 30, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L30" } ], "type": { @@ -136794,7 +138390,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 30, "character": 31, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L30" } ], "type": { @@ -136815,7 +138411,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 30, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L30" } ], "type": { @@ -136835,7 +138431,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 30, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L30" } ] } @@ -136862,7 +138458,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 34, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L34" } ], "type": { @@ -136882,7 +138478,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 20, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L20" } ] } @@ -136900,7 +138496,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 19, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L19" } ] } @@ -136917,7 +138513,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 125, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L125" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L125" } ], "type": { @@ -136939,7 +138535,7 @@ } }, { - "id": 651, + "id": 652, "name": "RealtimeClientOptions", "variant": "declaration", "kind": 2097152, @@ -136947,22 +138543,22 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 68, + "line": 70, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L68" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L70" } ], "type": { "type": "reflection", "declaration": { - "id": 652, + "id": 653, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 677, + "id": 679, "name": "accessToken", "variant": "declaration", "kind": 1024, @@ -136972,15 +138568,15 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 85, + "line": 88, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L88" } ], "type": { "type": "reflection", "declaration": { - "id": 678, + "id": 680, "name": "__type", "variant": "declaration", "kind": 65536, @@ -136988,14 +138584,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 85, + "line": 88, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L88" } ], "signatures": [ { - "id": 679, + "id": 681, "name": "__type", "variant": "signature", "kind": 4096, @@ -137030,7 +138626,7 @@ } }, { - "id": 662, + "id": 664, "name": "decode", "variant": "declaration", "kind": 1024, @@ -137040,9 +138636,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 75, + "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L75" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L78" } ], "type": { @@ -137056,7 +138652,7 @@ } }, { - "id": 661, + "id": 663, "name": "encode", "variant": "declaration", "kind": 1024, @@ -137066,9 +138662,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 74, + "line": 77, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L74" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L77" } ], "type": { @@ -137082,7 +138678,7 @@ } }, { - "id": 674, + "id": 676, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -137092,9 +138688,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 82, + "line": 85, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L82" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L85" } ], "type": { @@ -137108,7 +138704,7 @@ } }, { - "id": 664, + "id": 666, "name": "headers", "variant": "declaration", "kind": 1024, @@ -137118,15 +138714,15 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 77, + "line": 80, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L80" } ], "type": { "type": "reflection", "declaration": { - "id": 665, + "id": 667, "name": "__type", "variant": "declaration", "kind": 65536, @@ -137134,14 +138730,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 77, + "line": 80, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L80" } ], "indexSignatures": [ { - "id": 666, + "id": 668, "name": "__index", "variant": "signature", "kind": 8192, @@ -137149,14 +138745,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 77, + "line": 80, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L80" } ], "parameters": [ { - "id": 667, + "id": 669, "name": "key", "variant": "param", "kind": 32768, @@ -137177,7 +138773,7 @@ } }, { - "id": 656, + "id": 657, "name": "heartbeatCallback", "variant": "declaration", "kind": 1024, @@ -137187,15 +138783,15 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 72, + "line": 74, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L72" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L74" } ], "type": { "type": "reflection", "declaration": { - "id": 657, + "id": 658, "name": "__type", "variant": "declaration", "kind": 65536, @@ -137203,21 +138799,21 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 72, + "line": 74, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L72" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L74" } ], "signatures": [ { - "id": 658, + "id": 659, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 659, + "id": 660, "name": "status", "variant": "param", "kind": 32768, @@ -137243,7 +138839,7 @@ } }, { - "id": 655, + "id": 656, "name": "heartbeatIntervalMs", "variant": "declaration", "kind": 1024, @@ -137253,9 +138849,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 71, + "line": 73, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L73" } ], "type": { @@ -137264,7 +138860,7 @@ } }, { - "id": 672, + "id": 674, "name": "log_level", "variant": "declaration", "kind": 1024, @@ -137274,9 +138870,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 80, + "line": 83, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L83" } ], "type": { @@ -137290,7 +138886,7 @@ } }, { - "id": 660, + "id": 662, "name": "logger", "variant": "declaration", "kind": 1024, @@ -137300,9 +138896,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 73, + "line": 76, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L73" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L76" } ], "type": { @@ -137316,7 +138912,7 @@ } }, { - "id": 673, + "id": 675, "name": "logLevel", "variant": "declaration", "kind": 1024, @@ -137326,9 +138922,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 81, + "line": 84, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L84" } ], "type": { @@ -137342,7 +138938,7 @@ } }, { - "id": 668, + "id": 670, "name": "params", "variant": "declaration", "kind": 1024, @@ -137352,15 +138948,15 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 78, + "line": 81, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L78" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L81" } ], "type": { "type": "reflection", "declaration": { - "id": 669, + "id": 671, "name": "__type", "variant": "declaration", "kind": 65536, @@ -137368,14 +138964,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 78, + "line": 81, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L78" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L81" } ], "indexSignatures": [ { - "id": 670, + "id": 672, "name": "__index", "variant": "signature", "kind": 8192, @@ -137383,14 +138979,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 78, + "line": 81, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L78" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L81" } ], "parameters": [ { - "id": 671, + "id": 673, "name": "key", "variant": "param", "kind": 32768, @@ -137411,7 +139007,7 @@ } }, { - "id": 663, + "id": 665, "name": "reconnectAfterMs", "variant": "declaration", "kind": 1024, @@ -137421,9 +139017,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 76, + "line": 79, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L76" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L79" } ], "type": { @@ -137437,7 +139033,7 @@ } }, { - "id": 654, + "id": 655, "name": "timeout", "variant": "declaration", "kind": 1024, @@ -137447,9 +139043,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 70, + "line": 72, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L70" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L72" } ], "type": { @@ -137458,7 +139054,7 @@ } }, { - "id": 653, + "id": 654, "name": "transport", "variant": "declaration", "kind": 1024, @@ -137468,20 +139064,41 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 69, + "line": 71, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L71" } ], "type": { "type": "reference", - "target": 845, + "target": 847, "name": "WebSocketLikeConstructor", "package": "@supabase/realtime-js" } }, { - "id": 675, + "id": 661, + "name": "vsn", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", + "line": 75, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L75" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 677, "name": "worker", "variant": "declaration", "kind": 1024, @@ -137491,9 +139108,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 83, + "line": 86, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L86" } ], "type": { @@ -137502,7 +139119,7 @@ } }, { - "id": 676, + "id": 678, "name": "workerUrl", "variant": "declaration", "kind": 1024, @@ -137512,9 +139129,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 84, + "line": 87, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L87" } ], "type": { @@ -137527,23 +139144,24 @@ { "title": "Properties", "children": [ - 677, 662, 661, 674, 664, 656, 655, 672, 660, 673, 668, 663, 654, 653, 675, 676 + 679, 664, 663, 676, 666, 657, 656, 674, 662, 675, 670, 665, 655, 654, 661, 677, + 678 ] } ], "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 68, + "line": 70, "character": 36, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L68" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L70" } ] } } }, { - "id": 680, + "id": 682, "name": "RealtimeMessage", "variant": "declaration", "kind": 2097152, @@ -137551,22 +139169,22 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 31, + "line": 33, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L33" } ], "type": { "type": "reflection", "declaration": { - "id": 681, + "id": 683, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 683, + "id": 685, "name": "event", "variant": "declaration", "kind": 1024, @@ -137574,9 +139192,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 33, + "line": 35, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L33" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L35" } ], "type": { @@ -137585,7 +139203,7 @@ } }, { - "id": 686, + "id": 688, "name": "join_ref", "variant": "declaration", "kind": 1024, @@ -137595,9 +139213,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 36, + "line": 38, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L36" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L38" } ], "type": { @@ -137606,7 +139224,7 @@ } }, { - "id": 684, + "id": 686, "name": "payload", "variant": "declaration", "kind": 1024, @@ -137614,9 +139232,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 34, + "line": 36, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L36" } ], "type": { @@ -137625,7 +139243,7 @@ } }, { - "id": 685, + "id": 687, "name": "ref", "variant": "declaration", "kind": 1024, @@ -137633,9 +139251,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 35, + "line": 37, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L37" } ], "type": { @@ -137644,7 +139262,7 @@ } }, { - "id": 682, + "id": 684, "name": "topic", "variant": "declaration", "kind": 1024, @@ -137652,9 +139270,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 32, + "line": 34, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L32" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L34" } ], "type": { @@ -137666,22 +139284,22 @@ "groups": [ { "title": "Properties", - "children": [683, 686, 684, 685, 682] + "children": [685, 688, 686, 687, 684] } ], "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 31, + "line": 33, "character": 30, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L33" } ] } } }, { - "id": 687, + "id": 689, "name": "RealtimePostgresChangesFilter", "variant": "declaration", "kind": 2097152, @@ -137691,12 +139309,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 106, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L106" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L106" } ], "typeParameters": [ { - "id": 693, + "id": 695, "name": "T", "variant": "typeParam", "kind": 131072, @@ -137708,7 +139326,7 @@ [ { "type": "reference", - "target": 763, + "target": 765, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT", "package": "@supabase/realtime-js" }, @@ -137721,14 +139339,14 @@ "type": { "type": "reflection", "declaration": { - "id": 688, + "id": 690, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 689, + "id": 691, "name": "event", "variant": "declaration", "kind": 1024, @@ -137746,19 +139364,19 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 110, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L110" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L110" } ], "type": { "type": "reference", - "target": 693, + "target": 695, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true } }, { - "id": 692, + "id": 694, "name": "filter", "variant": "declaration", "kind": 1024, @@ -137778,7 +139396,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 122, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L122" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L122" } ], "type": { @@ -137787,7 +139405,7 @@ } }, { - "id": 690, + "id": 692, "name": "schema", "variant": "declaration", "kind": 1024, @@ -137805,7 +139423,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 114, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L114" } ], "type": { @@ -137814,7 +139432,7 @@ } }, { - "id": 691, + "id": 693, "name": "table", "variant": "declaration", "kind": 1024, @@ -137834,7 +139452,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 118, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L118" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L118" } ], "type": { @@ -137846,7 +139464,7 @@ "groups": [ { "title": "Properties", - "children": [689, 692, 690, 691] + "children": [691, 694, 692, 693] } ], "sources": [ @@ -137854,14 +139472,14 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 106, "character": 99, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L106" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L106" } ] } } }, { - "id": 694, + "id": 696, "name": "RealtimePostgresChangesPayload", "variant": "declaration", "kind": 2097152, @@ -137871,12 +139489,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 101, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L101" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L101" } ], "typeParameters": [ { - "id": 695, + "id": 697, "name": "T", "variant": "typeParam", "kind": 131072, @@ -137884,7 +139502,7 @@ "type": { "type": "reflection", "declaration": { - "id": 696, + "id": 698, "name": "__type", "variant": "declaration", "kind": 65536, @@ -137894,12 +139512,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 101, "character": 53, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L101" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L101" } ], "indexSignatures": [ { - "id": 697, + "id": 699, "name": "__index", "variant": "signature", "kind": 8192, @@ -137909,12 +139527,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 101, "character": 55, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L101" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L101" } ], "parameters": [ { - "id": 698, + "id": 700, "name": "key", "variant": "param", "kind": 32768, @@ -137940,11 +139558,11 @@ "types": [ { "type": "reference", - "target": 699, + "target": 701, "typeArguments": [ { "type": "reference", - "target": 695, + "target": 697, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -137955,11 +139573,11 @@ }, { "type": "reference", - "target": 709, + "target": 711, "typeArguments": [ { "type": "reference", - "target": 695, + "target": 697, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -137970,11 +139588,11 @@ }, { "type": "reference", - "target": 718, + "target": 720, "typeArguments": [ { "type": "reference", - "target": 695, + "target": 697, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -137987,7 +139605,7 @@ } }, { - "id": 718, + "id": 720, "name": "RealtimePostgresDeletePayload", "variant": "declaration", "kind": 2097152, @@ -137997,12 +139615,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 94, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L94" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L94" } ], "typeParameters": [ { - "id": 724, + "id": 726, "name": "T", "variant": "typeParam", "kind": 131072, @@ -138010,7 +139628,7 @@ "type": { "type": "reflection", "declaration": { - "id": 725, + "id": 727, "name": "__type", "variant": "declaration", "kind": 65536, @@ -138020,12 +139638,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 94, "character": 52, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L94" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L94" } ], "indexSignatures": [ { - "id": 726, + "id": 728, "name": "__index", "variant": "signature", "kind": 8192, @@ -138035,12 +139653,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 94, "character": 54, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L94" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L94" } ], "parameters": [ { - "id": 727, + "id": 729, "name": "key", "variant": "param", "kind": 32768, @@ -138076,14 +139694,14 @@ { "type": "reflection", "declaration": { - "id": 719, + "id": 721, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 720, + "id": 722, "name": "eventType", "variant": "declaration", "kind": 1024, @@ -138093,7 +139711,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 96, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L96" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L96" } ], "type": { @@ -138103,7 +139721,7 @@ [ { "type": "reference", - "target": 767, + "target": 769, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE", "package": "@supabase/realtime-js" }, @@ -138113,7 +139731,7 @@ } }, { - "id": 721, + "id": 723, "name": "new", "variant": "declaration", "kind": 1024, @@ -138123,13 +139741,13 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 97, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L97" } ], "type": { "type": "reflection", "declaration": { - "id": 722, + "id": 724, "name": "__type", "variant": "declaration", "kind": 65536, @@ -138139,14 +139757,14 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 97, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L97" } ] } } }, { - "id": 723, + "id": 725, "name": "old", "variant": "declaration", "kind": 1024, @@ -138156,7 +139774,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 98, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L98" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L98" } ], "type": { @@ -138168,7 +139786,7 @@ "typeArguments": [ { "type": "reference", - "target": 724, + "target": 726, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -138182,7 +139800,7 @@ "groups": [ { "title": "Properties", - "children": [720, 721, 723] + "children": [722, 723, 725] } ], "sources": [ @@ -138190,7 +139808,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 95, "character": 39, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L95" } ] } @@ -138199,7 +139817,7 @@ } }, { - "id": 699, + "id": 701, "name": "RealtimePostgresInsertPayload", "variant": "declaration", "kind": 2097152, @@ -138209,12 +139827,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 80, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L80" } ], "typeParameters": [ { - "id": 705, + "id": 707, "name": "T", "variant": "typeParam", "kind": 131072, @@ -138222,7 +139840,7 @@ "type": { "type": "reflection", "declaration": { - "id": 706, + "id": 708, "name": "__type", "variant": "declaration", "kind": 65536, @@ -138232,12 +139850,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 80, "character": 52, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L80" } ], "indexSignatures": [ { - "id": 707, + "id": 709, "name": "__index", "variant": "signature", "kind": 8192, @@ -138247,12 +139865,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 80, "character": 54, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L80" } ], "parameters": [ { - "id": 708, + "id": 710, "name": "key", "variant": "param", "kind": 32768, @@ -138288,14 +139906,14 @@ { "type": "reflection", "declaration": { - "id": 700, + "id": 702, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 701, + "id": 703, "name": "eventType", "variant": "declaration", "kind": 1024, @@ -138305,7 +139923,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 82, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L82" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L82" } ], "type": { @@ -138315,7 +139933,7 @@ [ { "type": "reference", - "target": 765, + "target": 767, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT", "package": "@supabase/realtime-js" }, @@ -138325,7 +139943,7 @@ } }, { - "id": 702, + "id": 704, "name": "new", "variant": "declaration", "kind": 1024, @@ -138335,19 +139953,19 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 83, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L83" } ], "type": { "type": "reference", - "target": 705, + "target": 707, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true } }, { - "id": 703, + "id": 705, "name": "old", "variant": "declaration", "kind": 1024, @@ -138357,13 +139975,13 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 84, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L84" } ], "type": { "type": "reflection", "declaration": { - "id": 704, + "id": 706, "name": "__type", "variant": "declaration", "kind": 65536, @@ -138373,7 +139991,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 84, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L84" } ] } @@ -138383,7 +140001,7 @@ "groups": [ { "title": "Properties", - "children": [701, 702, 703] + "children": [703, 704, 705] } ], "sources": [ @@ -138391,7 +140009,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 81, "character": 39, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L81" } ] } @@ -138400,7 +140018,7 @@ } }, { - "id": 709, + "id": 711, "name": "RealtimePostgresUpdatePayload", "variant": "declaration", "kind": 2097152, @@ -138410,12 +140028,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 87, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L87" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L87" } ], "typeParameters": [ { - "id": 714, + "id": 716, "name": "T", "variant": "typeParam", "kind": 131072, @@ -138423,7 +140041,7 @@ "type": { "type": "reflection", "declaration": { - "id": 715, + "id": 717, "name": "__type", "variant": "declaration", "kind": 65536, @@ -138433,12 +140051,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 87, "character": 52, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L87" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L87" } ], "indexSignatures": [ { - "id": 716, + "id": 718, "name": "__index", "variant": "signature", "kind": 8192, @@ -138448,12 +140066,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 87, "character": 54, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L87" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L87" } ], "parameters": [ { - "id": 717, + "id": 719, "name": "key", "variant": "param", "kind": 32768, @@ -138489,14 +140107,14 @@ { "type": "reflection", "declaration": { - "id": 710, + "id": 712, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 711, + "id": 713, "name": "eventType", "variant": "declaration", "kind": 1024, @@ -138506,7 +140124,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 89, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L89" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L89" } ], "type": { @@ -138516,7 +140134,7 @@ [ { "type": "reference", - "target": 766, + "target": 768, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE", "package": "@supabase/realtime-js" }, @@ -138526,7 +140144,7 @@ } }, { - "id": 712, + "id": 714, "name": "new", "variant": "declaration", "kind": 1024, @@ -138536,19 +140154,19 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 90, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L90" } ], "type": { "type": "reference", - "target": 714, + "target": 716, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true } }, { - "id": 713, + "id": 715, "name": "old", "variant": "declaration", "kind": 1024, @@ -138558,7 +140176,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 91, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L91" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L91" } ], "type": { @@ -138570,7 +140188,7 @@ "typeArguments": [ { "type": "reference", - "target": 714, + "target": 716, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -138584,7 +140202,7 @@ "groups": [ { "title": "Properties", - "children": [711, 712, 713] + "children": [713, 714, 715] } ], "sources": [ @@ -138592,7 +140210,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 88, "character": 39, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L88" } ] } @@ -138601,7 +140219,7 @@ } }, { - "id": 728, + "id": 730, "name": "RealtimePresenceJoinPayload", "variant": "declaration", "kind": 2097152, @@ -138611,12 +140229,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 17, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L17" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L17" } ], "typeParameters": [ { - "id": 734, + "id": 736, "name": "T", "variant": "typeParam", "kind": 131072, @@ -138624,7 +140242,7 @@ "type": { "type": "reflection", "declaration": { - "id": 735, + "id": 737, "name": "__type", "variant": "declaration", "kind": 65536, @@ -138634,12 +140252,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 17, "character": 50, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L17" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L17" } ], "indexSignatures": [ { - "id": 736, + "id": 738, "name": "__index", "variant": "signature", "kind": 8192, @@ -138649,12 +140267,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 17, "character": 52, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L17" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L17" } ], "parameters": [ { - "id": 737, + "id": 739, "name": "key", "variant": "param", "kind": 32768, @@ -138678,14 +140296,14 @@ "type": { "type": "reflection", "declaration": { - "id": 729, + "id": 731, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 732, + "id": 734, "name": "currentPresences", "variant": "declaration", "kind": 1024, @@ -138695,7 +140313,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 20, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L20" } ], "type": { @@ -138709,7 +140327,7 @@ "typeArguments": [ { "type": "reference", - "target": 734, + "target": 736, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -138721,7 +140339,7 @@ } }, { - "id": 730, + "id": 732, "name": "event", "variant": "declaration", "kind": 1024, @@ -138731,7 +140349,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L18" } ], "type": { @@ -138741,7 +140359,7 @@ [ { "type": "reference", - "target": 770, + "target": 772, "name": "REALTIME_PRESENCE_LISTEN_EVENTS.JOIN", "package": "@supabase/realtime-js" }, @@ -138751,7 +140369,7 @@ } }, { - "id": 731, + "id": 733, "name": "key", "variant": "declaration", "kind": 1024, @@ -138761,7 +140379,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L19" } ], "type": { @@ -138770,7 +140388,7 @@ } }, { - "id": 733, + "id": 735, "name": "newPresences", "variant": "declaration", "kind": 1024, @@ -138780,7 +140398,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 21, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L21" } ], "type": { @@ -138794,7 +140412,7 @@ "typeArguments": [ { "type": "reference", - "target": 734, + "target": 736, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -138809,7 +140427,7 @@ "groups": [ { "title": "Properties", - "children": [732, 730, 731, 733] + "children": [734, 732, 733, 735] } ], "sources": [ @@ -138817,14 +140435,14 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 17, "character": 76, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L17" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L17" } ] } } }, { - "id": 738, + "id": 740, "name": "RealtimePresenceLeavePayload", "variant": "declaration", "kind": 2097152, @@ -138834,12 +140452,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 24, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L24" } ], "typeParameters": [ { - "id": 744, + "id": 746, "name": "T", "variant": "typeParam", "kind": 131072, @@ -138847,7 +140465,7 @@ "type": { "type": "reflection", "declaration": { - "id": 745, + "id": 747, "name": "__type", "variant": "declaration", "kind": 65536, @@ -138857,12 +140475,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 24, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L24" } ], "indexSignatures": [ { - "id": 746, + "id": 748, "name": "__index", "variant": "signature", "kind": 8192, @@ -138872,12 +140490,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 24, "character": 53, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L24" } ], "parameters": [ { - "id": 747, + "id": 749, "name": "key", "variant": "param", "kind": 32768, @@ -138901,14 +140519,14 @@ "type": { "type": "reflection", "declaration": { - "id": 739, + "id": 741, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 742, + "id": 744, "name": "currentPresences", "variant": "declaration", "kind": 1024, @@ -138918,7 +140536,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 27, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L27" } ], "type": { @@ -138932,7 +140550,7 @@ "typeArguments": [ { "type": "reference", - "target": 744, + "target": 746, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -138944,7 +140562,7 @@ } }, { - "id": 740, + "id": 742, "name": "event", "variant": "declaration", "kind": 1024, @@ -138954,7 +140572,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 25, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L25" } ], "type": { @@ -138964,7 +140582,7 @@ [ { "type": "reference", - "target": 771, + "target": 773, "name": "REALTIME_PRESENCE_LISTEN_EVENTS.LEAVE", "package": "@supabase/realtime-js" }, @@ -138974,7 +140592,7 @@ } }, { - "id": 741, + "id": 743, "name": "key", "variant": "declaration", "kind": 1024, @@ -138984,7 +140602,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L26" } ], "type": { @@ -138993,7 +140611,7 @@ } }, { - "id": 743, + "id": 745, "name": "leftPresences", "variant": "declaration", "kind": 1024, @@ -139003,7 +140621,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 28, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L28" } ], "type": { @@ -139017,7 +140635,7 @@ "typeArguments": [ { "type": "reference", - "target": 744, + "target": 746, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -139032,7 +140650,7 @@ "groups": [ { "title": "Properties", - "children": [742, 740, 741, 743] + "children": [744, 742, 743, 745] } ], "sources": [ @@ -139040,14 +140658,14 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 24, "character": 77, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L24" } ] } } }, { - "id": 748, + "id": 750, "name": "RealtimePresenceState", "variant": "declaration", "kind": 2097152, @@ -139057,12 +140675,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 13, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L13" } ], "typeParameters": [ { - "id": 752, + "id": 754, "name": "T", "variant": "typeParam", "kind": 131072, @@ -139070,7 +140688,7 @@ "type": { "type": "reflection", "declaration": { - "id": 753, + "id": 755, "name": "__type", "variant": "declaration", "kind": 65536, @@ -139080,12 +140698,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 13, "character": 44, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L13" } ], "indexSignatures": [ { - "id": 754, + "id": 756, "name": "__index", "variant": "signature", "kind": 8192, @@ -139095,12 +140713,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 13, "character": 46, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L13" } ], "parameters": [ { - "id": 755, + "id": 757, "name": "key", "variant": "param", "kind": 32768, @@ -139122,7 +140740,7 @@ "default": { "type": "reflection", "declaration": { - "id": 756, + "id": 758, "name": "__type", "variant": "declaration", "kind": 65536, @@ -139132,7 +140750,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 13, "character": 69, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L13" } ] } @@ -139142,7 +140760,7 @@ "type": { "type": "reflection", "declaration": { - "id": 749, + "id": 751, "name": "__type", "variant": "declaration", "kind": 65536, @@ -139152,12 +140770,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 13, "character": 75, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L13" } ], "indexSignatures": [ { - "id": 750, + "id": 752, "name": "__index", "variant": "signature", "kind": 8192, @@ -139167,12 +140785,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 14, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L14" } ], "parameters": [ { - "id": 751, + "id": 753, "name": "key", "variant": "param", "kind": 32768, @@ -139194,7 +140812,7 @@ "typeArguments": [ { "type": "reference", - "target": 752, + "target": 754, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -139210,7 +140828,7 @@ } }, { - "id": 757, + "id": 759, "name": "RealtimeRemoveChannelResponse", "variant": "declaration", "kind": 2097152, @@ -139218,9 +140836,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 39, + "line": 41, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L41" } ], "type": { @@ -139242,7 +140860,7 @@ } }, { - "id": 777, + "id": 779, "name": "REALTIME_CHANNEL_STATES", "variant": "declaration", "kind": 32, @@ -139254,7 +140872,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 148, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L148" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L148" } ], "type": { @@ -139276,23 +140894,23 @@ "groups": [ { "title": "Enumerations", - "children": [758, 763, 768, 772] + "children": [760, 765, 770, 774] }, { "title": "Classes", - "children": [59, 459, 1, 778] + "children": [59, 459, 1, 780] }, { "title": "Interfaces", - "children": [795, 845] + "children": [797, 847] }, { "title": "Type Aliases", - "children": [444, 458, 651, 680, 687, 694, 718, 699, 709, 728, 738, 748, 757] + "children": [444, 458, 652, 682, 689, 696, 720, 701, 711, 730, 740, 750, 759] }, { "title": "Variables", - "children": [777] + "children": [779] } ], "packageName": "@supabase/realtime-js", @@ -140910,67 +142528,67 @@ }, "488": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.logger" + "qualifiedName": "default.vsn" }, "489": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.logLevel" + "qualifiedName": "default.logger" }, "490": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.encode" + "qualifiedName": "default.logLevel" }, "491": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.decode" + "qualifiedName": "default.encode" }, "492": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.reconnectAfterMs" + "qualifiedName": "default.decode" }, "493": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.conn" + "qualifiedName": "default.reconnectAfterMs" }, "494": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.sendBuffer" + "qualifiedName": "default.conn" }, "495": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.serializer" + "qualifiedName": "default.sendBuffer" }, "496": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.stateChangeCallbacks" + "qualifiedName": "default.serializer" }, "497": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type" + "qualifiedName": "default.stateChangeCallbacks" }, "498": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.open" + "qualifiedName": "__type" }, "499": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.close" + "qualifiedName": "__type.open" }, "500": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.error" + "qualifiedName": "__type.close" }, "501": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.message" + "qualifiedName": "__type.error" }, "502": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.fetch" + "qualifiedName": "__type.message" }, "503": { - "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "fetch" + "sourceFileName": "src/RealtimeClient.ts", + "qualifiedName": "default.fetch" }, "504": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", @@ -140978,31 +142596,31 @@ }, "505": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "input" + "qualifiedName": "fetch" }, "506": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "init" + "qualifiedName": "input" }, "507": { - "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", - "qualifiedName": "fetch" + "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", + "qualifiedName": "init" }, "508": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", - "qualifiedName": "input" + "qualifiedName": "fetch" }, "509": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", - "qualifiedName": "init" + "qualifiedName": "input" }, "510": { - "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.accessToken" + "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", + "qualifiedName": "init" }, "511": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type" + "qualifiedName": "default.accessToken" }, "512": { "sourceFileName": "src/RealtimeClient.ts", @@ -141010,19 +142628,19 @@ }, "513": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.worker" + "qualifiedName": "__type" }, "514": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.workerUrl" + "qualifiedName": "default.worker" }, "515": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.workerRef" + "qualifiedName": "default.workerUrl" }, - "519": { + "516": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.connect" + "qualifiedName": "default.workerRef" }, "520": { "sourceFileName": "src/RealtimeClient.ts", @@ -141030,7 +142648,7 @@ }, "521": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.endpointURL" + "qualifiedName": "default.connect" }, "522": { "sourceFileName": "src/RealtimeClient.ts", @@ -141038,7 +142656,7 @@ }, "523": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.disconnect" + "qualifiedName": "default.endpointURL" }, "524": { "sourceFileName": "src/RealtimeClient.ts", @@ -141046,15 +142664,15 @@ }, "525": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "code" + "qualifiedName": "default.disconnect" }, "526": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "reason" + "qualifiedName": "code" }, "527": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.getChannels" + "qualifiedName": "reason" }, "528": { "sourceFileName": "src/RealtimeClient.ts", @@ -141062,7 +142680,7 @@ }, "529": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.removeChannel" + "qualifiedName": "default.getChannels" }, "530": { "sourceFileName": "src/RealtimeClient.ts", @@ -141070,11 +142688,11 @@ }, "531": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "channel" + "qualifiedName": "default.removeChannel" }, "532": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.removeAllChannels" + "qualifiedName": "channel" }, "533": { "sourceFileName": "src/RealtimeClient.ts", @@ -141082,7 +142700,7 @@ }, "534": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.log" + "qualifiedName": "default.removeAllChannels" }, "535": { "sourceFileName": "src/RealtimeClient.ts", @@ -141090,19 +142708,19 @@ }, "536": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "kind" + "qualifiedName": "default.log" }, "537": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "msg" + "qualifiedName": "kind" }, "538": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "data" + "qualifiedName": "msg" }, "539": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.connectionState" + "qualifiedName": "data" }, "540": { "sourceFileName": "src/RealtimeClient.ts", @@ -141110,7 +142728,7 @@ }, "541": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.isConnected" + "qualifiedName": "default.connectionState" }, "542": { "sourceFileName": "src/RealtimeClient.ts", @@ -141118,7 +142736,7 @@ }, "543": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.isConnecting" + "qualifiedName": "default.isConnected" }, "544": { "sourceFileName": "src/RealtimeClient.ts", @@ -141126,7 +142744,7 @@ }, "545": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.isDisconnecting" + "qualifiedName": "default.isConnecting" }, "546": { "sourceFileName": "src/RealtimeClient.ts", @@ -141134,7 +142752,7 @@ }, "547": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.channel" + "qualifiedName": "default.isDisconnecting" }, "548": { "sourceFileName": "src/RealtimeClient.ts", @@ -141142,15 +142760,15 @@ }, "549": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "topic" + "qualifiedName": "default.channel" }, "550": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "params" + "qualifiedName": "topic" }, "551": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.push" + "qualifiedName": "params" }, "552": { "sourceFileName": "src/RealtimeClient.ts", @@ -141158,11 +142776,11 @@ }, "553": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "data" + "qualifiedName": "default.push" }, "554": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.setAuth" + "qualifiedName": "data" }, "555": { "sourceFileName": "src/RealtimeClient.ts", @@ -141170,11 +142788,11 @@ }, "556": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "token" + "qualifiedName": "default.setAuth" }, "557": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.sendHeartbeat" + "qualifiedName": "token" }, "558": { "sourceFileName": "src/RealtimeClient.ts", @@ -141182,7 +142800,7 @@ }, "559": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.onHeartbeat" + "qualifiedName": "default.sendHeartbeat" }, "560": { "sourceFileName": "src/RealtimeClient.ts", @@ -141190,11 +142808,11 @@ }, "561": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "callback" + "qualifiedName": "default.onHeartbeat" }, "562": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type" + "qualifiedName": "callback" }, "563": { "sourceFileName": "src/RealtimeClient.ts", @@ -141202,43 +142820,43 @@ }, "564": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "status" + "qualifiedName": "__type" }, "565": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.flushSendBuffer" + "qualifiedName": "status" }, "566": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "default.flushSendBuffer" }, - "651": { + "567": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "RealtimeClientOptions" + "qualifiedName": "default.flushSendBuffer" }, "652": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type" + "qualifiedName": "RealtimeClientOptions" }, "653": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.transport" + "qualifiedName": "__type" }, "654": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.timeout" + "qualifiedName": "__type.transport" }, "655": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.heartbeatIntervalMs" + "qualifiedName": "__type.timeout" }, "656": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.heartbeatCallback" + "qualifiedName": "__type.heartbeatIntervalMs" }, "657": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.heartbeatCallback" }, "658": { "sourceFileName": "src/RealtimeClient.ts", @@ -141246,713 +142864,721 @@ }, "659": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "status" + "qualifiedName": "__type" }, "660": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.logger" + "qualifiedName": "status" }, "661": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.encode" + "qualifiedName": "__type.vsn" }, "662": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.decode" + "qualifiedName": "__type.logger" }, "663": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.reconnectAfterMs" + "qualifiedName": "__type.encode" }, "664": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.headers" + "qualifiedName": "__type.decode" }, "665": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.reconnectAfterMs" }, "666": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.__index" + "qualifiedName": "__type.headers" + }, + "667": { + "sourceFileName": "src/RealtimeClient.ts", + "qualifiedName": "__type" }, "668": { + "sourceFileName": "src/RealtimeClient.ts", + "qualifiedName": "__type.__index" + }, + "670": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.params" }, - "669": { + "671": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type" }, - "670": { + "672": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.__index" }, - "672": { + "674": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.log_level" }, - "673": { + "675": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.logLevel" }, - "674": { + "676": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.fetch" }, - "675": { + "677": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.worker" }, - "676": { + "678": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.workerUrl" }, - "677": { + "679": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.accessToken" }, - "678": { + "680": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type" }, - "679": { + "681": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type" }, - "680": { + "682": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "RealtimeMessage" }, - "681": { + "683": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type" }, - "682": { + "684": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.topic" }, - "683": { + "685": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.event" }, - "684": { + "686": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.payload" }, - "685": { + "687": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.ref" }, - "686": { + "688": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.join_ref" }, - "687": { + "689": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresChangesFilter" }, - "688": { + "690": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "689": { + "691": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "690": { + "692": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.schema" }, - "691": { + "693": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.table" }, - "692": { + "694": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.filter" }, - "693": { + "695": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "T" }, - "694": { + "696": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresChangesPayload" }, - "695": { + "697": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "T" }, - "696": { + "698": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "697": { + "699": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "699": { + "701": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresInsertPayload" }, - "700": { + "702": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "701": { + "703": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.eventType" }, - "702": { + "704": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.new" }, - "703": { + "705": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.old" }, - "704": { + "706": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "705": { + "707": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "T" }, - "706": { + "708": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "707": { + "709": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "709": { + "711": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresUpdatePayload" }, - "710": { + "712": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "711": { + "713": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.eventType" }, - "712": { + "714": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.new" }, - "713": { + "715": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.old" }, - "714": { + "716": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "T" }, - "715": { + "717": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "716": { + "718": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "718": { + "720": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresDeletePayload" }, - "719": { + "721": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "720": { + "722": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.eventType" }, - "721": { + "723": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.new" }, - "722": { + "724": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "723": { + "725": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.old" }, - "724": { + "726": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "T" }, - "725": { + "727": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "726": { + "728": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "728": { + "730": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "RealtimePresenceJoinPayload" }, - "729": { + "731": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type" }, - "730": { + "732": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.event" }, - "731": { + "733": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.key" }, - "732": { + "734": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.currentPresences" }, - "733": { + "735": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.newPresences" }, - "734": { + "736": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "T" }, - "735": { + "737": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type" }, - "736": { + "738": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.__index" }, - "738": { + "740": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "RealtimePresenceLeavePayload" }, - "739": { + "741": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type" }, - "740": { + "742": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.event" }, - "741": { + "743": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.key" }, - "742": { + "744": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.currentPresences" }, - "743": { + "745": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.leftPresences" }, - "744": { + "746": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "T" }, - "745": { + "747": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type" }, - "746": { + "748": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.__index" }, - "748": { + "750": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "RealtimePresenceState" }, - "749": { + "751": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type" }, - "750": { + "752": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.__index" }, - "752": { + "754": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "T" }, - "753": { + "755": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type" }, - "754": { + "756": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.__index" }, - "756": { + "758": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type" }, - "757": { + "759": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "RealtimeRemoveChannelResponse" }, - "758": { + "760": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES" }, - "759": { + "761": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES.BROADCAST" }, - "760": { + "762": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES.PRESENCE" }, - "761": { + "763": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES.POSTGRES_CHANGES" }, - "762": { + "764": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES.SYSTEM" }, - "763": { + "765": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" }, - "764": { + "766": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.ALL" }, - "765": { + "767": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT" }, - "766": { + "768": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE" }, - "767": { + "769": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE" }, - "768": { + "770": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "REALTIME_PRESENCE_LISTEN_EVENTS" }, - "769": { + "771": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "REALTIME_PRESENCE_LISTEN_EVENTS.SYNC" }, - "770": { + "772": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "REALTIME_PRESENCE_LISTEN_EVENTS.JOIN" }, - "771": { + "773": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "REALTIME_PRESENCE_LISTEN_EVENTS.LEAVE" }, - "772": { + "774": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES" }, - "773": { + "775": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES.SUBSCRIBED" }, - "774": { + "776": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES.TIMED_OUT" }, - "775": { + "777": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES.CLOSED" }, - "776": { + "778": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES.CHANNEL_ERROR" }, - "777": { + "779": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_CHANNEL_STATES" }, - "778": { + "780": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory" }, - "781": { + "783": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.getWebSocketConstructor" }, - "782": { + "784": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.getWebSocketConstructor" }, - "783": { + "785": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "__type" }, - "784": { + "786": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "__type" }, - "785": { + "787": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "url" }, - "786": { + "788": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "protocols" }, - "787": { + "789": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.createWebSocket" }, - "788": { + "790": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.createWebSocket" }, - "789": { + "791": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "url" }, - "790": { + "792": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "protocols" }, - "791": { + "793": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.isWebSocketSupported" }, - "792": { + "794": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.isWebSocketSupported" }, - "795": { + "797": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike" }, - "796": { + "798": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.CONNECTING" }, - "797": { + "799": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.OPEN" }, - "798": { + "800": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.CLOSING" }, - "799": { + "801": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.CLOSED" }, - "800": { + "802": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.readyState" }, - "801": { + "803": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.url" }, - "802": { + "804": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.protocol" }, - "803": { + "805": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.close" }, - "804": { + "806": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.close" }, - "805": { + "807": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "code" }, - "806": { + "808": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "reason" }, - "807": { + "809": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.send" }, - "808": { + "810": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.send" }, - "809": { + "811": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "data" }, - "810": { + "812": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.onopen" }, - "811": { + "813": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "812": { + "814": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "813": { + "815": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "this" }, - "814": { + "816": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "ev" }, - "815": { + "817": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.onmessage" }, - "816": { + "818": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "817": { + "819": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "818": { + "820": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "this" }, - "819": { + "821": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "ev" }, - "820": { + "822": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.onclose" }, - "821": { + "823": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "822": { + "824": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "823": { + "825": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "this" }, - "824": { + "826": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "ev" }, - "825": { + "827": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.onerror" }, - "826": { + "828": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "827": { + "829": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "828": { + "830": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "this" }, - "829": { + "831": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "ev" }, - "830": { + "832": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.addEventListener" }, - "831": { + "833": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.addEventListener" }, - "832": { + "834": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "type" }, - "833": { + "835": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "listener" }, - "834": { + "836": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.removeEventListener" }, - "835": { + "837": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.removeEventListener" }, - "836": { + "838": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "type" }, - "837": { + "839": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "listener" }, - "838": { + "840": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.binaryType" }, - "839": { + "841": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.bufferedAmount" }, - "840": { + "842": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.extensions" }, - "841": { + "843": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.dispatchEvent" }, - "842": { + "844": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "843": { + "845": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "844": { + "846": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "event" }, - "845": { + "847": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "WebSocketLikeConstructor" }, - "846": { + "848": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "WebSocketLikeConstructor" }, - "847": { + "849": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "WebSocketLikeConstructor" }, - "848": { + "850": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "address" }, - "849": { + "851": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "subprotocols" }, - "850": { + "852": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "WebSocketLikeConstructor.__index" } @@ -142015,7 +143641,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 67, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L67" } ], "type": { @@ -142042,7 +143668,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 73, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L73" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L73" } ], "type": { @@ -142069,7 +143695,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 69, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L69" } ], "type": { @@ -142096,7 +143722,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 75, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L75" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L75" } ], "type": { @@ -142123,7 +143749,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 77, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L77" } ], "type": { @@ -142150,7 +143776,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 71, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L71" } ], "type": { @@ -142170,7 +143796,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 65, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L65" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L65" } ] }, @@ -142192,7 +143818,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L18" } ], "signatures": [ @@ -142207,7 +143833,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L18" } ], "parameters": [ @@ -142275,7 +143901,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 15, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L15" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L15" } ], "type": { @@ -142294,7 +143920,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 16, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L16" } ], "type": { @@ -142313,7 +143939,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 25, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L25" } ], "signatures": [ @@ -142328,7 +143954,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 25, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L25" } ], "type": { @@ -142351,7 +143977,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 28, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L28" } ], "type": { @@ -142371,7 +143997,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 27, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L27" } ], "type": { @@ -142391,7 +144017,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 29, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L29" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L29" } ], "type": { @@ -142411,7 +144037,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 30, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L30" } ], "type": { @@ -142432,7 +144058,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 26, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L26" } ] } @@ -142460,7 +144086,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 14, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L14" } ], "extendedTypes": [ @@ -142490,7 +144116,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 12, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L12" } ], "signatures": [ @@ -142505,7 +144131,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 12, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L12" } ], "parameters": [ @@ -142539,7 +144165,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 14, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L14" } ], "indexSignatures": [ @@ -142554,7 +144180,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 14, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L14" } ], "parameters": [ @@ -142847,7 +144473,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 61, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L61" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L61" } ], "getSignature": { @@ -142889,7 +144515,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 61, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L61" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L61" } ], "type": { @@ -142912,7 +144538,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 35, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L35" } ], "getSignature": { @@ -142945,7 +144571,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 35, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L35" } ], "type": { @@ -142969,7 +144595,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 120, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L120" } ], "signatures": [ @@ -143005,7 +144631,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 120, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L120" } ], "parameters": [ @@ -143064,7 +144690,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 125, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L125" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L125" } ], "type": { @@ -143105,7 +144731,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 124, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L124" } ], "type": { @@ -143145,7 +144771,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 123, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L123" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L123" } ], "type": { @@ -143186,7 +144812,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 126, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L126" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L126" } ], "type": { @@ -143208,7 +144834,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 122, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L122" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L122" } ] } @@ -143246,7 +144872,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 132, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L132" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L132" } ], "type": { @@ -143282,7 +144908,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 133, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L133" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L133" } ], "type": { @@ -143302,7 +144928,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 131, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L131" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L131" } ] } @@ -143327,7 +144953,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 136, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L136" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L136" } ], "type": { @@ -143346,7 +144972,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 137, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L137" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L137" } ], "type": { @@ -143368,7 +144994,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 135, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L135" } ] } @@ -143405,7 +145031,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 263, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L263" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L263" } ], "signatures": [ @@ -143438,7 +145064,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 263, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L263" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L263" } ], "parameters": [ @@ -143492,7 +145118,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 265, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" } ], "type": { @@ -143515,7 +145141,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 265, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" } ], "type": { @@ -143535,7 +145161,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 265, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" } ] } @@ -143552,7 +145178,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 266, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L266" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L266" } ], "type": { @@ -143572,7 +145198,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 264, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L264" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L264" } ] } @@ -143597,7 +145223,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 269, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L269" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L269" } ], "type": { @@ -143616,7 +145242,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 270, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L270" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L270" } ], "type": { @@ -143638,7 +145264,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 268, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L268" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L268" } ] } @@ -143675,7 +145301,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 227, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L227" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L227" } ], "signatures": [ @@ -143700,7 +145326,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 227, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L227" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L227" } ], "parameters": [ @@ -143754,7 +145380,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 229, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" } ], "type": { @@ -143777,7 +145403,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 229, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" } ], "type": { @@ -143797,7 +145423,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 229, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" } ] } @@ -143814,7 +145440,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 230, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L230" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L230" } ], "type": { @@ -143834,7 +145460,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 228, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L228" } ] } @@ -143859,7 +145485,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 233, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L233" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L233" } ], "type": { @@ -143878,7 +145504,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 234, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L234" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L234" } ], "type": { @@ -143900,7 +145526,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 232, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L232" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L232" } ] } @@ -143935,7 +145561,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L26" } ], "signatures": [ @@ -143958,7 +145584,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L26" } ], "parameters": [ @@ -144005,7 +145631,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 80, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L80" } ], "signatures": [ @@ -144030,7 +145656,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 80, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L80" } ], "parameters": [ @@ -144084,7 +145710,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 82, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L82" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L82" } ], "type": { @@ -144105,7 +145731,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 83, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L83" } ], "type": { @@ -144125,7 +145751,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 81, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L81" } ] } @@ -144150,7 +145776,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 86, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L86" } ], "type": { @@ -144169,7 +145795,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 87, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L87" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L87" } ], "type": { @@ -144191,7 +145817,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 85, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L85" } ] } @@ -144228,7 +145854,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 47, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L47" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L47" } ], "signatures": [ @@ -144253,7 +145879,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 47, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L47" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L47" } ], "parameters": [ @@ -144303,7 +145929,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 49, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L49" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L49" } ], "type": { @@ -144327,7 +145953,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 50, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L50" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L50" } ], "type": { @@ -144347,7 +145973,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 48, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L48" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L48" } ] } @@ -144372,7 +145998,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 53, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L53" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L53" } ], "type": { @@ -144391,7 +146017,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 54, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L54" } ], "type": { @@ -144413,7 +146039,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 52, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L52" } ] } @@ -144451,7 +146077,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 39, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L39" } ], "signatures": [ @@ -144476,7 +146102,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 39, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L39" } ], "type": { @@ -144509,7 +146135,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 179, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L179" } ], "signatures": [ @@ -144534,7 +146160,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 179, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L179" } ], "parameters": [ @@ -144593,7 +146219,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 184, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L184" } ], "type": { @@ -144634,7 +146260,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 183, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L183" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L183" } ], "type": { @@ -144674,7 +146300,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 182, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L182" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L182" } ], "type": { @@ -144694,7 +146320,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 181, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L181" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L181" } ] } @@ -144731,7 +146357,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 188, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" } ], "type": { @@ -144754,7 +146380,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 188, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" } ], "type": { @@ -144774,7 +146400,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 188, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" } ] } @@ -144791,7 +146417,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 189, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L189" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L189" } ], "type": { @@ -144811,7 +146437,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 187, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L187" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L187" } ] } @@ -144836,7 +146462,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 192, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L192" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L192" } ], "type": { @@ -144855,7 +146481,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 193, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L193" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L193" } ], "type": { @@ -144877,7 +146503,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 191, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L191" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L191" } ] } @@ -144921,7 +146547,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 11, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L11" } ], "extendedTypes": [ @@ -144951,7 +146577,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 4, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L4" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L4" } ], "signatures": [ @@ -144966,7 +146592,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 4, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L4" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L4" } ], "parameters": [ @@ -145013,7 +146639,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 1, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L1" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L1" } ], "extendedTypes": [ @@ -145058,7 +146684,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 38, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L38" } ], "signatures": [ @@ -145073,7 +146699,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 38, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L38" } ], "parameters": [ @@ -145130,7 +146756,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 36, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L36" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L36" } ], "type": { @@ -145154,7 +146780,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 35, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L35" } ], "extendedTypes": [ @@ -145192,7 +146818,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 30, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L30" } ], "signatures": [ @@ -145207,7 +146833,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 30, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L30" } ], "parameters": [ @@ -145275,7 +146901,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 27, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L27" } ], "type": { @@ -145294,7 +146920,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 28, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L28" } ], "type": { @@ -145313,7 +146939,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 37, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L37" } ], "signatures": [ @@ -145328,7 +146954,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 37, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L37" } ], "type": { @@ -145351,7 +146977,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 40, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L40" } ], "type": { @@ -145371,7 +146997,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 39, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L39" } ], "type": { @@ -145391,7 +147017,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 41, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L41" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L41" } ], "type": { @@ -145411,7 +147037,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 42, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L42" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L42" } ], "type": { @@ -145432,7 +147058,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 38, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L38" } ] } @@ -145460,7 +147086,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 26, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L26" } ], "extendedTypes": [ @@ -145510,7 +147136,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 85, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L85" } ], "signatures": [ @@ -145525,7 +147151,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 85, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L85" } ], "parameters": [ @@ -145587,7 +147213,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 71, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L71" } ], "signatures": [ @@ -145665,7 +147291,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 71, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L71" } ], "parameters": [ @@ -145738,7 +147364,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 198, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L198" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L198" } ], "signatures": [ @@ -145816,7 +147442,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 198, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L198" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L198" } ], "parameters": [ @@ -145887,7 +147513,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 112, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L112" } ], "signatures": [ @@ -145930,7 +147556,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 112, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L112" } ], "parameters": [ @@ -145976,7 +147602,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 110, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L110" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L110" } ], "signatures": [ @@ -146046,7 +147672,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 110, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L110" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L110" } ], "parameters": [ @@ -146101,7 +147727,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 112, "character": 27, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L112" } ], "type": { @@ -146123,7 +147749,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 112, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L112" } ] } @@ -146162,7 +147788,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 158, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L158" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L158" } ], "signatures": [ @@ -146224,7 +147850,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 158, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L158" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L158" } ], "parameters": [ @@ -146323,7 +147949,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 46, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L46" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L46" } ], "signatures": [ @@ -146368,7 +147994,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 46, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L46" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L46" } ], "type": { @@ -146404,7 +148030,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 84, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L84" } ], "extendedTypes": [ @@ -146442,7 +148068,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 7, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L7" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L7" } ], "signatures": [ @@ -146457,7 +148083,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 7, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L7" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L7" } ], "parameters": [ @@ -146504,7 +148130,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 4, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L4" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L4" } ], "extendedTypes": [ @@ -146557,7 +148183,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 54, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L54" } ], "signatures": [ @@ -146572,7 +148198,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 54, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L54" } ], "parameters": [ @@ -146629,7 +148255,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 52, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L52" } ], "type": { @@ -146653,7 +148279,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 51, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L51" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L51" } ], "extendedTypes": [ @@ -146691,7 +148317,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 28, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L28" } ], "signatures": [ @@ -146714,7 +148340,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 28, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L28" } ], "parameters": [ @@ -146764,7 +148390,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 28, "character": 36, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L28" } ], "indexSignatures": [ @@ -146779,7 +148405,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 28, "character": 38, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L28" } ], "parameters": [ @@ -147056,7 +148682,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 71, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L71" } ], "signatures": [ @@ -147132,7 +148758,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 71, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L71" } ], "parameters": [ @@ -147193,7 +148819,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 198, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L198" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L198" } ], "signatures": [ @@ -147269,7 +148895,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 198, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L198" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L198" } ], "parameters": [ @@ -147330,7 +148956,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 110, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L110" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L110" } ], "signatures": [ @@ -147398,7 +149024,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 110, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L110" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L110" } ], "parameters": [ @@ -147453,7 +149079,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 112, "character": 27, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L112" } ], "type": { @@ -147475,7 +149101,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 112, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L112" } ] } @@ -147502,7 +149128,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 158, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L158" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L158" } ], "signatures": [ @@ -147562,7 +149188,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 158, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L158" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L158" } ], "parameters": [ @@ -147650,7 +149276,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 46, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L46" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L46" } ], "signatures": [ @@ -147693,7 +149319,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 46, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L46" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L46" } ], "type": { @@ -147719,7 +149345,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 16, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L16" } ], "extendedBy": [ @@ -147756,7 +149382,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 124, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L124" } ], "signatures": [ @@ -147771,7 +149397,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 124, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L124" } ], "parameters": [ @@ -147805,7 +149431,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 126, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L126" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L126" } ], "indexSignatures": [ @@ -147820,7 +149446,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 126, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L126" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L126" } ], "parameters": [ @@ -148108,7 +149734,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 155, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L155" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L155" } ], "signatures": [ @@ -148151,7 +149777,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 155, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L155" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L155" } ], "parameters": [ @@ -148239,7 +149865,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 213, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L213" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L213" } ], "signatures": [ @@ -148282,7 +149908,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 213, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L213" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L213" } ], "parameters": [ @@ -148353,7 +149979,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 196, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L196" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L196" } ], "signatures": [ @@ -148396,7 +150022,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 196, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L196" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L196" } ], "parameters": [ @@ -148451,7 +150077,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 134, "character": 27, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L134" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L134" } ], "type": { @@ -148473,7 +150099,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 134, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L134" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L134" } ] } @@ -148510,7 +150136,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 242, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L242" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L242" } ], "signatures": [ @@ -148553,7 +150179,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 242, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L242" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L242" } ], "parameters": [ @@ -148597,7 +150223,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 175, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L175" } ], "signatures": [ @@ -148640,7 +150266,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 175, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L175" } ], "parameters": [ @@ -148734,7 +150360,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 55, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L55" } ], "signatures": [ @@ -148779,7 +150405,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 55, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L55" } ], "type": { @@ -148815,7 +150441,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 121, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L121" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L121" } ], "extendedTypes": [ @@ -148853,7 +150479,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 27, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L27" } ], "signatures": [ @@ -148868,7 +150494,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 27, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L27" } ], "parameters": [ @@ -148902,7 +150528,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 27, "character": 36, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L27" } ], "indexSignatures": [ @@ -148917,7 +150543,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 27, "character": 38, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L27" } ], "parameters": [ @@ -149186,7 +150812,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 320, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L320" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L320" } ], "signatures": [ @@ -149254,7 +150880,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 320, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L320" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L320" } ], "parameters": [ @@ -149337,7 +150963,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 138, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L138" } ], "signatures": [ @@ -149405,7 +151031,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 138, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L138" } ], "parameters": [ @@ -149502,7 +151128,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 206, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L206" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L206" } ], "signatures": [ @@ -149570,7 +151196,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 206, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L206" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L206" } ], "parameters": [ @@ -149685,7 +151311,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 85, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L85" } ], "signatures": [ @@ -149761,7 +151387,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 85, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L85" } ], "parameters": [ @@ -149844,7 +151470,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 277, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L277" } ], "signatures": [ @@ -149912,7 +151538,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 277, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L277" } ], "parameters": [ @@ -150023,7 +151649,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 45, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L45" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L45" } ], "signatures": [ @@ -150066,7 +151692,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 45, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L45" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L45" } ], "type": { @@ -150092,7 +151718,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 21, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L21" } ], "extendedBy": [ @@ -150129,7 +151755,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 37, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L37" } ], "signatures": [ @@ -150144,7 +151770,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 37, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L37" } ], "parameters": [ @@ -150178,7 +151804,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 37, "character": 36, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L37" } ], "indexSignatures": [ @@ -150193,7 +151819,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 37, "character": 38, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L37" } ], "parameters": [ @@ -150462,7 +152088,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 93, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L93" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L93" } ], "signatures": [ @@ -150546,7 +152172,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 93, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L93" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L93" } ], "parameters": [ @@ -150647,7 +152273,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 226, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L226" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L226" } ], "signatures": [ @@ -150715,7 +152341,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 226, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L226" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L226" } ], "parameters": [ @@ -150795,7 +152421,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 131, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L131" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L131" } ], "signatures": [ @@ -150863,7 +152489,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 131, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L131" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L131" } ], "parameters": [ @@ -150937,7 +152563,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 134, "character": 27, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L134" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L134" } ], "type": { @@ -150959,7 +152585,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 134, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L134" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L134" } ] } @@ -150986,7 +152612,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 188, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L188" } ], "signatures": [ @@ -151054,7 +152680,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 188, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L188" } ], "parameters": [ @@ -151147,7 +152773,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 55, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L55" } ], "signatures": [ @@ -151190,7 +152816,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 55, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L55" } ], "type": { @@ -151216,7 +152842,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 31, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L31" } ], "extendedBy": [ @@ -151253,7 +152879,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 261, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L261" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L261" } ], "signatures": [ @@ -151268,7 +152894,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 261, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L261" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L261" } ], "parameters": [ @@ -151302,7 +152928,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 263, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L263" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L263" } ], "indexSignatures": [ @@ -151317,7 +152943,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 263, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L263" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L263" } ], "parameters": [ @@ -151616,7 +153242,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 396, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L396" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L396" } ], "signatures": [ @@ -151659,7 +153285,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 396, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L396" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L396" } ], "parameters": [ @@ -151756,7 +153382,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 318, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L318" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L318" } ], "signatures": [ @@ -151799,7 +153425,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 318, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L318" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L318" } ], "parameters": [ @@ -151898,7 +153524,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 342, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L342" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L342" } ], "signatures": [ @@ -151941,7 +153567,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 342, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L342" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L342" } ], "parameters": [ @@ -152041,7 +153667,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 294, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L294" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L294" } ], "signatures": [ @@ -152084,7 +153710,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 294, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L294" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L294" } ], "parameters": [ @@ -152181,7 +153807,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 371, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L371" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L371" } ], "signatures": [ @@ -152224,7 +153850,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 371, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L371" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L371" } ], "parameters": [ @@ -152326,7 +153952,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 45, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L45" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L45" } ], "signatures": [ @@ -152371,7 +153997,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 45, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L45" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L45" } ], "type": { @@ -152407,7 +154033,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 257, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L257" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L257" } ], "extendedTypes": [ @@ -152453,7 +154079,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 42, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L42" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L42" } ], "type": { @@ -152480,7 +154106,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 40, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L40" } ], "type": { @@ -152507,7 +154133,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 36, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L36" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L36" } ], "type": { @@ -152534,7 +154160,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 38, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L38" } ], "type": { @@ -152561,7 +154187,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 44, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L44" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L44" } ], "type": { @@ -152581,7 +154207,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 34, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L34" } ] }, @@ -152605,7 +154231,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 16, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L16" } ], "type": { @@ -152627,7 +154253,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 17, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L17" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L17" } ], "type": { @@ -152648,7 +154274,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 15, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L15" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L15" } ], "type": { @@ -152667,7 +154293,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L11" } ], "type": { @@ -152686,7 +154312,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 13, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L13" } ], "type": { @@ -152705,7 +154331,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 14, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L14" } ], "type": { @@ -152724,7 +154350,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L19" } ], "type": { @@ -152745,7 +154371,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 12, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L12" } ], "type": { @@ -152766,7 +154392,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L18" } ], "type": { @@ -152786,7 +154412,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 10, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L10" } ] }, @@ -152816,7 +154442,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 21, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L21" } ], "type": { @@ -152835,7 +154461,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 22, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L22" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L22" } ], "type": { @@ -152854,7 +154480,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 23, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L23" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L23" } ], "type": { @@ -152875,7 +154501,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 20, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L20" } ], "type": { @@ -152896,7 +154522,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 24, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L24" } ], "type": { @@ -152917,7 +154543,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L19" } ], "type": { @@ -152937,7 +154563,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 18, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L18" } ] }, @@ -152975,7 +154601,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 196, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L196" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L196" } ], "type": { @@ -153002,7 +154628,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 197, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L197" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L197" } ], "type": { @@ -153032,7 +154658,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 195, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L195" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L195" } ], "type": { @@ -153052,7 +154678,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 194, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L194" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L194" } ] }, @@ -153076,7 +154702,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 112, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L112" } ], "type": { @@ -153096,7 +154722,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 111, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L111" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L111" } ] }, @@ -153136,7 +154762,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 9, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L9" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L9" } ], "type": { @@ -153165,7 +154791,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 10, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L10" } ], "type": { @@ -153185,7 +154811,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 8, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L8" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L8" } ] }, @@ -153223,7 +154849,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 291, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L291" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L291" } ], "type": { @@ -153250,7 +154876,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 292, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L292" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L292" } ], "type": { @@ -153272,7 +154898,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 290, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L290" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L290" } ] }, @@ -153312,7 +154938,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/fetch.ts", "line": 13, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/fetch.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/fetch.ts#L13" } ], "type": { @@ -153328,7 +154954,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/fetch.ts", "line": 13, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/fetch.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/fetch.ts#L13" } ], "indexSignatures": [ @@ -153343,7 +154969,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/fetch.ts", "line": 14, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/fetch.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/fetch.ts#L14" } ], "parameters": [ @@ -153389,7 +155015,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/fetch.ts", "line": 16, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/fetch.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/fetch.ts#L16" } ], "type": { @@ -153409,7 +155035,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/fetch.ts", "line": 12, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/fetch.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/fetch.ts#L12" } ] }, @@ -153441,7 +155067,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 204, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L204" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L204" } ], "type": { @@ -153466,7 +155092,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 200, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L200" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L200" } ] }, @@ -153488,7 +155114,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 49, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L49" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L49" } ], "type": { @@ -153507,7 +155133,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L57" } ], "type": { @@ -153528,7 +155154,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 53, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L53" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L53" } ], "type": { @@ -153547,7 +155173,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 51, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L51" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L51" } ], "type": { @@ -153575,7 +155201,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 55, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L55" } ], "type": { @@ -153594,7 +155220,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L56" } ], "type": { @@ -153628,7 +155254,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 48, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L48" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L48" } ], "type": { @@ -153647,7 +155273,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 50, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L50" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L50" } ], "type": { @@ -153666,7 +155292,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 52, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L52" } ], "type": { @@ -153686,7 +155312,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 47, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L47" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L47" } ] }, @@ -153708,7 +155334,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 64, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L64" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L64" } ], "type": { @@ -153729,7 +155355,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 70, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L70" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L70" } ], "type": { @@ -153750,7 +155376,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 71, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L71" } ], "type": { @@ -153769,7 +155395,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 66, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L66" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L66" } ], "type": { @@ -153790,7 +155416,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 72, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L72" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L72" } ], "type": { @@ -153809,7 +155435,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 61, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L61" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L61" } ], "type": { @@ -153837,7 +155463,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 68, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L68" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L68" } ], "type": { @@ -153858,7 +155484,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 73, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L73" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L73" } ], "type": { @@ -153879,7 +155505,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 74, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L74" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L74" } ], "type": { @@ -153913,7 +155539,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 63, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L63" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L63" } ], "type": { @@ -153934,7 +155560,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 69, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L69" } ], "type": { @@ -153953,7 +155579,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 65, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L65" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L65" } ], "type": { @@ -153972,7 +155598,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 62, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L62" } ], "type": { @@ -153992,7 +155618,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 60, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L60" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L60" } ] }, @@ -154032,7 +155658,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 86, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L86" } ], "type": { @@ -154109,7 +155735,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 90, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L90" } ], "type": { @@ -154138,7 +155764,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 98, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L98" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L98" } ], "type": { @@ -154167,7 +155793,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 108, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L108" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L108" } ], "type": { @@ -154211,7 +155837,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 103, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L103" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L103" } ], "type": { @@ -154255,7 +155881,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 94, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L94" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L94" } ], "type": { @@ -154275,7 +155901,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 82, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L82" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L82" } ] }, @@ -154313,7 +155939,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 162, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L162" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L162" } ], "type": { @@ -154340,7 +155966,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 163, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L163" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L163" } ], "type": { @@ -154372,7 +155998,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 164, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L164" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L164" } ], "type": { @@ -154401,7 +156027,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 165, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L165" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L165" } ], "type": { @@ -154428,7 +156054,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 161, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L161" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L161" } ], "type": { @@ -154448,7 +156074,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 160, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L160" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L160" } ] }, @@ -154486,7 +156112,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 173, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L173" } ], "type": { @@ -154511,7 +156137,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 172, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L172" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L172" } ] }, @@ -154535,7 +156161,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 23, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L23" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L23" } ], "type": { @@ -154556,7 +156182,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 24, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L24" } ], "type": { @@ -154577,7 +156203,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 27, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L27" } ], "type": { @@ -154598,7 +156224,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 25, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L25" } ], "type": { @@ -154636,7 +156262,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L26" } ], "type": { @@ -154665,7 +156291,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 22, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L22" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L22" } ] }, @@ -154705,7 +156331,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 138, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L138" } ], "type": { @@ -154734,7 +156360,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 139, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L139" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L139" } ], "type": { @@ -154763,7 +156389,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 137, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L137" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L137" } ], "type": { @@ -154790,7 +156416,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 136, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L136" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L136" } ], "type": { @@ -154810,7 +156436,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 135, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L135" } ] }, @@ -154848,7 +156474,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 148, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L148" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L148" } ], "type": { @@ -154873,7 +156499,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 148, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L148" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L148" } ], "type": { @@ -154893,7 +156519,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 148, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L148" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L148" } ] } @@ -154921,7 +156547,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 149, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L149" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L149" } ], "type": { @@ -154941,7 +156567,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 147, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L147" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L147" } ] }, @@ -154981,7 +156607,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 114, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L114" } ], "type": { @@ -155010,7 +156636,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 115, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L115" } ], "type": { @@ -155039,7 +156665,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 113, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L113" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L113" } ], "type": { @@ -155059,7 +156685,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 112, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L112" } ] }, @@ -155099,7 +156725,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 125, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L125" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L125" } ], "type": { @@ -155126,7 +156752,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 124, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L124" } ], "type": { @@ -155151,7 +156777,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 124, "character": 19, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L124" } ], "type": { @@ -155171,7 +156797,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 124, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L124" } ] } @@ -155190,7 +156816,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 123, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L123" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L123" } ] }, @@ -155228,7 +156854,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 214, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L214" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L214" } ], "type": { @@ -155257,7 +156883,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 215, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L215" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L215" } ], "type": { @@ -155286,7 +156912,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 216, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L216" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L216" } ], "type": { @@ -155315,7 +156941,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 217, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L217" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L217" } ], "type": { @@ -155344,7 +156970,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 218, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L218" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L218" } ], "type": { @@ -155373,7 +156999,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 219, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L219" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L219" } ], "type": { @@ -155402,7 +157028,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 220, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L220" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L220" } ], "type": { @@ -155429,7 +157055,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 213, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L213" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L213" } ], "type": { @@ -155449,7 +157075,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 212, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L212" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L212" } ] }, @@ -155489,7 +157115,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 230, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L230" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L230" } ], "type": { @@ -155516,7 +157142,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 229, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L229" } ], "type": { @@ -155541,7 +157167,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 228, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L228" } ] }, @@ -155563,7 +157189,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 209, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L209" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L209" } ], "type": { @@ -155583,7 +157209,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 208, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L208" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L208" } ] }, @@ -155623,7 +157249,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L31" } ], "type": { @@ -155646,7 +157272,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 30, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L30" } ] }, @@ -155684,7 +157310,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 184, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L184" } ], "type": { @@ -155711,7 +157337,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 183, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L183" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L183" } ], "type": { @@ -155738,7 +157364,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 185, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L185" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L185" } ], "type": { @@ -155763,7 +157389,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 182, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L182" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L182" } ] }, @@ -155803,7 +157429,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 254, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L254" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L254" } ], "type": { @@ -155832,7 +157458,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 251, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L251" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L251" } ], "type": { @@ -155859,7 +157485,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 252, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L252" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L252" } ], "type": { @@ -155890,7 +157516,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 255, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L255" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L255" } ], "type": { @@ -155919,7 +157545,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 256, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L256" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L256" } ], "type": { @@ -155948,7 +157574,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 253, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L253" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L253" } ], "type": { @@ -155975,7 +157601,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 250, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L250" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L250" } ], "type": { @@ -155995,7 +157621,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 249, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L249" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L249" } ] }, @@ -156033,7 +157659,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 264, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L264" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L264" } ], "type": { @@ -156058,7 +157684,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 263, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L263" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L263" } ] }, @@ -156101,7 +157727,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 120, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L120" } ], "type": { @@ -156130,7 +157756,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 125, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L125" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L125" } ], "type": { @@ -156159,7 +157785,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 135, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L135" } ], "type": { @@ -156188,7 +157814,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 130, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L130" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L130" } ], "type": { @@ -156210,7 +157836,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 115, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L115" } ] }, @@ -156232,7 +157858,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 183, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L183" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L183" } ], "type": { @@ -156251,7 +157877,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 179, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L179" } ], "type": { @@ -156270,7 +157896,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 180, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L180" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L180" } ], "type": { @@ -156298,7 +157924,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 188, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L188" } ], "type": { @@ -156317,7 +157943,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 184, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L184" } ], "type": { @@ -156351,7 +157977,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 181, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L181" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L181" } ], "type": { @@ -156370,7 +157996,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 182, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L182" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L182" } ], "type": { @@ -156390,7 +158016,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 178, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L178" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L178" } ] }, @@ -156422,7 +158048,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 158, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L158" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L158" } ], "type": { @@ -156462,7 +158088,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 148, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L148" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L148" } ], "type": { @@ -156491,7 +158117,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 153, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L153" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L153" } ], "type": { @@ -156531,7 +158157,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 175, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L175" } ], "type": { @@ -156589,7 +158215,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 169, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L169" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L169" } ], "type": { @@ -156609,7 +158235,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 143, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L143" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L143" } ] }, @@ -156631,7 +158257,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 195, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L195" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L195" } ], "type": { @@ -156655,7 +158281,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 194, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L194" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L194" } ], "type": { @@ -156676,7 +158302,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 197, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L197" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L197" } ], "type": { @@ -156695,7 +158321,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 196, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L196" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L196" } ], "type": { @@ -156720,7 +158346,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 193, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L193" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L193" } ] }, @@ -156744,7 +158370,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L78" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L78" } ], "type": { @@ -156765,7 +158391,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 79, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L79" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L79" } ], "type": { @@ -156785,7 +158411,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 77, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L77" } ] }, @@ -156807,7 +158433,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 139, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L139" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L139" } ], "type": { @@ -156841,7 +158467,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 140, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L140" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L140" } ], "type": { @@ -156870,7 +158496,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 138, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L138" } ] }, @@ -156894,7 +158520,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 8, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L8" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L8" } ], "type": { @@ -156914,7 +158540,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 7, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L7" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L7" } ] }, @@ -156954,7 +158580,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L26" } ], "type": { @@ -157191,7 +158817,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 21, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L21" } ], "type": { @@ -157207,7 +158833,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 21, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L21" } ], "indexSignatures": [ @@ -157222,7 +158848,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 21, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L21" } ], "parameters": [ @@ -157259,7 +158885,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 17, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L17" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L17" } ] }, @@ -157297,7 +158923,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 281, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L281" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L281" } ], "type": { @@ -157328,7 +158954,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 282, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L282" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L282" } ], "type": { @@ -157348,7 +158974,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 280, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L280" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L280" } ], "typeParameters": [ @@ -157389,7 +159015,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 240, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L240" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L240" } ], "type": { @@ -157418,7 +159044,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 220, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L220" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L220" } ], "type": { @@ -157447,7 +159073,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 233, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L233" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L233" } ], "type": { @@ -157476,7 +159102,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 227, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L227" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L227" } ], "type": { @@ -157518,7 +159144,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 216, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L216" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L216" } ], "type": { @@ -157538,7 +159164,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 212, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L212" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L212" } ] }, @@ -157578,7 +159204,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 21, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L21" } ], "type": { @@ -157607,7 +159233,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 22, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L22" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L22" } ], "type": { @@ -157636,7 +159262,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 20, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L20" } ], "type": { @@ -157656,7 +159282,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 19, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L19" } ] }, @@ -157694,7 +159320,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 71, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L71" } ], "type": { @@ -157717,7 +159343,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 70, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L70" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L70" } ] }, @@ -157757,7 +159383,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 272, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L272" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L272" } ], "type": { @@ -157782,7 +159408,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 271, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L271" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L271" } ] }, @@ -157822,7 +159448,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 62, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L62" } ], "type": { @@ -157849,7 +159475,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 58, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L58" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L58" } ], "type": { @@ -157876,7 +159502,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 59, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L59" } ], "type": { @@ -157903,7 +159529,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 60, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L60" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L60" } ], "type": { @@ -157932,7 +159558,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L56" } ], "type": { @@ -157961,7 +159587,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 61, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L61" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L61" } ], "type": { @@ -157990,7 +159616,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L57" } ], "type": { @@ -158010,7 +159636,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 55, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L55" } ] }, @@ -158050,7 +159676,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 101, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L101" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L101" } ], "type": { @@ -158081,7 +159707,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 103, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L103" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L103" } ], "type": { @@ -158108,7 +159734,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 100, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L100" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L100" } ], "type": { @@ -158137,7 +159763,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 102, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L102" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L102" } ], "type": { @@ -158159,7 +159785,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 99, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L99" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L99" } ] }, @@ -158197,7 +159823,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 88, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L88" } ], "type": { @@ -158226,7 +159852,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 87, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L87" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L87" } ], "type": { @@ -158255,7 +159881,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 89, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L89" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L89" } ], "type": { @@ -158277,7 +159903,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 86, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L86" } ] }, @@ -158300,7 +159926,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 299, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L299" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L299" } ], "typeParameters": [ @@ -158358,7 +159984,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 8, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L8" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L8" } ], "type": { @@ -158386,7 +160012,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 247, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L247" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L247" } ], "typeParameters": [ @@ -158489,7 +160115,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 43, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L43" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L43" } ], "type": { @@ -158521,7 +160147,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 251, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L251" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L251" } ], "typeParameters": [ @@ -158556,7 +160182,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 253, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L253" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L253" } ], "type": { @@ -158578,7 +160204,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 254, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L254" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L254" } ], "type": { @@ -158598,7 +160224,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 252, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L252" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L252" } ] } @@ -158623,7 +160249,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 257, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L257" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L257" } ], "type": { @@ -158642,7 +160268,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 258, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L258" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L258" } ], "type": { @@ -158664,7 +160290,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 256, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L256" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L256" } ] } @@ -158683,7 +160309,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/fetch.ts", "line": 5, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/fetch.ts#L5" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/fetch.ts#L5" } ], "type": { @@ -158715,7 +160341,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/fetch.ts", "line": 22, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/fetch.ts#L22" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/fetch.ts#L22" } ], "type": { @@ -158751,7 +160377,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 191, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L191" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L191" } ], "type": { @@ -158808,7 +160434,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 38, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L38" } ], "type": { @@ -158835,7 +160461,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 237, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L237" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L237" } ], "type": { @@ -158877,7 +160503,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 78, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L78" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L78" } ], "type": { @@ -158928,9 +160554,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 49, + "line": 35, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L49" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L35" } ], "signatures": [ @@ -158957,9 +160583,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 49, + "line": 35, "character": 29, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L49" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L35" } ], "parameters": [ @@ -159001,7 +160627,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 10, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L10" } ], "signatures": [ @@ -159016,7 +160642,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 10, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L10" } ], "parameters": [ @@ -159057,7 +160683,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 18, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L18" } ], "signatures": [ @@ -159091,7 +160717,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 18, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L18" } ], "parameters": [ @@ -159146,9 +160772,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 71, + "line": 57, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L57" } ], "signatures": [ @@ -159175,9 +160801,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 71, + "line": 57, "character": 34, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L57" } ], "parameters": [ @@ -159224,16 +160850,16 @@ "summary": [ { "kind": "text", - "text": "Resolves the fetch implementation to use\nUses custom fetch if provided, otherwise falls back to:\n- Native fetch in browser/modern environments\n- @supabase/node-fetch polyfill in Node.js environments without fetch" + "text": "Resolves the fetch implementation to use\nUses custom fetch if provided, otherwise uses native fetch" } ] }, "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 12, + "line": 10, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L10" } ], "signatures": [ @@ -159260,9 +160886,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 12, + "line": 10, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L10" } ], "parameters": [ @@ -159721,16 +161347,16 @@ "summary": [ { "kind": "text", - "text": "Resolves the Response constructor to use\nUses native Response in browser/modern environments\nFalls back to @supabase/node-fetch polyfill in Node.js environments" + "text": "Resolves the Response constructor to use\nReturns native Response constructor" } ] }, "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 32, + "line": 23, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L32" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L23" } ], "signatures": [ @@ -159757,110 +161383,99 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 32, + "line": 23, "character": 31, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L32" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L23" } ], "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reflection", - "declaration": { - "id": 1218, - "name": "__type", - "variant": "declaration", - "kind": 65536, + "type": "reflection", + "declaration": { + "id": 1218, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "sources": [ + { + "fileName": "node_modules/typescript/lib/lib.dom.d.ts", + "line": 19898, + "character": 22 + } + ], + "signatures": [ + { + "id": 1219, + "name": "resolveResponse", + "variant": "signature", + "kind": 16384, "flags": {}, "sources": [ { "fileName": "node_modules/typescript/lib/lib.dom.d.ts", - "line": 19898, - "character": 22 + "line": 19900, + "character": 4 } ], - "signatures": [ + "parameters": [ { - "id": 1219, - "name": "resolveResponse", - "variant": "signature", - "kind": 16384, - "flags": {}, - "sources": [ - { - "fileName": "node_modules/typescript/lib/lib.dom.d.ts", - "line": 19900, - "character": 4 - } - ], - "parameters": [ - { - "id": 1220, - "name": "body", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "BodyInit" - }, - "name": "BodyInit", - "package": "typescript" - } - ] - } - }, - { - "id": 1221, - "name": "init", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true + "id": 1220, + "name": "body", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null }, - "type": { + { "type": "reference", "target": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "ResponseInit" + "qualifiedName": "BodyInit" }, - "name": "ResponseInit", + "name": "BodyInit", "package": "typescript" } - } - ], + ] + } + }, + { + "id": 1221, + "name": "init", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, "type": { "type": "reference", "target": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "Response" + "qualifiedName": "ResponseInit" }, - "name": "Response", + "name": "ResponseInit", "package": "typescript" } } - ] + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", + "qualifiedName": "Response" + }, + "name": "Response", + "package": "typescript" + } } - } - ], - "name": "Promise", - "package": "typescript" + ] + } } } ] @@ -159893,9 +161508,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 84, + "line": 70, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L70" } ], "signatures": [ @@ -159908,9 +161523,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 84, + "line": 70, "character": 39, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L70" } ], "parameters": [ @@ -159946,9 +161561,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 85, + "line": 71, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L71" } ], "type": { @@ -159969,9 +161584,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 85, + "line": 71, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L71" } ] } @@ -160017,7 +161632,7 @@ "fileName": "packages/core/storage-js/src/index.ts", "line": 3, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/index.ts#L3" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/index.ts#L3" } ], "target": 47 @@ -160058,7 +161673,7 @@ "fileName": "packages/core/storage-js/src/index.ts", "line": 1, "character": 0, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/index.ts#L1" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/index.ts#L1" } ] }, @@ -160087,7 +161702,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 9, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L9" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L9" } ], "signatures": [ @@ -160102,7 +161717,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 9, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L9" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L9" } ], "parameters": [ @@ -160125,7 +161740,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 10, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L10" } ], "signatures": [ @@ -160140,7 +161755,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 10, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L10" } ], "type": { @@ -160203,7 +161818,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 6, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L6" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L6" } ], "type": { @@ -160228,7 +161843,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 14, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L14" } ], "signatures": [ @@ -160243,7 +161858,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 14, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L14" } ], "type": { @@ -160267,7 +161882,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 25, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L25" } ], "signatures": [ @@ -160301,7 +161916,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 25, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L25" } ], "typeParameters": [ @@ -160354,7 +161969,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 26, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L26" } ], "signatures": [ @@ -160369,7 +161984,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 26, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L26" } ], "parameters": [ @@ -160487,7 +162102,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L31" } ], "signatures": [ @@ -160521,7 +162136,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L31" } ], "parameters": [ @@ -160561,7 +162176,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 31, "character": 23, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L31" } ], "signatures": [ @@ -160576,7 +162191,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 31, "character": 23, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L31" } ], "type": { @@ -160643,7 +162258,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L18" } ], "signatures": [ @@ -160677,7 +162292,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L18" } ], "typeParameters": [ @@ -160754,7 +162369,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 19, "character": 19, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L19" } ], "signatures": [ @@ -160769,7 +162384,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 19, "character": 19, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L19" } ], "parameters": [ @@ -160871,7 +162486,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 20, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L20" } ], "signatures": [ @@ -160886,7 +162501,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 20, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L20" } ], "parameters": [ @@ -161003,7 +162618,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 5, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L5" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L5" } ], "implementedTypes": [ @@ -161049,7 +162664,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 1, "character": 0, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L1" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L1" } ] }, @@ -161086,7 +162701,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 23, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L23" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L23" } ], "signatures": [ @@ -161109,7 +162724,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 23, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L23" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L23" } ], "parameters": [ @@ -161159,7 +162774,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 23, "character": 36, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L23" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L23" } ], "indexSignatures": [ @@ -161174,7 +162789,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 23, "character": 38, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L23" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L23" } ], "parameters": [ @@ -161451,7 +163066,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 57, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L57" } ], "signatures": [ @@ -161494,7 +163109,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 57, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L57" } ], "parameters": [ @@ -161548,7 +163163,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 59, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L59" } ], "type": { @@ -161569,7 +163184,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 60, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L60" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L60" } ], "type": { @@ -161589,7 +163204,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 58, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L58" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L58" } ] } @@ -161614,7 +163229,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 63, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L63" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L63" } ], "type": { @@ -161633,7 +163248,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 64, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L64" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L64" } ], "type": { @@ -161655,7 +163270,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 62, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L62" } ] } @@ -161680,7 +163295,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 170, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L170" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L170" } ], "signatures": [ @@ -161723,7 +163338,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 170, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L170" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L170" } ], "parameters": [ @@ -161777,7 +163392,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 172, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L172" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L172" } ], "type": { @@ -161800,7 +163415,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 172, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L172" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L172" } ], "type": { @@ -161820,7 +163435,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 172, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L172" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L172" } ] } @@ -161837,7 +163452,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 173, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L173" } ], "type": { @@ -161857,7 +163472,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 171, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L171" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L171" } ] } @@ -161882,7 +163497,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 176, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L176" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L176" } ], "type": { @@ -161901,7 +163516,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 177, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L177" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L177" } ], "type": { @@ -161923,7 +163538,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 175, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L175" } ] } @@ -161948,7 +163563,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 109, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L109" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L109" } ], "signatures": [ @@ -161991,7 +163606,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 109, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L109" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L109" } ], "parameters": [ @@ -162041,7 +163656,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 110, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L110" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L110" } ], "type": { @@ -162070,7 +163685,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 111, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L111" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L111" } ], "type": { @@ -162099,7 +163714,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 114, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L114" } ], "type": { @@ -162128,7 +163743,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 112, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L112" } ], "type": { @@ -162174,7 +163789,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 113, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L113" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L113" } ], "type": { @@ -162203,7 +163818,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 109, "character": 30, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L109" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L109" } ] } @@ -162240,7 +163855,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 117, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L117" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L117" } ], "type": { @@ -162264,7 +163879,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 118, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L118" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L118" } ], "type": { @@ -162284,7 +163899,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 116, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L116" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L116" } ] } @@ -162309,7 +163924,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 121, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L121" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L121" } ], "type": { @@ -162328,7 +163943,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 122, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L122" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L122" } ], "type": { @@ -162350,7 +163965,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 120, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L120" } ] } @@ -162377,7 +163992,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 35, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L35" } ], "signatures": [ @@ -162411,7 +164026,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 35, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L35" } ], "type": { @@ -162437,7 +164052,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 11, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L11" } ] } @@ -162453,7 +164068,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 1, "character": 0, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L1" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L1" } ] }, @@ -162482,7 +164097,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 14, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L14" } ], "signatures": [ @@ -162497,7 +164112,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 14, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L14" } ], "parameters": [ @@ -162531,7 +164146,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 16, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L16" } ], "indexSignatures": [ @@ -162546,7 +164161,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 16, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L16" } ], "parameters": [ @@ -162830,7 +164445,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 120, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L120" } ], "signatures": [ @@ -162864,7 +164479,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 120, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L120" } ], "parameters": [ @@ -162923,7 +164538,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 125, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L125" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L125" } ], "type": { @@ -162964,7 +164579,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 124, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L124" } ], "type": { @@ -163004,7 +164619,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 123, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L123" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L123" } ], "type": { @@ -163045,7 +164660,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 126, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L126" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L126" } ], "type": { @@ -163067,7 +164682,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 122, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L122" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L122" } ] } @@ -163105,7 +164720,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 132, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L132" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L132" } ], "type": { @@ -163141,7 +164756,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 133, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L133" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L133" } ], "type": { @@ -163161,7 +164776,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 131, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L131" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L131" } ] } @@ -163186,7 +164801,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 136, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L136" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L136" } ], "type": { @@ -163205,7 +164820,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 137, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L137" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L137" } ], "type": { @@ -163227,7 +164842,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 135, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L135" } ] } @@ -163252,7 +164867,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 263, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L263" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L263" } ], "signatures": [ @@ -163283,7 +164898,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 263, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L263" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L263" } ], "parameters": [ @@ -163337,7 +164952,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 265, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" } ], "type": { @@ -163360,7 +164975,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 265, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" } ], "type": { @@ -163380,7 +164995,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 265, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" } ] } @@ -163397,7 +165012,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 266, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L266" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L266" } ], "type": { @@ -163417,7 +165032,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 264, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L264" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L264" } ] } @@ -163442,7 +165057,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 269, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L269" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L269" } ], "type": { @@ -163461,7 +165076,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 270, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L270" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L270" } ], "type": { @@ -163483,7 +165098,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 268, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L268" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L268" } ] } @@ -163508,7 +165123,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 227, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L227" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L227" } ], "signatures": [ @@ -163531,7 +165146,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 227, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L227" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L227" } ], "parameters": [ @@ -163585,7 +165200,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 229, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" } ], "type": { @@ -163608,7 +165223,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 229, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" } ], "type": { @@ -163628,7 +165243,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 229, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" } ] } @@ -163645,7 +165260,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 230, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L230" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L230" } ], "type": { @@ -163665,7 +165280,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 228, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L228" } ] } @@ -163690,7 +165305,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 233, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L233" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L233" } ], "type": { @@ -163709,7 +165324,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 234, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L234" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L234" } ], "type": { @@ -163731,7 +165346,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 232, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L232" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L232" } ] } @@ -163756,7 +165371,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 80, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L80" } ], "signatures": [ @@ -163779,7 +165394,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 80, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L80" } ], "parameters": [ @@ -163833,7 +165448,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 82, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L82" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L82" } ], "type": { @@ -163854,7 +165469,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 83, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L83" } ], "type": { @@ -163874,7 +165489,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 81, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L81" } ] } @@ -163899,7 +165514,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 86, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L86" } ], "type": { @@ -163918,7 +165533,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 87, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L87" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L87" } ], "type": { @@ -163940,7 +165555,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 85, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L85" } ] } @@ -163965,7 +165580,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 47, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L47" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L47" } ], "signatures": [ @@ -163988,7 +165603,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 47, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L47" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L47" } ], "parameters": [ @@ -164038,7 +165653,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 49, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L49" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L49" } ], "type": { @@ -164062,7 +165677,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 50, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L50" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L50" } ], "type": { @@ -164082,7 +165697,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 48, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L48" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L48" } ] } @@ -164107,7 +165722,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 53, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L53" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L53" } ], "type": { @@ -164126,7 +165741,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 54, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L54" } ], "type": { @@ -164148,7 +165763,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 52, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L52" } ] } @@ -164175,7 +165790,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 39, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L39" } ], "signatures": [ @@ -164198,7 +165813,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 39, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L39" } ], "type": { @@ -164219,7 +165834,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 179, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L179" } ], "signatures": [ @@ -164242,7 +165857,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 179, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L179" } ], "parameters": [ @@ -164301,7 +165916,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 184, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L184" } ], "type": { @@ -164342,7 +165957,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 183, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L183" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L183" } ], "type": { @@ -164382,7 +165997,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 182, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L182" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L182" } ], "type": { @@ -164402,7 +166017,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 181, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L181" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L181" } ] } @@ -164439,7 +166054,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 188, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" } ], "type": { @@ -164462,7 +166077,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 188, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" } ], "type": { @@ -164482,7 +166097,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 188, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" } ] } @@ -164499,7 +166114,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 189, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L189" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L189" } ], "type": { @@ -164519,7 +166134,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 187, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L187" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L187" } ] } @@ -164544,7 +166159,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 192, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L192" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L192" } ], "type": { @@ -164563,7 +166178,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 193, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L193" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L193" } ], "type": { @@ -164585,7 +166200,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 191, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L191" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L191" } ] } @@ -164615,7 +166230,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 8, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L8" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L8" } ], "extendedBy": [ @@ -164638,7 +166253,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 1, "character": 0, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L1" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L1" } ] }, @@ -164667,7 +166282,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", "line": 52, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L52" } ], "signatures": [ @@ -164682,7 +166297,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", "line": 52, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L52" } ], "parameters": [ @@ -164716,7 +166331,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", "line": 54, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L54" } ], "indexSignatures": [ @@ -164731,7 +166346,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", "line": 54, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L54" } ], "parameters": [ @@ -165011,9 +166626,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 379, + "line": 392, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L379" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L392" } ], "signatures": [ @@ -165034,9 +166649,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 379, + "line": 392, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L379" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L392" } ], "parameters": [ @@ -165146,9 +166761,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 385, + "line": 398, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L385" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L398" } ], "type": { @@ -165169,9 +166784,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 385, + "line": 398, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L385" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L398" } ], "type": { @@ -165189,9 +166804,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 385, + "line": 398, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L385" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L398" } ] } @@ -165206,9 +166821,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 386, + "line": 399, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L386" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L399" } ], "type": { @@ -165226,9 +166841,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 384, + "line": 397, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L384" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L397" } ] } @@ -165251,9 +166866,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 389, + "line": 402, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L389" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L402" } ], "type": { @@ -165270,9 +166885,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 390, + "line": 403, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L390" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L403" } ], "type": { @@ -165292,9 +166907,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 388, + "line": 401, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L388" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L401" } ] } @@ -165317,9 +166932,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 243, + "line": 256, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L243" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L256" } ], "signatures": [ @@ -165340,9 +166955,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 243, + "line": 256, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L243" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L256" } ], "parameters": [ @@ -165407,9 +167022,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 245, + "line": 258, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L245" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L258" } ], "type": { @@ -165427,9 +167042,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 245, + "line": 258, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L245" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L258" } ] } @@ -165464,9 +167079,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 248, + "line": 261, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L248" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L261" } ], "type": { @@ -165487,9 +167102,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 248, + "line": 261, "character": 50, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L248" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L261" } ], "type": { @@ -165506,9 +167121,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 248, + "line": 261, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L248" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L261" } ], "type": { @@ -165525,9 +167140,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 248, + "line": 261, "character": 35, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L248" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L261" } ], "type": { @@ -165545,9 +167160,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 248, + "line": 261, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L248" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L261" } ] } @@ -165562,9 +167177,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 249, + "line": 262, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L249" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L262" } ], "type": { @@ -165582,9 +167197,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 247, + "line": 260, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L247" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L260" } ] } @@ -165607,9 +167222,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 252, + "line": 265, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L252" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L265" } ], "type": { @@ -165626,9 +167241,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 253, + "line": 266, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L253" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L266" } ], "type": { @@ -165648,9 +167263,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 251, + "line": 264, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L251" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L264" } ] } @@ -165673,9 +167288,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 426, + "line": 439, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L426" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L439" } ], "signatures": [ @@ -165696,9 +167311,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 426, + "line": 439, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L426" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L439" } ], "parameters": [ @@ -165792,9 +167407,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 429, + "line": 442, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L429" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L442" } ], "type": { @@ -165830,9 +167445,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 429, + "line": 442, "character": 45, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L429" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L442" } ], "type": { @@ -165852,9 +167467,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 429, + "line": 442, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L429" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L442" } ] } @@ -165889,9 +167504,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 432, + "line": 445, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L432" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L445" } ], "type": { @@ -165912,9 +167527,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 432, + "line": 445, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L432" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L445" } ], "type": { @@ -165932,9 +167547,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 432, + "line": 445, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L432" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L445" } ] } @@ -165949,9 +167564,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 433, + "line": 446, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L433" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L446" } ], "type": { @@ -165969,9 +167584,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 431, + "line": 444, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L431" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L444" } ] } @@ -165994,9 +167609,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 436, + "line": 449, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L436" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L449" } ], "type": { @@ -166013,9 +167628,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 437, + "line": 450, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L437" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L450" } ], "type": { @@ -166035,9 +167650,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 435, + "line": 448, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L435" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L448" } ] } @@ -166060,9 +167675,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 474, + "line": 487, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L474" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L487" } ], "signatures": [ @@ -166083,9 +167698,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 474, + "line": 487, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L474" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L487" } ], "parameters": [ @@ -166180,9 +167795,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 477, + "line": 490, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L477" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L490" } ], "type": { @@ -166209,9 +167824,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 477, + "line": 490, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L477" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L490" } ] } @@ -166246,9 +167861,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 480, + "line": 493, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L480" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L493" } ], "type": { @@ -166271,9 +167886,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 480, + "line": 493, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L480" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L493" } ], "type": { @@ -166299,9 +167914,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 480, + "line": 493, "character": 38, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L480" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L493" } ], "type": { @@ -166327,9 +167942,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 480, + "line": 493, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L480" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L493" } ], "type": { @@ -166347,9 +167962,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 480, + "line": 493, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L480" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L493" } ] } @@ -166365,9 +167980,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 481, + "line": 494, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L481" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L494" } ], "type": { @@ -166385,9 +168000,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 479, + "line": 492, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L479" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L492" } ] } @@ -166410,9 +168025,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 484, + "line": 497, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L484" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L497" } ], "type": { @@ -166429,9 +168044,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 485, + "line": 498, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L485" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L498" } ], "type": { @@ -166451,9 +168066,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 483, + "line": 496, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L483" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L496" } ] } @@ -166476,9 +168091,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 526, + "line": 539, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L526" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L539" } ], "signatures": [ @@ -166507,9 +168122,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 526, + "line": 539, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L526" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L539" } ], "typeParameters": [ @@ -166539,9 +168154,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 526, + "line": 539, "character": 29, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L526" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L539" } ], "type": { @@ -166561,9 +168176,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 526, + "line": 539, "character": 27, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L526" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L539" } ] } @@ -166634,9 +168249,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 581, + "line": 594, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L581" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L594" } ], "signatures": [ @@ -166657,9 +168272,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 581, + "line": 594, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L581" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L594" } ], "parameters": [ @@ -166703,9 +168318,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 583, + "line": 596, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L583" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L596" } ], "type": { @@ -166722,9 +168337,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 584, + "line": 597, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L584" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L597" } ], "type": { @@ -166742,9 +168357,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 582, + "line": 595, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L582" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L595" } ] } @@ -166767,9 +168382,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 587, + "line": 600, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L587" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L600" } ], "type": { @@ -166786,9 +168401,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 588, + "line": 601, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L588" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L601" } ], "type": { @@ -166808,9 +168423,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 586, + "line": 599, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L586" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L599" } ] } @@ -166833,9 +168448,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 623, + "line": 636, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L623" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L636" } ], "signatures": [ @@ -166856,9 +168471,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 623, + "line": 636, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L623" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L636" } ], "parameters": [ @@ -166925,9 +168540,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 625, + "line": 638, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L625" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L638" } ], "type": { @@ -166963,9 +168578,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 625, + "line": 638, "character": 45, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L625" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L638" } ], "type": { @@ -166985,9 +168600,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 625, + "line": 638, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L625" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L638" } ] } @@ -167012,9 +168627,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 626, + "line": 639, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L626" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L639" } ], "type": { @@ -167035,9 +168650,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 626, + "line": 639, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L626" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L639" } ], "type": { @@ -167055,9 +168670,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 626, + "line": 639, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L626" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L639" } ] } @@ -167073,9 +168688,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 626, + "line": 639, "character": 5, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L626" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L639" } ] } @@ -167092,9 +168707,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 547, + "line": 560, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L547" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L560" } ], "signatures": [ @@ -167115,9 +168730,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 547, + "line": 560, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L547" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L560" } ], "parameters": [ @@ -167161,9 +168776,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 549, + "line": 562, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L549" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L562" } ], "type": { @@ -167190,9 +168805,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 550, + "line": 563, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L550" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L563" } ], "type": { @@ -167210,9 +168825,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 548, + "line": 561, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L548" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L561" } ] } @@ -167235,9 +168850,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 553, + "line": 566, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L553" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L566" } ], "type": { @@ -167254,9 +168869,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 554, + "line": 567, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L554" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L567" } ], "type": { @@ -167276,9 +168891,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 552, + "line": 565, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L552" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L565" } ] } @@ -167301,9 +168916,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 759, + "line": 772, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L759" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L772" } ], "signatures": [ @@ -167324,9 +168939,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 759, + "line": 772, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L759" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L772" } ], "parameters": [ @@ -167418,9 +169033,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 765, + "line": 778, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L765" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L778" } ], "type": { @@ -167442,9 +169057,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 766, + "line": 779, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L766" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L779" } ], "type": { @@ -167462,9 +169077,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 764, + "line": 777, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L764" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L777" } ] } @@ -167487,9 +169102,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 769, + "line": 782, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L769" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L782" } ], "type": { @@ -167506,9 +169121,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 770, + "line": 783, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L770" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L783" } ], "type": { @@ -167528,9 +169143,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 768, + "line": 781, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L768" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L781" } ] } @@ -167553,9 +169168,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 800, + "line": 813, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L800" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L813" } ], "signatures": [ @@ -167577,9 +169192,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 800, + "line": 813, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L800" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L813" } ], "parameters": [ @@ -167650,9 +169265,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 805, + "line": 818, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L805" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L818" } ], "type": { @@ -167671,9 +169286,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 806, + "line": 819, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L806" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L819" } ], "type": { @@ -167691,9 +169306,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 804, + "line": 817, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L804" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L817" } ] } @@ -167716,9 +169331,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 809, + "line": 822, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L809" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L822" } ], "type": { @@ -167735,9 +169350,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 810, + "line": 823, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L810" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L823" } ], "type": { @@ -167757,9 +169372,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 808, + "line": 821, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L808" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L821" } ] } @@ -167782,9 +169397,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 333, + "line": 346, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L346" } ], "signatures": [ @@ -167805,9 +169420,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 333, + "line": 346, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L346" } ], "parameters": [ @@ -167917,9 +169532,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 339, + "line": 352, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L339" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L352" } ], "type": { @@ -167940,9 +169555,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 339, + "line": 352, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L339" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L352" } ], "type": { @@ -167960,9 +169575,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 339, + "line": 352, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L339" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L352" } ] } @@ -167977,9 +169592,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 340, + "line": 353, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L340" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L353" } ], "type": { @@ -167997,9 +169612,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 338, + "line": 351, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L338" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L351" } ] } @@ -168022,9 +169637,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 343, + "line": 356, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L343" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L356" } ], "type": { @@ -168041,9 +169656,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 344, + "line": 357, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L344" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L357" } ], "type": { @@ -168063,9 +169678,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 342, + "line": 355, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L342" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L355" } ] } @@ -168088,9 +169703,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 661, + "line": 674, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L661" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L674" } ], "signatures": [ @@ -168111,9 +169726,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 661, + "line": 674, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L661" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L674" } ], "parameters": [ @@ -168176,9 +169791,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 663, + "line": 676, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L663" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L676" } ], "type": { @@ -168200,9 +169815,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 664, + "line": 677, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L664" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L677" } ], "type": { @@ -168220,9 +169835,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 662, + "line": 675, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L662" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L675" } ] } @@ -168245,9 +169860,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 667, + "line": 680, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L667" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L680" } ], "type": { @@ -168264,9 +169879,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 668, + "line": 681, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L668" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L681" } ], "type": { @@ -168286,9 +169901,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 666, + "line": 679, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L666" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L679" } ] } @@ -168315,7 +169930,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", "line": 67, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L67" } ], "signatures": [ @@ -168338,7 +169953,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", "line": 67, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L67" } ], "type": { @@ -168357,9 +169972,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 839, + "line": 852, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L839" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L852" } ], "signatures": [ @@ -168372,9 +169987,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 839, + "line": 852, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L839" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L852" } ], "parameters": [ @@ -168406,9 +170021,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 299, + "line": 312, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L299" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L312" } ], "signatures": [ @@ -168429,9 +170044,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 299, + "line": 312, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L299" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L312" } ], "parameters": [ @@ -168657,9 +170272,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 315, + "line": 328, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L315" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L328" } ], "type": { @@ -168680,9 +170295,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 315, + "line": 328, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L315" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L328" } ], "type": { @@ -168699,9 +170314,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 315, + "line": 328, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L315" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L328" } ], "type": { @@ -168718,9 +170333,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 315, + "line": 328, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L315" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L328" } ], "type": { @@ -168738,9 +170353,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 315, + "line": 328, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L315" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L328" } ] } @@ -168755,9 +170370,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 316, + "line": 329, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L316" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L329" } ], "type": { @@ -168775,9 +170390,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 314, + "line": 327, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L314" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L327" } ] } @@ -168800,9 +170415,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 319, + "line": 332, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L319" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L332" } ], "type": { @@ -168819,9 +170434,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 320, + "line": 333, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L320" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L333" } ], "type": { @@ -168841,9 +170456,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 318, + "line": 331, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L318" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L331" } ] } @@ -168866,9 +170481,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 162, + "line": 175, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L162" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L175" } ], "signatures": [ @@ -168889,9 +170504,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 162, + "line": 175, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L162" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L175" } ], "parameters": [ @@ -168990,9 +170605,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 168, + "line": 181, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L168" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L181" } ], "type": { @@ -169013,9 +170628,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 168, + "line": 181, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L168" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L181" } ], "type": { @@ -169032,9 +170647,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 168, + "line": 181, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L168" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L181" } ], "type": { @@ -169051,9 +170666,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 168, + "line": 181, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L168" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L181" } ], "type": { @@ -169071,9 +170686,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 168, + "line": 181, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L168" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L181" } ] } @@ -169088,9 +170703,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 169, + "line": 182, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L169" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L182" } ], "type": { @@ -169108,9 +170723,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 167, + "line": 180, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L167" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L180" } ] } @@ -169133,9 +170748,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 172, + "line": 185, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L172" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L185" } ], "type": { @@ -169152,9 +170767,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 173, + "line": 186, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L186" } ], "type": { @@ -169174,9 +170789,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 171, + "line": 184, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L171" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L184" } ] } @@ -169199,9 +170814,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 185, + "line": 198, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L185" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L198" } ], "signatures": [ @@ -169230,9 +170845,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 185, + "line": 198, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L185" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L198" } ], "parameters": [ @@ -169354,9 +170969,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 221, + "line": 234, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L221" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L234" } ], "type": { @@ -169377,9 +170992,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 221, + "line": 234, "character": 33, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L221" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L234" } ], "type": { @@ -169397,9 +171012,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 221, + "line": 234, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L221" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L234" } ], "type": { @@ -169418,9 +171033,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 221, + "line": 234, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L221" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L234" } ] } @@ -169436,9 +171051,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 222, + "line": 235, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L222" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L235" } ], "type": { @@ -169457,9 +171072,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 220, + "line": 233, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L220" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L233" } ] } @@ -169482,9 +171097,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 229, + "line": 242, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L242" } ], "type": { @@ -169502,9 +171117,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 229, + "line": 242, "character": 29, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L242" } ], "type": { @@ -169524,9 +171139,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 229, + "line": 242, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L242" } ] } @@ -169559,7 +171174,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", "line": 45, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L45" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L45" } ] } @@ -169575,7 +171190,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", "line": 1, "character": 0, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L1" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L1" } ] }, @@ -169604,7 +171219,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 5, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L5" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L5" } ], "signatures": [ @@ -169619,7 +171234,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 5, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L5" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L5" } ], "parameters": [ @@ -169642,7 +171257,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 6, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L6" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L6" } ], "signatures": [ @@ -169657,7 +171272,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 6, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L6" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L6" } ], "type": { @@ -169718,7 +171333,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 10, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L10" } ], "signatures": [ @@ -169752,7 +171367,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 10, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L10" } ], "typeParameters": [ @@ -169835,7 +171450,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 12, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L12" } ], "signatures": [ @@ -169850,7 +171465,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 12, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L12" } ], "parameters": [ @@ -169958,7 +171573,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 14, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L14" } ], "signatures": [ @@ -169973,7 +171588,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 14, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L14" } ], "parameters": [ @@ -170086,7 +171701,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 4, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L4" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L4" } ], "implementedTypes": [ @@ -170132,7 +171747,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 1, "character": 0, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L1" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L1" } ] } @@ -170147,7 +171762,7 @@ "readme": [ { "kind": "text", - "text": "
\n

\n \n \n \n \n \"Supabase\n \n \n\n

Supabase Storage JS SDK

\n\n

JavaScript SDK to interact with Supabase Storage, including file storage and vector embeddings.

\n\n

\n Guides\n ·\n Reference Docs\n ·\n TypeDoc\n

\n

\n\n
\n\n[![Build](https://github.com/supabase/supabase-js/workflows/CI/badge.svg)](https://github.com/supabase/supabase-js/actions?query=branch%3Amaster)\n[![Package](https://img.shields.io/npm/v/@supabase/storage-js)](https://www.npmjs.com/package/@supabase/storage-js)\n[![License: MIT](https://img.shields.io/npm/l/@supabase/supabase-js)](#license)\n[![pkg.pr.new](https://pkg.pr.new/badge/supabase/storage-js)](https://pkg.pr.new/~/supabase/storage-js)\n\n
\n\n## Features\n\n- **File Storage**: Upload, download, list, move, and delete files\n- **Access Control**: Public and private buckets with fine-grained permissions\n- **Signed URLs**: Generate time-limited URLs for secure file access\n- **Image Transformations**: On-the-fly image resizing and optimization\n- **Vector Embeddings**: Store and query high-dimensional embeddings with similarity search\n- **Analytics Buckets**: Iceberg table-based buckets optimized for analytical queries and data processing\n\n## Quick Start Guide\n\n### Installing the module\n\n" + "text": "
\n

\n \n \n \n \n \"Supabase\n \n \n\n

Supabase Storage JS SDK

\n\n

JavaScript SDK to interact with Supabase Storage, including file storage and vector embeddings.

\n\n

\n Guides\n ·\n Reference Docs\n ·\n TypeDoc\n

\n

\n\n
\n\n[![Build](https://github.com/supabase/supabase-js/workflows/CI/badge.svg)](https://github.com/supabase/supabase-js/actions?query=branch%3Amaster)\n[![Package](https://img.shields.io/npm/v/@supabase/storage-js)](https://www.npmjs.com/package/@supabase/storage-js)\n[![License: MIT](https://img.shields.io/npm/l/@supabase/supabase-js)](#license)\n[![pkg.pr.new](https://pkg.pr.new/badge/supabase/storage-js)](https://pkg.pr.new/~/supabase/storage-js)\n\n
\n\n## Requirements\n\n- **Node.js 20 or later** (Node.js 18 support dropped as of October 31, 2025)\n- For browser support, all modern browsers are supported\n\n> ⚠️ **Node.js 18 Deprecation Notice**\n>\n> Node.js 18 reached end-of-life on April 30, 2025. As announced in [our deprecation notice](https://github.com/orgs/supabase/discussions/37217), support for Node.js 18 was dropped on October 31, 2025.\n\n## Features\n\n- **File Storage**: Upload, download, list, move, and delete files\n- **Access Control**: Public and private buckets with fine-grained permissions\n- **Signed URLs**: Generate time-limited URLs for secure file access\n- **Image Transformations**: On-the-fly image resizing and optimization\n- **Vector Embeddings**: Store and query high-dimensional embeddings with similarity search\n- **Analytics Buckets**: Iceberg table-based buckets optimized for analytical queries and data processing\n\n## Quick Start Guide\n\n### Installing the module\n\n" }, { "kind": "code", @@ -175397,14 +177012,14 @@ "flags": {}, "children": [ { - "id": 68, + "id": 69, "name": "FunctionRegion", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 69, + "id": 70, "name": "Any", "variant": "declaration", "kind": 16, @@ -175414,7 +177029,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 46, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L46" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L46" } ], "type": { @@ -175423,7 +177038,7 @@ } }, { - "id": 70, + "id": 71, "name": "ApNortheast1", "variant": "declaration", "kind": 16, @@ -175433,7 +177048,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 47, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L47" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L47" } ], "type": { @@ -175442,7 +177057,7 @@ } }, { - "id": 71, + "id": 72, "name": "ApNortheast2", "variant": "declaration", "kind": 16, @@ -175452,7 +177067,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 48, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L48" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L48" } ], "type": { @@ -175461,7 +177076,7 @@ } }, { - "id": 72, + "id": 73, "name": "ApSouth1", "variant": "declaration", "kind": 16, @@ -175471,7 +177086,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 49, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L49" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L49" } ], "type": { @@ -175480,7 +177095,7 @@ } }, { - "id": 73, + "id": 74, "name": "ApSoutheast1", "variant": "declaration", "kind": 16, @@ -175490,7 +177105,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 50, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L50" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L50" } ], "type": { @@ -175499,7 +177114,7 @@ } }, { - "id": 74, + "id": 75, "name": "ApSoutheast2", "variant": "declaration", "kind": 16, @@ -175509,7 +177124,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 51, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L51" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L51" } ], "type": { @@ -175518,7 +177133,7 @@ } }, { - "id": 75, + "id": 76, "name": "CaCentral1", "variant": "declaration", "kind": 16, @@ -175528,7 +177143,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 52, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L52" } ], "type": { @@ -175537,7 +177152,7 @@ } }, { - "id": 76, + "id": 77, "name": "EuCentral1", "variant": "declaration", "kind": 16, @@ -175547,7 +177162,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 53, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L53" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L53" } ], "type": { @@ -175556,7 +177171,7 @@ } }, { - "id": 77, + "id": 78, "name": "EuWest1", "variant": "declaration", "kind": 16, @@ -175566,7 +177181,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 54, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L54" } ], "type": { @@ -175575,7 +177190,7 @@ } }, { - "id": 78, + "id": 79, "name": "EuWest2", "variant": "declaration", "kind": 16, @@ -175585,7 +177200,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 55, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L55" } ], "type": { @@ -175594,7 +177209,7 @@ } }, { - "id": 79, + "id": 80, "name": "EuWest3", "variant": "declaration", "kind": 16, @@ -175604,7 +177219,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L56" } ], "type": { @@ -175613,7 +177228,7 @@ } }, { - "id": 80, + "id": 81, "name": "SaEast1", "variant": "declaration", "kind": 16, @@ -175623,7 +177238,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L57" } ], "type": { @@ -175632,7 +177247,7 @@ } }, { - "id": 81, + "id": 82, "name": "UsEast1", "variant": "declaration", "kind": 16, @@ -175642,7 +177257,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 58, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L58" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L58" } ], "type": { @@ -175651,7 +177266,7 @@ } }, { - "id": 82, + "id": 83, "name": "UsWest1", "variant": "declaration", "kind": 16, @@ -175661,7 +177276,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 59, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L59" } ], "type": { @@ -175670,7 +177285,7 @@ } }, { - "id": 83, + "id": 84, "name": "UsWest2", "variant": "declaration", "kind": 16, @@ -175680,7 +177295,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 60, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L60" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L60" } ], "type": { @@ -175692,7 +177307,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83] + "children": [70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84] } ], "sources": [ @@ -175700,7 +177315,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 45, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L45" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L45" } ] }, @@ -175722,7 +177337,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L18" } ], "signatures": [ @@ -175737,7 +177352,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L18" } ], "parameters": [ @@ -175780,7 +177395,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 26, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L26" } ], "type": { @@ -176009,7 +177624,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 25, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L25" } ], "type": { @@ -176046,12 +177661,12 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 27, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L27" } ], "type": { "type": "reference", - "target": 68, + "target": 69, "name": "FunctionRegion", "package": "@supabase/functions-js" }, @@ -176069,7 +177684,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 24, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L24" } ] } @@ -176099,7 +177714,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 16, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L16" } ], "type": { @@ -176328,7 +177943,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 14, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L14" } ], "type": { @@ -176364,12 +177979,12 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 15, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L15" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L15" } ], "type": { "type": "reference", - "target": 68, + "target": 69, "name": "FunctionRegion", "package": "@supabase/functions-js" } @@ -176387,7 +178002,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 13, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L13" } ], "type": { @@ -176406,7 +178021,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 49, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L49" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L49" } ], "signatures": [ @@ -176429,7 +178044,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 49, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L49" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L49" } ], "typeParameters": [ @@ -176497,7 +178112,7 @@ "typeArguments": [ { "type": "reference", - "target": 84, + "target": 85, "typeArguments": [ { "type": "reference", @@ -176528,7 +178143,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 40, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L40" } ], "signatures": [ @@ -176551,7 +178166,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 40, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L40" } ], "parameters": [ @@ -176602,19 +178217,19 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 12, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L12" } ] }, { - "id": 46, + "id": 47, "name": "FunctionsError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 47, + "id": 48, "name": "constructor", "variant": "declaration", "kind": 512, @@ -176624,12 +178239,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 20, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L20" } ], "signatures": [ { - "id": 48, + "id": 49, "name": "FunctionsError", "variant": "signature", "kind": 16384, @@ -176639,12 +178254,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 20, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L20" } ], "parameters": [ { - "id": 49, + "id": 50, "name": "message", "variant": "param", "kind": 32768, @@ -176655,7 +178270,7 @@ } }, { - "id": 50, + "id": 51, "name": "name", "variant": "param", "kind": 32768, @@ -176667,7 +178282,7 @@ "defaultValue": "'FunctionsError'" }, { - "id": 51, + "id": 52, "name": "context", "variant": "param", "kind": 32768, @@ -176682,7 +178297,7 @@ ], "type": { "type": "reference", - "target": 46, + "target": 47, "name": "FunctionsError", "package": "@supabase/functions-js" }, @@ -176700,7 +178315,7 @@ } }, { - "id": 52, + "id": 53, "name": "context", "variant": "declaration", "kind": 1024, @@ -176710,7 +178325,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L19" } ], "type": { @@ -176722,11 +178337,11 @@ "groups": [ { "title": "Constructors", - "children": [47] + "children": [48] }, { "title": "Properties", - "children": [52] + "children": [53] } ], "sources": [ @@ -176734,7 +178349,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 18, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L18" } ], "extendedTypes": [ @@ -176751,30 +178366,30 @@ "extendedBy": [ { "type": "reference", - "target": 53, + "target": 54, "name": "FunctionsFetchError" }, { "type": "reference", - "target": 58, + "target": 59, "name": "FunctionsHttpError" }, { "type": "reference", - "target": 63, + "target": 64, "name": "FunctionsRelayError" } ] }, { - "id": 53, + "id": 54, "name": "FunctionsFetchError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 54, + "id": 55, "name": "constructor", "variant": "declaration", "kind": 512, @@ -176784,12 +178399,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 28, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L28" } ], "signatures": [ { - "id": 55, + "id": 56, "name": "FunctionsFetchError", "variant": "signature", "kind": 16384, @@ -176799,12 +178414,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 28, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L28" } ], "parameters": [ { - "id": 56, + "id": 57, "name": "context", "variant": "param", "kind": 32768, @@ -176817,25 +178432,25 @@ ], "type": { "type": "reference", - "target": 53, + "target": 54, "name": "FunctionsFetchError", "package": "@supabase/functions-js" }, "overwrites": { "type": "reference", - "target": 48, + "target": 49, "name": "FunctionsError.constructor" } } ], "overwrites": { "type": "reference", - "target": 47, + "target": 48, "name": "FunctionsError.constructor" } }, { - "id": 57, + "id": 58, "name": "context", "variant": "declaration", "kind": 1024, @@ -176847,7 +178462,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L19" } ], "type": { @@ -176856,7 +178471,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 52, + "target": 53, "name": "FunctionsError.context" } } @@ -176864,11 +178479,11 @@ "groups": [ { "title": "Constructors", - "children": [54] + "children": [55] }, { "title": "Properties", - "children": [57] + "children": [58] } ], "sources": [ @@ -176876,27 +178491,27 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 27, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L27" } ], "extendedTypes": [ { "type": "reference", - "target": 46, + "target": 47, "name": "FunctionsError", "package": "@supabase/functions-js" } ] }, { - "id": 58, + "id": 59, "name": "FunctionsHttpError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 59, + "id": 60, "name": "constructor", "variant": "declaration", "kind": 512, @@ -176906,12 +178521,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 40, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L40" } ], "signatures": [ { - "id": 60, + "id": 61, "name": "FunctionsHttpError", "variant": "signature", "kind": 16384, @@ -176921,12 +178536,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 40, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L40" } ], "parameters": [ { - "id": 61, + "id": 62, "name": "context", "variant": "param", "kind": 32768, @@ -176939,25 +178554,25 @@ ], "type": { "type": "reference", - "target": 58, + "target": 59, "name": "FunctionsHttpError", "package": "@supabase/functions-js" }, "overwrites": { "type": "reference", - "target": 48, + "target": 49, "name": "FunctionsError.constructor" } } ], "overwrites": { "type": "reference", - "target": 47, + "target": 48, "name": "FunctionsError.constructor" } }, { - "id": 62, + "id": 63, "name": "context", "variant": "declaration", "kind": 1024, @@ -176969,7 +178584,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L19" } ], "type": { @@ -176978,7 +178593,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 52, + "target": 53, "name": "FunctionsError.context" } } @@ -176986,11 +178601,11 @@ "groups": [ { "title": "Constructors", - "children": [59] + "children": [60] }, { "title": "Properties", - "children": [62] + "children": [63] } ], "sources": [ @@ -176998,27 +178613,27 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 39, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L39" } ], "extendedTypes": [ { "type": "reference", - "target": 46, + "target": 47, "name": "FunctionsError", "package": "@supabase/functions-js" } ] }, { - "id": 63, + "id": 64, "name": "FunctionsRelayError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 64, + "id": 65, "name": "constructor", "variant": "declaration", "kind": 512, @@ -177028,12 +178643,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 34, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L34" } ], "signatures": [ { - "id": 65, + "id": 66, "name": "FunctionsRelayError", "variant": "signature", "kind": 16384, @@ -177043,12 +178658,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 34, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L34" } ], "parameters": [ { - "id": 66, + "id": 67, "name": "context", "variant": "param", "kind": 32768, @@ -177061,25 +178676,25 @@ ], "type": { "type": "reference", - "target": 63, + "target": 64, "name": "FunctionsRelayError", "package": "@supabase/functions-js" }, "overwrites": { "type": "reference", - "target": 48, + "target": 49, "name": "FunctionsError.constructor" } } ], "overwrites": { "type": "reference", - "target": 47, + "target": 48, "name": "FunctionsError.constructor" } }, { - "id": 67, + "id": 68, "name": "context", "variant": "declaration", "kind": 1024, @@ -177091,7 +178706,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L19" } ], "type": { @@ -177100,7 +178715,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 52, + "target": 53, "name": "FunctionsError.context" } } @@ -177108,11 +178723,11 @@ "groups": [ { "title": "Constructors", - "children": [64] + "children": [65] }, { "title": "Properties", - "children": [67] + "children": [68] } ], "sources": [ @@ -177120,13 +178735,13 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 33, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L33" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L33" } ], "extendedTypes": [ { "type": "reference", - "target": 46, + "target": 47, "name": "FunctionsError", "package": "@supabase/functions-js" } @@ -177143,7 +178758,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 63, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L63" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L63" } ], "type": { @@ -177176,7 +178791,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 79, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L79" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L79" } ], "type": { @@ -177285,7 +178900,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 67, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L67" } ], "type": { @@ -177301,7 +178916,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 67, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L67" } ], "indexSignatures": [ @@ -177316,7 +178931,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 67, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L67" } ], "parameters": [ @@ -177362,7 +178977,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 71, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L71" } ], "type": { @@ -177412,12 +179027,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 75, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L75" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L75" } ], "type": { "type": "reference", - "target": 68, + "target": 69, "name": "FunctionRegion", "package": "@supabase/functions-js" } @@ -177443,7 +179058,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 90, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L90" } ], "type": { @@ -177455,12 +179070,41 @@ "name": "AbortSignal", "package": "typescript" } + }, + { + "id": 46, + "name": "timeout", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The timeout for the request in milliseconds.\nIf the function takes longer than this, the request will be aborted." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/functions-js/src/types.ts", + "line": 95, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L95" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } } ], "groups": [ { "title": "Properties", - "children": [44, 38, 42, 43, 45] + "children": [44, 38, 42, 43, 45, 46] } ], "sources": [ @@ -177468,14 +179112,14 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 63, "character": 36, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L63" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L63" } ] } } }, { - "id": 84, + "id": 85, "name": "FunctionsResponse", "variant": "declaration", "kind": 2097152, @@ -177485,12 +179129,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 16, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L16" } ], "typeParameters": [ { - "id": 85, + "id": 86, "name": "T", "variant": "typeParam", "kind": 131072, @@ -177509,7 +179153,7 @@ "typeArguments": [ { "type": "reference", - "target": 85, + "target": 86, "name": "T", "package": "@supabase/functions-js", "refersToTypeParameter": true @@ -177534,22 +179178,22 @@ "groups": [ { "title": "Enumerations", - "children": [68] + "children": [69] }, { "title": "Classes", - "children": [1, 46, 53, 58, 63] + "children": [1, 47, 54, 59, 64] }, { "title": "Type Aliases", - "children": [36, 84] + "children": [36, 85] } ], "packageName": "@supabase/functions-js", "readme": [ { "kind": "text", - "text": "
\n

\n \n \n \n \n \"Supabase\n \n \n\n

Supabase Functions JS SDK

\n\n

JavaScript SDK to interact with Supabase Edge Functions.

\n\n

\n Guides\n ·\n Reference Docs\n ·\n TypeDoc\n

\n

\n\n
\n\n[![Build](https://github.com/supabase/supabase-js/workflows/CI/badge.svg)](https://github.com/supabase/supabase-js/actions?query=branch%3Amaster)\n[![Package](https://img.shields.io/npm/v/@supabase/functions-js)](https://www.npmjs.com/package/@supabase/functions-js)\n[![License: MIT](https://img.shields.io/npm/l/@supabase/supabase-js)](#license)\n[![pkg.pr.new](https://pkg.pr.new/badge/supabase/functions-js)](https://pkg.pr.new/~/supabase/functions-js)\n\n
\n\n## Quick Start\n\n### Installation\n\n" + "text": "
\n

\n \n \n \n \n \"Supabase\n \n \n\n

Supabase Functions JS SDK

\n\n

JavaScript SDK to interact with Supabase Edge Functions.

\n\n

\n Guides\n ·\n Reference Docs\n ·\n TypeDoc\n

\n

\n\n
\n\n[![Build](https://github.com/supabase/supabase-js/workflows/CI/badge.svg)](https://github.com/supabase/supabase-js/actions?query=branch%3Amaster)\n[![Package](https://img.shields.io/npm/v/@supabase/functions-js)](https://www.npmjs.com/package/@supabase/functions-js)\n[![License: MIT](https://img.shields.io/npm/l/@supabase/supabase-js)](#license)\n[![pkg.pr.new](https://pkg.pr.new/badge/supabase/functions-js)](https://pkg.pr.new/~/supabase/functions-js)\n\n
\n\n## Requirements\n\n- **Node.js 20 or later** (Node.js 18 support dropped as of October 31, 2025)\n- For browser support, all modern browsers are supported\n\n> ⚠️ **Node.js 18 Deprecation Notice**\n>\n> Node.js 18 reached end-of-life on April 30, 2025. As announced in [our deprecation notice](https://github.com/orgs/supabase/discussions/37217), support for Node.js 18 was dropped on October 31, 2025.\n\n## Quick Start\n\n### Installation\n\n" }, { "kind": "code", @@ -177808,161 +179452,165 @@ }, "46": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsError" + "qualifiedName": "__type.timeout" }, "47": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsError.__constructor" + "qualifiedName": "FunctionsError" }, "48": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsError" + "qualifiedName": "FunctionsError.__constructor" }, "49": { "sourceFileName": "src/types.ts", - "qualifiedName": "message" + "qualifiedName": "FunctionsError" }, "50": { "sourceFileName": "src/types.ts", - "qualifiedName": "name" + "qualifiedName": "message" }, "51": { "sourceFileName": "src/types.ts", - "qualifiedName": "context" + "qualifiedName": "name" }, "52": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsError.context" + "qualifiedName": "context" }, "53": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsFetchError" + "qualifiedName": "FunctionsError.context" }, "54": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsFetchError.__constructor" + "qualifiedName": "FunctionsFetchError" }, "55": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsFetchError" + "qualifiedName": "FunctionsFetchError.__constructor" }, "56": { "sourceFileName": "src/types.ts", - "qualifiedName": "context" + "qualifiedName": "FunctionsFetchError" }, "57": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsError.context" + "qualifiedName": "context" }, "58": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsHttpError" + "qualifiedName": "FunctionsError.context" }, "59": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsHttpError.__constructor" + "qualifiedName": "FunctionsHttpError" }, "60": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsHttpError" + "qualifiedName": "FunctionsHttpError.__constructor" }, "61": { "sourceFileName": "src/types.ts", - "qualifiedName": "context" + "qualifiedName": "FunctionsHttpError" }, "62": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsError.context" + "qualifiedName": "context" }, "63": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsRelayError" + "qualifiedName": "FunctionsError.context" }, "64": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsRelayError.__constructor" + "qualifiedName": "FunctionsRelayError" }, "65": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsRelayError" + "qualifiedName": "FunctionsRelayError.__constructor" }, "66": { "sourceFileName": "src/types.ts", - "qualifiedName": "context" + "qualifiedName": "FunctionsRelayError" }, "67": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsError.context" + "qualifiedName": "context" }, "68": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion" + "qualifiedName": "FunctionsError.context" }, "69": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.Any" + "qualifiedName": "FunctionRegion" }, "70": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.ApNortheast1" + "qualifiedName": "FunctionRegion.Any" }, "71": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.ApNortheast2" + "qualifiedName": "FunctionRegion.ApNortheast1" }, "72": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.ApSouth1" + "qualifiedName": "FunctionRegion.ApNortheast2" }, "73": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.ApSoutheast1" + "qualifiedName": "FunctionRegion.ApSouth1" }, "74": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.ApSoutheast2" + "qualifiedName": "FunctionRegion.ApSoutheast1" }, "75": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.CaCentral1" + "qualifiedName": "FunctionRegion.ApSoutheast2" }, "76": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.EuCentral1" + "qualifiedName": "FunctionRegion.CaCentral1" }, "77": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.EuWest1" + "qualifiedName": "FunctionRegion.EuCentral1" }, "78": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.EuWest2" + "qualifiedName": "FunctionRegion.EuWest1" }, "79": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.EuWest3" + "qualifiedName": "FunctionRegion.EuWest2" }, "80": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.SaEast1" + "qualifiedName": "FunctionRegion.EuWest3" }, "81": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.UsEast1" + "qualifiedName": "FunctionRegion.SaEast1" }, "82": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.UsWest1" + "qualifiedName": "FunctionRegion.UsEast1" }, "83": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.UsWest2" + "qualifiedName": "FunctionRegion.UsWest1" }, "84": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsResponse" + "qualifiedName": "FunctionRegion.UsWest2" }, "85": { + "sourceFileName": "src/types.ts", + "qualifiedName": "FunctionsResponse" + }, + "86": { "sourceFileName": "src/types.ts", "qualifiedName": "T" } diff --git a/apps/docs/spec/enrichments/tsdoc_v2/functions.json b/apps/docs/spec/enrichments/tsdoc_v2/functions.json index 744c44035df9b..6e7a733465dda 100644 --- a/apps/docs/spec/enrichments/tsdoc_v2/functions.json +++ b/apps/docs/spec/enrichments/tsdoc_v2/functions.json @@ -6,14 +6,14 @@ "flags": {}, "children": [ { - "id": 68, + "id": 69, "name": "FunctionRegion", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 69, + "id": 70, "name": "Any", "variant": "declaration", "kind": 16, @@ -23,7 +23,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 46, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L46" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L46" } ], "type": { @@ -32,7 +32,7 @@ } }, { - "id": 70, + "id": 71, "name": "ApNortheast1", "variant": "declaration", "kind": 16, @@ -42,7 +42,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 47, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L47" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L47" } ], "type": { @@ -51,7 +51,7 @@ } }, { - "id": 71, + "id": 72, "name": "ApNortheast2", "variant": "declaration", "kind": 16, @@ -61,7 +61,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 48, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L48" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L48" } ], "type": { @@ -70,7 +70,7 @@ } }, { - "id": 72, + "id": 73, "name": "ApSouth1", "variant": "declaration", "kind": 16, @@ -80,7 +80,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 49, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L49" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L49" } ], "type": { @@ -89,7 +89,7 @@ } }, { - "id": 73, + "id": 74, "name": "ApSoutheast1", "variant": "declaration", "kind": 16, @@ -99,7 +99,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 50, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L50" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L50" } ], "type": { @@ -108,7 +108,7 @@ } }, { - "id": 74, + "id": 75, "name": "ApSoutheast2", "variant": "declaration", "kind": 16, @@ -118,7 +118,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 51, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L51" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L51" } ], "type": { @@ -127,7 +127,7 @@ } }, { - "id": 75, + "id": 76, "name": "CaCentral1", "variant": "declaration", "kind": 16, @@ -137,7 +137,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 52, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L52" } ], "type": { @@ -146,7 +146,7 @@ } }, { - "id": 76, + "id": 77, "name": "EuCentral1", "variant": "declaration", "kind": 16, @@ -156,7 +156,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 53, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L53" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L53" } ], "type": { @@ -165,7 +165,7 @@ } }, { - "id": 77, + "id": 78, "name": "EuWest1", "variant": "declaration", "kind": 16, @@ -175,7 +175,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 54, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L54" } ], "type": { @@ -184,7 +184,7 @@ } }, { - "id": 78, + "id": 79, "name": "EuWest2", "variant": "declaration", "kind": 16, @@ -194,7 +194,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 55, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L55" } ], "type": { @@ -203,7 +203,7 @@ } }, { - "id": 79, + "id": 80, "name": "EuWest3", "variant": "declaration", "kind": 16, @@ -213,7 +213,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L56" } ], "type": { @@ -222,7 +222,7 @@ } }, { - "id": 80, + "id": 81, "name": "SaEast1", "variant": "declaration", "kind": 16, @@ -232,7 +232,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L57" } ], "type": { @@ -241,7 +241,7 @@ } }, { - "id": 81, + "id": 82, "name": "UsEast1", "variant": "declaration", "kind": 16, @@ -251,7 +251,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 58, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L58" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L58" } ], "type": { @@ -260,7 +260,7 @@ } }, { - "id": 82, + "id": 83, "name": "UsWest1", "variant": "declaration", "kind": 16, @@ -270,7 +270,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 59, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L59" } ], "type": { @@ -279,7 +279,7 @@ } }, { - "id": 83, + "id": 84, "name": "UsWest2", "variant": "declaration", "kind": 16, @@ -289,7 +289,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 60, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L60" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L60" } ], "type": { @@ -301,7 +301,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83] + "children": [70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84] } ], "sources": [ @@ -309,7 +309,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 45, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L45" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L45" } ] }, @@ -331,7 +331,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L18" } ], "signatures": [ @@ -346,7 +346,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L18" } ], "parameters": [ @@ -389,7 +389,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 26, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L26" } ], "type": { @@ -618,7 +618,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 25, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L25" } ], "type": { @@ -655,12 +655,12 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 27, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L27" } ], "type": { "type": "reference", - "target": 68, + "target": 69, "name": "FunctionRegion", "package": "@supabase/functions-js" }, @@ -678,7 +678,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 24, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L24" } ] } @@ -708,7 +708,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 16, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L16" } ], "type": { @@ -937,7 +937,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 14, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L14" } ], "type": { @@ -973,12 +973,12 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 15, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L15" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L15" } ], "type": { "type": "reference", - "target": 68, + "target": 69, "name": "FunctionRegion", "package": "@supabase/functions-js" } @@ -996,7 +996,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 13, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L13" } ], "type": { @@ -1015,7 +1015,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 49, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L49" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L49" } ], "signatures": [ @@ -1038,7 +1038,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 49, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L49" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L49" } ], "typeParameters": [ @@ -1106,7 +1106,7 @@ "typeArguments": [ { "type": "reference", - "target": 84, + "target": 85, "typeArguments": [ { "type": "reference", @@ -1137,7 +1137,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 40, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L40" } ], "signatures": [ @@ -1160,7 +1160,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 40, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L40" } ], "parameters": [ @@ -1211,19 +1211,19 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 12, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L12" } ] }, { - "id": 46, + "id": 47, "name": "FunctionsError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 47, + "id": 48, "name": "constructor", "variant": "declaration", "kind": 512, @@ -1233,12 +1233,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 20, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L20" } ], "signatures": [ { - "id": 48, + "id": 49, "name": "FunctionsError", "variant": "signature", "kind": 16384, @@ -1248,12 +1248,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 20, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L20" } ], "parameters": [ { - "id": 49, + "id": 50, "name": "message", "variant": "param", "kind": 32768, @@ -1264,7 +1264,7 @@ } }, { - "id": 50, + "id": 51, "name": "name", "variant": "param", "kind": 32768, @@ -1276,7 +1276,7 @@ "defaultValue": "'FunctionsError'" }, { - "id": 51, + "id": 52, "name": "context", "variant": "param", "kind": 32768, @@ -1291,7 +1291,7 @@ ], "type": { "type": "reference", - "target": 46, + "target": 47, "name": "FunctionsError", "package": "@supabase/functions-js" }, @@ -1309,7 +1309,7 @@ } }, { - "id": 52, + "id": 53, "name": "context", "variant": "declaration", "kind": 1024, @@ -1319,7 +1319,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L19" } ], "type": { @@ -1331,11 +1331,11 @@ "groups": [ { "title": "Constructors", - "children": [47] + "children": [48] }, { "title": "Properties", - "children": [52] + "children": [53] } ], "sources": [ @@ -1343,7 +1343,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 18, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L18" } ], "extendedTypes": [ @@ -1360,30 +1360,30 @@ "extendedBy": [ { "type": "reference", - "target": 53, + "target": 54, "name": "FunctionsFetchError" }, { "type": "reference", - "target": 58, + "target": 59, "name": "FunctionsHttpError" }, { "type": "reference", - "target": 63, + "target": 64, "name": "FunctionsRelayError" } ] }, { - "id": 53, + "id": 54, "name": "FunctionsFetchError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 54, + "id": 55, "name": "constructor", "variant": "declaration", "kind": 512, @@ -1393,12 +1393,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 28, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L28" } ], "signatures": [ { - "id": 55, + "id": 56, "name": "FunctionsFetchError", "variant": "signature", "kind": 16384, @@ -1408,12 +1408,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 28, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L28" } ], "parameters": [ { - "id": 56, + "id": 57, "name": "context", "variant": "param", "kind": 32768, @@ -1426,25 +1426,25 @@ ], "type": { "type": "reference", - "target": 53, + "target": 54, "name": "FunctionsFetchError", "package": "@supabase/functions-js" }, "overwrites": { "type": "reference", - "target": 48, + "target": 49, "name": "FunctionsError.constructor" } } ], "overwrites": { "type": "reference", - "target": 47, + "target": 48, "name": "FunctionsError.constructor" } }, { - "id": 57, + "id": 58, "name": "context", "variant": "declaration", "kind": 1024, @@ -1456,7 +1456,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L19" } ], "type": { @@ -1465,7 +1465,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 52, + "target": 53, "name": "FunctionsError.context" } } @@ -1473,11 +1473,11 @@ "groups": [ { "title": "Constructors", - "children": [54] + "children": [55] }, { "title": "Properties", - "children": [57] + "children": [58] } ], "sources": [ @@ -1485,27 +1485,27 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 27, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L27" } ], "extendedTypes": [ { "type": "reference", - "target": 46, + "target": 47, "name": "FunctionsError", "package": "@supabase/functions-js" } ] }, { - "id": 58, + "id": 59, "name": "FunctionsHttpError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 59, + "id": 60, "name": "constructor", "variant": "declaration", "kind": 512, @@ -1515,12 +1515,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 40, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L40" } ], "signatures": [ { - "id": 60, + "id": 61, "name": "FunctionsHttpError", "variant": "signature", "kind": 16384, @@ -1530,12 +1530,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 40, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L40" } ], "parameters": [ { - "id": 61, + "id": 62, "name": "context", "variant": "param", "kind": 32768, @@ -1548,25 +1548,25 @@ ], "type": { "type": "reference", - "target": 58, + "target": 59, "name": "FunctionsHttpError", "package": "@supabase/functions-js" }, "overwrites": { "type": "reference", - "target": 48, + "target": 49, "name": "FunctionsError.constructor" } } ], "overwrites": { "type": "reference", - "target": 47, + "target": 48, "name": "FunctionsError.constructor" } }, { - "id": 62, + "id": 63, "name": "context", "variant": "declaration", "kind": 1024, @@ -1578,7 +1578,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L19" } ], "type": { @@ -1587,7 +1587,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 52, + "target": 53, "name": "FunctionsError.context" } } @@ -1595,11 +1595,11 @@ "groups": [ { "title": "Constructors", - "children": [59] + "children": [60] }, { "title": "Properties", - "children": [62] + "children": [63] } ], "sources": [ @@ -1607,27 +1607,27 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 39, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L39" } ], "extendedTypes": [ { "type": "reference", - "target": 46, + "target": 47, "name": "FunctionsError", "package": "@supabase/functions-js" } ] }, { - "id": 63, + "id": 64, "name": "FunctionsRelayError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 64, + "id": 65, "name": "constructor", "variant": "declaration", "kind": 512, @@ -1637,12 +1637,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 34, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L34" } ], "signatures": [ { - "id": 65, + "id": 66, "name": "FunctionsRelayError", "variant": "signature", "kind": 16384, @@ -1652,12 +1652,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 34, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L34" } ], "parameters": [ { - "id": 66, + "id": 67, "name": "context", "variant": "param", "kind": 32768, @@ -1670,25 +1670,25 @@ ], "type": { "type": "reference", - "target": 63, + "target": 64, "name": "FunctionsRelayError", "package": "@supabase/functions-js" }, "overwrites": { "type": "reference", - "target": 48, + "target": 49, "name": "FunctionsError.constructor" } } ], "overwrites": { "type": "reference", - "target": 47, + "target": 48, "name": "FunctionsError.constructor" } }, { - "id": 67, + "id": 68, "name": "context", "variant": "declaration", "kind": 1024, @@ -1700,7 +1700,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L19" } ], "type": { @@ -1709,7 +1709,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 52, + "target": 53, "name": "FunctionsError.context" } } @@ -1717,11 +1717,11 @@ "groups": [ { "title": "Constructors", - "children": [64] + "children": [65] }, { "title": "Properties", - "children": [67] + "children": [68] } ], "sources": [ @@ -1729,13 +1729,13 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 33, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L33" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L33" } ], "extendedTypes": [ { "type": "reference", - "target": 46, + "target": 47, "name": "FunctionsError", "package": "@supabase/functions-js" } @@ -1752,7 +1752,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 63, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L63" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L63" } ], "type": { @@ -1785,7 +1785,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 79, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L79" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L79" } ], "type": { @@ -1894,7 +1894,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 67, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L67" } ], "type": { @@ -1910,7 +1910,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 67, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L67" } ], "indexSignatures": [ @@ -1925,7 +1925,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 67, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L67" } ], "parameters": [ @@ -1971,7 +1971,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 71, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L71" } ], "type": { @@ -2021,12 +2021,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 75, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L75" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L75" } ], "type": { "type": "reference", - "target": 68, + "target": 69, "name": "FunctionRegion", "package": "@supabase/functions-js" } @@ -2052,7 +2052,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 90, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L90" } ], "type": { @@ -2064,12 +2064,41 @@ "name": "AbortSignal", "package": "typescript" } + }, + { + "id": 46, + "name": "timeout", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The timeout for the request in milliseconds.\nIf the function takes longer than this, the request will be aborted." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/functions-js/src/types.ts", + "line": 95, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L95" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } } ], "groups": [ { "title": "Properties", - "children": [44, 38, 42, 43, 45] + "children": [44, 38, 42, 43, 45, 46] } ], "sources": [ @@ -2077,14 +2106,14 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 63, "character": 36, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L63" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L63" } ] } } }, { - "id": 84, + "id": 85, "name": "FunctionsResponse", "variant": "declaration", "kind": 2097152, @@ -2094,12 +2123,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 16, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L16" } ], "typeParameters": [ { - "id": 85, + "id": 86, "name": "T", "variant": "typeParam", "kind": 131072, @@ -2118,7 +2147,7 @@ "typeArguments": [ { "type": "reference", - "target": 85, + "target": 86, "name": "T", "package": "@supabase/functions-js", "refersToTypeParameter": true @@ -2143,22 +2172,22 @@ "groups": [ { "title": "Enumerations", - "children": [68] + "children": [69] }, { "title": "Classes", - "children": [1, 46, 53, 58, 63] + "children": [1, 47, 54, 59, 64] }, { "title": "Type Aliases", - "children": [36, 84] + "children": [36, 85] } ], "packageName": "@supabase/functions-js", "readme": [ { "kind": "text", - "text": "
\n

\n \n \n \n \n \"Supabase\n \n \n\n

Supabase Functions JS SDK

\n\n

JavaScript SDK to interact with Supabase Edge Functions.

\n\n

\n Guides\n ·\n Reference Docs\n ·\n TypeDoc\n

\n

\n\n
\n\n[![Build](https://github.com/supabase/supabase-js/workflows/CI/badge.svg)](https://github.com/supabase/supabase-js/actions?query=branch%3Amaster)\n[![Package](https://img.shields.io/npm/v/@supabase/functions-js)](https://www.npmjs.com/package/@supabase/functions-js)\n[![License: MIT](https://img.shields.io/npm/l/@supabase/supabase-js)](#license)\n[![pkg.pr.new](https://pkg.pr.new/badge/supabase/functions-js)](https://pkg.pr.new/~/supabase/functions-js)\n\n
\n\n## Quick Start\n\n### Installation\n\n" + "text": "
\n

\n \n \n \n \n \"Supabase\n \n \n\n

Supabase Functions JS SDK

\n\n

JavaScript SDK to interact with Supabase Edge Functions.

\n\n

\n Guides\n ·\n Reference Docs\n ·\n TypeDoc\n

\n

\n\n
\n\n[![Build](https://github.com/supabase/supabase-js/workflows/CI/badge.svg)](https://github.com/supabase/supabase-js/actions?query=branch%3Amaster)\n[![Package](https://img.shields.io/npm/v/@supabase/functions-js)](https://www.npmjs.com/package/@supabase/functions-js)\n[![License: MIT](https://img.shields.io/npm/l/@supabase/supabase-js)](#license)\n[![pkg.pr.new](https://pkg.pr.new/badge/supabase/functions-js)](https://pkg.pr.new/~/supabase/functions-js)\n\n
\n\n## Requirements\n\n- **Node.js 20 or later** (Node.js 18 support dropped as of October 31, 2025)\n- For browser support, all modern browsers are supported\n\n> ⚠️ **Node.js 18 Deprecation Notice**\n>\n> Node.js 18 reached end-of-life on April 30, 2025. As announced in [our deprecation notice](https://github.com/orgs/supabase/discussions/37217), support for Node.js 18 was dropped on October 31, 2025.\n\n## Quick Start\n\n### Installation\n\n" }, { "kind": "code", @@ -2417,161 +2446,165 @@ }, "46": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsError" + "qualifiedName": "__type.timeout" }, "47": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsError.__constructor" + "qualifiedName": "FunctionsError" }, "48": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsError" + "qualifiedName": "FunctionsError.__constructor" }, "49": { "sourceFileName": "src/types.ts", - "qualifiedName": "message" + "qualifiedName": "FunctionsError" }, "50": { "sourceFileName": "src/types.ts", - "qualifiedName": "name" + "qualifiedName": "message" }, "51": { "sourceFileName": "src/types.ts", - "qualifiedName": "context" + "qualifiedName": "name" }, "52": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsError.context" + "qualifiedName": "context" }, "53": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsFetchError" + "qualifiedName": "FunctionsError.context" }, "54": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsFetchError.__constructor" + "qualifiedName": "FunctionsFetchError" }, "55": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsFetchError" + "qualifiedName": "FunctionsFetchError.__constructor" }, "56": { "sourceFileName": "src/types.ts", - "qualifiedName": "context" + "qualifiedName": "FunctionsFetchError" }, "57": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsError.context" + "qualifiedName": "context" }, "58": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsHttpError" + "qualifiedName": "FunctionsError.context" }, "59": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsHttpError.__constructor" + "qualifiedName": "FunctionsHttpError" }, "60": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsHttpError" + "qualifiedName": "FunctionsHttpError.__constructor" }, "61": { "sourceFileName": "src/types.ts", - "qualifiedName": "context" + "qualifiedName": "FunctionsHttpError" }, "62": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsError.context" + "qualifiedName": "context" }, "63": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsRelayError" + "qualifiedName": "FunctionsError.context" }, "64": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsRelayError.__constructor" + "qualifiedName": "FunctionsRelayError" }, "65": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsRelayError" + "qualifiedName": "FunctionsRelayError.__constructor" }, "66": { "sourceFileName": "src/types.ts", - "qualifiedName": "context" + "qualifiedName": "FunctionsRelayError" }, "67": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsError.context" + "qualifiedName": "context" }, "68": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion" + "qualifiedName": "FunctionsError.context" }, "69": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.Any" + "qualifiedName": "FunctionRegion" }, "70": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.ApNortheast1" + "qualifiedName": "FunctionRegion.Any" }, "71": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.ApNortheast2" + "qualifiedName": "FunctionRegion.ApNortheast1" }, "72": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.ApSouth1" + "qualifiedName": "FunctionRegion.ApNortheast2" }, "73": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.ApSoutheast1" + "qualifiedName": "FunctionRegion.ApSouth1" }, "74": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.ApSoutheast2" + "qualifiedName": "FunctionRegion.ApSoutheast1" }, "75": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.CaCentral1" + "qualifiedName": "FunctionRegion.ApSoutheast2" }, "76": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.EuCentral1" + "qualifiedName": "FunctionRegion.CaCentral1" }, "77": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.EuWest1" + "qualifiedName": "FunctionRegion.EuCentral1" }, "78": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.EuWest2" + "qualifiedName": "FunctionRegion.EuWest1" }, "79": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.EuWest3" + "qualifiedName": "FunctionRegion.EuWest2" }, "80": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.SaEast1" + "qualifiedName": "FunctionRegion.EuWest3" }, "81": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.UsEast1" + "qualifiedName": "FunctionRegion.SaEast1" }, "82": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.UsWest1" + "qualifiedName": "FunctionRegion.UsEast1" }, "83": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.UsWest2" + "qualifiedName": "FunctionRegion.UsWest1" }, "84": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsResponse" + "qualifiedName": "FunctionRegion.UsWest2" }, "85": { + "sourceFileName": "src/types.ts", + "qualifiedName": "FunctionsResponse" + }, + "86": { "sourceFileName": "src/types.ts", "qualifiedName": "T" } diff --git a/apps/docs/spec/enrichments/tsdoc_v2/functions_dereferenced.json b/apps/docs/spec/enrichments/tsdoc_v2/functions_dereferenced.json index 744c44035df9b..6e7a733465dda 100644 --- a/apps/docs/spec/enrichments/tsdoc_v2/functions_dereferenced.json +++ b/apps/docs/spec/enrichments/tsdoc_v2/functions_dereferenced.json @@ -6,14 +6,14 @@ "flags": {}, "children": [ { - "id": 68, + "id": 69, "name": "FunctionRegion", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 69, + "id": 70, "name": "Any", "variant": "declaration", "kind": 16, @@ -23,7 +23,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 46, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L46" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L46" } ], "type": { @@ -32,7 +32,7 @@ } }, { - "id": 70, + "id": 71, "name": "ApNortheast1", "variant": "declaration", "kind": 16, @@ -42,7 +42,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 47, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L47" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L47" } ], "type": { @@ -51,7 +51,7 @@ } }, { - "id": 71, + "id": 72, "name": "ApNortheast2", "variant": "declaration", "kind": 16, @@ -61,7 +61,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 48, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L48" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L48" } ], "type": { @@ -70,7 +70,7 @@ } }, { - "id": 72, + "id": 73, "name": "ApSouth1", "variant": "declaration", "kind": 16, @@ -80,7 +80,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 49, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L49" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L49" } ], "type": { @@ -89,7 +89,7 @@ } }, { - "id": 73, + "id": 74, "name": "ApSoutheast1", "variant": "declaration", "kind": 16, @@ -99,7 +99,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 50, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L50" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L50" } ], "type": { @@ -108,7 +108,7 @@ } }, { - "id": 74, + "id": 75, "name": "ApSoutheast2", "variant": "declaration", "kind": 16, @@ -118,7 +118,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 51, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L51" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L51" } ], "type": { @@ -127,7 +127,7 @@ } }, { - "id": 75, + "id": 76, "name": "CaCentral1", "variant": "declaration", "kind": 16, @@ -137,7 +137,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 52, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L52" } ], "type": { @@ -146,7 +146,7 @@ } }, { - "id": 76, + "id": 77, "name": "EuCentral1", "variant": "declaration", "kind": 16, @@ -156,7 +156,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 53, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L53" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L53" } ], "type": { @@ -165,7 +165,7 @@ } }, { - "id": 77, + "id": 78, "name": "EuWest1", "variant": "declaration", "kind": 16, @@ -175,7 +175,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 54, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L54" } ], "type": { @@ -184,7 +184,7 @@ } }, { - "id": 78, + "id": 79, "name": "EuWest2", "variant": "declaration", "kind": 16, @@ -194,7 +194,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 55, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L55" } ], "type": { @@ -203,7 +203,7 @@ } }, { - "id": 79, + "id": 80, "name": "EuWest3", "variant": "declaration", "kind": 16, @@ -213,7 +213,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L56" } ], "type": { @@ -222,7 +222,7 @@ } }, { - "id": 80, + "id": 81, "name": "SaEast1", "variant": "declaration", "kind": 16, @@ -232,7 +232,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L57" } ], "type": { @@ -241,7 +241,7 @@ } }, { - "id": 81, + "id": 82, "name": "UsEast1", "variant": "declaration", "kind": 16, @@ -251,7 +251,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 58, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L58" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L58" } ], "type": { @@ -260,7 +260,7 @@ } }, { - "id": 82, + "id": 83, "name": "UsWest1", "variant": "declaration", "kind": 16, @@ -270,7 +270,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 59, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L59" } ], "type": { @@ -279,7 +279,7 @@ } }, { - "id": 83, + "id": 84, "name": "UsWest2", "variant": "declaration", "kind": 16, @@ -289,7 +289,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 60, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L60" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L60" } ], "type": { @@ -301,7 +301,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83] + "children": [70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84] } ], "sources": [ @@ -309,7 +309,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 45, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L45" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L45" } ] }, @@ -331,7 +331,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L18" } ], "signatures": [ @@ -346,7 +346,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L18" } ], "parameters": [ @@ -389,7 +389,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 26, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L26" } ], "type": { @@ -618,7 +618,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 25, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L25" } ], "type": { @@ -655,12 +655,12 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 27, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L27" } ], "type": { "type": "reference", - "target": 68, + "target": 69, "name": "FunctionRegion", "package": "@supabase/functions-js" }, @@ -678,7 +678,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 24, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L24" } ] } @@ -708,7 +708,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 16, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L16" } ], "type": { @@ -937,7 +937,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 14, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L14" } ], "type": { @@ -973,12 +973,12 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 15, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L15" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L15" } ], "type": { "type": "reference", - "target": 68, + "target": 69, "name": "FunctionRegion", "package": "@supabase/functions-js" } @@ -996,7 +996,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 13, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L13" } ], "type": { @@ -1015,7 +1015,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 49, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L49" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L49" } ], "signatures": [ @@ -1038,7 +1038,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 49, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L49" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L49" } ], "typeParameters": [ @@ -1106,7 +1106,7 @@ "typeArguments": [ { "type": "reference", - "target": 84, + "target": 85, "typeArguments": [ { "type": "reference", @@ -1137,7 +1137,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 40, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L40" } ], "signatures": [ @@ -1160,7 +1160,7 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 40, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L40" } ], "parameters": [ @@ -1211,19 +1211,19 @@ "fileName": "packages/core/functions-js/src/FunctionsClient.ts", "line": 12, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/FunctionsClient.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/FunctionsClient.ts#L12" } ] }, { - "id": 46, + "id": 47, "name": "FunctionsError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 47, + "id": 48, "name": "constructor", "variant": "declaration", "kind": 512, @@ -1233,12 +1233,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 20, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L20" } ], "signatures": [ { - "id": 48, + "id": 49, "name": "FunctionsError", "variant": "signature", "kind": 16384, @@ -1248,12 +1248,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 20, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L20" } ], "parameters": [ { - "id": 49, + "id": 50, "name": "message", "variant": "param", "kind": 32768, @@ -1264,7 +1264,7 @@ } }, { - "id": 50, + "id": 51, "name": "name", "variant": "param", "kind": 32768, @@ -1276,7 +1276,7 @@ "defaultValue": "'FunctionsError'" }, { - "id": 51, + "id": 52, "name": "context", "variant": "param", "kind": 32768, @@ -1291,7 +1291,7 @@ ], "type": { "type": "reference", - "target": 46, + "target": 47, "name": "FunctionsError", "package": "@supabase/functions-js" }, @@ -1309,7 +1309,7 @@ } }, { - "id": 52, + "id": 53, "name": "context", "variant": "declaration", "kind": 1024, @@ -1319,7 +1319,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L19" } ], "type": { @@ -1331,11 +1331,11 @@ "groups": [ { "title": "Constructors", - "children": [47] + "children": [48] }, { "title": "Properties", - "children": [52] + "children": [53] } ], "sources": [ @@ -1343,7 +1343,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 18, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L18" } ], "extendedTypes": [ @@ -1360,30 +1360,30 @@ "extendedBy": [ { "type": "reference", - "target": 53, + "target": 54, "name": "FunctionsFetchError" }, { "type": "reference", - "target": 58, + "target": 59, "name": "FunctionsHttpError" }, { "type": "reference", - "target": 63, + "target": 64, "name": "FunctionsRelayError" } ] }, { - "id": 53, + "id": 54, "name": "FunctionsFetchError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 54, + "id": 55, "name": "constructor", "variant": "declaration", "kind": 512, @@ -1393,12 +1393,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 28, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L28" } ], "signatures": [ { - "id": 55, + "id": 56, "name": "FunctionsFetchError", "variant": "signature", "kind": 16384, @@ -1408,12 +1408,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 28, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L28" } ], "parameters": [ { - "id": 56, + "id": 57, "name": "context", "variant": "param", "kind": 32768, @@ -1426,25 +1426,25 @@ ], "type": { "type": "reference", - "target": 53, + "target": 54, "name": "FunctionsFetchError", "package": "@supabase/functions-js" }, "overwrites": { "type": "reference", - "target": 48, + "target": 49, "name": "FunctionsError.constructor" } } ], "overwrites": { "type": "reference", - "target": 47, + "target": 48, "name": "FunctionsError.constructor" } }, { - "id": 57, + "id": 58, "name": "context", "variant": "declaration", "kind": 1024, @@ -1456,7 +1456,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L19" } ], "type": { @@ -1465,7 +1465,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 52, + "target": 53, "name": "FunctionsError.context" } } @@ -1473,11 +1473,11 @@ "groups": [ { "title": "Constructors", - "children": [54] + "children": [55] }, { "title": "Properties", - "children": [57] + "children": [58] } ], "sources": [ @@ -1485,27 +1485,27 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 27, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L27" } ], "extendedTypes": [ { "type": "reference", - "target": 46, + "target": 47, "name": "FunctionsError", "package": "@supabase/functions-js" } ] }, { - "id": 58, + "id": 59, "name": "FunctionsHttpError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 59, + "id": 60, "name": "constructor", "variant": "declaration", "kind": 512, @@ -1515,12 +1515,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 40, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L40" } ], "signatures": [ { - "id": 60, + "id": 61, "name": "FunctionsHttpError", "variant": "signature", "kind": 16384, @@ -1530,12 +1530,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 40, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L40" } ], "parameters": [ { - "id": 61, + "id": 62, "name": "context", "variant": "param", "kind": 32768, @@ -1548,25 +1548,25 @@ ], "type": { "type": "reference", - "target": 58, + "target": 59, "name": "FunctionsHttpError", "package": "@supabase/functions-js" }, "overwrites": { "type": "reference", - "target": 48, + "target": 49, "name": "FunctionsError.constructor" } } ], "overwrites": { "type": "reference", - "target": 47, + "target": 48, "name": "FunctionsError.constructor" } }, { - "id": 62, + "id": 63, "name": "context", "variant": "declaration", "kind": 1024, @@ -1578,7 +1578,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L19" } ], "type": { @@ -1587,7 +1587,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 52, + "target": 53, "name": "FunctionsError.context" } } @@ -1595,11 +1595,11 @@ "groups": [ { "title": "Constructors", - "children": [59] + "children": [60] }, { "title": "Properties", - "children": [62] + "children": [63] } ], "sources": [ @@ -1607,27 +1607,27 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 39, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L39" } ], "extendedTypes": [ { "type": "reference", - "target": 46, + "target": 47, "name": "FunctionsError", "package": "@supabase/functions-js" } ] }, { - "id": 63, + "id": 64, "name": "FunctionsRelayError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 64, + "id": 65, "name": "constructor", "variant": "declaration", "kind": 512, @@ -1637,12 +1637,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 34, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L34" } ], "signatures": [ { - "id": 65, + "id": 66, "name": "FunctionsRelayError", "variant": "signature", "kind": 16384, @@ -1652,12 +1652,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 34, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L34" } ], "parameters": [ { - "id": 66, + "id": 67, "name": "context", "variant": "param", "kind": 32768, @@ -1670,25 +1670,25 @@ ], "type": { "type": "reference", - "target": 63, + "target": 64, "name": "FunctionsRelayError", "package": "@supabase/functions-js" }, "overwrites": { "type": "reference", - "target": 48, + "target": 49, "name": "FunctionsError.constructor" } } ], "overwrites": { "type": "reference", - "target": 47, + "target": 48, "name": "FunctionsError.constructor" } }, { - "id": 67, + "id": 68, "name": "context", "variant": "declaration", "kind": 1024, @@ -1700,7 +1700,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L19" } ], "type": { @@ -1709,7 +1709,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 52, + "target": 53, "name": "FunctionsError.context" } } @@ -1717,11 +1717,11 @@ "groups": [ { "title": "Constructors", - "children": [64] + "children": [65] }, { "title": "Properties", - "children": [67] + "children": [68] } ], "sources": [ @@ -1729,13 +1729,13 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 33, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L33" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L33" } ], "extendedTypes": [ { "type": "reference", - "target": 46, + "target": 47, "name": "FunctionsError", "package": "@supabase/functions-js" } @@ -1752,7 +1752,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 63, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L63" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L63" } ], "type": { @@ -1785,7 +1785,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 79, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L79" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L79" } ], "type": { @@ -1894,7 +1894,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 67, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L67" } ], "type": { @@ -1910,7 +1910,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 67, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L67" } ], "indexSignatures": [ @@ -1925,7 +1925,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 67, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L67" } ], "parameters": [ @@ -1971,7 +1971,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 71, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L71" } ], "type": { @@ -2021,12 +2021,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 75, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L75" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L75" } ], "type": { "type": "reference", - "target": 68, + "target": 69, "name": "FunctionRegion", "package": "@supabase/functions-js" } @@ -2052,7 +2052,7 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 90, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L90" } ], "type": { @@ -2064,12 +2064,41 @@ "name": "AbortSignal", "package": "typescript" } + }, + { + "id": 46, + "name": "timeout", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The timeout for the request in milliseconds.\nIf the function takes longer than this, the request will be aborted." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/functions-js/src/types.ts", + "line": 95, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L95" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } } ], "groups": [ { "title": "Properties", - "children": [44, 38, 42, 43, 45] + "children": [44, 38, 42, 43, 45, 46] } ], "sources": [ @@ -2077,14 +2106,14 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 63, "character": 36, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L63" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L63" } ] } } }, { - "id": 84, + "id": 85, "name": "FunctionsResponse", "variant": "declaration", "kind": 2097152, @@ -2094,12 +2123,12 @@ "fileName": "packages/core/functions-js/src/types.ts", "line": 16, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/functions-js/src/types.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/functions-js/src/types.ts#L16" } ], "typeParameters": [ { - "id": 85, + "id": 86, "name": "T", "variant": "typeParam", "kind": 131072, @@ -2118,7 +2147,7 @@ "typeArguments": [ { "type": "reference", - "target": 85, + "target": 86, "name": "T", "package": "@supabase/functions-js", "refersToTypeParameter": true @@ -2143,22 +2172,22 @@ "groups": [ { "title": "Enumerations", - "children": [68] + "children": [69] }, { "title": "Classes", - "children": [1, 46, 53, 58, 63] + "children": [1, 47, 54, 59, 64] }, { "title": "Type Aliases", - "children": [36, 84] + "children": [36, 85] } ], "packageName": "@supabase/functions-js", "readme": [ { "kind": "text", - "text": "
\n

\n \n \n \n \n \"Supabase\n \n \n\n

Supabase Functions JS SDK

\n\n

JavaScript SDK to interact with Supabase Edge Functions.

\n\n

\n Guides\n ·\n Reference Docs\n ·\n TypeDoc\n

\n

\n\n
\n\n[![Build](https://github.com/supabase/supabase-js/workflows/CI/badge.svg)](https://github.com/supabase/supabase-js/actions?query=branch%3Amaster)\n[![Package](https://img.shields.io/npm/v/@supabase/functions-js)](https://www.npmjs.com/package/@supabase/functions-js)\n[![License: MIT](https://img.shields.io/npm/l/@supabase/supabase-js)](#license)\n[![pkg.pr.new](https://pkg.pr.new/badge/supabase/functions-js)](https://pkg.pr.new/~/supabase/functions-js)\n\n
\n\n## Quick Start\n\n### Installation\n\n" + "text": "
\n

\n \n \n \n \n \"Supabase\n \n \n\n

Supabase Functions JS SDK

\n\n

JavaScript SDK to interact with Supabase Edge Functions.

\n\n

\n Guides\n ·\n Reference Docs\n ·\n TypeDoc\n

\n

\n\n
\n\n[![Build](https://github.com/supabase/supabase-js/workflows/CI/badge.svg)](https://github.com/supabase/supabase-js/actions?query=branch%3Amaster)\n[![Package](https://img.shields.io/npm/v/@supabase/functions-js)](https://www.npmjs.com/package/@supabase/functions-js)\n[![License: MIT](https://img.shields.io/npm/l/@supabase/supabase-js)](#license)\n[![pkg.pr.new](https://pkg.pr.new/badge/supabase/functions-js)](https://pkg.pr.new/~/supabase/functions-js)\n\n
\n\n## Requirements\n\n- **Node.js 20 or later** (Node.js 18 support dropped as of October 31, 2025)\n- For browser support, all modern browsers are supported\n\n> ⚠️ **Node.js 18 Deprecation Notice**\n>\n> Node.js 18 reached end-of-life on April 30, 2025. As announced in [our deprecation notice](https://github.com/orgs/supabase/discussions/37217), support for Node.js 18 was dropped on October 31, 2025.\n\n## Quick Start\n\n### Installation\n\n" }, { "kind": "code", @@ -2417,161 +2446,165 @@ }, "46": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsError" + "qualifiedName": "__type.timeout" }, "47": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsError.__constructor" + "qualifiedName": "FunctionsError" }, "48": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsError" + "qualifiedName": "FunctionsError.__constructor" }, "49": { "sourceFileName": "src/types.ts", - "qualifiedName": "message" + "qualifiedName": "FunctionsError" }, "50": { "sourceFileName": "src/types.ts", - "qualifiedName": "name" + "qualifiedName": "message" }, "51": { "sourceFileName": "src/types.ts", - "qualifiedName": "context" + "qualifiedName": "name" }, "52": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsError.context" + "qualifiedName": "context" }, "53": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsFetchError" + "qualifiedName": "FunctionsError.context" }, "54": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsFetchError.__constructor" + "qualifiedName": "FunctionsFetchError" }, "55": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsFetchError" + "qualifiedName": "FunctionsFetchError.__constructor" }, "56": { "sourceFileName": "src/types.ts", - "qualifiedName": "context" + "qualifiedName": "FunctionsFetchError" }, "57": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsError.context" + "qualifiedName": "context" }, "58": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsHttpError" + "qualifiedName": "FunctionsError.context" }, "59": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsHttpError.__constructor" + "qualifiedName": "FunctionsHttpError" }, "60": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsHttpError" + "qualifiedName": "FunctionsHttpError.__constructor" }, "61": { "sourceFileName": "src/types.ts", - "qualifiedName": "context" + "qualifiedName": "FunctionsHttpError" }, "62": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsError.context" + "qualifiedName": "context" }, "63": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsRelayError" + "qualifiedName": "FunctionsError.context" }, "64": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsRelayError.__constructor" + "qualifiedName": "FunctionsRelayError" }, "65": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsRelayError" + "qualifiedName": "FunctionsRelayError.__constructor" }, "66": { "sourceFileName": "src/types.ts", - "qualifiedName": "context" + "qualifiedName": "FunctionsRelayError" }, "67": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsError.context" + "qualifiedName": "context" }, "68": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion" + "qualifiedName": "FunctionsError.context" }, "69": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.Any" + "qualifiedName": "FunctionRegion" }, "70": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.ApNortheast1" + "qualifiedName": "FunctionRegion.Any" }, "71": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.ApNortheast2" + "qualifiedName": "FunctionRegion.ApNortheast1" }, "72": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.ApSouth1" + "qualifiedName": "FunctionRegion.ApNortheast2" }, "73": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.ApSoutheast1" + "qualifiedName": "FunctionRegion.ApSouth1" }, "74": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.ApSoutheast2" + "qualifiedName": "FunctionRegion.ApSoutheast1" }, "75": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.CaCentral1" + "qualifiedName": "FunctionRegion.ApSoutheast2" }, "76": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.EuCentral1" + "qualifiedName": "FunctionRegion.CaCentral1" }, "77": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.EuWest1" + "qualifiedName": "FunctionRegion.EuCentral1" }, "78": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.EuWest2" + "qualifiedName": "FunctionRegion.EuWest1" }, "79": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.EuWest3" + "qualifiedName": "FunctionRegion.EuWest2" }, "80": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.SaEast1" + "qualifiedName": "FunctionRegion.EuWest3" }, "81": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.UsEast1" + "qualifiedName": "FunctionRegion.SaEast1" }, "82": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.UsWest1" + "qualifiedName": "FunctionRegion.UsEast1" }, "83": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionRegion.UsWest2" + "qualifiedName": "FunctionRegion.UsWest1" }, "84": { "sourceFileName": "src/types.ts", - "qualifiedName": "FunctionsResponse" + "qualifiedName": "FunctionRegion.UsWest2" }, "85": { + "sourceFileName": "src/types.ts", + "qualifiedName": "FunctionsResponse" + }, + "86": { "sourceFileName": "src/types.ts", "qualifiedName": "T" } diff --git a/apps/docs/spec/enrichments/tsdoc_v2/gotrue.json b/apps/docs/spec/enrichments/tsdoc_v2/gotrue.json index 98811c5a188d6..428f29a060cd9 100644 --- a/apps/docs/spec/enrichments/tsdoc_v2/gotrue.json +++ b/apps/docs/spec/enrichments/tsdoc_v2/gotrue.json @@ -6,14 +6,14 @@ "flags": {}, "children": [ { - "id": 1460, + "id": 1491, "name": "AuthApiError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1461, + "id": 1492, "name": "constructor", "variant": "declaration", "kind": 512, @@ -23,12 +23,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 33, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L33" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L33" } ], "signatures": [ { - "id": 1462, + "id": 1493, "name": "AuthApiError", "variant": "signature", "kind": 16384, @@ -38,12 +38,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 33, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L33" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L33" } ], "parameters": [ { - "id": 1463, + "id": 1494, "name": "message", "variant": "param", "kind": 32768, @@ -54,7 +54,7 @@ } }, { - "id": 1464, + "id": 1495, "name": "status", "variant": "param", "kind": 32768, @@ -65,7 +65,7 @@ } }, { - "id": 1465, + "id": 1496, "name": "code", "variant": "param", "kind": 32768, @@ -87,25 +87,25 @@ ], "type": { "type": "reference", - "target": 1460, + "target": 1491, "name": "AuthApiError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1452, + "target": 1483, "name": "AuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1451, + "target": 1482, "name": "AuthError.constructor" } }, { - "id": 1467, + "id": 1498, "name": "code", "variant": "declaration", "kind": 1024, @@ -134,7 +134,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -163,7 +163,7 @@ { "type": "reflection", "declaration": { - "id": 1468, + "id": 1499, "name": "__type", "variant": "declaration", "kind": 65536, @@ -176,12 +176,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1456, + "target": 1487, "name": "AuthError.code" } }, { - "id": 1466, + "id": 1497, "name": "status", "variant": "declaration", "kind": 1024, @@ -199,7 +199,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L31" } ], "type": { @@ -208,7 +208,7 @@ }, "overwrites": { "type": "reference", - "target": 1458, + "target": 1489, "name": "AuthError.status" } } @@ -216,11 +216,11 @@ "groups": [ { "title": "Constructors", - "children": [1461] + "children": [1492] }, { "title": "Properties", - "children": [1467, 1466] + "children": [1498, 1497] } ], "sources": [ @@ -228,27 +228,27 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 30, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L30" } ], "extendedTypes": [ { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1450, + "id": 1481, "name": "AuthError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1451, + "id": 1482, "name": "constructor", "variant": "declaration", "kind": 512, @@ -258,12 +258,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L18" } ], "signatures": [ { - "id": 1452, + "id": 1483, "name": "AuthError", "variant": "signature", "kind": 16384, @@ -273,12 +273,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L18" } ], "parameters": [ { - "id": 1453, + "id": 1484, "name": "message", "variant": "param", "kind": 32768, @@ -289,7 +289,7 @@ } }, { - "id": 1454, + "id": 1485, "name": "status", "variant": "param", "kind": 32768, @@ -302,7 +302,7 @@ } }, { - "id": 1455, + "id": 1486, "name": "code", "variant": "param", "kind": 32768, @@ -317,7 +317,7 @@ ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" }, @@ -335,7 +335,7 @@ } }, { - "id": 1456, + "id": 1487, "name": "code", "variant": "declaration", "kind": 1024, @@ -362,7 +362,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -391,7 +391,7 @@ { "type": "reflection", "declaration": { - "id": 1457, + "id": 1488, "name": "__type", "variant": "declaration", "kind": 65536, @@ -404,7 +404,7 @@ } }, { - "id": 1458, + "id": 1489, "name": "status", "variant": "declaration", "kind": 1024, @@ -422,7 +422,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 14, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L14" } ], "type": { @@ -443,11 +443,11 @@ "groups": [ { "title": "Constructors", - "children": [1451] + "children": [1482] }, { "title": "Properties", - "children": [1456, 1458] + "children": [1487, 1489] } ], "sources": [ @@ -455,7 +455,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 4, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L4" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L4" } ], "extendedTypes": [ @@ -472,30 +472,30 @@ "extendedBy": [ { "type": "reference", - "target": 1460, + "target": 1491, "name": "AuthApiError" }, { "type": "reference", - "target": 1470, + "target": 1501, "name": "AuthUnknownError" }, { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError" } ] }, { - "id": 1517, + "id": 1548, "name": "AuthImplicitGrantRedirectError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1518, + "id": 1549, "name": "constructor", "variant": "declaration", "kind": 512, @@ -505,12 +505,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 90, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L90" } ], "signatures": [ { - "id": 1519, + "id": 1550, "name": "AuthImplicitGrantRedirectError", "variant": "signature", "kind": 16384, @@ -520,12 +520,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 90, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L90" } ], "parameters": [ { - "id": 1520, + "id": 1551, "name": "message", "variant": "param", "kind": 32768, @@ -536,7 +536,7 @@ } }, { - "id": 1521, + "id": 1552, "name": "details", "variant": "param", "kind": 32768, @@ -551,14 +551,14 @@ { "type": "reflection", "declaration": { - "id": 1522, + "id": 1553, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1524, + "id": 1555, "name": "code", "variant": "declaration", "kind": 1024, @@ -568,7 +568,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 90, "character": 57, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L90" } ], "type": { @@ -577,7 +577,7 @@ } }, { - "id": 1523, + "id": 1554, "name": "error", "variant": "declaration", "kind": 1024, @@ -587,7 +587,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 90, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L90" } ], "type": { @@ -599,7 +599,7 @@ "groups": [ { "title": "Properties", - "children": [1524, 1523] + "children": [1555, 1554] } ], "sources": [ @@ -607,7 +607,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 90, "character": 40, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L90" } ] } @@ -619,25 +619,25 @@ ], "type": { "type": "reference", - "target": 1517, + "target": 1548, "name": "AuthImplicitGrantRedirectError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1482, + "target": 1513, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1481, + "target": 1512, "name": "CustomAuthError.constructor" } }, { - "id": 1541, + "id": 1572, "name": "code", "variant": "declaration", "kind": 1024, @@ -666,7 +666,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -695,7 +695,7 @@ { "type": "reflection", "declaration": { - "id": 1542, + "id": 1573, "name": "__type", "variant": "declaration", "kind": 65536, @@ -708,12 +708,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1489, + "target": 1520, "name": "CustomAuthError.code" } }, { - "id": 1525, + "id": 1556, "name": "details", "variant": "declaration", "kind": 1024, @@ -723,7 +723,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 89, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L89" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L89" } ], "type": { @@ -736,14 +736,14 @@ { "type": "reflection", "declaration": { - "id": 1526, + "id": 1557, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1528, + "id": 1559, "name": "code", "variant": "declaration", "kind": 1024, @@ -753,7 +753,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 89, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L89" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L89" } ], "type": { @@ -762,7 +762,7 @@ } }, { - "id": 1527, + "id": 1558, "name": "error", "variant": "declaration", "kind": 1024, @@ -772,7 +772,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 89, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L89" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L89" } ], "type": { @@ -784,7 +784,7 @@ "groups": [ { "title": "Properties", - "children": [1528, 1527] + "children": [1559, 1558] } ], "sources": [ @@ -792,7 +792,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 89, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L89" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L89" } ] } @@ -802,7 +802,7 @@ "defaultValue": "null" }, { - "id": 1539, + "id": 1570, "name": "name", "variant": "declaration", "kind": 1024, @@ -814,7 +814,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L56" } ], "type": { @@ -823,12 +823,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1487, + "target": 1518, "name": "CustomAuthError.name" } }, { - "id": 1540, + "id": 1571, "name": "status", "variant": "declaration", "kind": 1024, @@ -848,7 +848,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L57" } ], "type": { @@ -857,12 +857,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1488, + "target": 1519, "name": "CustomAuthError.status" } }, { - "id": 1529, + "id": 1560, "name": "toJSON", "variant": "declaration", "kind": 2048, @@ -872,12 +872,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 95, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L95" } ], "signatures": [ { - "id": 1530, + "id": 1561, "name": "toJSON", "variant": "signature", "kind": 4096, @@ -887,20 +887,20 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 95, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L95" } ], "type": { "type": "reflection", "declaration": { - "id": 1531, + "id": 1562, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1535, + "id": 1566, "name": "details", "variant": "declaration", "kind": 1024, @@ -910,7 +910,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 100, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L100" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L100" } ], "type": { @@ -923,14 +923,14 @@ { "type": "reflection", "declaration": { - "id": 1536, + "id": 1567, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1538, + "id": 1569, "name": "code", "variant": "declaration", "kind": 1024, @@ -940,7 +940,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 89, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L89" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L89" } ], "type": { @@ -949,7 +949,7 @@ } }, { - "id": 1537, + "id": 1568, "name": "error", "variant": "declaration", "kind": 1024, @@ -959,7 +959,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 89, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L89" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L89" } ], "type": { @@ -971,7 +971,7 @@ "groups": [ { "title": "Properties", - "children": [1538, 1537] + "children": [1569, 1568] } ], "sources": [ @@ -979,7 +979,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 89, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L89" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L89" } ] } @@ -989,7 +989,7 @@ "defaultValue": "..." }, { - "id": 1533, + "id": 1564, "name": "message", "variant": "declaration", "kind": 1024, @@ -999,7 +999,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 98, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L98" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L98" } ], "type": { @@ -1009,7 +1009,7 @@ "defaultValue": "..." }, { - "id": 1532, + "id": 1563, "name": "name", "variant": "declaration", "kind": 1024, @@ -1019,7 +1019,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 97, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L97" } ], "type": { @@ -1029,7 +1029,7 @@ "defaultValue": "..." }, { - "id": 1534, + "id": 1565, "name": "status", "variant": "declaration", "kind": 1024, @@ -1039,7 +1039,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 99, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L99" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L99" } ], "type": { @@ -1052,7 +1052,7 @@ "groups": [ { "title": "Properties", - "children": [1535, 1533, 1532, 1534] + "children": [1566, 1564, 1563, 1565] } ], "sources": [ @@ -1060,7 +1060,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 96, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L96" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L96" } ] } @@ -1072,15 +1072,15 @@ "groups": [ { "title": "Constructors", - "children": [1518] + "children": [1549] }, { "title": "Properties", - "children": [1541, 1525, 1539, 1540] + "children": [1572, 1556, 1570, 1571] }, { "title": "Methods", - "children": [1529] + "children": [1560] } ], "sources": [ @@ -1088,27 +1088,27 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 88, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L88" } ], "extendedTypes": [ { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1508, + "id": 1539, "name": "AuthInvalidCredentialsError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1509, + "id": 1540, "name": "constructor", "variant": "declaration", "kind": 512, @@ -1118,12 +1118,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 83, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L83" } ], "signatures": [ { - "id": 1510, + "id": 1541, "name": "AuthInvalidCredentialsError", "variant": "signature", "kind": 16384, @@ -1133,12 +1133,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 83, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L83" } ], "parameters": [ { - "id": 1511, + "id": 1542, "name": "message", "variant": "param", "kind": 32768, @@ -1151,25 +1151,25 @@ ], "type": { "type": "reference", - "target": 1508, + "target": 1539, "name": "AuthInvalidCredentialsError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1482, + "target": 1513, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1481, + "target": 1512, "name": "CustomAuthError.constructor" } }, { - "id": 1514, + "id": 1545, "name": "code", "variant": "declaration", "kind": 1024, @@ -1198,7 +1198,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -1227,7 +1227,7 @@ { "type": "reflection", "declaration": { - "id": 1515, + "id": 1546, "name": "__type", "variant": "declaration", "kind": 65536, @@ -1240,12 +1240,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1489, + "target": 1520, "name": "CustomAuthError.code" } }, { - "id": 1512, + "id": 1543, "name": "name", "variant": "declaration", "kind": 1024, @@ -1257,7 +1257,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L56" } ], "type": { @@ -1266,12 +1266,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1487, + "target": 1518, "name": "CustomAuthError.name" } }, { - "id": 1513, + "id": 1544, "name": "status", "variant": "declaration", "kind": 1024, @@ -1291,7 +1291,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L57" } ], "type": { @@ -1300,7 +1300,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1488, + "target": 1519, "name": "CustomAuthError.status" } } @@ -1308,11 +1308,11 @@ "groups": [ { "title": "Constructors", - "children": [1509] + "children": [1540] }, { "title": "Properties", - "children": [1514, 1512, 1513] + "children": [1545, 1543, 1544] } ], "sources": [ @@ -1320,27 +1320,27 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 82, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L82" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L82" } ], "extendedTypes": [ { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1593, + "id": 1624, "name": "AuthInvalidJwtError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1594, + "id": 1625, "name": "constructor", "variant": "declaration", "kind": 512, @@ -1350,12 +1350,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 162, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L162" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L162" } ], "signatures": [ { - "id": 1595, + "id": 1626, "name": "AuthInvalidJwtError", "variant": "signature", "kind": 16384, @@ -1365,12 +1365,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 162, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L162" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L162" } ], "parameters": [ { - "id": 1596, + "id": 1627, "name": "message", "variant": "param", "kind": 32768, @@ -1383,25 +1383,25 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1624, "name": "AuthInvalidJwtError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1482, + "target": 1513, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1481, + "target": 1512, "name": "CustomAuthError.constructor" } }, { - "id": 1599, + "id": 1630, "name": "code", "variant": "declaration", "kind": 1024, @@ -1430,7 +1430,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -1459,7 +1459,7 @@ { "type": "reflection", "declaration": { - "id": 1600, + "id": 1631, "name": "__type", "variant": "declaration", "kind": 65536, @@ -1472,12 +1472,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1489, + "target": 1520, "name": "CustomAuthError.code" } }, { - "id": 1597, + "id": 1628, "name": "name", "variant": "declaration", "kind": 1024, @@ -1489,7 +1489,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L56" } ], "type": { @@ -1498,12 +1498,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1487, + "target": 1518, "name": "CustomAuthError.name" } }, { - "id": 1598, + "id": 1629, "name": "status", "variant": "declaration", "kind": 1024, @@ -1523,7 +1523,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L57" } ], "type": { @@ -1532,7 +1532,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1488, + "target": 1519, "name": "CustomAuthError.status" } } @@ -1540,11 +1540,11 @@ "groups": [ { "title": "Constructors", - "children": [1594] + "children": [1625] }, { "title": "Properties", - "children": [1599, 1597, 1598] + "children": [1630, 1628, 1629] } ], "sources": [ @@ -1552,27 +1552,27 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 161, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L161" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L161" } ], "extendedTypes": [ { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1500, + "id": 1531, "name": "AuthInvalidTokenResponseError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1501, + "id": 1532, "name": "constructor", "variant": "declaration", "kind": 512, @@ -1582,12 +1582,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 77, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L77" } ], "signatures": [ { - "id": 1502, + "id": 1533, "name": "AuthInvalidTokenResponseError", "variant": "signature", "kind": 16384, @@ -1597,30 +1597,30 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 77, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L77" } ], "type": { "type": "reference", - "target": 1500, + "target": 1531, "name": "AuthInvalidTokenResponseError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1482, + "target": 1513, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1481, + "target": 1512, "name": "CustomAuthError.constructor" } }, { - "id": 1505, + "id": 1536, "name": "code", "variant": "declaration", "kind": 1024, @@ -1649,7 +1649,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -1678,7 +1678,7 @@ { "type": "reflection", "declaration": { - "id": 1506, + "id": 1537, "name": "__type", "variant": "declaration", "kind": 65536, @@ -1691,12 +1691,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1489, + "target": 1520, "name": "CustomAuthError.code" } }, { - "id": 1503, + "id": 1534, "name": "name", "variant": "declaration", "kind": 1024, @@ -1708,7 +1708,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L56" } ], "type": { @@ -1717,12 +1717,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1487, + "target": 1518, "name": "CustomAuthError.name" } }, { - "id": 1504, + "id": 1535, "name": "status", "variant": "declaration", "kind": 1024, @@ -1742,7 +1742,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L57" } ], "type": { @@ -1751,7 +1751,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1488, + "target": 1519, "name": "CustomAuthError.status" } } @@ -1759,11 +1759,11 @@ "groups": [ { "title": "Constructors", - "children": [1501] + "children": [1532] }, { "title": "Properties", - "children": [1505, 1503, 1504] + "children": [1536, 1534, 1535] } ], "sources": [ @@ -1771,27 +1771,27 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 76, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L76" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L76" } ], "extendedTypes": [ { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1544, + "id": 1575, "name": "AuthPKCEGrantCodeExchangeError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1545, + "id": 1576, "name": "constructor", "variant": "declaration", "kind": 512, @@ -1801,12 +1801,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 114, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L114" } ], "signatures": [ { - "id": 1546, + "id": 1577, "name": "AuthPKCEGrantCodeExchangeError", "variant": "signature", "kind": 16384, @@ -1816,12 +1816,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 114, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L114" } ], "parameters": [ { - "id": 1547, + "id": 1578, "name": "message", "variant": "param", "kind": 32768, @@ -1832,7 +1832,7 @@ } }, { - "id": 1548, + "id": 1579, "name": "details", "variant": "param", "kind": 32768, @@ -1847,14 +1847,14 @@ { "type": "reflection", "declaration": { - "id": 1549, + "id": 1580, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1551, + "id": 1582, "name": "code", "variant": "declaration", "kind": 1024, @@ -1864,7 +1864,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 114, "character": 57, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L114" } ], "type": { @@ -1873,7 +1873,7 @@ } }, { - "id": 1550, + "id": 1581, "name": "error", "variant": "declaration", "kind": 1024, @@ -1883,7 +1883,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 114, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L114" } ], "type": { @@ -1895,7 +1895,7 @@ "groups": [ { "title": "Properties", - "children": [1551, 1550] + "children": [1582, 1581] } ], "sources": [ @@ -1903,7 +1903,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 114, "character": 40, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L114" } ] } @@ -1915,25 +1915,25 @@ ], "type": { "type": "reference", - "target": 1544, + "target": 1575, "name": "AuthPKCEGrantCodeExchangeError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1482, + "target": 1513, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1481, + "target": 1512, "name": "CustomAuthError.constructor" } }, { - "id": 1568, + "id": 1599, "name": "code", "variant": "declaration", "kind": 1024, @@ -1962,7 +1962,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -1991,7 +1991,7 @@ { "type": "reflection", "declaration": { - "id": 1569, + "id": 1600, "name": "__type", "variant": "declaration", "kind": 65536, @@ -2004,12 +2004,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1489, + "target": 1520, "name": "CustomAuthError.code" } }, { - "id": 1552, + "id": 1583, "name": "details", "variant": "declaration", "kind": 1024, @@ -2019,7 +2019,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 112, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L112" } ], "type": { @@ -2032,14 +2032,14 @@ { "type": "reflection", "declaration": { - "id": 1553, + "id": 1584, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1555, + "id": 1586, "name": "code", "variant": "declaration", "kind": 1024, @@ -2049,7 +2049,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 112, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L112" } ], "type": { @@ -2058,7 +2058,7 @@ } }, { - "id": 1554, + "id": 1585, "name": "error", "variant": "declaration", "kind": 1024, @@ -2068,7 +2068,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 112, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L112" } ], "type": { @@ -2080,7 +2080,7 @@ "groups": [ { "title": "Properties", - "children": [1555, 1554] + "children": [1586, 1585] } ], "sources": [ @@ -2088,7 +2088,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 112, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L112" } ] } @@ -2098,7 +2098,7 @@ "defaultValue": "null" }, { - "id": 1566, + "id": 1597, "name": "name", "variant": "declaration", "kind": 1024, @@ -2110,7 +2110,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L56" } ], "type": { @@ -2119,12 +2119,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1487, + "target": 1518, "name": "CustomAuthError.name" } }, { - "id": 1567, + "id": 1598, "name": "status", "variant": "declaration", "kind": 1024, @@ -2144,7 +2144,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L57" } ], "type": { @@ -2153,12 +2153,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1488, + "target": 1519, "name": "CustomAuthError.status" } }, { - "id": 1556, + "id": 1587, "name": "toJSON", "variant": "declaration", "kind": 2048, @@ -2168,12 +2168,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 119, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L119" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L119" } ], "signatures": [ { - "id": 1557, + "id": 1588, "name": "toJSON", "variant": "signature", "kind": 4096, @@ -2183,20 +2183,20 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 119, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L119" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L119" } ], "type": { "type": "reflection", "declaration": { - "id": 1558, + "id": 1589, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1562, + "id": 1593, "name": "details", "variant": "declaration", "kind": 1024, @@ -2206,7 +2206,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 124, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L124" } ], "type": { @@ -2219,14 +2219,14 @@ { "type": "reflection", "declaration": { - "id": 1563, + "id": 1594, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1565, + "id": 1596, "name": "code", "variant": "declaration", "kind": 1024, @@ -2236,7 +2236,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 112, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L112" } ], "type": { @@ -2245,7 +2245,7 @@ } }, { - "id": 1564, + "id": 1595, "name": "error", "variant": "declaration", "kind": 1024, @@ -2255,7 +2255,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 112, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L112" } ], "type": { @@ -2267,7 +2267,7 @@ "groups": [ { "title": "Properties", - "children": [1565, 1564] + "children": [1596, 1595] } ], "sources": [ @@ -2275,7 +2275,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 112, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L112" } ] } @@ -2285,7 +2285,7 @@ "defaultValue": "..." }, { - "id": 1560, + "id": 1591, "name": "message", "variant": "declaration", "kind": 1024, @@ -2295,7 +2295,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 122, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L122" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L122" } ], "type": { @@ -2305,7 +2305,7 @@ "defaultValue": "..." }, { - "id": 1559, + "id": 1590, "name": "name", "variant": "declaration", "kind": 1024, @@ -2315,7 +2315,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 121, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L121" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L121" } ], "type": { @@ -2325,7 +2325,7 @@ "defaultValue": "..." }, { - "id": 1561, + "id": 1592, "name": "status", "variant": "declaration", "kind": 1024, @@ -2335,7 +2335,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 123, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L123" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L123" } ], "type": { @@ -2348,7 +2348,7 @@ "groups": [ { "title": "Properties", - "children": [1562, 1560, 1559, 1561] + "children": [1593, 1591, 1590, 1592] } ], "sources": [ @@ -2356,7 +2356,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 120, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L120" } ] } @@ -2368,15 +2368,15 @@ "groups": [ { "title": "Constructors", - "children": [1545] + "children": [1576] }, { "title": "Properties", - "children": [1568, 1552, 1566, 1567] + "children": [1599, 1583, 1597, 1598] }, { "title": "Methods", - "children": [1556] + "children": [1587] } ], "sources": [ @@ -2384,27 +2384,27 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 111, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L111" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L111" } ], "extendedTypes": [ { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1571, + "id": 1602, "name": "AuthRetryableFetchError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1572, + "id": 1603, "name": "constructor", "variant": "declaration", "kind": 512, @@ -2414,12 +2414,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 130, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L130" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L130" } ], "signatures": [ { - "id": 1573, + "id": 1604, "name": "AuthRetryableFetchError", "variant": "signature", "kind": 16384, @@ -2429,12 +2429,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 130, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L130" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L130" } ], "parameters": [ { - "id": 1574, + "id": 1605, "name": "message", "variant": "param", "kind": 32768, @@ -2445,7 +2445,7 @@ } }, { - "id": 1575, + "id": 1606, "name": "status", "variant": "param", "kind": 32768, @@ -2458,25 +2458,25 @@ ], "type": { "type": "reference", - "target": 1571, + "target": 1602, "name": "AuthRetryableFetchError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1482, + "target": 1513, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1481, + "target": 1512, "name": "CustomAuthError.constructor" } }, { - "id": 1578, + "id": 1609, "name": "code", "variant": "declaration", "kind": 1024, @@ -2505,7 +2505,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -2534,7 +2534,7 @@ { "type": "reflection", "declaration": { - "id": 1579, + "id": 1610, "name": "__type", "variant": "declaration", "kind": 65536, @@ -2547,12 +2547,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1489, + "target": 1520, "name": "CustomAuthError.code" } }, { - "id": 1576, + "id": 1607, "name": "name", "variant": "declaration", "kind": 1024, @@ -2564,7 +2564,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L56" } ], "type": { @@ -2573,12 +2573,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1487, + "target": 1518, "name": "CustomAuthError.name" } }, { - "id": 1577, + "id": 1608, "name": "status", "variant": "declaration", "kind": 1024, @@ -2598,7 +2598,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L57" } ], "type": { @@ -2607,7 +2607,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1488, + "target": 1519, "name": "CustomAuthError.status" } } @@ -2615,11 +2615,11 @@ "groups": [ { "title": "Constructors", - "children": [1572] + "children": [1603] }, { "title": "Properties", - "children": [1578, 1576, 1577] + "children": [1609, 1607, 1608] } ], "sources": [ @@ -2627,27 +2627,27 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 129, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L129" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L129" } ], "extendedTypes": [ { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1492, + "id": 1523, "name": "AuthSessionMissingError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1493, + "id": 1524, "name": "constructor", "variant": "declaration", "kind": 512, @@ -2657,12 +2657,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 67, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L67" } ], "signatures": [ { - "id": 1494, + "id": 1525, "name": "AuthSessionMissingError", "variant": "signature", "kind": 16384, @@ -2672,30 +2672,30 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 67, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L67" } ], "type": { "type": "reference", - "target": 1492, + "target": 1523, "name": "AuthSessionMissingError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1482, + "target": 1513, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1481, + "target": 1512, "name": "CustomAuthError.constructor" } }, { - "id": 1497, + "id": 1528, "name": "code", "variant": "declaration", "kind": 1024, @@ -2724,7 +2724,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -2753,7 +2753,7 @@ { "type": "reflection", "declaration": { - "id": 1498, + "id": 1529, "name": "__type", "variant": "declaration", "kind": 65536, @@ -2766,12 +2766,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1489, + "target": 1520, "name": "CustomAuthError.code" } }, { - "id": 1495, + "id": 1526, "name": "name", "variant": "declaration", "kind": 1024, @@ -2783,7 +2783,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L56" } ], "type": { @@ -2792,12 +2792,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1487, + "target": 1518, "name": "CustomAuthError.name" } }, { - "id": 1496, + "id": 1527, "name": "status", "variant": "declaration", "kind": 1024, @@ -2817,7 +2817,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L57" } ], "type": { @@ -2826,7 +2826,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1488, + "target": 1519, "name": "CustomAuthError.status" } } @@ -2834,11 +2834,11 @@ "groups": [ { "title": "Constructors", - "children": [1493] + "children": [1524] }, { "title": "Properties", - "children": [1497, 1495, 1496] + "children": [1528, 1526, 1527] } ], "sources": [ @@ -2846,27 +2846,27 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 66, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L66" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L66" } ], "extendedTypes": [ { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1470, + "id": 1501, "name": "AuthUnknownError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1471, + "id": 1502, "name": "constructor", "variant": "declaration", "kind": 512, @@ -2876,12 +2876,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 48, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L48" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L48" } ], "signatures": [ { - "id": 1472, + "id": 1503, "name": "AuthUnknownError", "variant": "signature", "kind": 16384, @@ -2891,12 +2891,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 48, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L48" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L48" } ], "parameters": [ { - "id": 1473, + "id": 1504, "name": "message", "variant": "param", "kind": 32768, @@ -2907,7 +2907,7 @@ } }, { - "id": 1474, + "id": 1505, "name": "originalError", "variant": "param", "kind": 32768, @@ -2920,25 +2920,25 @@ ], "type": { "type": "reference", - "target": 1470, + "target": 1501, "name": "AuthUnknownError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1452, + "target": 1483, "name": "AuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1451, + "target": 1482, "name": "AuthError.constructor" } }, { - "id": 1476, + "id": 1507, "name": "code", "variant": "declaration", "kind": 1024, @@ -2967,7 +2967,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -2996,7 +2996,7 @@ { "type": "reflection", "declaration": { - "id": 1477, + "id": 1508, "name": "__type", "variant": "declaration", "kind": 65536, @@ -3009,12 +3009,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1456, + "target": 1487, "name": "AuthError.code" } }, { - "id": 1475, + "id": 1506, "name": "originalError", "variant": "declaration", "kind": 1024, @@ -3024,7 +3024,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 46, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L46" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L46" } ], "type": { @@ -3033,7 +3033,7 @@ } }, { - "id": 1478, + "id": 1509, "name": "status", "variant": "declaration", "kind": 1024, @@ -3053,7 +3053,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 14, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L14" } ], "type": { @@ -3071,7 +3071,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1458, + "target": 1489, "name": "AuthError.status" } } @@ -3079,11 +3079,11 @@ "groups": [ { "title": "Constructors", - "children": [1471] + "children": [1502] }, { "title": "Properties", - "children": [1476, 1475, 1478] + "children": [1507, 1506, 1509] } ], "sources": [ @@ -3091,20 +3091,20 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 45, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L45" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L45" } ], "extendedTypes": [ { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1581, + "id": 1612, "name": "AuthWeakPasswordError", "variant": "declaration", "kind": 128, @@ -3119,7 +3119,7 @@ }, "children": [ { - "id": 1582, + "id": 1613, "name": "constructor", "variant": "declaration", "kind": 512, @@ -3129,12 +3129,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 150, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L150" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L150" } ], "signatures": [ { - "id": 1583, + "id": 1614, "name": "AuthWeakPasswordError", "variant": "signature", "kind": 16384, @@ -3144,12 +3144,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 150, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L150" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L150" } ], "parameters": [ { - "id": 1584, + "id": 1615, "name": "message", "variant": "param", "kind": 32768, @@ -3160,7 +3160,7 @@ } }, { - "id": 1585, + "id": 1616, "name": "status", "variant": "param", "kind": 32768, @@ -3171,7 +3171,7 @@ } }, { - "id": 1586, + "id": 1617, "name": "reasons", "variant": "param", "kind": 32768, @@ -3200,25 +3200,25 @@ ], "type": { "type": "reference", - "target": 1581, + "target": 1612, "name": "AuthWeakPasswordError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1482, + "target": 1513, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1481, + "target": 1512, "name": "CustomAuthError.constructor" } }, { - "id": 1590, + "id": 1621, "name": "code", "variant": "declaration", "kind": 1024, @@ -3247,7 +3247,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -3276,7 +3276,7 @@ { "type": "reflection", "declaration": { - "id": 1591, + "id": 1622, "name": "__type", "variant": "declaration", "kind": 65536, @@ -3289,12 +3289,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1489, + "target": 1520, "name": "CustomAuthError.code" } }, { - "id": 1588, + "id": 1619, "name": "name", "variant": "declaration", "kind": 1024, @@ -3306,7 +3306,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L56" } ], "type": { @@ -3315,12 +3315,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1487, + "target": 1518, "name": "CustomAuthError.name" } }, { - "id": 1587, + "id": 1618, "name": "reasons", "variant": "declaration", "kind": 1024, @@ -3338,7 +3338,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 148, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L148" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L148" } ], "type": { @@ -3363,7 +3363,7 @@ } }, { - "id": 1589, + "id": 1620, "name": "status", "variant": "declaration", "kind": 1024, @@ -3383,7 +3383,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L57" } ], "type": { @@ -3392,7 +3392,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1488, + "target": 1519, "name": "CustomAuthError.status" } } @@ -3400,11 +3400,11 @@ "groups": [ { "title": "Constructors", - "children": [1582] + "children": [1613] }, { "title": "Properties", - "children": [1590, 1588, 1587, 1589] + "children": [1621, 1619, 1618, 1620] } ], "sources": [ @@ -3412,27 +3412,27 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 144, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L144" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L144" } ], "extendedTypes": [ { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1480, + "id": 1511, "name": "CustomAuthError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1481, + "id": 1512, "name": "constructor", "variant": "declaration", "kind": 512, @@ -3442,12 +3442,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 59, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L59" } ], "signatures": [ { - "id": 1482, + "id": 1513, "name": "CustomAuthError", "variant": "signature", "kind": 16384, @@ -3457,12 +3457,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 59, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L59" } ], "parameters": [ { - "id": 1483, + "id": 1514, "name": "message", "variant": "param", "kind": 32768, @@ -3473,7 +3473,7 @@ } }, { - "id": 1484, + "id": 1515, "name": "name", "variant": "param", "kind": 32768, @@ -3484,7 +3484,7 @@ } }, { - "id": 1485, + "id": 1516, "name": "status", "variant": "param", "kind": 32768, @@ -3495,7 +3495,7 @@ } }, { - "id": 1486, + "id": 1517, "name": "code", "variant": "param", "kind": 32768, @@ -3517,25 +3517,25 @@ ], "type": { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1452, + "target": 1483, "name": "AuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1451, + "target": 1482, "name": "AuthError.constructor" } }, { - "id": 1489, + "id": 1520, "name": "code", "variant": "declaration", "kind": 1024, @@ -3564,7 +3564,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -3593,7 +3593,7 @@ { "type": "reflection", "declaration": { - "id": 1490, + "id": 1521, "name": "__type", "variant": "declaration", "kind": 65536, @@ -3606,12 +3606,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1456, + "target": 1487, "name": "AuthError.code" } }, { - "id": 1487, + "id": 1518, "name": "name", "variant": "declaration", "kind": 1024, @@ -3621,7 +3621,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L56" } ], "type": { @@ -3635,7 +3635,7 @@ } }, { - "id": 1488, + "id": 1519, "name": "status", "variant": "declaration", "kind": 1024, @@ -3653,7 +3653,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L57" } ], "type": { @@ -3662,7 +3662,7 @@ }, "overwrites": { "type": "reference", - "target": 1458, + "target": 1489, "name": "AuthError.status" } } @@ -3670,11 +3670,11 @@ "groups": [ { "title": "Constructors", - "children": [1481] + "children": [1512] }, { "title": "Properties", - "children": [1489, 1487, 1488] + "children": [1520, 1518, 1519] } ], "sources": [ @@ -3682,13 +3682,13 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 55, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L55" } ], "extendedTypes": [ { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -3696,42 +3696,42 @@ "extendedBy": [ { "type": "reference", - "target": 1492, + "target": 1523, "name": "AuthSessionMissingError" }, { "type": "reference", - "target": 1500, + "target": 1531, "name": "AuthInvalidTokenResponseError" }, { "type": "reference", - "target": 1508, + "target": 1539, "name": "AuthInvalidCredentialsError" }, { "type": "reference", - "target": 1517, + "target": 1548, "name": "AuthImplicitGrantRedirectError" }, { "type": "reference", - "target": 1544, + "target": 1575, "name": "AuthPKCEGrantCodeExchangeError" }, { "type": "reference", - "target": 1571, + "target": 1602, "name": "AuthRetryableFetchError" }, { "type": "reference", - "target": 1581, + "target": 1612, "name": "AuthWeakPasswordError" }, { "type": "reference", - "target": 1593, + "target": 1624, "name": "AuthInvalidJwtError" } ] @@ -3754,7 +3754,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 48, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L48" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L48" } ], "signatures": [ @@ -3769,7 +3769,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 48, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L48" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L48" } ], "parameters": [ @@ -3801,7 +3801,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 57, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L57" } ], "type": { @@ -4030,7 +4030,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 54, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L54" } ], "type": { @@ -4046,7 +4046,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 54, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L54" } ], "indexSignatures": [ @@ -4061,7 +4061,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 55, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L55" } ], "parameters": [ @@ -4098,7 +4098,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 53, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L53" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L53" } ], "type": { @@ -4119,7 +4119,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 52, "character": 5, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L52" } ] } @@ -4155,12 +4155,12 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 34, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L34" } ], "type": { "type": "reference", - "target": 1263, + "target": 1278, "name": "GoTrueAdminMFAApi", "package": "@supabase/auth-js" } @@ -4184,12 +4184,12 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 40, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L40" } ], "type": { "type": "reference", - "target": 1373, + "target": 1404, "name": "GoTrueAdminOAuthApi", "package": "@supabase/auth-js" } @@ -4205,7 +4205,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 179, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L179" } ], "signatures": [ @@ -4236,7 +4236,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 179, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L179" } ], "parameters": [ @@ -4248,7 +4248,7 @@ "flags": {}, "type": { "type": "reference", - "target": 865, + "target": 878, "name": "AdminUserAttributes", "package": "@supabase/auth-js" } @@ -4263,7 +4263,7 @@ "typeArguments": [ { "type": "reference", - "target": 786, + "target": 798, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -4285,7 +4285,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 299, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L299" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L299" } ], "signatures": [ @@ -4316,7 +4316,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 299, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L299" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L299" } ], "parameters": [ @@ -4377,7 +4377,7 @@ "typeArguments": [ { "type": "reference", - "target": 786, + "target": 798, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -4399,7 +4399,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 145, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L145" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L145" } ], "signatures": [ @@ -4413,7 +4413,7 @@ "summary": [ { "kind": "text", - "text": "Generates email links and OTPs. This will not send links or OTPs to the end user. This function is for custom admin functionality." + "text": "Generates email links and OTPs to be sent via a custom email provider." } ] }, @@ -4422,7 +4422,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 145, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L145" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L145" } ], "parameters": [ @@ -4434,7 +4434,7 @@ "flags": {}, "type": { "type": "reference", - "target": 1073, + "target": 1088, "name": "GenerateLinkParams", "package": "@supabase/auth-js" } @@ -4449,7 +4449,7 @@ "typeArguments": [ { "type": "reference", - "target": 1074, + "target": 1089, "name": "GenerateLinkResponse", "package": "@supabase/auth-js" } @@ -4471,7 +4471,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 248, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L248" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L248" } ], "signatures": [ @@ -4494,7 +4494,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 248, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L248" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L248" } ], "parameters": [ @@ -4535,7 +4535,7 @@ "typeArguments": [ { "type": "reference", - "target": 786, + "target": 798, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -4557,7 +4557,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 112, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L112" } ], "signatures": [ @@ -4580,7 +4580,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 112, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L112" } ], "parameters": [ @@ -4655,7 +4655,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 116, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L116" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L116" } ], "type": { @@ -4684,7 +4684,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 119, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L119" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L119" } ], "type": { @@ -4704,7 +4704,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 114, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L114" } ] } @@ -4721,7 +4721,7 @@ "typeArguments": [ { "type": "reference", - "target": 786, + "target": 798, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -4743,7 +4743,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 201, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L201" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L201" } ], "signatures": [ @@ -4774,7 +4774,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 201, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L201" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L201" } ], "parameters": [ @@ -4812,7 +4812,7 @@ }, "type": { "type": "reference", - "target": 1284, + "target": 1299, "name": "PageParams", "package": "@supabase/auth-js" } @@ -4848,7 +4848,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 204, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" } ], "type": { @@ -4874,7 +4874,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 204, "character": 31, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" } ], "type": { @@ -4893,14 +4893,14 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 204, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" } @@ -4918,14 +4918,14 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 204, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" } ] } }, { "type": "reference", - "target": 1277, + "target": 1292, "name": "Pagination", "package": "@supabase/auth-js" } @@ -4943,7 +4943,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 204, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" } ], "type": { @@ -4963,7 +4963,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 204, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" } ] } @@ -4988,7 +4988,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 205, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" } ], "type": { @@ -5011,7 +5011,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 205, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" } ], "type": { @@ -5030,7 +5030,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 205, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" } ] } @@ -5047,12 +5047,12 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 205, "character": 29, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -5069,7 +5069,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 205, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" } ] } @@ -5094,7 +5094,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 81, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L81" } ], "signatures": [ @@ -5117,7 +5117,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 81, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L81" } ], "parameters": [ @@ -5201,7 +5201,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 84, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L84" } ], "type": { @@ -5220,7 +5220,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 84, "character": 27, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L84" } ], "type": { @@ -5232,7 +5232,7 @@ }, { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -5251,7 +5251,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 84, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L84" } ] } @@ -5274,7 +5274,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 272, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L272" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L272" } ], "signatures": [ @@ -5297,7 +5297,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 272, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L272" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L272" } ], "parameters": [ @@ -5336,7 +5336,7 @@ }, "type": { "type": "reference", - "target": 865, + "target": 878, "name": "AdminUserAttributes", "package": "@supabase/auth-js" } @@ -5351,7 +5351,7 @@ "typeArguments": [ { "type": "reference", - "target": 786, + "target": 798, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -5382,7 +5382,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 32, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L32" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L32" } ] }, @@ -5402,9 +5402,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 277, + "line": 279, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L279" } ], "signatures": [ @@ -5425,9 +5425,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 277, + "line": 279, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L279" } ], "parameters": [ @@ -5439,7 +5439,7 @@ "flags": {}, "type": { "type": "reference", - "target": 698, + "target": 709, "name": "GoTrueClientOptions", "package": "@supabase/auth-js" } @@ -5472,9 +5472,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 198, + "line": 199, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L198" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L199" } ], "type": { @@ -5502,14 +5502,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 202, + "line": 203, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L202" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L203" } ], "type": { "type": "reference", - "target": 1133, + "target": 1148, "name": "GoTrueMFAApi", "package": "@supabase/auth-js" } @@ -5531,20 +5531,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 208, + "line": 209, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L208" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L209" } ], "type": { "type": "reference", - "target": 1416, + "target": 1447, "name": "AuthOAuthServerApi", "package": "@supabase/auth-js" } }, { - "id": 190, + "id": 201, "name": "exchangeCodeForSession", "variant": "declaration", "kind": 2048, @@ -5552,14 +5552,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 695, + "line": 728, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L695" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L728" } ], "signatures": [ { - "id": 191, + "id": 202, "name": "exchangeCodeForSession", "variant": "signature", "kind": 4096, @@ -5575,14 +5575,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 695, + "line": 728, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L695" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L728" } ], "parameters": [ { - "id": 192, + "id": 203, "name": "authCode", "variant": "param", "kind": 32768, @@ -5602,7 +5602,7 @@ "typeArguments": [ { "type": "reference", - "target": 761, + "target": 773, "name": "AuthTokenResponse", "package": "@supabase/auth-js" } @@ -5614,7 +5614,7 @@ ] }, { - "id": 637, + "id": 648, "name": "getClaims", "variant": "declaration", "kind": 2048, @@ -5622,14 +5622,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3564, + "line": 3613, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3564" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3613" } ], "signatures": [ { - "id": 638, + "id": 649, "name": "getClaims", "variant": "signature", "kind": 4096, @@ -5671,14 +5671,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3564, + "line": 3613, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3564" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3613" } ], "parameters": [ { - "id": 639, + "id": 650, "name": "jwt", "variant": "param", "kind": 32768, @@ -5708,7 +5708,7 @@ } }, { - "id": 640, + "id": 651, "name": "options", "variant": "param", "kind": 32768, @@ -5724,14 +5724,14 @@ "type": { "type": "reflection", "declaration": { - "id": 641, + "id": 652, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 643, + "id": 654, "name": "allowExpired", "variant": "declaration", "kind": 1024, @@ -5765,9 +5765,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3573, + "line": 3622, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3573" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3622" } ], "type": { @@ -5776,7 +5776,7 @@ } }, { - "id": 644, + "id": 655, "name": "jwks", "variant": "declaration", "kind": 1024, @@ -5794,22 +5794,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3576, + "line": 3625, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3576" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3625" } ], "type": { "type": "reflection", "declaration": { - "id": 645, + "id": 656, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 646, + "id": 657, "name": "keys", "variant": "declaration", "kind": 1024, @@ -5817,16 +5817,16 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3576, + "line": 3625, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3576" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3625" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 1316, + "target": 1347, "name": "JWK", "package": "@supabase/auth-js" } @@ -5836,22 +5836,22 @@ "groups": [ { "title": "Properties", - "children": [646] + "children": [657] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3576, + "line": 3625, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3576" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3625" } ] } } }, { - "id": 642, + "id": 653, "name": "keys", "variant": "declaration", "kind": 1024, @@ -5875,16 +5875,16 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3570, + "line": 3619, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3570" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3619" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 1316, + "target": 1347, "name": "JWK", "package": "@supabase/auth-js" } @@ -5894,15 +5894,15 @@ "groups": [ { "title": "Properties", - "children": [643, 644, 642] + "children": [654, 655, 653] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3566, + "line": 3615, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3566" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3615" } ] } @@ -5923,14 +5923,14 @@ { "type": "reflection", "declaration": { - "id": 647, + "id": 658, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 648, + "id": 659, "name": "data", "variant": "declaration", "kind": 1024, @@ -5938,22 +5938,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3580, + "line": 3629, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3580" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3629" } ], "type": { "type": "reflection", "declaration": { - "id": 649, + "id": 660, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 650, + "id": 661, "name": "claims", "variant": "declaration", "kind": 1024, @@ -5961,20 +5961,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3580, + "line": 3629, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3580" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3629" } ], "type": { "type": "reference", - "target": 1312, + "target": 1327, "name": "JwtPayload", "package": "@supabase/auth-js" } }, { - "id": 651, + "id": 662, "name": "header", "variant": "declaration", "kind": 1024, @@ -5982,20 +5982,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3580, + "line": 3629, "character": 36, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3580" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3629" } ], "type": { "type": "reference", - "target": 1297, + "target": 1312, "name": "JwtHeader", "package": "@supabase/auth-js" } }, { - "id": 652, + "id": 663, "name": "signature", "variant": "declaration", "kind": 1024, @@ -6003,9 +6003,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3580, + "line": 3629, "character": 55, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3580" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3629" } ], "type": { @@ -6022,22 +6022,22 @@ "groups": [ { "title": "Properties", - "children": [650, 651, 652] + "children": [661, 662, 663] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3580, + "line": 3629, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3580" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3629" } ] } } }, { - "id": 653, + "id": 664, "name": "error", "variant": "declaration", "kind": 1024, @@ -6045,9 +6045,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3581, + "line": 3630, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3581" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3630" } ], "type": { @@ -6059,15 +6059,15 @@ "groups": [ { "title": "Properties", - "children": [648, 653] + "children": [659, 664] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3579, + "line": 3628, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3579" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3628" } ] } @@ -6075,14 +6075,14 @@ { "type": "reflection", "declaration": { - "id": 654, + "id": 665, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 655, + "id": 666, "name": "data", "variant": "declaration", "kind": 1024, @@ -6090,9 +6090,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3583, + "line": 3632, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3583" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3632" } ], "type": { @@ -6101,7 +6101,7 @@ } }, { - "id": 656, + "id": 667, "name": "error", "variant": "declaration", "kind": 1024, @@ -6109,14 +6109,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3583, + "line": 3632, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3583" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3632" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -6125,15 +6125,15 @@ "groups": [ { "title": "Properties", - "children": [655, 656] + "children": [666, 667] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3583, + "line": 3632, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3583" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3632" } ] } @@ -6141,14 +6141,14 @@ { "type": "reflection", "declaration": { - "id": 657, + "id": 668, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 658, + "id": 669, "name": "data", "variant": "declaration", "kind": 1024, @@ -6156,9 +6156,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3584, + "line": 3633, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3584" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3633" } ], "type": { @@ -6167,7 +6167,7 @@ } }, { - "id": 659, + "id": 670, "name": "error", "variant": "declaration", "kind": 1024, @@ -6175,9 +6175,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3584, + "line": 3633, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3584" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3633" } ], "type": { @@ -6189,15 +6189,15 @@ "groups": [ { "title": "Properties", - "children": [658, 659] + "children": [669, 670] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3584, + "line": 3633, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3584" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3633" } ] } @@ -6212,7 +6212,7 @@ ] }, { - "id": 265, + "id": 276, "name": "getSession", "variant": "declaration", "kind": 2048, @@ -6220,14 +6220,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1399, + "line": 1443, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1399" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1443" } ], "signatures": [ { - "id": 266, + "id": 277, "name": "getSession", "variant": "signature", "kind": 4096, @@ -6252,9 +6252,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1399, + "line": 1443, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1399" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1443" } ], "type": { @@ -6270,14 +6270,14 @@ { "type": "reflection", "declaration": { - "id": 267, + "id": 278, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 268, + "id": 279, "name": "data", "variant": "declaration", "kind": 1024, @@ -6285,22 +6285,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1492, + "line": 1536, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1492" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1536" } ], "type": { "type": "reflection", "declaration": { - "id": 269, + "id": 280, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 270, + "id": 281, "name": "session", "variant": "declaration", "kind": 1024, @@ -6308,14 +6308,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1493, + "line": 1537, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1493" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1537" } ], "type": { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" } @@ -6324,22 +6324,22 @@ "groups": [ { "title": "Properties", - "children": [270] + "children": [281] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1492, + "line": 1536, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1492" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1536" } ] } } }, { - "id": 271, + "id": 282, "name": "error", "variant": "declaration", "kind": 1024, @@ -6347,9 +6347,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1495, + "line": 1539, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1495" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1539" } ], "type": { @@ -6361,15 +6361,15 @@ "groups": [ { "title": "Properties", - "children": [268, 271] + "children": [279, 282] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1491, + "line": 1535, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1491" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1535" } ] } @@ -6377,14 +6377,14 @@ { "type": "reflection", "declaration": { - "id": 272, + "id": 283, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 273, + "id": 284, "name": "data", "variant": "declaration", "kind": 1024, @@ -6392,22 +6392,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1498, + "line": 1542, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1498" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1542" } ], "type": { "type": "reflection", "declaration": { - "id": 274, + "id": 285, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 275, + "id": 286, "name": "session", "variant": "declaration", "kind": 1024, @@ -6415,9 +6415,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1499, + "line": 1543, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1499" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1543" } ], "type": { @@ -6429,22 +6429,22 @@ "groups": [ { "title": "Properties", - "children": [275] + "children": [286] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1498, + "line": 1542, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1498" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1542" } ] } } }, { - "id": 276, + "id": 287, "name": "error", "variant": "declaration", "kind": 1024, @@ -6452,14 +6452,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1501, + "line": 1545, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1501" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1545" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -6468,15 +6468,15 @@ "groups": [ { "title": "Properties", - "children": [273, 276] + "children": [284, 287] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1497, + "line": 1541, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1497" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1541" } ] } @@ -6484,14 +6484,14 @@ { "type": "reflection", "declaration": { - "id": 277, + "id": 288, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 278, + "id": 289, "name": "data", "variant": "declaration", "kind": 1024, @@ -6499,22 +6499,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1504, + "line": 1548, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1504" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1548" } ], "type": { "type": "reflection", "declaration": { - "id": 279, + "id": 290, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 280, + "id": 291, "name": "session", "variant": "declaration", "kind": 1024, @@ -6522,9 +6522,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1505, + "line": 1549, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1505" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1549" } ], "type": { @@ -6536,22 +6536,22 @@ "groups": [ { "title": "Properties", - "children": [280] + "children": [291] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1504, + "line": 1548, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1504" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1548" } ] } } }, { - "id": 281, + "id": 292, "name": "error", "variant": "declaration", "kind": 1024, @@ -6559,9 +6559,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1507, + "line": 1551, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1507" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1551" } ], "type": { @@ -6573,15 +6573,15 @@ "groups": [ { "title": "Properties", - "children": [278, 281] + "children": [289, 292] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1503, + "line": 1547, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1503" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1547" } ] } @@ -6596,7 +6596,7 @@ ] }, { - "id": 328, + "id": 339, "name": "getUser", "variant": "declaration", "kind": 2048, @@ -6604,14 +6604,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1641, + "line": 1685, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1641" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1685" } ], "signatures": [ { - "id": 329, + "id": 340, "name": "getUser", "variant": "signature", "kind": 4096, @@ -6627,14 +6627,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1641, + "line": 1685, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1641" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1685" } ], "parameters": [ { - "id": 330, + "id": 341, "name": "jwt", "variant": "param", "kind": 32768, @@ -6664,7 +6664,7 @@ "typeArguments": [ { "type": "reference", - "target": 786, + "target": 798, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -6676,7 +6676,7 @@ ] }, { - "id": 447, + "id": 458, "name": "getUserIdentities", "variant": "declaration", "kind": 2048, @@ -6684,14 +6684,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2221, + "line": 2267, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2221" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2267" } ], "signatures": [ { - "id": 448, + "id": 459, "name": "getUserIdentities", "variant": "signature", "kind": 4096, @@ -6707,9 +6707,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2221, + "line": 2267, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2221" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2267" } ], "type": { @@ -6725,14 +6725,14 @@ { "type": "reflection", "declaration": { - "id": 449, + "id": 460, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 450, + "id": 461, "name": "data", "variant": "declaration", "kind": 1024, @@ -6740,22 +6740,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2223, + "line": 2269, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2223" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2269" } ], "type": { "type": "reflection", "declaration": { - "id": 451, + "id": 462, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 452, + "id": 463, "name": "identities", "variant": "declaration", "kind": 1024, @@ -6763,16 +6763,16 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2224, + "line": 2270, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2224" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2270" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 803, + "target": 815, "name": "UserIdentity", "package": "@supabase/auth-js" } @@ -6782,22 +6782,22 @@ "groups": [ { "title": "Properties", - "children": [452] + "children": [463] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2223, + "line": 2269, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2223" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2269" } ] } } }, { - "id": 453, + "id": 464, "name": "error", "variant": "declaration", "kind": 1024, @@ -6805,9 +6805,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2226, + "line": 2272, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2226" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2272" } ], "type": { @@ -6819,15 +6819,15 @@ "groups": [ { "title": "Properties", - "children": [450, 453] + "children": [461, 464] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2222, + "line": 2268, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2222" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2268" } ] } @@ -6835,14 +6835,14 @@ { "type": "reflection", "declaration": { - "id": 454, + "id": 465, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 455, + "id": 466, "name": "data", "variant": "declaration", "kind": 1024, @@ -6850,9 +6850,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2228, + "line": 2274, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2274" } ], "type": { @@ -6861,7 +6861,7 @@ } }, { - "id": 456, + "id": 467, "name": "error", "variant": "declaration", "kind": 1024, @@ -6869,14 +6869,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2228, + "line": 2274, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2274" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -6885,15 +6885,15 @@ "groups": [ { "title": "Properties", - "children": [455, 456] + "children": [466, 467] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2228, + "line": 2274, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2274" } ] } @@ -6908,7 +6908,7 @@ ] }, { - "id": 174, + "id": 185, "name": "initialize", "variant": "declaration", "kind": 2048, @@ -6916,14 +6916,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 397, + "line": 425, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L397" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L425" } ], "signatures": [ { - "id": 175, + "id": 186, "name": "initialize", "variant": "signature", "kind": 4096, @@ -6939,9 +6939,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 397, + "line": 425, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L397" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L425" } ], "type": { @@ -6953,7 +6953,7 @@ "typeArguments": [ { "type": "reference", - "target": 1273, + "target": 1288, "name": "InitializeResult", "package": "@supabase/auth-js" } @@ -6965,7 +6965,53 @@ ] }, { - "id": 457, + "id": 172, + "name": "isThrowOnErrorEnabled", + "variant": "declaration", + "kind": 2048, + "flags": { + "isPublic": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/GoTrueClient.ts", + "line": 389, + "character": 9, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L389" + } + ], + "signatures": [ + { + "id": 173, + "name": "isThrowOnErrorEnabled", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns whether error throwing mode is enabled for this client." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/GoTrueClient.ts", + "line": 389, + "character": 9, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L389" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ] + }, + { + "id": 468, "name": "linkIdentity", "variant": "declaration", "kind": 2048, @@ -6973,26 +7019,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2246, + "line": 2292, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2246" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2292" }, { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2251, + "line": 2297, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2251" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2297" }, { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2253, + "line": 2299, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2253" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2299" } ], "signatures": [ { - "id": 458, + "id": 469, "name": "linkIdentity", "variant": "signature", "kind": 4096, @@ -7008,21 +7054,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2246, + "line": 2292, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2246" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2292" } ], "parameters": [ { - "id": 459, + "id": 470, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 925, + "target": 938, "name": "SignInWithOAuthCredentials", "package": "@supabase/auth-js" } @@ -7037,7 +7083,7 @@ "typeArguments": [ { "type": "reference", - "target": 770, + "target": 782, "name": "OAuthResponse", "package": "@supabase/auth-js" } @@ -7047,7 +7093,7 @@ } }, { - "id": 460, + "id": 471, "name": "linkIdentity", "variant": "signature", "kind": 4096, @@ -7063,21 +7109,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2251, + "line": 2297, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2251" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2297" } ], "parameters": [ { - "id": 461, + "id": 472, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 937, + "target": 950, "name": "SignInWithIdTokenCredentials", "package": "@supabase/auth-js" } @@ -7092,7 +7138,7 @@ "typeArguments": [ { "type": "reference", - "target": 761, + "target": 773, "name": "AuthTokenResponse", "package": "@supabase/auth-js" } @@ -7104,7 +7150,7 @@ ] }, { - "id": 409, + "id": 420, "name": "onAuthStateChange", "variant": "declaration", "kind": 2048, @@ -7112,26 +7158,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2099, + "line": 2145, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2099" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2145" }, { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2115, + "line": 2161, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2161" }, { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2119, + "line": 2165, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2119" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2165" } ], "signatures": [ { - "id": 410, + "id": 421, "name": "onAuthStateChange", "variant": "signature", "kind": 4096, @@ -7147,14 +7193,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2099, + "line": 2145, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2099" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2145" } ], "parameters": [ { - "id": 411, + "id": 422, "name": "callback", "variant": "param", "kind": 32768, @@ -7170,7 +7216,7 @@ "type": { "type": "reflection", "declaration": { - "id": 412, + "id": 423, "name": "__type", "variant": "declaration", "kind": 65536, @@ -7178,14 +7224,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2099, + "line": 2145, "character": 30, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2099" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2145" } ], "signatures": [ { - "id": 413, + "id": 424, "name": "__type", "variant": "signature", "kind": 4096, @@ -7193,27 +7239,27 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2099, + "line": 2145, "character": 30, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2099" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2145" } ], "parameters": [ { - "id": 414, + "id": 425, "name": "event", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 688, + "target": 699, "name": "AuthChangeEvent", "package": "@supabase/auth-js" } }, { - "id": 415, + "id": 426, "name": "session", "variant": "param", "kind": 32768, @@ -7227,7 +7273,7 @@ }, { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" } @@ -7248,14 +7294,14 @@ "type": { "type": "reflection", "declaration": { - "id": 416, + "id": 427, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 417, + "id": 428, "name": "data", "variant": "declaration", "kind": 1024, @@ -7263,22 +7309,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2100, + "line": 2146, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2100" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2146" } ], "type": { "type": "reflection", "declaration": { - "id": 418, + "id": 429, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 419, + "id": 430, "name": "subscription", "variant": "declaration", "kind": 1024, @@ -7286,14 +7332,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2100, + "line": 2146, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2100" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2146" } ], "type": { "type": "reference", - "target": 878, + "target": 891, "name": "Subscription", "package": "@supabase/auth-js" } @@ -7302,15 +7348,15 @@ "groups": [ { "title": "Properties", - "children": [419] + "children": [430] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2100, + "line": 2146, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2100" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2146" } ] } @@ -7320,22 +7366,22 @@ "groups": [ { "title": "Properties", - "children": [417] + "children": [428] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2099, + "line": 2145, "character": 90, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2099" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2145" } ] } } }, { - "id": 420, + "id": 431, "name": "onAuthStateChange", "variant": "signature", "kind": 4096, @@ -7370,14 +7416,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2115, + "line": 2161, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2161" } ], "parameters": [ { - "id": 421, + "id": 432, "name": "callback", "variant": "param", "kind": 32768, @@ -7393,7 +7439,7 @@ "type": { "type": "reflection", "declaration": { - "id": 422, + "id": 433, "name": "__type", "variant": "declaration", "kind": 65536, @@ -7401,14 +7447,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2115, + "line": 2161, "character": 30, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2161" } ], "signatures": [ { - "id": 423, + "id": 434, "name": "__type", "variant": "signature", "kind": 4096, @@ -7416,27 +7462,27 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2115, + "line": 2161, "character": 30, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2161" } ], "parameters": [ { - "id": 424, + "id": 435, "name": "event", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 688, + "target": 699, "name": "AuthChangeEvent", "package": "@supabase/auth-js" } }, { - "id": 425, + "id": 436, "name": "session", "variant": "param", "kind": 32768, @@ -7450,7 +7496,7 @@ }, { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" } @@ -7482,14 +7528,14 @@ "type": { "type": "reflection", "declaration": { - "id": 426, + "id": 437, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 427, + "id": 438, "name": "data", "variant": "declaration", "kind": 1024, @@ -7497,22 +7543,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2116, + "line": 2162, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2116" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2162" } ], "type": { "type": "reflection", "declaration": { - "id": 428, + "id": 439, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 429, + "id": 440, "name": "subscription", "variant": "declaration", "kind": 1024, @@ -7520,14 +7566,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2116, + "line": 2162, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2116" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2162" } ], "type": { "type": "reference", - "target": 878, + "target": 891, "name": "Subscription", "package": "@supabase/auth-js" } @@ -7536,15 +7582,15 @@ "groups": [ { "title": "Properties", - "children": [429] + "children": [440] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2116, + "line": 2162, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2116" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2162" } ] } @@ -7554,15 +7600,15 @@ "groups": [ { "title": "Properties", - "children": [427] + "children": [438] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2115, + "line": 2161, "character": 99, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2161" } ] } @@ -7571,7 +7617,7 @@ ] }, { - "id": 258, + "id": 269, "name": "reauthenticate", "variant": "declaration", "kind": 2048, @@ -7579,14 +7625,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1315, + "line": 1356, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1315" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1356" } ], "signatures": [ { - "id": 259, + "id": 270, "name": "reauthenticate", "variant": "signature", "kind": 4096, @@ -7602,9 +7648,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1315, + "line": 1356, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1315" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1356" } ], "type": { @@ -7616,7 +7662,7 @@ "typeArguments": [ { "type": "reference", - "target": 747, + "target": 759, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -7628,7 +7674,7 @@ ] }, { - "id": 358, + "id": 369, "name": "refreshSession", "variant": "declaration", "kind": 2048, @@ -7636,14 +7682,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1846, + "line": 1892, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1846" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1892" } ], "signatures": [ { - "id": 359, + "id": 370, "name": "refreshSession", "variant": "signature", "kind": 4096, @@ -7659,14 +7705,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1846, + "line": 1892, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1846" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1892" } ], "parameters": [ { - "id": 360, + "id": 371, "name": "currentSession", "variant": "param", "kind": 32768, @@ -7684,14 +7730,14 @@ "type": { "type": "reflection", "declaration": { - "id": 361, + "id": 372, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 362, + "id": 373, "name": "refresh_token", "variant": "declaration", "kind": 1024, @@ -7699,9 +7745,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1846, + "line": 1892, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1846" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1892" } ], "type": { @@ -7713,15 +7759,15 @@ "groups": [ { "title": "Properties", - "children": [362] + "children": [373] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1846, + "line": 1892, "character": 40, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1846" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1892" } ] } @@ -7737,7 +7783,7 @@ "typeArguments": [ { "type": "reference", - "target": 747, + "target": 759, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -7749,7 +7795,7 @@ ] }, { - "id": 262, + "id": 273, "name": "resend", "variant": "declaration", "kind": 2048, @@ -7757,14 +7803,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1350, + "line": 1391, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1350" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1391" } ], "signatures": [ { - "id": 263, + "id": 274, "name": "resend", "variant": "signature", "kind": 4096, @@ -7780,21 +7826,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1350, + "line": 1391, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1350" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1391" } ], "parameters": [ { - "id": 264, + "id": 275, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1021, + "target": 1034, "name": "ResendParams", "package": "@supabase/auth-js" } @@ -7809,7 +7855,7 @@ "typeArguments": [ { "type": "reference", - "target": 756, + "target": 768, "name": "AuthOtpResponse", "package": "@supabase/auth-js" } @@ -7821,7 +7867,7 @@ ] }, { - "id": 433, + "id": 444, "name": "resetPasswordForEmail", "variant": "declaration", "kind": 2048, @@ -7829,14 +7875,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2175, + "line": 2221, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2221" } ], "signatures": [ { - "id": 434, + "id": 445, "name": "resetPasswordForEmail", "variant": "signature", "kind": 4096, @@ -7852,14 +7898,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2175, + "line": 2221, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2221" } ], "parameters": [ { - "id": 435, + "id": 446, "name": "email", "variant": "param", "kind": 32768, @@ -7878,7 +7924,7 @@ } }, { - "id": 436, + "id": 447, "name": "options", "variant": "param", "kind": 32768, @@ -7886,14 +7932,14 @@ "type": { "type": "reflection", "declaration": { - "id": 437, + "id": 448, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 439, + "id": 450, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -7911,9 +7957,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2179, + "line": 2225, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2225" } ], "type": { @@ -7922,7 +7968,7 @@ } }, { - "id": 438, + "id": 449, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -7940,9 +7986,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2178, + "line": 2224, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2178" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2224" } ], "type": { @@ -7954,15 +8000,15 @@ "groups": [ { "title": "Properties", - "children": [439, 438] + "children": [450, 449] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2177, + "line": 2223, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2177" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2223" } ] } @@ -7983,14 +8029,14 @@ { "type": "reflection", "declaration": { - "id": 440, + "id": 451, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 441, + "id": 452, "name": "data", "variant": "declaration", "kind": 1024, @@ -7998,15 +8044,15 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2183, + "line": 2229, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2183" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2229" } ], "type": { "type": "reflection", "declaration": { - "id": 442, + "id": 453, "name": "__type", "variant": "declaration", "kind": 65536, @@ -8015,7 +8061,7 @@ } }, { - "id": 443, + "id": 454, "name": "error", "variant": "declaration", "kind": 1024, @@ -8023,9 +8069,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2184, + "line": 2230, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2230" } ], "type": { @@ -8037,15 +8083,15 @@ "groups": [ { "title": "Properties", - "children": [441, 443] + "children": [452, 454] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2182, + "line": 2228, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2182" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2228" } ] } @@ -8053,14 +8099,14 @@ { "type": "reflection", "declaration": { - "id": 444, + "id": 455, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 445, + "id": 456, "name": "data", "variant": "declaration", "kind": 1024, @@ -8068,9 +8114,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2186, + "line": 2232, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2186" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2232" } ], "type": { @@ -8079,7 +8125,7 @@ } }, { - "id": 446, + "id": 457, "name": "error", "variant": "declaration", "kind": 1024, @@ -8087,14 +8133,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2186, + "line": 2232, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2186" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2232" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -8103,15 +8149,15 @@ "groups": [ { "title": "Properties", - "children": [445, 446] + "children": [456, 457] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2186, + "line": 2232, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2186" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2232" } ] } @@ -8126,7 +8172,7 @@ ] }, { - "id": 346, + "id": 357, "name": "setSession", "variant": "declaration", "kind": 2048, @@ -8134,14 +8180,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1771, + "line": 1817, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1771" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1817" } ], "signatures": [ { - "id": 347, + "id": 358, "name": "setSession", "variant": "signature", "kind": 4096, @@ -8157,14 +8203,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1771, + "line": 1817, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1771" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1817" } ], "parameters": [ { - "id": 348, + "id": 359, "name": "currentSession", "variant": "param", "kind": 32768, @@ -8180,14 +8226,14 @@ "type": { "type": "reflection", "declaration": { - "id": 349, + "id": 360, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 350, + "id": 361, "name": "access_token", "variant": "declaration", "kind": 1024, @@ -8195,9 +8241,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1772, + "line": 1818, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1772" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1818" } ], "type": { @@ -8206,7 +8252,7 @@ } }, { - "id": 351, + "id": 362, "name": "refresh_token", "variant": "declaration", "kind": 1024, @@ -8214,9 +8260,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1773, + "line": 1819, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1773" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1819" } ], "type": { @@ -8228,15 +8274,15 @@ "groups": [ { "title": "Properties", - "children": [350, 351] + "children": [361, 362] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1771, + "line": 1817, "character": 35, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1771" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1817" } ] } @@ -8252,7 +8298,7 @@ "typeArguments": [ { "type": "reference", - "target": 747, + "target": 759, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -8264,7 +8310,7 @@ ] }, { - "id": 178, + "id": 189, "name": "signInAnonymously", "variant": "declaration", "kind": 2048, @@ -8272,14 +8318,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 500, + "line": 532, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L500" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L532" } ], "signatures": [ { - "id": 179, + "id": 190, "name": "signInAnonymously", "variant": "signature", "kind": 4096, @@ -8306,14 +8352,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 500, + "line": 532, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L500" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L532" } ], "parameters": [ { - "id": 180, + "id": 191, "name": "credentials", "variant": "param", "kind": 32768, @@ -8322,7 +8368,7 @@ }, "type": { "type": "reference", - "target": 888, + "target": 901, "name": "SignInAnonymouslyCredentials", "package": "@supabase/auth-js" } @@ -8337,7 +8383,7 @@ "typeArguments": [ { "type": "reference", - "target": 747, + "target": 759, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -8349,7 +8395,7 @@ ] }, { - "id": 246, + "id": 257, "name": "signInWithIdToken", "variant": "declaration", "kind": 2048, @@ -8357,14 +8403,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1108, + "line": 1141, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1108" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1141" } ], "signatures": [ { - "id": 247, + "id": 258, "name": "signInWithIdToken", "variant": "signature", "kind": 4096, @@ -8380,21 +8426,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1108, + "line": 1141, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1108" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1141" } ], "parameters": [ { - "id": 248, + "id": 259, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 937, + "target": 950, "name": "SignInWithIdTokenCredentials", "package": "@supabase/auth-js" } @@ -8409,7 +8455,7 @@ "typeArguments": [ { "type": "reference", - "target": 761, + "target": 773, "name": "AuthTokenResponse", "package": "@supabase/auth-js" } @@ -8421,7 +8467,7 @@ ] }, { - "id": 187, + "id": 198, "name": "signInWithOAuth", "variant": "declaration", "kind": 2048, @@ -8429,14 +8475,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 683, + "line": 716, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L683" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L716" } ], "signatures": [ { - "id": 188, + "id": 199, "name": "signInWithOAuth", "variant": "signature", "kind": 4096, @@ -8452,21 +8498,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 683, + "line": 716, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L683" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L716" } ], "parameters": [ { - "id": 189, + "id": 200, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 925, + "target": 938, "name": "SignInWithOAuthCredentials", "package": "@supabase/auth-js" } @@ -8481,7 +8527,7 @@ "typeArguments": [ { "type": "reference", - "target": 770, + "target": 782, "name": "OAuthResponse", "package": "@supabase/auth-js" } @@ -8493,7 +8539,7 @@ ] }, { - "id": 249, + "id": 260, "name": "signInWithOtp", "variant": "declaration", "kind": 2048, @@ -8501,14 +8547,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1163, + "line": 1194, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1163" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1194" } ], "signatures": [ { - "id": 250, + "id": 261, "name": "signInWithOtp", "variant": "signature", "kind": 4096, @@ -8540,21 +8586,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1163, + "line": 1194, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1163" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1194" } ], "parameters": [ { - "id": 251, + "id": 262, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 907, + "target": 920, "name": "SignInWithPasswordlessCredentials", "package": "@supabase/auth-js" } @@ -8569,7 +8615,7 @@ "typeArguments": [ { "type": "reference", - "target": 756, + "target": 768, "name": "AuthOtpResponse", "package": "@supabase/auth-js" } @@ -8581,7 +8627,7 @@ ] }, { - "id": 184, + "id": 195, "name": "signInWithPassword", "variant": "declaration", "kind": 2048, @@ -8589,14 +8635,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 620, + "line": 652, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L620" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L652" } ], "signatures": [ { - "id": 185, + "id": 196, "name": "signInWithPassword", "variant": "signature", "kind": 4096, @@ -8612,21 +8658,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 620, + "line": 652, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L620" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L652" } ], "parameters": [ { - "id": 186, + "id": 197, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 902, + "target": 915, "name": "SignInWithPasswordCredentials", "package": "@supabase/auth-js" } @@ -8641,7 +8687,7 @@ "typeArguments": [ { "type": "reference", - "target": 765, + "target": 777, "name": "AuthTokenResponsePassword", "package": "@supabase/auth-js" } @@ -8653,7 +8699,7 @@ ] }, { - "id": 255, + "id": 266, "name": "signInWithSSO", "variant": "declaration", "kind": 2048, @@ -8661,14 +8707,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1277, + "line": 1311, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1311" } ], "signatures": [ { - "id": 256, + "id": 267, "name": "signInWithSSO", "variant": "signature", "kind": 4096, @@ -8684,21 +8730,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1277, + "line": 1311, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1311" } ], "parameters": [ { - "id": 257, + "id": 268, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1035, + "target": 1048, "name": "SignInWithSSO", "package": "@supabase/auth-js" } @@ -8713,7 +8759,7 @@ "typeArguments": [ { "type": "reference", - "target": 783, + "target": 795, "name": "SSOResponse", "package": "@supabase/auth-js" } @@ -8725,7 +8771,7 @@ ] }, { - "id": 193, + "id": 204, "name": "signInWithWeb3", "variant": "declaration", "kind": 2048, @@ -8733,14 +8779,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 710, + "line": 743, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L710" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L743" } ], "signatures": [ { - "id": 194, + "id": 205, "name": "signInWithWeb3", "variant": "signature", "kind": 4096, @@ -8767,21 +8813,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 710, + "line": 743, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L710" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L743" } ], "parameters": [ { - "id": 195, + "id": 206, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 998, + "target": 1011, "name": "Web3Credentials", "package": "@supabase/auth-js" } @@ -8800,14 +8846,14 @@ { "type": "reflection", "declaration": { - "id": 196, + "id": 207, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 197, + "id": 208, "name": "data", "variant": "declaration", "kind": 1024, @@ -8815,22 +8861,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 712, + "line": 745, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L712" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L745" } ], "type": { "type": "reflection", "declaration": { - "id": 198, + "id": 209, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 199, + "id": 210, "name": "session", "variant": "declaration", "kind": 1024, @@ -8838,20 +8884,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 712, + "line": 745, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L712" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L745" } ], "type": { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" } }, { - "id": 200, + "id": 211, "name": "user", "variant": "declaration", "kind": 1024, @@ -8859,14 +8905,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 712, + "line": 745, "character": 34, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L712" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L745" } ], "type": { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" } @@ -8875,22 +8921,22 @@ "groups": [ { "title": "Properties", - "children": [199, 200] + "children": [210, 211] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 712, + "line": 745, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L712" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L745" } ] } } }, { - "id": 201, + "id": 212, "name": "error", "variant": "declaration", "kind": 1024, @@ -8898,9 +8944,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 713, + "line": 746, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L713" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L746" } ], "type": { @@ -8912,15 +8958,15 @@ "groups": [ { "title": "Properties", - "children": [197, 201] + "children": [208, 212] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 711, + "line": 744, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L711" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L744" } ] } @@ -8928,14 +8974,14 @@ { "type": "reflection", "declaration": { - "id": 202, + "id": 213, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 203, + "id": 214, "name": "data", "variant": "declaration", "kind": 1024, @@ -8943,22 +8989,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 715, + "line": 748, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L715" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L748" } ], "type": { "type": "reflection", "declaration": { - "id": 204, + "id": 215, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 205, + "id": 216, "name": "session", "variant": "declaration", "kind": 1024, @@ -8966,9 +9012,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 715, + "line": 748, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L715" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L748" } ], "type": { @@ -8977,7 +9023,7 @@ } }, { - "id": 206, + "id": 217, "name": "user", "variant": "declaration", "kind": 1024, @@ -8985,9 +9031,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 715, + "line": 748, "character": 31, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L715" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L748" } ], "type": { @@ -8999,22 +9045,22 @@ "groups": [ { "title": "Properties", - "children": [205, 206] + "children": [216, 217] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 715, + "line": 748, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L715" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L748" } ] } } }, { - "id": 207, + "id": 218, "name": "error", "variant": "declaration", "kind": 1024, @@ -9022,14 +9068,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 715, + "line": 748, "character": 45, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L715" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L748" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -9038,15 +9084,15 @@ "groups": [ { "title": "Properties", - "children": [203, 207] + "children": [214, 218] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 715, + "line": 748, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L715" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L748" } ] } @@ -9061,7 +9107,7 @@ ] }, { - "id": 399, + "id": 410, "name": "signOut", "variant": "declaration", "kind": 2048, @@ -9069,14 +9115,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2053, + "line": 2099, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2053" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2099" } ], "signatures": [ { - "id": 400, + "id": 411, "name": "signOut", "variant": "signature", "kind": 4096, @@ -9132,21 +9178,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2053, + "line": 2099, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2053" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2099" } ], "parameters": [ { - "id": 401, + "id": 412, "name": "options", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1288, + "target": 1303, "name": "SignOut", "package": "@supabase/auth-js" }, @@ -9163,14 +9209,14 @@ { "type": "reflection", "declaration": { - "id": 402, + "id": 413, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 403, + "id": 414, "name": "error", "variant": "declaration", "kind": 1024, @@ -9178,9 +9224,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2053, + "line": 2099, "character": 67, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2053" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2099" } ], "type": { @@ -9192,7 +9238,7 @@ }, { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -9203,15 +9249,15 @@ "groups": [ { "title": "Properties", - "children": [403] + "children": [414] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2053, + "line": 2099, "character": 65, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2053" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2099" } ] } @@ -9224,7 +9270,7 @@ ] }, { - "id": 181, + "id": 192, "name": "signUp", "variant": "declaration", "kind": 2048, @@ -9232,14 +9278,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 543, + "line": 575, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L543" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L575" } ], "signatures": [ { - "id": 182, + "id": 193, "name": "signUp", "variant": "signature", "kind": 4096, @@ -9275,21 +9321,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 543, + "line": 575, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L543" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L575" } ], "parameters": [ { - "id": 183, + "id": 194, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 894, + "target": 907, "name": "SignUpWithPasswordCredentials", "package": "@supabase/auth-js" } @@ -9304,7 +9350,7 @@ "typeArguments": [ { "type": "reference", - "target": 747, + "target": 759, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -9316,7 +9362,7 @@ ] }, { - "id": 523, + "id": 534, "name": "startAutoRefresh", "variant": "declaration", "kind": 2048, @@ -9324,14 +9370,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2828, + "line": 2877, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2828" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2877" } ], "signatures": [ { - "id": 524, + "id": 535, "name": "startAutoRefresh", "variant": "signature", "kind": 4096, @@ -9346,7 +9392,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueClientOptions#autoRefreshToken", - "target": 707 + "target": 718 }, { "kind": "text", @@ -9362,9 +9408,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2828, + "line": 2877, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2828" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2877" } ], "type": { @@ -9386,7 +9432,7 @@ ] }, { - "id": 525, + "id": 536, "name": "stopAutoRefresh", "variant": "declaration", "kind": 2048, @@ -9394,14 +9440,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2841, + "line": 2890, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2841" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2890" } ], "signatures": [ { - "id": 526, + "id": 537, "name": "stopAutoRefresh", "variant": "signature", "kind": 4096, @@ -9426,9 +9472,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2841, + "line": 2890, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2841" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2890" } ], "type": { @@ -9450,7 +9496,7 @@ ] }, { - "id": 468, + "id": 479, "name": "unlinkIdentity", "variant": "declaration", "kind": 2048, @@ -9458,14 +9504,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2347, + "line": 2396, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2347" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2396" } ], "signatures": [ { - "id": 469, + "id": 480, "name": "unlinkIdentity", "variant": "signature", "kind": 4096, @@ -9481,21 +9527,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2347, + "line": 2396, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2347" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2396" } ], "parameters": [ { - "id": 470, + "id": 481, "name": "identity", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 803, + "target": 815, "name": "UserIdentity", "package": "@supabase/auth-js" } @@ -9514,14 +9560,14 @@ { "type": "reflection", "declaration": { - "id": 471, + "id": 482, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 472, + "id": 483, "name": "data", "variant": "declaration", "kind": 1024, @@ -9529,15 +9575,15 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2349, + "line": 2398, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2349" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2398" } ], "type": { "type": "reflection", "declaration": { - "id": 473, + "id": 484, "name": "__type", "variant": "declaration", "kind": 65536, @@ -9546,7 +9592,7 @@ } }, { - "id": 474, + "id": 485, "name": "error", "variant": "declaration", "kind": 1024, @@ -9554,9 +9600,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2350, + "line": 2399, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2350" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2399" } ], "type": { @@ -9568,15 +9614,15 @@ "groups": [ { "title": "Properties", - "children": [472, 474] + "children": [483, 485] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2348, + "line": 2397, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2348" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2397" } ] } @@ -9584,14 +9630,14 @@ { "type": "reflection", "declaration": { - "id": 475, + "id": 486, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 476, + "id": 487, "name": "data", "variant": "declaration", "kind": 1024, @@ -9599,9 +9645,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2352, + "line": 2401, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2352" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2401" } ], "type": { @@ -9610,7 +9656,7 @@ } }, { - "id": 477, + "id": 488, "name": "error", "variant": "declaration", "kind": 1024, @@ -9618,14 +9664,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2352, + "line": 2401, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2352" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2401" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -9634,15 +9680,15 @@ "groups": [ { "title": "Properties", - "children": [476, 477] + "children": [487, 488] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2352, + "line": 2401, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2352" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2401" } ] } @@ -9657,7 +9703,7 @@ ] }, { - "id": 334, + "id": 345, "name": "updateUser", "variant": "declaration", "kind": 2048, @@ -9665,14 +9711,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1702, + "line": 1746, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1702" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1746" } ], "signatures": [ { - "id": 335, + "id": 346, "name": "updateUser", "variant": "signature", "kind": 4096, @@ -9688,27 +9734,27 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1702, + "line": 1746, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1702" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1746" } ], "parameters": [ { - "id": 336, + "id": 347, "name": "attributes", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 859, + "target": 872, "name": "UserAttributes", "package": "@supabase/auth-js" } }, { - "id": 337, + "id": 348, "name": "options", "variant": "param", "kind": 32768, @@ -9716,14 +9762,14 @@ "type": { "type": "reflection", "declaration": { - "id": 338, + "id": 349, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 339, + "id": 350, "name": "emailRedirectTo", "variant": "declaration", "kind": 1024, @@ -9733,9 +9779,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1705, + "line": 1749, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1705" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1749" } ], "type": { @@ -9747,15 +9793,15 @@ "groups": [ { "title": "Properties", - "children": [339] + "children": [350] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1704, + "line": 1748, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1704" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1748" } ] } @@ -9772,7 +9818,7 @@ "typeArguments": [ { "type": "reference", - "target": 786, + "target": 798, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -9784,7 +9830,7 @@ ] }, { - "id": 252, + "id": 263, "name": "verifyOtp", "variant": "declaration", "kind": 2048, @@ -9792,14 +9838,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1216, + "line": 1250, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1216" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1250" } ], "signatures": [ { - "id": 253, + "id": 264, "name": "verifyOtp", "variant": "signature", "kind": 4096, @@ -9815,21 +9861,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1216, + "line": 1250, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1216" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1250" } ], "parameters": [ { - "id": 254, + "id": 265, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 999, + "target": 1012, "name": "VerifyOtpParams", "package": "@supabase/auth-js" } @@ -9844,7 +9890,7 @@ "typeArguments": [ { "type": "reference", - "target": 747, + "target": 759, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -9868,29 +9914,29 @@ { "title": "Methods", "children": [ - 190, 637, 265, 328, 447, 174, 457, 409, 258, 358, 262, 433, 346, 178, 246, 187, 249, - 184, 255, 193, 399, 181, 523, 525, 468, 334, 252 + 201, 648, 276, 339, 458, 185, 172, 468, 420, 269, 369, 273, 444, 357, 189, 257, 198, + 260, 195, 266, 204, 410, 192, 534, 536, 479, 345, 263 ] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 189, + "line": 190, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L189" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L190" } ] }, { - "id": 670, + "id": 681, "name": "NavigatorLockAcquireTimeoutError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 671, + "id": 682, "name": "constructor", "variant": "declaration", "kind": 512, @@ -9900,12 +9946,12 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L26" } ], "signatures": [ { - "id": 672, + "id": 683, "name": "NavigatorLockAcquireTimeoutError", "variant": "signature", "kind": 16384, @@ -9915,12 +9961,12 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L26" } ], "parameters": [ { - "id": 673, + "id": 684, "name": "message", "variant": "param", "kind": 32768, @@ -9933,7 +9979,7 @@ ], "type": { "type": "reference", - "target": 670, + "target": 681, "name": "NavigatorLockAcquireTimeoutError", "package": "@supabase/auth-js" }, @@ -9951,7 +9997,7 @@ } }, { - "id": 674, + "id": 685, "name": "isAcquireTimeout", "variant": "declaration", "kind": 1024, @@ -9965,7 +10011,7 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 24, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L24" } ], "type": { @@ -9983,11 +10029,11 @@ "groups": [ { "title": "Constructors", - "children": [671] + "children": [682] }, { "title": "Properties", - "children": [674] + "children": [685] } ], "sources": [ @@ -9995,7 +10041,7 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 31, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L31" } ], "extendedTypes": [ @@ -10011,14 +10057,14 @@ ] }, { - "id": 865, + "id": 878, "name": "AdminUserAttributes", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 867, + "id": 880, "name": "app_metadata", "variant": "declaration", "kind": 1024, @@ -10052,9 +10098,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 438, + "line": 450, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L438" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L450" } ], "type": { @@ -10063,7 +10109,7 @@ } }, { - "id": 870, + "id": 883, "name": "ban_duration", "variant": "declaration", "kind": 1024, @@ -10081,9 +10127,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 464, + "line": 476, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L464" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L476" } ], "type": { @@ -10092,7 +10138,7 @@ } }, { - "id": 876, + "id": 889, "name": "email", "variant": "declaration", "kind": 1024, @@ -10111,9 +10157,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 389, + "line": 401, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L389" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L401" } ], "type": { @@ -10127,7 +10173,7 @@ } }, { - "id": 868, + "id": 881, "name": "email_confirm", "variant": "declaration", "kind": 1024, @@ -10145,9 +10191,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 445, + "line": 457, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L445" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L457" } ], "type": { @@ -10156,7 +10202,7 @@ } }, { - "id": 873, + "id": 886, "name": "id", "variant": "declaration", "kind": 1024, @@ -10190,9 +10236,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 489, + "line": 501, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L489" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L501" } ], "type": { @@ -10201,7 +10247,7 @@ } }, { - "id": 874, + "id": 887, "name": "nonce", "variant": "declaration", "kind": 1024, @@ -10220,9 +10266,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 406, + "line": 418, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L406" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L418" } ], "type": { @@ -10236,7 +10282,7 @@ } }, { - "id": 877, + "id": 890, "name": "password", "variant": "declaration", "kind": 1024, @@ -10255,9 +10301,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 399, + "line": 411, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L399" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L411" } ], "type": { @@ -10271,7 +10317,7 @@ } }, { - "id": 872, + "id": 885, "name": "password_hash", "variant": "declaration", "kind": 1024, @@ -10297,9 +10343,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 482, + "line": 494, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L482" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L494" } ], "type": { @@ -10308,7 +10354,7 @@ } }, { - "id": 875, + "id": 888, "name": "phone", "variant": "declaration", "kind": 1024, @@ -10327,9 +10373,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 394, + "line": 406, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L394" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L406" } ], "type": { @@ -10343,7 +10389,7 @@ } }, { - "id": 869, + "id": 882, "name": "phone_confirm", "variant": "declaration", "kind": 1024, @@ -10361,9 +10407,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 452, + "line": 464, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L452" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L464" } ], "type": { @@ -10372,7 +10418,7 @@ } }, { - "id": 871, + "id": 884, "name": "role", "variant": "declaration", "kind": 1024, @@ -10422,9 +10468,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 473, + "line": 485, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L473" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L485" } ], "type": { @@ -10433,7 +10479,7 @@ } }, { - "id": 866, + "id": 879, "name": "user_metadata", "variant": "declaration", "kind": 1024, @@ -10467,9 +10513,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 428, + "line": 440, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L428" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L440" } ], "type": { @@ -10481,15 +10527,15 @@ "groups": [ { "title": "Properties", - "children": [867, 870, 876, 868, 873, 874, 877, 872, 875, 869, 871, 866] + "children": [880, 883, 889, 881, 886, 887, 890, 885, 888, 882, 884, 879] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 417, + "line": 429, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L417" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L429" } ], "extendedTypes": [ @@ -10502,7 +10548,7 @@ "typeArguments": [ { "type": "reference", - "target": 859, + "target": 872, "name": "UserAttributes", "package": "@supabase/auth-js" }, @@ -10517,7 +10563,7 @@ ] }, { - "id": 800, + "id": 812, "name": "AMREntry", "variant": "declaration", "kind": 256, @@ -10537,7 +10583,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#getAuthenticatorAssuranceLevel", - "target": 1247 + "target": 1262 }, { "kind": "text", @@ -10549,7 +10595,7 @@ }, "children": [ { - "id": 801, + "id": 813, "name": "method", "variant": "declaration", "kind": 1024, @@ -10565,20 +10611,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 281, + "line": 286, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L281" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L286" } ], "type": { "type": "reference", - "target": 798, + "target": 810, "name": "AMRMethod", "package": "@supabase/auth-js" } }, { - "id": 802, + "id": 814, "name": "timestamp", "variant": "declaration", "kind": 1024, @@ -10594,9 +10640,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 287, + "line": 292, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L287" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L292" } ], "type": { @@ -10608,20 +10654,20 @@ "groups": [ { "title": "Properties", - "children": [801, 802] + "children": [813, 814] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 279, + "line": 284, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L279" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L284" } ] }, { - "id": 1416, + "id": 1447, "name": "AuthOAuthServerApi", "variant": "declaration", "kind": 256, @@ -10636,7 +10682,7 @@ }, "children": [ { - "id": 1420, + "id": 1451, "name": "approveAuthorization", "variant": "declaration", "kind": 2048, @@ -10644,14 +10690,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1703, + "line": 1753, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1703" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1753" } ], "signatures": [ { - "id": 1421, + "id": 1452, "name": "approveAuthorization", "variant": "signature", "kind": 4096, @@ -10678,14 +10724,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1703, + "line": 1753, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1703" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1753" } ], "parameters": [ { - "id": 1422, + "id": 1453, "name": "authorizationId", "variant": "param", "kind": 32768, @@ -10704,7 +10750,7 @@ } }, { - "id": 1423, + "id": 1454, "name": "options", "variant": "param", "kind": 32768, @@ -10722,14 +10768,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1424, + "id": 1455, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1425, + "id": 1456, "name": "skipBrowserRedirect", "variant": "declaration", "kind": 1024, @@ -10739,9 +10785,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1705, + "line": 1755, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1705" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1755" } ], "type": { @@ -10753,15 +10799,15 @@ "groups": [ { "title": "Properties", - "children": [1425] + "children": [1456] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1705, + "line": 1755, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1705" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1755" } ] } @@ -10777,7 +10823,7 @@ "typeArguments": [ { "type": "reference", - "target": 1413, + "target": 1444, "name": "AuthOAuthConsentResponse", "package": "@supabase/auth-js" } @@ -10789,7 +10835,7 @@ ] }, { - "id": 1426, + "id": 1457, "name": "denyAuthorization", "variant": "declaration", "kind": 2048, @@ -10797,14 +10843,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1716, + "line": 1766, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1716" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1766" } ], "signatures": [ { - "id": 1427, + "id": 1458, "name": "denyAuthorization", "variant": "signature", "kind": 4096, @@ -10831,14 +10877,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1716, + "line": 1766, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1716" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1766" } ], "parameters": [ { - "id": 1428, + "id": 1459, "name": "authorizationId", "variant": "param", "kind": 32768, @@ -10857,7 +10903,7 @@ } }, { - "id": 1429, + "id": 1460, "name": "options", "variant": "param", "kind": 32768, @@ -10875,14 +10921,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1430, + "id": 1461, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1431, + "id": 1462, "name": "skipBrowserRedirect", "variant": "declaration", "kind": 1024, @@ -10892,9 +10938,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1718, + "line": 1768, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1718" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1768" } ], "type": { @@ -10906,15 +10952,15 @@ "groups": [ { "title": "Properties", - "children": [1431] + "children": [1462] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1718, + "line": 1768, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1718" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1768" } ] } @@ -10930,7 +10976,7 @@ "typeArguments": [ { "type": "reference", - "target": 1413, + "target": 1444, "name": "AuthOAuthConsentResponse", "package": "@supabase/auth-js" } @@ -10942,7 +10988,7 @@ ] }, { - "id": 1417, + "id": 1448, "name": "getAuthorizationDetails", "variant": "declaration", "kind": 2048, @@ -10950,14 +10996,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1693, + "line": 1743, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1693" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1743" } ], "signatures": [ { - "id": 1418, + "id": 1449, "name": "getAuthorizationDetails", "variant": "signature", "kind": 4096, @@ -10984,14 +11030,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1693, + "line": 1743, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1693" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1743" } ], "parameters": [ { - "id": 1419, + "id": 1450, "name": "authorizationId", "variant": "param", "kind": 32768, @@ -11019,7 +11065,7 @@ "typeArguments": [ { "type": "reference", - "target": 1412, + "target": 1443, "name": "AuthOAuthAuthorizationDetailsResponse", "package": "@supabase/auth-js" } @@ -11034,27 +11080,27 @@ "groups": [ { "title": "Methods", - "children": [1420, 1426, 1417] + "children": [1451, 1457, 1448] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1680, + "line": 1730, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1680" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1730" } ] }, { - "id": 1070, + "id": 1085, "name": "GenerateLinkOptions", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1071, + "id": 1086, "name": "data", "variant": "declaration", "kind": 1024, @@ -11088,9 +11134,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 829, + "line": 855, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L829" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L855" } ], "type": { @@ -11099,7 +11145,7 @@ } }, { - "id": 1072, + "id": 1087, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -11117,9 +11163,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 831, + "line": 857, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L831" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L857" } ], "type": { @@ -11131,20 +11177,20 @@ "groups": [ { "title": "Properties", - "children": [1071, 1072] + "children": [1086, 1087] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 823, + "line": 849, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L823" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L849" } ] }, { - "id": 1263, + "id": 1278, "name": "GoTrueAdminMFAApi", "variant": "declaration", "kind": 256, @@ -11165,7 +11211,7 @@ }, "children": [ { - "id": 1267, + "id": 1282, "name": "deleteFactor", "variant": "declaration", "kind": 2048, @@ -11173,14 +11219,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1272, + "line": 1298, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1272" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1298" } ], "signatures": [ { - "id": 1268, + "id": 1283, "name": "deleteFactor", "variant": "signature", "kind": 4096, @@ -11200,7 +11246,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#unenroll", - "target": 1236 + "target": 1251 } ] }, @@ -11213,21 +11259,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1272, + "line": 1298, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1272" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1298" } ], "parameters": [ { - "id": 1269, + "id": 1284, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1253, + "target": 1268, "name": "AuthMFAAdminDeleteFactorParams", "package": "@supabase/auth-js" } @@ -11242,7 +11288,7 @@ "typeArguments": [ { "type": "reference", - "target": 1250, + "target": 1265, "name": "AuthMFAAdminDeleteFactorResponse", "package": "@supabase/auth-js" } @@ -11254,7 +11300,7 @@ ] }, { - "id": 1264, + "id": 1279, "name": "listFactors", "variant": "declaration", "kind": 2048, @@ -11262,14 +11308,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1262, + "line": 1288, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1262" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1288" } ], "signatures": [ { - "id": 1265, + "id": 1280, "name": "listFactors", "variant": "signature", "kind": 4096, @@ -11285,21 +11331,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1262, + "line": 1288, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1262" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1288" } ], "parameters": [ { - "id": 1266, + "id": 1281, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1260, + "target": 1275, "name": "AuthMFAAdminListFactorsParams", "package": "@supabase/auth-js" } @@ -11314,7 +11360,7 @@ "typeArguments": [ { "type": "reference", - "target": 1257, + "target": 1272, "name": "AuthMFAAdminListFactorsResponse", "package": "@supabase/auth-js" } @@ -11329,20 +11375,20 @@ "groups": [ { "title": "Methods", - "children": [1267, 1264] + "children": [1282, 1279] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1257, + "line": 1283, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1257" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1283" } ] }, { - "id": 1373, + "id": 1404, "name": "GoTrueAdminOAuthApi", "variant": "declaration", "kind": 256, @@ -11357,7 +11403,7 @@ }, "children": [ { - "id": 1377, + "id": 1408, "name": "createClient", "variant": "declaration", "kind": 2048, @@ -11365,14 +11411,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1587, + "line": 1637, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1587" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1637" } ], "signatures": [ { - "id": 1378, + "id": 1409, "name": "createClient", "variant": "signature", "kind": 4096, @@ -11396,21 +11442,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1587, + "line": 1637, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1587" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1637" } ], "parameters": [ { - "id": 1379, + "id": 1410, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1345, + "target": 1376, "name": "CreateOAuthClientParams", "package": "@supabase/auth-js" } @@ -11425,7 +11471,7 @@ "typeArguments": [ { "type": "reference", - "target": 1360, + "target": 1391, "name": "OAuthClientResponse", "package": "@supabase/auth-js" } @@ -11437,7 +11483,7 @@ ] }, { - "id": 1387, + "id": 1418, "name": "deleteClient", "variant": "declaration", "kind": 2048, @@ -11445,14 +11491,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1611, + "line": 1661, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1611" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1661" } ], "signatures": [ { - "id": 1388, + "id": 1419, "name": "deleteClient", "variant": "signature", "kind": 4096, @@ -11476,14 +11522,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1611, + "line": 1661, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1611" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1661" } ], "parameters": [ { - "id": 1389, + "id": 1420, "name": "clientId", "variant": "param", "kind": 32768, @@ -11504,14 +11550,14 @@ { "type": "reflection", "declaration": { - "id": 1390, + "id": 1421, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1391, + "id": 1422, "name": "data", "variant": "declaration", "kind": 1024, @@ -11519,9 +11565,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1611, + "line": 1661, "character": 44, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1611" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1661" } ], "type": { @@ -11530,7 +11576,7 @@ } }, { - "id": 1392, + "id": 1423, "name": "error", "variant": "declaration", "kind": 1024, @@ -11538,9 +11584,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1611, + "line": 1661, "character": 56, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1611" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1661" } ], "type": { @@ -11552,7 +11598,7 @@ }, { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -11563,15 +11609,15 @@ "groups": [ { "title": "Properties", - "children": [1391, 1392] + "children": [1422, 1423] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1611, + "line": 1661, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1611" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1661" } ] } @@ -11584,7 +11630,7 @@ ] }, { - "id": 1380, + "id": 1411, "name": "getClient", "variant": "declaration", "kind": 2048, @@ -11592,14 +11638,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1595, + "line": 1645, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1595" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1645" } ], "signatures": [ { - "id": 1381, + "id": 1412, "name": "getClient", "variant": "signature", "kind": 4096, @@ -11623,14 +11669,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1595, + "line": 1645, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1595" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1645" } ], "parameters": [ { - "id": 1382, + "id": 1413, "name": "clientId", "variant": "param", "kind": 32768, @@ -11650,7 +11696,7 @@ "typeArguments": [ { "type": "reference", - "target": 1360, + "target": 1391, "name": "OAuthClientResponse", "package": "@supabase/auth-js" } @@ -11662,7 +11708,7 @@ ] }, { - "id": 1374, + "id": 1405, "name": "listClients", "variant": "declaration", "kind": 2048, @@ -11670,14 +11716,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1579, + "line": 1629, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1579" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1629" } ], "signatures": [ { - "id": 1375, + "id": 1406, "name": "listClients", "variant": "signature", "kind": 4096, @@ -11701,14 +11747,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1579, + "line": 1629, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1579" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1629" } ], "parameters": [ { - "id": 1376, + "id": 1407, "name": "params", "variant": "param", "kind": 32768, @@ -11717,7 +11763,7 @@ }, "type": { "type": "reference", - "target": 1284, + "target": 1299, "name": "PageParams", "package": "@supabase/auth-js" } @@ -11732,7 +11778,7 @@ "typeArguments": [ { "type": "reference", - "target": 1361, + "target": 1392, "name": "OAuthClientListResponse", "package": "@supabase/auth-js" } @@ -11744,7 +11790,7 @@ ] }, { - "id": 1393, + "id": 1424, "name": "regenerateClientSecret", "variant": "declaration", "kind": 2048, @@ -11752,14 +11798,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1619, + "line": 1669, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1619" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1669" } ], "signatures": [ { - "id": 1394, + "id": 1425, "name": "regenerateClientSecret", "variant": "signature", "kind": 4096, @@ -11783,14 +11829,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1619, + "line": 1669, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1619" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1669" } ], "parameters": [ { - "id": 1395, + "id": 1426, "name": "clientId", "variant": "param", "kind": 32768, @@ -11810,7 +11856,7 @@ "typeArguments": [ { "type": "reference", - "target": 1360, + "target": 1391, "name": "OAuthClientResponse", "package": "@supabase/auth-js" } @@ -11822,7 +11868,7 @@ ] }, { - "id": 1383, + "id": 1414, "name": "updateClient", "variant": "declaration", "kind": 2048, @@ -11830,14 +11876,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1603, + "line": 1653, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1603" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1653" } ], "signatures": [ { - "id": 1384, + "id": 1415, "name": "updateClient", "variant": "signature", "kind": 4096, @@ -11861,14 +11907,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1603, + "line": 1653, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1603" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1653" } ], "parameters": [ { - "id": 1385, + "id": 1416, "name": "clientId", "variant": "param", "kind": 32768, @@ -11879,14 +11925,14 @@ } }, { - "id": 1386, + "id": 1417, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1353, + "target": 1384, "name": "UpdateOAuthClientParams", "package": "@supabase/auth-js" } @@ -11901,7 +11947,7 @@ "typeArguments": [ { "type": "reference", - "target": 1360, + "target": 1391, "name": "OAuthClientResponse", "package": "@supabase/auth-js" } @@ -11916,20 +11962,20 @@ "groups": [ { "title": "Methods", - "children": [1377, 1387, 1380, 1374, 1393, 1383] + "children": [1408, 1418, 1411, 1405, 1424, 1414] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1572, + "line": 1622, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1572" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1622" } ] }, { - "id": 1133, + "id": 1148, "name": "GoTrueMFAApi", "variant": "declaration", "kind": 256, @@ -11944,7 +11990,7 @@ }, "children": [ { - "id": 1249, + "id": 1264, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -11952,9 +11998,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1215, + "line": 1241, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1215" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1241" } ], "type": { @@ -11968,7 +12014,7 @@ } }, { - "id": 1154, + "id": 1169, "name": "challenge", "variant": "declaration", "kind": 2048, @@ -11976,32 +12022,32 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1163, + "line": 1189, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1163" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1189" }, { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1164, + "line": 1190, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1164" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1190" }, { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1165, + "line": 1191, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1165" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1191" }, { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1166, + "line": 1192, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1166" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1192" } ], "signatures": [ { - "id": 1155, + "id": 1170, "name": "challenge", "variant": "signature", "kind": 4096, @@ -12017,14 +12063,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1163, + "line": 1189, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1163" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1189" } ], "parameters": [ { - "id": 1156, + "id": 1171, "name": "params", "variant": "param", "kind": 32768, @@ -12032,14 +12078,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1157, + "id": 1172, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1158, + "id": 1173, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -12055,9 +12101,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 937, + "line": 963, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L937" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L963" } ], "type": { @@ -12069,15 +12115,15 @@ "groups": [ { "title": "Properties", - "children": [1158] + "children": [1173] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -12097,14 +12143,14 @@ { "type": "reflection", "declaration": { - "id": 1159, + "id": 1174, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1160, + "id": 1175, "name": "data", "variant": "declaration", "kind": 1024, @@ -12112,9 +12158,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 142, + "line": 147, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L142" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L147" } ], "type": { @@ -12123,7 +12169,7 @@ } }, { - "id": 1161, + "id": 1176, "name": "error", "variant": "declaration", "kind": 1024, @@ -12131,14 +12177,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 143, + "line": 148, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L143" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L148" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -12147,15 +12193,15 @@ "groups": [ { "title": "Properties", - "children": [1160, 1161] + "children": [1175, 1176] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -12163,14 +12209,14 @@ { "type": "reflection", "declaration": { - "id": 1162, + "id": 1177, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1163, + "id": 1178, "name": "data", "variant": "declaration", "kind": 1024, @@ -12178,22 +12224,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 138, + "line": 143, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L143" } ], "type": { "type": "reflection", "declaration": { - "id": 1164, + "id": 1179, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1167, + "id": 1182, "name": "expires_at", "variant": "declaration", "kind": 1024, @@ -12209,9 +12255,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1033, + "line": 1059, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1033" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1059" } ], "type": { @@ -12220,7 +12266,7 @@ } }, { - "id": 1165, + "id": 1180, "name": "id", "variant": "declaration", "kind": 1024, @@ -12236,9 +12282,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1027, + "line": 1053, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1027" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1053" } ], "type": { @@ -12247,7 +12293,7 @@ } }, { - "id": 1166, + "id": 1181, "name": "type", "variant": "declaration", "kind": 1024, @@ -12263,9 +12309,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1030, + "line": 1056, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1030" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1056" } ], "type": { @@ -12277,22 +12323,22 @@ "groups": [ { "title": "Properties", - "children": [1167, 1165, 1166] + "children": [1182, 1180, 1181] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } } }, { - "id": 1168, + "id": 1183, "name": "error", "variant": "declaration", "kind": 1024, @@ -12300,9 +12346,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 139, + "line": 144, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L139" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L144" } ], "type": { @@ -12314,15 +12360,15 @@ "groups": [ { "title": "Properties", - "children": [1163, 1168] + "children": [1178, 1183] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -12335,7 +12381,7 @@ } }, { - "id": 1169, + "id": 1184, "name": "challenge", "variant": "signature", "kind": 4096, @@ -12343,14 +12389,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1164, + "line": 1190, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1164" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1190" } ], "parameters": [ { - "id": 1170, + "id": 1185, "name": "params", "variant": "param", "kind": 32768, @@ -12358,14 +12404,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1171, + "id": 1186, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1173, + "id": 1188, "name": "channel", "variant": "declaration", "kind": 1024, @@ -12381,9 +12427,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 947, + "line": 973, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L947" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L973" } ], "type": { @@ -12401,7 +12447,7 @@ } }, { - "id": 1172, + "id": 1187, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -12417,9 +12463,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 937, + "line": 963, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L937" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L963" } ], "type": { @@ -12431,15 +12477,15 @@ "groups": [ { "title": "Properties", - "children": [1173, 1172] + "children": [1188, 1187] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -12459,14 +12505,14 @@ { "type": "reflection", "declaration": { - "id": 1174, + "id": 1189, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1175, + "id": 1190, "name": "data", "variant": "declaration", "kind": 1024, @@ -12474,9 +12520,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 142, + "line": 147, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L142" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L147" } ], "type": { @@ -12485,7 +12531,7 @@ } }, { - "id": 1176, + "id": 1191, "name": "error", "variant": "declaration", "kind": 1024, @@ -12493,14 +12539,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 143, + "line": 148, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L143" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L148" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -12509,15 +12555,15 @@ "groups": [ { "title": "Properties", - "children": [1175, 1176] + "children": [1190, 1191] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -12525,14 +12571,14 @@ { "type": "reflection", "declaration": { - "id": 1177, + "id": 1192, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1178, + "id": 1193, "name": "data", "variant": "declaration", "kind": 1024, @@ -12540,22 +12586,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 138, + "line": 143, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L143" } ], "type": { "type": "reflection", "declaration": { - "id": 1179, + "id": 1194, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1182, + "id": 1197, "name": "expires_at", "variant": "declaration", "kind": 1024, @@ -12571,9 +12617,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1033, + "line": 1059, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1033" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1059" } ], "type": { @@ -12582,7 +12628,7 @@ } }, { - "id": 1180, + "id": 1195, "name": "id", "variant": "declaration", "kind": 1024, @@ -12598,9 +12644,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1027, + "line": 1053, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1027" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1053" } ], "type": { @@ -12609,7 +12655,7 @@ } }, { - "id": 1181, + "id": 1196, "name": "type", "variant": "declaration", "kind": 1024, @@ -12625,9 +12671,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1030, + "line": 1056, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1030" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1056" } ], "type": { @@ -12639,22 +12685,22 @@ "groups": [ { "title": "Properties", - "children": [1182, 1180, 1181] + "children": [1197, 1195, 1196] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } } }, { - "id": 1183, + "id": 1198, "name": "error", "variant": "declaration", "kind": 1024, @@ -12662,9 +12708,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 139, + "line": 144, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L139" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L144" } ], "type": { @@ -12676,15 +12722,15 @@ "groups": [ { "title": "Properties", - "children": [1178, 1183] + "children": [1193, 1198] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -12697,7 +12743,7 @@ } }, { - "id": 1184, + "id": 1199, "name": "challenge", "variant": "signature", "kind": 4096, @@ -12705,14 +12751,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1165, + "line": 1191, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1165" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1191" } ], "parameters": [ { - "id": 1185, + "id": 1200, "name": "params", "variant": "param", "kind": 32768, @@ -12720,14 +12766,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1186, + "id": 1201, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1187, + "id": 1202, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -12743,9 +12789,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 937, + "line": 963, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L937" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L963" } ], "type": { @@ -12754,7 +12800,7 @@ } }, { - "id": 1188, + "id": 1203, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -12762,22 +12808,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 956, + "line": 982, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L956" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L982" } ], "type": { "type": "reflection", "declaration": { - "id": 1189, + "id": 1204, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1190, + "id": 1205, "name": "rpId", "variant": "declaration", "kind": 1024, @@ -12793,9 +12839,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 958, + "line": 984, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L958" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L984" } ], "type": { @@ -12804,7 +12850,7 @@ } }, { - "id": 1191, + "id": 1206, "name": "rpOrigins", "variant": "declaration", "kind": 1024, @@ -12822,9 +12868,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 960, + "line": 986, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L960" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L986" } ], "type": { @@ -12839,15 +12885,15 @@ "groups": [ { "title": "Properties", - "children": [1190, 1191] + "children": [1205, 1206] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 956, + "line": 982, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L956" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L982" } ] } @@ -12857,15 +12903,15 @@ "groups": [ { "title": "Properties", - "children": [1187, 1188] + "children": [1202, 1203] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -12885,14 +12931,14 @@ { "type": "reflection", "declaration": { - "id": 1192, + "id": 1207, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1193, + "id": 1208, "name": "data", "variant": "declaration", "kind": 1024, @@ -12900,9 +12946,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 142, + "line": 147, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L142" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L147" } ], "type": { @@ -12911,7 +12957,7 @@ } }, { - "id": 1194, + "id": 1209, "name": "error", "variant": "declaration", "kind": 1024, @@ -12919,14 +12965,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 143, + "line": 148, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L143" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L148" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -12935,15 +12981,15 @@ "groups": [ { "title": "Properties", - "children": [1193, 1194] + "children": [1208, 1209] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -12951,14 +12997,14 @@ { "type": "reflection", "declaration": { - "id": 1195, + "id": 1210, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1196, + "id": 1211, "name": "data", "variant": "declaration", "kind": 1024, @@ -12966,22 +13012,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 138, + "line": 143, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L143" } ], "type": { "type": "reflection", "declaration": { - "id": 1197, + "id": 1212, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1200, + "id": 1215, "name": "expires_at", "variant": "declaration", "kind": 1024, @@ -12997,9 +13043,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1033, + "line": 1059, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1033" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1059" } ], "type": { @@ -13008,7 +13054,7 @@ } }, { - "id": 1198, + "id": 1213, "name": "id", "variant": "declaration", "kind": 1024, @@ -13024,9 +13070,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1027, + "line": 1053, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1027" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1053" } ], "type": { @@ -13035,7 +13081,7 @@ } }, { - "id": 1199, + "id": 1214, "name": "type", "variant": "declaration", "kind": 1024, @@ -13051,9 +13097,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1030, + "line": 1056, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1030" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1056" } ], "type": { @@ -13062,7 +13108,7 @@ } }, { - "id": 1201, + "id": 1216, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -13070,9 +13116,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1053, + "line": 1079, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1053" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1079" } ], "type": { @@ -13081,14 +13127,14 @@ { "type": "reflection", "declaration": { - "id": 1202, + "id": 1217, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1204, + "id": 1219, "name": "credential_options", "variant": "declaration", "kind": 1024, @@ -13096,22 +13142,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1056, + "line": 1082, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1056" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1082" } ], "type": { "type": "reflection", "declaration": { - "id": 1205, + "id": 1220, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1206, + "id": 1221, "name": "publicKey", "variant": "declaration", "kind": 1024, @@ -13119,9 +13165,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1056, + "line": 1082, "character": 30, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1056" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1082" } ], "type": { @@ -13138,22 +13184,22 @@ "groups": [ { "title": "Properties", - "children": [1206] + "children": [1221] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1056, + "line": 1082, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1056" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1082" } ] } } }, { - "id": 1203, + "id": 1218, "name": "type", "variant": "declaration", "kind": 1024, @@ -13161,9 +13207,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1055, + "line": 1081, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1055" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1081" } ], "type": { @@ -13175,15 +13221,15 @@ "groups": [ { "title": "Properties", - "children": [1204, 1203] + "children": [1219, 1218] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1054, + "line": 1080, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1054" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1080" } ] } @@ -13191,14 +13237,14 @@ { "type": "reflection", "declaration": { - "id": 1207, + "id": 1222, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1209, + "id": 1224, "name": "credential_options", "variant": "declaration", "kind": 1024, @@ -13206,22 +13252,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1060, + "line": 1086, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1060" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1086" } ], "type": { "type": "reflection", "declaration": { - "id": 1210, + "id": 1225, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1211, + "id": 1226, "name": "publicKey", "variant": "declaration", "kind": 1024, @@ -13229,9 +13275,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1060, + "line": 1086, "character": 30, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1060" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1086" } ], "type": { @@ -13248,22 +13294,22 @@ "groups": [ { "title": "Properties", - "children": [1211] + "children": [1226] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1060, + "line": 1086, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1060" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1086" } ] } } }, { - "id": 1208, + "id": 1223, "name": "type", "variant": "declaration", "kind": 1024, @@ -13271,9 +13317,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1059, + "line": 1085, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1059" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1085" } ], "type": { @@ -13285,15 +13331,15 @@ "groups": [ { "title": "Properties", - "children": [1209, 1208] + "children": [1224, 1223] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1058, + "line": 1084, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1058" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1084" } ] } @@ -13305,22 +13351,22 @@ "groups": [ { "title": "Properties", - "children": [1200, 1198, 1199, 1201] + "children": [1215, 1213, 1214, 1216] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } } }, { - "id": 1212, + "id": 1227, "name": "error", "variant": "declaration", "kind": 1024, @@ -13328,9 +13374,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 139, + "line": 144, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L139" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L144" } ], "type": { @@ -13342,15 +13388,15 @@ "groups": [ { "title": "Properties", - "children": [1196, 1212] + "children": [1211, 1227] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -13363,7 +13409,7 @@ } }, { - "id": 1213, + "id": 1228, "name": "challenge", "variant": "signature", "kind": 4096, @@ -13371,21 +13417,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1166, + "line": 1192, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1166" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1192" } ], "parameters": [ { - "id": 1214, + "id": 1229, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1103, + "target": 1118, "name": "MFAChallengeParams", "package": "@supabase/auth-js" } @@ -13400,7 +13446,7 @@ "typeArguments": [ { "type": "reference", - "target": 1122, + "target": 1137, "name": "AuthMFAChallengeResponse", "package": "@supabase/auth-js" } @@ -13412,7 +13458,7 @@ ] }, { - "id": 1239, + "id": 1254, "name": "challengeAndVerify", "variant": "declaration", "kind": 2048, @@ -13420,14 +13466,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1187, + "line": 1213, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1187" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1213" } ], "signatures": [ { - "id": 1240, + "id": 1255, "name": "challengeAndVerify", "variant": "signature", "kind": 4096, @@ -13443,14 +13489,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1187, + "line": 1213, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1187" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1213" } ], "parameters": [ { - "id": 1241, + "id": 1256, "name": "params", "variant": "param", "kind": 32768, @@ -13458,14 +13504,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1242, + "id": 1257, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1244, + "id": 1259, "name": "code", "variant": "declaration", "kind": 1024, @@ -13481,9 +13527,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 891, + "line": 917, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L891" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L917" } ], "type": { @@ -13492,7 +13538,7 @@ } }, { - "id": 1243, + "id": 1258, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -13508,9 +13554,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 884, + "line": 910, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L884" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L910" } ], "type": { @@ -13522,15 +13568,15 @@ "groups": [ { "title": "Properties", - "children": [1244, 1243] + "children": [1259, 1258] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -13546,7 +13592,7 @@ "typeArguments": [ { "type": "reference", - "target": 1112, + "target": 1127, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -13558,7 +13604,7 @@ ] }, { - "id": 1134, + "id": 1149, "name": "enroll", "variant": "declaration", "kind": 2048, @@ -13566,32 +13612,32 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1154, + "line": 1180, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1154" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1180" }, { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1155, + "line": 1181, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1155" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1181" }, { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1156, + "line": 1182, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1156" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1182" }, { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1157, + "line": 1183, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1157" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1183" } ], "signatures": [ { - "id": 1135, + "id": 1150, "name": "enroll", "variant": "signature", "kind": 4096, @@ -13623,14 +13669,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1154, + "line": 1180, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1154" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1180" } ], "parameters": [ { - "id": 1136, + "id": 1151, "name": "params", "variant": "param", "kind": 32768, @@ -13638,14 +13684,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1137, + "id": 1152, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1138, + "id": 1153, "name": "factorType", "variant": "declaration", "kind": 1024, @@ -13661,9 +13707,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1331, + "line": 1357, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1331" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1357" } ], "type": { @@ -13672,7 +13718,7 @@ } }, { - "id": 1139, + "id": 1154, "name": "friendlyName", "variant": "declaration", "kind": 1024, @@ -13690,9 +13736,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1333, + "line": 1359, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1359" } ], "type": { @@ -13701,7 +13747,7 @@ } }, { - "id": 1140, + "id": 1155, "name": "issuer", "variant": "declaration", "kind": 1024, @@ -13719,9 +13765,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1338, + "line": 1364, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1338" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1364" } ], "type": { @@ -13733,15 +13779,15 @@ "groups": [ { "title": "Properties", - "children": [1138, 1139, 1140] + "children": [1153, 1154, 1155] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -13757,7 +13803,7 @@ "typeArguments": [ { "type": "reference", - "target": 1294, + "target": 1309, "name": "AuthMFAEnrollTOTPResponse", "package": "@supabase/auth-js" } @@ -13767,7 +13813,7 @@ } }, { - "id": 1141, + "id": 1156, "name": "enroll", "variant": "signature", "kind": 4096, @@ -13775,14 +13821,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1155, + "line": 1181, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1155" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1181" } ], "parameters": [ { - "id": 1142, + "id": 1157, "name": "params", "variant": "param", "kind": 32768, @@ -13790,14 +13836,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1143, + "id": 1158, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1144, + "id": 1159, "name": "factorType", "variant": "declaration", "kind": 1024, @@ -13813,9 +13859,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1331, + "line": 1357, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1331" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1357" } ], "type": { @@ -13824,7 +13870,7 @@ } }, { - "id": 1145, + "id": 1160, "name": "friendlyName", "variant": "declaration", "kind": 1024, @@ -13842,9 +13888,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1333, + "line": 1359, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1359" } ], "type": { @@ -13853,7 +13899,7 @@ } }, { - "id": 1146, + "id": 1161, "name": "phone", "variant": "declaration", "kind": 1024, @@ -13869,9 +13915,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1345, + "line": 1371, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1345" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1371" } ], "type": { @@ -13883,15 +13929,15 @@ "groups": [ { "title": "Properties", - "children": [1144, 1145, 1146] + "children": [1159, 1160, 1161] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -13907,7 +13953,7 @@ "typeArguments": [ { "type": "reference", - "target": 1295, + "target": 1310, "name": "AuthMFAEnrollPhoneResponse", "package": "@supabase/auth-js" } @@ -13917,7 +13963,7 @@ } }, { - "id": 1147, + "id": 1162, "name": "enroll", "variant": "signature", "kind": 4096, @@ -13925,14 +13971,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1156, + "line": 1182, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1156" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1182" } ], "parameters": [ { - "id": 1148, + "id": 1163, "name": "params", "variant": "param", "kind": 32768, @@ -13940,14 +13986,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1149, + "id": 1164, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1150, + "id": 1165, "name": "factorType", "variant": "declaration", "kind": 1024, @@ -13963,9 +14009,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1331, + "line": 1357, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1331" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1357" } ], "type": { @@ -13974,7 +14020,7 @@ } }, { - "id": 1151, + "id": 1166, "name": "friendlyName", "variant": "declaration", "kind": 1024, @@ -13992,9 +14038,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1333, + "line": 1359, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1359" } ], "type": { @@ -14006,15 +14052,15 @@ "groups": [ { "title": "Properties", - "children": [1150, 1151] + "children": [1165, 1166] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -14030,7 +14076,7 @@ "typeArguments": [ { "type": "reference", - "target": 1296, + "target": 1311, "name": "AuthMFAEnrollWebauthnResponse", "package": "@supabase/auth-js" } @@ -14040,7 +14086,7 @@ } }, { - "id": 1152, + "id": 1167, "name": "enroll", "variant": "signature", "kind": 4096, @@ -14048,21 +14094,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1157, + "line": 1183, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1157" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1183" } ], "parameters": [ { - "id": 1153, + "id": 1168, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1086, + "target": 1101, "name": "MFAEnrollParams", "package": "@supabase/auth-js" } @@ -14077,7 +14123,7 @@ "typeArguments": [ { "type": "reference", - "target": 1113, + "target": 1128, "name": "AuthMFAEnrollResponse", "package": "@supabase/auth-js" } @@ -14089,7 +14135,7 @@ ] }, { - "id": 1247, + "id": 1262, "name": "getAuthenticatorAssuranceLevel", "variant": "declaration", "kind": 2048, @@ -14097,14 +14143,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1212, + "line": 1238, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1212" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1238" } ], "signatures": [ { - "id": 1248, + "id": 1263, "name": "getAuthenticatorAssuranceLevel", "variant": "signature", "kind": 4096, @@ -14144,9 +14190,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1212, + "line": 1238, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1212" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1238" } ], "type": { @@ -14158,7 +14204,7 @@ "typeArguments": [ { "type": "reference", - "target": 1128, + "target": 1143, "name": "AuthMFAGetAuthenticatorAssuranceLevelResponse", "package": "@supabase/auth-js" } @@ -14170,7 +14216,7 @@ ] }, { - "id": 1245, + "id": 1260, "name": "listFactors", "variant": "declaration", "kind": 2048, @@ -14178,14 +14224,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1197, + "line": 1223, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1197" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1223" } ], "signatures": [ { - "id": 1246, + "id": 1261, "name": "listFactors", "variant": "signature", "kind": 4096, @@ -14209,7 +14255,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#enroll", - "target": 1134 + "target": 1149 }, { "kind": "text", @@ -14223,7 +14269,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#getAuthenticatorAssuranceLevel", - "target": 1247 + "target": 1262 }, { "kind": "text", @@ -14237,7 +14283,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueClient#getUser", - "target": 328 + "target": 339 }, { "kind": "text", @@ -14250,9 +14296,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1197, + "line": 1223, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1197" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1223" } ], "type": { @@ -14264,7 +14310,7 @@ "typeArguments": [ { "type": "reference", - "target": 1123, + "target": 1138, "typeArguments": [ { "type": "typeOperator", @@ -14299,7 +14345,7 @@ ] }, { - "id": 1236, + "id": 1251, "name": "unenroll", "variant": "declaration", "kind": 2048, @@ -14307,14 +14353,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1181, + "line": 1207, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1181" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1207" } ], "signatures": [ { - "id": 1237, + "id": 1252, "name": "unenroll", "variant": "signature", "kind": 4096, @@ -14346,21 +14392,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1181, + "line": 1207, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1181" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1207" } ], "parameters": [ { - "id": 1238, + "id": 1253, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1087, + "target": 1102, "name": "MFAUnenrollParams", "package": "@supabase/auth-js" } @@ -14375,7 +14421,7 @@ "typeArguments": [ { "type": "reference", - "target": 1114, + "target": 1129, "name": "AuthMFAUnenrollResponse", "package": "@supabase/auth-js" } @@ -14387,7 +14433,7 @@ ] }, { - "id": 1215, + "id": 1230, "name": "verify", "variant": "declaration", "kind": 2048, @@ -14395,32 +14441,32 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1172, + "line": 1198, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1172" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1198" }, { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1173, + "line": 1199, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1199" }, { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1174, + "line": 1200, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1174" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1200" }, { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1175, + "line": 1201, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1201" } ], "signatures": [ { - "id": 1216, + "id": 1231, "name": "verify", "variant": "signature", "kind": 4096, @@ -14436,14 +14482,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1172, + "line": 1198, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1172" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1198" } ], "parameters": [ { - "id": 1217, + "id": 1232, "name": "params", "variant": "param", "kind": 32768, @@ -14451,14 +14497,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1218, + "id": 1233, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1220, + "id": 1235, "name": "challengeId", "variant": "declaration", "kind": 1024, @@ -14474,9 +14520,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 886, + "line": 912, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L886" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L912" } ], "type": { @@ -14485,7 +14531,7 @@ } }, { - "id": 1221, + "id": 1236, "name": "code", "variant": "declaration", "kind": 1024, @@ -14501,9 +14547,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 891, + "line": 917, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L891" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L917" } ], "type": { @@ -14512,7 +14558,7 @@ } }, { - "id": 1219, + "id": 1234, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -14528,9 +14574,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 884, + "line": 910, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L884" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L910" } ], "type": { @@ -14542,15 +14588,15 @@ "groups": [ { "title": "Properties", - "children": [1220, 1221, 1219] + "children": [1235, 1236, 1234] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -14566,7 +14612,7 @@ "typeArguments": [ { "type": "reference", - "target": 1112, + "target": 1127, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -14576,7 +14622,7 @@ } }, { - "id": 1222, + "id": 1237, "name": "verify", "variant": "signature", "kind": 4096, @@ -14584,14 +14630,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1173, + "line": 1199, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1199" } ], "parameters": [ { - "id": 1223, + "id": 1238, "name": "params", "variant": "param", "kind": 32768, @@ -14599,14 +14645,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1224, + "id": 1239, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1226, + "id": 1241, "name": "challengeId", "variant": "declaration", "kind": 1024, @@ -14622,9 +14668,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 886, + "line": 912, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L886" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L912" } ], "type": { @@ -14633,7 +14679,7 @@ } }, { - "id": 1227, + "id": 1242, "name": "code", "variant": "declaration", "kind": 1024, @@ -14649,9 +14695,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 891, + "line": 917, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L891" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L917" } ], "type": { @@ -14660,7 +14706,7 @@ } }, { - "id": 1225, + "id": 1240, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -14676,9 +14722,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 884, + "line": 910, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L884" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L910" } ], "type": { @@ -14690,15 +14736,15 @@ "groups": [ { "title": "Properties", - "children": [1226, 1227, 1225] + "children": [1241, 1242, 1240] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -14714,7 +14760,7 @@ "typeArguments": [ { "type": "reference", - "target": 1112, + "target": 1127, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -14724,7 +14770,7 @@ } }, { - "id": 1228, + "id": 1243, "name": "verify", "variant": "signature", "kind": 4096, @@ -14732,14 +14778,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1174, + "line": 1200, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1174" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1200" } ], "parameters": [ { - "id": 1229, + "id": 1244, "name": "params", "variant": "param", "kind": 32768, @@ -14747,14 +14793,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1230, + "id": 1245, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1232, + "id": 1247, "name": "challengeId", "variant": "declaration", "kind": 1024, @@ -14770,9 +14816,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 886, + "line": 912, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L886" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L912" } ], "type": { @@ -14781,7 +14827,7 @@ } }, { - "id": 1231, + "id": 1246, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -14797,9 +14843,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 884, + "line": 910, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L884" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L910" } ], "type": { @@ -14808,7 +14854,7 @@ } }, { - "id": 1233, + "id": 1248, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -14816,9 +14862,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 921, + "line": 947, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L921" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L947" } ], "type": { @@ -14864,15 +14910,15 @@ "groups": [ { "title": "Properties", - "children": [1232, 1231, 1233] + "children": [1247, 1246, 1248] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -14888,7 +14934,7 @@ "typeArguments": [ { "type": "reference", - "target": 1112, + "target": 1127, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -14898,7 +14944,7 @@ } }, { - "id": 1234, + "id": 1249, "name": "verify", "variant": "signature", "kind": 4096, @@ -14906,21 +14952,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1175, + "line": 1201, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1201" } ], "parameters": [ { - "id": 1235, + "id": 1250, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1098, + "target": 1113, "name": "MFAVerifyParams", "package": "@supabase/auth-js" } @@ -14935,7 +14981,7 @@ "typeArguments": [ { "type": "reference", - "target": 1112, + "target": 1127, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -14950,31 +14996,31 @@ "groups": [ { "title": "Properties", - "children": [1249] + "children": [1264] }, { "title": "Methods", - "children": [1154, 1239, 1134, 1247, 1245, 1236, 1215] + "children": [1169, 1254, 1149, 1262, 1260, 1251, 1230] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1144, + "line": 1170, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1144" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1170" } ] }, { - "id": 1316, + "id": 1347, "name": "JWK", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1319, + "id": 1350, "name": "alg", "variant": "declaration", "kind": 1024, @@ -14984,9 +15030,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1444, + "line": 1494, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1444" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1494" } ], "type": { @@ -14995,7 +15041,7 @@ } }, { - "id": 1318, + "id": 1349, "name": "key_ops", "variant": "declaration", "kind": 1024, @@ -15003,9 +15049,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1443, + "line": 1493, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1443" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1493" } ], "type": { @@ -15017,7 +15063,7 @@ } }, { - "id": 1320, + "id": 1351, "name": "kid", "variant": "declaration", "kind": 1024, @@ -15027,9 +15073,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1445, + "line": 1495, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1445" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1495" } ], "type": { @@ -15038,7 +15084,7 @@ } }, { - "id": 1317, + "id": 1348, "name": "kty", "variant": "declaration", "kind": 1024, @@ -15046,9 +15092,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1442, + "line": 1492, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1442" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1492" } ], "type": { @@ -15073,20 +15119,20 @@ "groups": [ { "title": "Properties", - "children": [1319, 1318, 1320, 1317] + "children": [1350, 1349, 1351, 1348] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1441, + "line": 1491, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1441" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1491" } ], "indexSignatures": [ { - "id": 1321, + "id": 1352, "name": "__index", "variant": "signature", "kind": 8192, @@ -15094,14 +15140,513 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1446, + "line": 1496, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1446" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1496" } ], "parameters": [ { - "id": 1322, + "id": 1353, + "name": "key", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + ] + }, + { + "id": 1327, + "name": "JwtPayload", + "variant": "declaration", + "kind": 256, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "JWT Payload containing claims for Supabase authentication tokens.\n\nRequired claims (iss, aud, exp, iat, sub, role, aal, session_id) are inherited from RequiredClaims.\nAll other claims are optional as they can be customized via Custom Access Token Hooks." + } + ], + "blockTags": [ + { + "tag": "@see", + "content": [ + { + "kind": "text", + "text": "https://supabase.com/docs/guides/auth/jwt-fields" + } + ] + } + ] + }, + "children": [ + { + "id": 1343, + "name": "aal", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1459, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1459" + } + ], + "type": { + "type": "reference", + "target": 1142, + "name": "AuthenticatorAssuranceLevels", + "package": "@supabase/auth-js" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.aal" + } + }, + { + "id": 1335, + "name": "amr", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1482, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1482" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 812, + "name": "AMREntry", + "package": "@supabase/auth-js" + } + } + }, + { + "id": 1333, + "name": "app_metadata", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1480, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1480" + } + ], + "type": { + "type": "reference", + "target": 838, + "name": "UserAppMetadata", + "package": "@supabase/auth-js" + } + }, + { + "id": 1339, + "name": "aud", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1455, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1455" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + ] + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.aud" + } + }, + { + "id": 1328, + "name": "email", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1473, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1473" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1340, + "name": "exp", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1456, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1456" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.exp" + } + }, + { + "id": 1341, + "name": "iat", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1457, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1457" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.iat" + } + }, + { + "id": 1330, + "name": "is_anonymous", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1475, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1475" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1337, + "name": "iss", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1453, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1453" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.iss" + } + }, + { + "id": 1331, + "name": "jti", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1478, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1478" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1332, + "name": "nbf", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1479, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1479" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1329, + "name": "phone", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1474, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1474" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1336, + "name": "ref", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1485, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1485" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1342, + "name": "role", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1458, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1458" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.role" + } + }, + { + "id": 1344, + "name": "session_id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1460, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1460" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.session_id" + } + }, + { + "id": 1338, + "name": "sub", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1454, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1454" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.sub" + } + }, + { + "id": 1334, + "name": "user_metadata", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1481, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1481" + } + ], + "type": { + "type": "reference", + "target": 843, + "name": "UserMetadata", + "package": "@supabase/auth-js" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1343, 1335, 1333, 1339, 1328, 1340, 1341, 1330, 1337, 1331, 1332, 1329, 1336, 1342, + 1344, 1338, 1334 + ] + } + ], + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1471, + "character": 17, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1471" + } + ], + "indexSignatures": [ + { + "id": 1345, + "name": "__index", + "variant": "signature", + "kind": 8192, + "flags": {}, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1488, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1488" + } + ], + "parameters": [ + { + "id": 1346, "name": "key", "variant": "param", "kind": 32768, @@ -15117,17 +15662,25 @@ "name": "any" } } + ], + "extendedTypes": [ + { + "type": "reference", + "target": 1317, + "name": "RequiredClaims", + "package": "@supabase/auth-js" + } ] }, { - "id": 789, + "id": 801, "name": "Session", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 792, + "id": 804, "name": "access_token", "variant": "declaration", "kind": 1024, @@ -15143,9 +15696,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 234, + "line": 239, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L234" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L239" } ], "type": { @@ -15154,7 +15707,7 @@ } }, { - "id": 795, + "id": 807, "name": "expires_at", "variant": "declaration", "kind": 1024, @@ -15172,9 +15725,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 246, + "line": 251, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L246" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L251" } ], "type": { @@ -15183,7 +15736,7 @@ } }, { - "id": 794, + "id": 806, "name": "expires_in", "variant": "declaration", "kind": 1024, @@ -15199,9 +15752,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 242, + "line": 247, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L242" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L247" } ], "type": { @@ -15210,7 +15763,7 @@ } }, { - "id": 791, + "id": 803, "name": "provider_refresh_token", "variant": "declaration", "kind": 1024, @@ -15228,9 +15781,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 230, + "line": 235, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L230" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L235" } ], "type": { @@ -15248,7 +15801,7 @@ } }, { - "id": 790, + "id": 802, "name": "provider_token", "variant": "declaration", "kind": 1024, @@ -15266,9 +15819,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 225, + "line": 230, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L225" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L230" } ], "type": { @@ -15286,7 +15839,7 @@ } }, { - "id": 793, + "id": 805, "name": "refresh_token", "variant": "declaration", "kind": 1024, @@ -15302,9 +15855,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 238, + "line": 243, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L238" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L243" } ], "type": { @@ -15313,7 +15866,7 @@ } }, { - "id": 796, + "id": 808, "name": "token_type", "variant": "declaration", "kind": 1024, @@ -15321,9 +15874,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 247, + "line": 252, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L247" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L252" } ], "type": { @@ -15332,7 +15885,7 @@ } }, { - "id": 797, + "id": 809, "name": "user", "variant": "declaration", "kind": 1024, @@ -15348,14 +15901,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 252, + "line": 257, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L252" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L257" } ], "type": { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" } @@ -15364,27 +15917,27 @@ "groups": [ { "title": "Properties", - "children": [792, 795, 794, 791, 790, 793, 796, 797] + "children": [804, 807, 806, 803, 802, 805, 808, 809] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 221, + "line": 226, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L221" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L226" } ] }, { - "id": 878, + "id": 891, "name": "Subscription", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 880, + "id": 893, "name": "callback", "variant": "declaration", "kind": 1024, @@ -15400,15 +15953,15 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 500, + "line": 514, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L500" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L514" } ], "type": { "type": "reflection", "declaration": { - "id": 881, + "id": 894, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15416,14 +15969,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 500, + "line": 514, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L500" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L514" } ], "signatures": [ { - "id": 882, + "id": 895, "name": "__type", "variant": "signature", "kind": 4096, @@ -15431,27 +15984,27 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 500, + "line": 514, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L500" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L514" } ], "parameters": [ { - "id": 883, + "id": 896, "name": "event", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 688, + "target": 699, "name": "AuthChangeEvent", "package": "@supabase/auth-js" } }, { - "id": 884, + "id": 897, "name": "session", "variant": "param", "kind": 32768, @@ -15465,7 +16018,7 @@ }, { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" } @@ -15483,7 +16036,7 @@ } }, { - "id": 879, + "id": 892, "name": "id", "variant": "declaration", "kind": 1024, @@ -15492,25 +16045,34 @@ "summary": [ { "kind": "text", - "text": "The subscriber UUID. This will be set by the client." + "text": "A unique identifier for this subscription, set by the client.\nThis is an internal identifier used for managing callbacks and should not be\nrelied upon by application code. Use the unsubscribe() method to remove listeners." } ] }, "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 496, + "line": 510, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L496" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L510" } ], "type": { - "type": "intrinsic", - "name": "string" + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "symbol" + } + ] } }, { - "id": 885, + "id": 898, "name": "unsubscribe", "variant": "declaration", "kind": 1024, @@ -15526,15 +16088,15 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 504, + "line": 518, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L504" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L518" } ], "type": { "type": "reflection", "declaration": { - "id": 886, + "id": 899, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15542,14 +16104,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 504, + "line": 518, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L504" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L518" } ], "signatures": [ { - "id": 887, + "id": 900, "name": "__type", "variant": "signature", "kind": 4096, @@ -15557,9 +16119,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 504, + "line": 518, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L504" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L518" } ], "type": { @@ -15575,27 +16137,27 @@ "groups": [ { "title": "Properties", - "children": [880, 879, 885] + "children": [893, 892, 898] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 492, + "line": 504, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L492" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L504" } ] }, { - "id": 833, + "id": 846, "name": "User", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 844, + "id": 857, "name": "action_link", "variant": "declaration", "kind": 1024, @@ -15605,9 +16167,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 368, + "line": 380, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L368" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L380" } ], "type": { @@ -15616,7 +16178,7 @@ } }, { - "id": 835, + "id": 848, "name": "app_metadata", "variant": "declaration", "kind": 1024, @@ -15624,20 +16186,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 359, + "line": 371, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L359" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L371" } ], "type": { "type": "reference", - "target": 826, + "target": 838, "name": "UserAppMetadata", "package": "@supabase/auth-js" } }, { - "id": 837, + "id": 850, "name": "aud", "variant": "declaration", "kind": 1024, @@ -15645,9 +16207,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 361, + "line": 373, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L361" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L373" } ], "type": { @@ -15656,7 +16218,7 @@ } }, { - "id": 838, + "id": 851, "name": "confirmation_sent_at", "variant": "declaration", "kind": 1024, @@ -15666,9 +16228,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 362, + "line": 374, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L362" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L374" } ], "type": { @@ -15677,7 +16239,7 @@ } }, { - "id": 848, + "id": 861, "name": "confirmed_at", "variant": "declaration", "kind": 1024, @@ -15687,9 +16249,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 372, + "line": 384, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L372" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L384" } ], "type": { @@ -15698,7 +16260,7 @@ } }, { - "id": 847, + "id": 860, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -15706,9 +16268,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 371, + "line": 383, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L371" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L383" } ], "type": { @@ -15717,7 +16279,7 @@ } }, { - "id": 858, + "id": 871, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -15727,9 +16289,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 382, + "line": 394, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L382" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L394" } ], "type": { @@ -15738,7 +16300,7 @@ } }, { - "id": 845, + "id": 858, "name": "email", "variant": "declaration", "kind": 1024, @@ -15748,9 +16310,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 369, + "line": 381, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L369" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L381" } ], "type": { @@ -15759,7 +16321,7 @@ } }, { - "id": 840, + "id": 853, "name": "email_change_sent_at", "variant": "declaration", "kind": 1024, @@ -15769,9 +16331,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 364, + "line": 376, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L364" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L376" } ], "type": { @@ -15780,7 +16342,7 @@ } }, { - "id": 849, + "id": 862, "name": "email_confirmed_at", "variant": "declaration", "kind": 1024, @@ -15790,9 +16352,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 373, + "line": 385, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L373" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L385" } ], "type": { @@ -15801,7 +16363,7 @@ } }, { - "id": 857, + "id": 870, "name": "factors", "variant": "declaration", "kind": 1024, @@ -15811,9 +16373,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 381, + "line": 393, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L381" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L393" } ], "type": { @@ -15823,7 +16385,7 @@ "types": [ { "type": "reference", - "target": 816, + "target": 828, "typeArguments": [ { "type": "union", @@ -15852,7 +16414,7 @@ }, { "type": "reference", - "target": 816, + "target": 828, "typeArguments": [ { "type": "union", @@ -15884,7 +16446,7 @@ } }, { - "id": 834, + "id": 847, "name": "id", "variant": "declaration", "kind": 1024, @@ -15892,9 +16454,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 358, + "line": 370, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L358" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L370" } ], "type": { @@ -15903,7 +16465,7 @@ } }, { - "id": 854, + "id": 867, "name": "identities", "variant": "declaration", "kind": 1024, @@ -15913,23 +16475,23 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 378, + "line": 390, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L378" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L390" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 803, + "target": 815, "name": "UserIdentity", "package": "@supabase/auth-js" } } }, { - "id": 843, + "id": 856, "name": "invited_at", "variant": "declaration", "kind": 1024, @@ -15939,9 +16501,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 367, + "line": 379, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L367" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L379" } ], "type": { @@ -15950,7 +16512,7 @@ } }, { - "id": 855, + "id": 868, "name": "is_anonymous", "variant": "declaration", "kind": 1024, @@ -15960,9 +16522,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 379, + "line": 391, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L379" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L391" } ], "type": { @@ -15971,7 +16533,7 @@ } }, { - "id": 856, + "id": 869, "name": "is_sso_user", "variant": "declaration", "kind": 1024, @@ -15981,9 +16543,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 380, + "line": 392, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L380" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L392" } ], "type": { @@ -15992,7 +16554,7 @@ } }, { - "id": 851, + "id": 864, "name": "last_sign_in_at", "variant": "declaration", "kind": 1024, @@ -16002,9 +16564,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 375, + "line": 387, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L375" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L387" } ], "type": { @@ -16013,7 +16575,7 @@ } }, { - "id": 841, + "id": 854, "name": "new_email", "variant": "declaration", "kind": 1024, @@ -16023,9 +16585,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 365, + "line": 377, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L365" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L377" } ], "type": { @@ -16034,7 +16596,7 @@ } }, { - "id": 842, + "id": 855, "name": "new_phone", "variant": "declaration", "kind": 1024, @@ -16044,9 +16606,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 366, + "line": 378, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L366" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L378" } ], "type": { @@ -16055,7 +16617,7 @@ } }, { - "id": 846, + "id": 859, "name": "phone", "variant": "declaration", "kind": 1024, @@ -16065,9 +16627,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 370, + "line": 382, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L370" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L382" } ], "type": { @@ -16076,7 +16638,7 @@ } }, { - "id": 850, + "id": 863, "name": "phone_confirmed_at", "variant": "declaration", "kind": 1024, @@ -16086,9 +16648,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 374, + "line": 386, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L374" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L386" } ], "type": { @@ -16097,7 +16659,7 @@ } }, { - "id": 839, + "id": 852, "name": "recovery_sent_at", "variant": "declaration", "kind": 1024, @@ -16107,9 +16669,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 363, + "line": 375, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L363" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L375" } ], "type": { @@ -16118,7 +16680,7 @@ } }, { - "id": 852, + "id": 865, "name": "role", "variant": "declaration", "kind": 1024, @@ -16128,9 +16690,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 376, + "line": 388, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L376" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L388" } ], "type": { @@ -16139,7 +16701,7 @@ } }, { - "id": 853, + "id": 866, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -16149,9 +16711,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 377, + "line": 389, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L377" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L389" } ], "type": { @@ -16160,7 +16722,7 @@ } }, { - "id": 836, + "id": 849, "name": "user_metadata", "variant": "declaration", "kind": 1024, @@ -16168,14 +16730,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 360, + "line": 372, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L360" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L372" } ], "type": { "type": "reference", - "target": 830, + "target": 843, "name": "UserMetadata", "package": "@supabase/auth-js" } @@ -16185,66 +16747,106 @@ { "title": "Properties", "children": [ - 844, 835, 837, 838, 848, 847, 858, 845, 840, 849, 857, 834, 854, 843, 855, 856, 851, - 841, 842, 846, 850, 839, 852, 853, 836 + 857, 848, 850, 851, 861, 860, 871, 858, 853, 862, 870, 847, 867, 856, 868, 869, 864, + 854, 855, 859, 863, 852, 865, 866, 849 ] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 357, + "line": 369, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L357" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L369" } ] }, { - "id": 826, + "id": 838, "name": "UserAppMetadata", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 827, + "id": 839, "name": "provider", "variant": "declaration", "kind": 1024, "flags": { "isOptional": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The first provider that the user used to sign up with." + } + ] + }, "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 349, + "line": 357, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L349" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L357" } ], "type": { "type": "intrinsic", "name": "string" } + }, + { + "id": 840, + "name": "providers", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A list of all providers that the user has linked to their account." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 361, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L361" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } } ], "groups": [ { "title": "Properties", - "children": [827] + "children": [839, 840] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 348, + "line": 353, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L348" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L353" } ], "indexSignatures": [ { - "id": 828, + "id": 841, "name": "__index", "variant": "signature", "kind": 8192, @@ -16252,14 +16854,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 350, + "line": 362, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L350" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L362" } ], "parameters": [ { - "id": 829, + "id": 842, "name": "key", "variant": "param", "kind": 32768, @@ -16278,14 +16880,14 @@ ] }, { - "id": 859, + "id": 872, "name": "UserAttributes", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 864, + "id": 877, "name": "data", "variant": "declaration", "kind": 1024, @@ -16319,9 +16921,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 414, + "line": 426, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L414" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L426" } ], "type": { @@ -16330,7 +16932,7 @@ } }, { - "id": 860, + "id": 873, "name": "email", "variant": "declaration", "kind": 1024, @@ -16348,9 +16950,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 389, + "line": 401, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L389" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L401" } ], "type": { @@ -16359,7 +16961,7 @@ } }, { - "id": 863, + "id": 876, "name": "nonce", "variant": "declaration", "kind": 1024, @@ -16377,9 +16979,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 406, + "line": 418, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L406" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L418" } ], "type": { @@ -16388,7 +16990,7 @@ } }, { - "id": 862, + "id": 875, "name": "password", "variant": "declaration", "kind": 1024, @@ -16406,9 +17008,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 399, + "line": 411, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L399" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L411" } ], "type": { @@ -16417,7 +17019,7 @@ } }, { - "id": 861, + "id": 874, "name": "phone", "variant": "declaration", "kind": 1024, @@ -16435,9 +17037,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 394, + "line": 406, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L394" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L406" } ], "type": { @@ -16449,27 +17051,27 @@ "groups": [ { "title": "Properties", - "children": [864, 860, 863, 862, 861] + "children": [877, 873, 876, 875, 874] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 385, + "line": 397, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L385" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L397" } ] }, { - "id": 803, + "id": 815, "name": "UserIdentity", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 812, + "id": 824, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -16479,9 +17081,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 298, + "line": 303, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L298" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L303" } ], "type": { @@ -16490,7 +17092,7 @@ } }, { - "id": 804, + "id": 816, "name": "id", "variant": "declaration", "kind": 1024, @@ -16498,9 +17100,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 291, + "line": 296, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L291" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L296" } ], "type": { @@ -16509,7 +17111,7 @@ } }, { - "id": 806, + "id": 818, "name": "identity_data", "variant": "declaration", "kind": 1024, @@ -16519,15 +17121,15 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 293, + "line": 298, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L293" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L298" } ], "type": { "type": "reflection", "declaration": { - "id": 807, + "id": 819, "name": "__type", "variant": "declaration", "kind": 65536, @@ -16535,14 +17137,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 293, + "line": 298, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L293" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L298" } ], "indexSignatures": [ { - "id": 808, + "id": 820, "name": "__index", "variant": "signature", "kind": 8192, @@ -16550,14 +17152,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 294, + "line": 299, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L294" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L299" } ], "parameters": [ { - "id": 809, + "id": 821, "name": "key", "variant": "param", "kind": 32768, @@ -16578,7 +17180,7 @@ } }, { - "id": 810, + "id": 822, "name": "identity_id", "variant": "declaration", "kind": 1024, @@ -16586,9 +17188,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 296, + "line": 301, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L296" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L301" } ], "type": { @@ -16597,7 +17199,7 @@ } }, { - "id": 813, + "id": 825, "name": "last_sign_in_at", "variant": "declaration", "kind": 1024, @@ -16607,9 +17209,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 299, + "line": 304, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L299" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L304" } ], "type": { @@ -16618,7 +17220,7 @@ } }, { - "id": 811, + "id": 823, "name": "provider", "variant": "declaration", "kind": 1024, @@ -16626,9 +17228,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 297, + "line": 302, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L297" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L302" } ], "type": { @@ -16637,7 +17239,7 @@ } }, { - "id": 814, + "id": 826, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -16647,9 +17249,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 300, + "line": 305, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L300" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L305" } ], "type": { @@ -16658,7 +17260,7 @@ } }, { - "id": 805, + "id": 817, "name": "user_id", "variant": "declaration", "kind": 1024, @@ -16666,9 +17268,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 292, + "line": 297, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L292" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L297" } ], "type": { @@ -16680,20 +17282,20 @@ "groups": [ { "title": "Properties", - "children": [812, 804, 806, 810, 813, 811, 814, 805] + "children": [824, 816, 818, 822, 825, 823, 826, 817] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 290, + "line": 295, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L290" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L295" } ] }, { - "id": 830, + "id": 843, "name": "UserMetadata", "variant": "declaration", "kind": 256, @@ -16701,14 +17303,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 353, + "line": 365, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L353" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L365" } ], "indexSignatures": [ { - "id": 831, + "id": 844, "name": "__index", "variant": "signature", "kind": 8192, @@ -16716,14 +17318,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 354, + "line": 366, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L354" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L366" } ], "parameters": [ { - "id": 832, + "id": 845, "name": "key", "variant": "param", "kind": 32768, @@ -16742,14 +17344,14 @@ ] }, { - "id": 1008, + "id": 1021, "name": "VerifyEmailOtpParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1009, + "id": 1022, "name": "email", "variant": "declaration", "kind": 1024, @@ -16765,9 +17367,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 719, + "line": 733, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L719" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L733" } ], "type": { @@ -16776,7 +17378,7 @@ } }, { - "id": 1012, + "id": 1025, "name": "options", "variant": "declaration", "kind": 1024, @@ -16786,22 +17388,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 724, + "line": 738, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L724" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L738" } ], "type": { "type": "reflection", "declaration": { - "id": 1013, + "id": 1026, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1015, + "id": 1028, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -16825,9 +17427,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 732, + "line": 746, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L732" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L746" } ], "type": { @@ -16836,7 +17438,7 @@ } }, { - "id": 1014, + "id": 1027, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -16854,9 +17456,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 726, + "line": 740, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L726" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L740" } ], "type": { @@ -16868,22 +17470,22 @@ "groups": [ { "title": "Properties", - "children": [1015, 1014] + "children": [1028, 1027] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 724, + "line": 738, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L724" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L738" } ] } } }, { - "id": 1010, + "id": 1023, "name": "token", "variant": "declaration", "kind": 1024, @@ -16899,9 +17501,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 721, + "line": 735, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L721" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L735" } ], "type": { @@ -16910,7 +17512,7 @@ } }, { - "id": 1011, + "id": 1024, "name": "type", "variant": "declaration", "kind": 1024, @@ -16926,14 +17528,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 723, + "line": 737, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L723" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L737" } ], "type": { "type": "reference", - "target": 1020, + "target": 1033, "name": "EmailOtpType", "package": "@supabase/auth-js" } @@ -16942,27 +17544,27 @@ "groups": [ { "title": "Properties", - "children": [1009, 1012, 1010, 1011] + "children": [1022, 1025, 1023, 1024] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 717, + "line": 731, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L717" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L731" } ] }, { - "id": 1000, + "id": 1013, "name": "VerifyMobileOtpParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1004, + "id": 1017, "name": "options", "variant": "declaration", "kind": 1024, @@ -16972,22 +17574,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 705, + "line": 719, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L705" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L719" } ], "type": { "type": "reflection", "declaration": { - "id": 1005, + "id": 1018, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1007, + "id": 1020, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -17011,9 +17613,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 714, + "line": 728, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L714" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L728" } ], "type": { @@ -17022,7 +17624,7 @@ } }, { - "id": 1006, + "id": 1019, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -17040,9 +17642,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 707, + "line": 721, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L707" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L721" } ], "type": { @@ -17054,22 +17656,22 @@ "groups": [ { "title": "Properties", - "children": [1007, 1006] + "children": [1020, 1019] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 705, + "line": 719, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L705" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L719" } ] } } }, { - "id": 1001, + "id": 1014, "name": "phone", "variant": "declaration", "kind": 1024, @@ -17085,9 +17687,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 700, + "line": 714, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L700" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L714" } ], "type": { @@ -17096,7 +17698,7 @@ } }, { - "id": 1002, + "id": 1015, "name": "token", "variant": "declaration", "kind": 1024, @@ -17112,9 +17714,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 702, + "line": 716, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L702" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L716" } ], "type": { @@ -17123,7 +17725,7 @@ } }, { - "id": 1003, + "id": 1016, "name": "type", "variant": "declaration", "kind": 1024, @@ -17139,14 +17741,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 704, + "line": 718, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L704" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L718" } ], "type": { "type": "reference", - "target": 1019, + "target": 1032, "name": "MobileOtpType", "package": "@supabase/auth-js" } @@ -17155,27 +17757,27 @@ "groups": [ { "title": "Properties", - "children": [1004, 1001, 1002, 1003] + "children": [1017, 1014, 1015, 1016] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 698, + "line": 712, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L698" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L712" } ] }, { - "id": 1016, + "id": 1029, "name": "VerifyTokenHashParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1017, + "id": 1030, "name": "token_hash", "variant": "declaration", "kind": 1024, @@ -17191,9 +17793,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 738, + "line": 752, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L738" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L752" } ], "type": { @@ -17202,7 +17804,7 @@ } }, { - "id": 1018, + "id": 1031, "name": "type", "variant": "declaration", "kind": 1024, @@ -17218,14 +17820,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 741, + "line": 755, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L741" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L755" } ], "type": { "type": "reference", - "target": 1020, + "target": 1033, "name": "EmailOtpType", "package": "@supabase/auth-js" } @@ -17234,20 +17836,20 @@ "groups": [ { "title": "Properties", - "children": [1017, 1018] + "children": [1030, 1031] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 736, + "line": 750, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L736" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L750" } ] }, { - "id": 798, + "id": 810, "name": "AMRMethod", "variant": "declaration", "kind": 2097152, @@ -17255,9 +17857,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 269, + "line": 274, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L269" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L274" } ], "type": { @@ -17293,7 +17895,7 @@ { "type": "reflection", "declaration": { - "id": 799, + "id": 811, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17301,9 +17903,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 269, + "line": 274, "character": 64, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L269" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L274" } ] } @@ -17314,7 +17916,7 @@ } }, { - "id": 688, + "id": 699, "name": "AuthChangeEvent", "variant": "declaration", "kind": 2097152, @@ -17324,7 +17926,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 44, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L44" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L44" } ], "type": { @@ -17356,7 +17958,7 @@ }, { "type": "reference", - "target": 687, + "target": 698, "name": "AuthChangeEventMFA", "package": "@supabase/auth-js" } @@ -17364,7 +17966,7 @@ } }, { - "id": 687, + "id": 698, "name": "AuthChangeEventMFA", "variant": "declaration", "kind": 2097152, @@ -17374,7 +17976,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 42, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L42" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L42" } ], "type": { @@ -17383,7 +17985,7 @@ } }, { - "id": 1127, + "id": 1142, "name": "AuthenticatorAssuranceLevels", "variant": "declaration", "kind": 2097152, @@ -17391,9 +17993,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1118, + "line": 1144, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1118" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1144" } ], "type": { @@ -17411,7 +18013,7 @@ } }, { - "id": 924, + "id": 937, "name": "AuthFlowType", "variant": "declaration", "kind": 2097152, @@ -17419,9 +18021,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 579, + "line": 593, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L579" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L593" } ], "type": { @@ -17439,7 +18041,7 @@ } }, { - "id": 1253, + "id": 1268, "name": "AuthMFAAdminDeleteFactorParams", "variant": "declaration", "kind": 2097152, @@ -17456,22 +18058,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1228, + "line": 1254, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1254" } ], "type": { "type": "reflection", "declaration": { - "id": 1254, + "id": 1269, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1255, + "id": 1270, "name": "id", "variant": "declaration", "kind": 1024, @@ -17487,9 +18089,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1230, + "line": 1256, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1230" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1256" } ], "type": { @@ -17498,7 +18100,7 @@ } }, { - "id": 1256, + "id": 1271, "name": "userId", "variant": "declaration", "kind": 1024, @@ -17514,9 +18116,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1233, + "line": 1259, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1233" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1259" } ], "type": { @@ -17528,22 +18130,22 @@ "groups": [ { "title": "Properties", - "children": [1255, 1256] + "children": [1270, 1271] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1228, + "line": 1254, "character": 45, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1254" } ] } } }, { - "id": 1250, + "id": 1265, "name": "AuthMFAAdminDeleteFactorResponse", "variant": "declaration", "kind": 2097152, @@ -17560,26 +18162,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1221, + "line": 1247, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1221" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1247" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1251, + "id": 1266, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1252, + "id": 1267, "name": "id", "variant": "declaration", "kind": 1024, @@ -17595,9 +18197,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1223, + "line": 1249, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1223" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1249" } ], "type": { @@ -17609,15 +18211,15 @@ "groups": [ { "title": "Properties", - "children": [1252] + "children": [1267] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1221, + "line": 1247, "character": 61, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1221" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1247" } ] } @@ -17628,7 +18230,7 @@ } }, { - "id": 1260, + "id": 1275, "name": "AuthMFAAdminListFactorsParams", "variant": "declaration", "kind": 2097152, @@ -17645,22 +18247,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1247, + "line": 1273, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1247" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1273" } ], "type": { "type": "reflection", "declaration": { - "id": 1261, + "id": 1276, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1262, + "id": 1277, "name": "userId", "variant": "declaration", "kind": 1024, @@ -17676,9 +18278,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1249, + "line": 1275, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1249" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1275" } ], "type": { @@ -17690,22 +18292,22 @@ "groups": [ { "title": "Properties", - "children": [1262] + "children": [1277] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1247, + "line": 1273, "character": 44, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1247" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1273" } ] } } }, { - "id": 1257, + "id": 1272, "name": "AuthMFAAdminListFactorsResponse", "variant": "declaration", "kind": 2097152, @@ -17722,26 +18324,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1239, + "line": 1265, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1239" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1265" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1258, + "id": 1273, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1259, + "id": 1274, "name": "factors", "variant": "declaration", "kind": 1024, @@ -17757,16 +18359,16 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1241, + "line": 1267, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1241" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1267" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 816, + "target": 828, "name": "Factor", "package": "@supabase/auth-js" } @@ -17776,15 +18378,15 @@ "groups": [ { "title": "Properties", - "children": [1259] + "children": [1274] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1239, + "line": 1265, "character": 60, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1239" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1265" } ] } @@ -17795,7 +18397,7 @@ } }, { - "id": 1118, + "id": 1133, "name": "AuthMFAChallengePhoneResponse", "variant": "declaration", "kind": 2097152, @@ -17803,18 +18405,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1048, + "line": 1074, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1048" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1074" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -17855,7 +18457,7 @@ } }, { - "id": 1122, + "id": 1137, "name": "AuthMFAChallengeResponse", "variant": "declaration", "kind": 2097152, @@ -17863,9 +18465,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1100, + "line": 1126, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1100" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1126" } ], "type": { @@ -17873,19 +18475,19 @@ "types": [ { "type": "reference", - "target": 1117, + "target": 1132, "name": "AuthMFAChallengeTOTPResponse", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1118, + "target": 1133, "name": "AuthMFAChallengePhoneResponse", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1119, + "target": 1134, "name": "AuthMFAChallengeWebauthnResponse", "package": "@supabase/auth-js" } @@ -17893,7 +18495,7 @@ } }, { - "id": 1117, + "id": 1132, "name": "AuthMFAChallengeTOTPResponse", "variant": "declaration", "kind": 2097152, @@ -17901,18 +18503,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1040, + "line": 1066, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1040" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1066" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -17953,7 +18555,7 @@ } }, { - "id": 1119, + "id": 1134, "name": "AuthMFAChallengeWebauthnResponse", "variant": "declaration", "kind": 2097152, @@ -17982,18 +18584,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1069, + "line": 1095, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1069" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1095" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -18034,7 +18636,7 @@ } }, { - "id": 1120, + "id": 1135, "name": "AuthMFAChallengeWebauthnResponseDataJSON", "variant": "declaration", "kind": 2097152, @@ -18050,14 +18652,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1089, + "line": 1115, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1089" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1115" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -18094,7 +18696,7 @@ } }, { - "id": 1121, + "id": 1136, "name": "AuthMFAChallengeWebauthnServerResponse", "variant": "declaration", "kind": 2097152, @@ -18110,18 +18712,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1097, + "line": 1123, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1097" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1123" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 1120, + "target": 1135, "name": "AuthMFAChallengeWebauthnResponseDataJSON", "package": "@supabase/auth-js" } @@ -18131,7 +18733,7 @@ } }, { - "id": 1295, + "id": 1310, "name": "AuthMFAEnrollPhoneResponse", "variant": "declaration", "kind": 2097152, @@ -18139,18 +18741,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1403, + "line": 1429, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1403" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1429" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -18191,7 +18793,7 @@ } }, { - "id": 1113, + "id": 1128, "name": "AuthMFAEnrollResponse", "variant": "declaration", "kind": 2097152, @@ -18199,9 +18801,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1015, + "line": 1041, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1015" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1041" } ], "type": { @@ -18209,19 +18811,19 @@ "types": [ { "type": "reference", - "target": 1294, + "target": 1309, "name": "AuthMFAEnrollTOTPResponse", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1295, + "target": 1310, "name": "AuthMFAEnrollPhoneResponse", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1296, + "target": 1311, "name": "AuthMFAEnrollWebauthnResponse", "package": "@supabase/auth-js" } @@ -18229,7 +18831,7 @@ } }, { - "id": 1294, + "id": 1309, "name": "AuthMFAEnrollTOTPResponse", "variant": "declaration", "kind": 2097152, @@ -18237,18 +18839,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1394, + "line": 1420, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1394" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1420" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -18289,7 +18891,7 @@ } }, { - "id": 1296, + "id": 1311, "name": "AuthMFAEnrollWebauthnResponse", "variant": "declaration", "kind": 2097152, @@ -18318,18 +18920,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1416, + "line": 1442, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1416" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1442" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -18370,7 +18972,7 @@ } }, { - "id": 1128, + "id": 1143, "name": "AuthMFAGetAuthenticatorAssuranceLevelResponse", "variant": "declaration", "kind": 2097152, @@ -18378,26 +18980,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1120, + "line": 1146, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1146" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1129, + "id": 1144, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1132, + "id": 1147, "name": "currentAuthenticationMethods", "variant": "declaration", "kind": 1024, @@ -18413,23 +19015,23 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1137, + "line": 1163, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1137" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1163" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 800, + "target": 812, "name": "AMREntry", "package": "@supabase/auth-js" } } }, { - "id": 1130, + "id": 1145, "name": "currentLevel", "variant": "declaration", "kind": 1024, @@ -18445,9 +19047,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1122, + "line": 1148, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1122" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1148" } ], "type": { @@ -18455,7 +19057,7 @@ "types": [ { "type": "reference", - "target": 1127, + "target": 1142, "name": "AuthenticatorAssuranceLevels", "package": "@supabase/auth-js" }, @@ -18467,7 +19069,7 @@ } }, { - "id": 1131, + "id": 1146, "name": "nextLevel", "variant": "declaration", "kind": 1024, @@ -18487,7 +19089,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#challenge", - "target": 1154 + "target": 1169 } ] } @@ -18496,9 +19098,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1130, + "line": 1156, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1130" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1156" } ], "type": { @@ -18506,7 +19108,7 @@ "types": [ { "type": "reference", - "target": 1127, + "target": 1142, "name": "AuthenticatorAssuranceLevels", "package": "@supabase/auth-js" }, @@ -18521,15 +19123,15 @@ "groups": [ { "title": "Properties", - "children": [1132, 1130, 1131] + "children": [1147, 1145, 1146] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1120, + "line": 1146, "character": 74, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1146" } ] } @@ -18540,7 +19142,7 @@ } }, { - "id": 1123, + "id": 1138, "name": "AuthMFAListFactorsResponse", "variant": "declaration", "kind": 2097152, @@ -18556,14 +19158,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1106, + "line": 1132, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1106" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1132" } ], "typeParameters": [ { - "id": 1126, + "id": 1141, "name": "T", "variant": "typeParam", "kind": 131072, @@ -18598,7 +19200,7 @@ ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "intersection", @@ -18606,14 +19208,14 @@ { "type": "reflection", "declaration": { - "id": 1124, + "id": 1139, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1125, + "id": 1140, "name": "all", "variant": "declaration", "kind": 1024, @@ -18629,20 +19231,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1110, + "line": 1136, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1110" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1136" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "reference", - "target": 816, + "target": 828, "name": "Factor", "package": "@supabase/auth-js" } @@ -18656,15 +19258,15 @@ "groups": [ { "title": "Properties", - "children": [1125] + "children": [1140] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1108, + "line": 1134, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1108" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1134" } ] } @@ -18680,7 +19282,7 @@ }, "objectType": { "type": "reference", - "target": 1126, + "target": 1141, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -18690,11 +19292,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "reference", - "target": 816, + "target": 828, "typeArguments": [ { "type": "reference", @@ -18728,7 +19330,7 @@ } }, { - "id": 1114, + "id": 1129, "name": "AuthMFAUnenrollResponse", "variant": "declaration", "kind": 2097152, @@ -18736,26 +19338,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1020, + "line": 1046, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1020" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1046" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1115, + "id": 1130, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1116, + "id": 1131, "name": "id", "variant": "declaration", "kind": 1024, @@ -18771,9 +19373,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1022, + "line": 1048, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1022" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1048" } ], "type": { @@ -18785,15 +19387,15 @@ "groups": [ { "title": "Properties", - "children": [1116] + "children": [1131] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1020, + "line": 1046, "character": 52, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1020" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1046" } ] } @@ -18804,7 +19406,7 @@ } }, { - "id": 1112, + "id": 1127, "name": "AuthMFAVerifyResponse", "variant": "declaration", "kind": 2097152, @@ -18820,18 +19422,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1013, + "line": 1039, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1013" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1039" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 1105, + "target": 1120, "name": "AuthMFAVerifyResponseData", "package": "@supabase/auth-js" } @@ -18841,7 +19443,7 @@ } }, { - "id": 1105, + "id": 1120, "name": "AuthMFAVerifyResponseData", "variant": "declaration", "kind": 2097152, @@ -18857,22 +19459,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 992, + "line": 1018, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L992" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1018" } ], "type": { "type": "reflection", "declaration": { - "id": 1106, + "id": 1121, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1107, + "id": 1122, "name": "access_token", "variant": "declaration", "kind": 1024, @@ -18888,9 +19490,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 994, + "line": 1020, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L994" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1020" } ], "type": { @@ -18899,7 +19501,7 @@ } }, { - "id": 1109, + "id": 1124, "name": "expires_in", "variant": "declaration", "kind": 1024, @@ -18915,9 +19517,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1000, + "line": 1026, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1000" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1026" } ], "type": { @@ -18926,7 +19528,7 @@ } }, { - "id": 1110, + "id": 1125, "name": "refresh_token", "variant": "declaration", "kind": 1024, @@ -18942,9 +19544,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1003, + "line": 1029, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1003" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1029" } ], "type": { @@ -18953,7 +19555,7 @@ } }, { - "id": 1108, + "id": 1123, "name": "token_type", "variant": "declaration", "kind": 1024, @@ -18977,9 +19579,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 997, + "line": 1023, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L997" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1023" } ], "type": { @@ -18988,7 +19590,7 @@ } }, { - "id": 1111, + "id": 1126, "name": "user", "variant": "declaration", "kind": 1024, @@ -19004,14 +19606,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1006, + "line": 1032, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1006" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1032" } ], "type": { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" } @@ -19020,22 +19622,22 @@ "groups": [ { "title": "Properties", - "children": [1107, 1109, 1110, 1108, 1111] + "children": [1122, 1124, 1125, 1123, 1126] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 992, + "line": 1018, "character": 40, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L992" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1018" } ] } } }, { - "id": 1412, + "id": 1443, "name": "AuthOAuthAuthorizationDetailsResponse", "variant": "declaration", "kind": 2097152, @@ -19051,18 +19653,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1663, + "line": 1713, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1663" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1713" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 1402, + "target": 1433, "name": "OAuthAuthorizationDetails", "package": "@supabase/auth-js" } @@ -19072,7 +19674,7 @@ } }, { - "id": 1413, + "id": 1444, "name": "AuthOAuthConsentResponse", "variant": "declaration", "kind": 2097152, @@ -19088,26 +19690,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1669, + "line": 1719, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1669" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1719" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1414, + "id": 1445, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1415, + "id": 1446, "name": "redirect_url", "variant": "declaration", "kind": 1024, @@ -19123,9 +19725,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1671, + "line": 1721, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1671" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1721" } ], "type": { @@ -19137,15 +19739,15 @@ "groups": [ { "title": "Properties", - "children": [1415] + "children": [1446] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1669, + "line": 1719, "character": 53, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1669" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1719" } ] } @@ -19156,7 +19758,7 @@ } }, { - "id": 756, + "id": 768, "name": "AuthOtpResponse", "variant": "declaration", "kind": 2097152, @@ -19177,26 +19779,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 173, + "line": 178, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L178" } ], "type": { "type": "reference", - "target": 739, + "target": 751, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 757, + "id": 769, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 760, + "id": 772, "name": "messageId", "variant": "declaration", "kind": 1024, @@ -19206,9 +19808,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 176, + "line": 181, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L176" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L181" } ], "type": { @@ -19226,7 +19828,7 @@ } }, { - "id": 759, + "id": 771, "name": "session", "variant": "declaration", "kind": 1024, @@ -19234,9 +19836,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 175, + "line": 180, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L180" } ], "type": { @@ -19245,7 +19847,7 @@ } }, { - "id": 758, + "id": 770, "name": "user", "variant": "declaration", "kind": 1024, @@ -19253,9 +19855,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 174, + "line": 179, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L174" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L179" } ], "type": { @@ -19267,15 +19869,15 @@ "groups": [ { "title": "Properties", - "children": [760, 759, 758] + "children": [772, 771, 770] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 173, + "line": 178, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L178" } ] } @@ -19286,7 +19888,7 @@ } }, { - "id": 747, + "id": 759, "name": "AuthResponse", "variant": "declaration", "kind": 2097152, @@ -19294,26 +19896,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 157, + "line": 162, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L157" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L162" } ], "type": { "type": "reference", - "target": 739, + "target": 751, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 748, + "id": 760, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 750, + "id": 762, "name": "session", "variant": "declaration", "kind": 1024, @@ -19321,9 +19923,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 159, + "line": 164, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L159" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L164" } ], "type": { @@ -19331,7 +19933,7 @@ "types": [ { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" }, @@ -19343,7 +19945,7 @@ } }, { - "id": 749, + "id": 761, "name": "user", "variant": "declaration", "kind": 1024, @@ -19351,9 +19953,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 158, + "line": 163, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L158" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L163" } ], "type": { @@ -19361,7 +19963,7 @@ "types": [ { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" }, @@ -19376,15 +19978,15 @@ "groups": [ { "title": "Properties", - "children": [750, 749] + "children": [762, 761] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 157, + "line": 162, "character": 56, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L157" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L162" } ] } @@ -19395,7 +19997,7 @@ } }, { - "id": 751, + "id": 763, "name": "AuthResponsePassword", "variant": "declaration", "kind": 2097152, @@ -19403,26 +20005,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 162, + "line": 167, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L162" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L167" } ], "type": { "type": "reference", - "target": 739, + "target": 751, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 752, + "id": 764, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 754, + "id": 766, "name": "session", "variant": "declaration", "kind": 1024, @@ -19430,9 +20032,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 164, + "line": 169, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L164" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L169" } ], "type": { @@ -19440,7 +20042,7 @@ "types": [ { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" }, @@ -19452,7 +20054,7 @@ } }, { - "id": 753, + "id": 765, "name": "user", "variant": "declaration", "kind": 1024, @@ -19460,9 +20062,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 163, + "line": 168, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L163" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L168" } ], "type": { @@ -19470,7 +20072,7 @@ "types": [ { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" }, @@ -19482,7 +20084,7 @@ } }, { - "id": 755, + "id": 767, "name": "weak_password", "variant": "declaration", "kind": 1024, @@ -19492,9 +20094,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 165, + "line": 170, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L165" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L170" } ], "type": { @@ -19502,7 +20104,7 @@ "types": [ { "type": "reference", - "target": 721, + "target": 733, "name": "WeakPassword", "package": "@supabase/auth-js" }, @@ -19517,15 +20119,15 @@ "groups": [ { "title": "Properties", - "children": [754, 753, 755] + "children": [766, 765, 767] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 162, + "line": 167, "character": 64, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L162" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L167" } ] } @@ -19536,7 +20138,7 @@ } }, { - "id": 761, + "id": 773, "name": "AuthTokenResponse", "variant": "declaration", "kind": 2097152, @@ -19544,26 +20146,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 179, + "line": 184, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L184" } ], "type": { "type": "reference", - "target": 739, + "target": 751, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 762, + "id": 774, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 764, + "id": 776, "name": "session", "variant": "declaration", "kind": 1024, @@ -19571,20 +20173,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 181, + "line": 186, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L181" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L186" } ], "type": { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" } }, { - "id": 763, + "id": 775, "name": "user", "variant": "declaration", "kind": 1024, @@ -19592,14 +20194,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 180, + "line": 185, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L180" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L185" } ], "type": { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" } @@ -19608,15 +20210,15 @@ "groups": [ { "title": "Properties", - "children": [764, 763] + "children": [776, 775] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 179, + "line": 184, "character": 61, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L184" } ] } @@ -19627,7 +20229,7 @@ } }, { - "id": 765, + "id": 777, "name": "AuthTokenResponsePassword", "variant": "declaration", "kind": 2097152, @@ -19635,26 +20237,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 184, + "line": 189, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L189" } ], "type": { "type": "reference", - "target": 739, + "target": 751, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 766, + "id": 778, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 768, + "id": 780, "name": "session", "variant": "declaration", "kind": 1024, @@ -19662,20 +20264,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 186, + "line": 191, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L186" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L191" } ], "type": { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" } }, { - "id": 767, + "id": 779, "name": "user", "variant": "declaration", "kind": 1024, @@ -19683,20 +20285,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 185, + "line": 190, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L185" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L190" } ], "type": { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" } }, { - "id": 769, + "id": 781, "name": "weakPassword", "variant": "declaration", "kind": 1024, @@ -19706,14 +20308,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 187, + "line": 192, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L187" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L192" } ], "type": { "type": "reference", - "target": 721, + "target": 733, "name": "WeakPassword", "package": "@supabase/auth-js" } @@ -19722,15 +20324,15 @@ "groups": [ { "title": "Properties", - "children": [768, 767, 769] + "children": [780, 779, 781] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 184, + "line": 189, "character": 69, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L189" } ] } @@ -19741,7 +20343,7 @@ } }, { - "id": 1276, + "id": 1291, "name": "CallRefreshTokenResult", "variant": "declaration", "kind": 2097152, @@ -19749,18 +20351,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1299, + "line": 1325, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1299" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1325" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" } @@ -19770,7 +20372,7 @@ } }, { - "id": 1345, + "id": 1376, "name": "CreateOAuthClientParams", "variant": "declaration", "kind": 2097152, @@ -19786,22 +20388,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1515, + "line": 1565, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1515" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1565" } ], "type": { "type": "reflection", "declaration": { - "id": 1346, + "id": 1377, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1347, + "id": 1378, "name": "client_name", "variant": "declaration", "kind": 1024, @@ -19817,9 +20419,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1517, + "line": 1567, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1517" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1567" } ], "type": { @@ -19828,7 +20430,7 @@ } }, { - "id": 1348, + "id": 1379, "name": "client_uri", "variant": "declaration", "kind": 1024, @@ -19846,9 +20448,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1519, + "line": 1569, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1519" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1569" } ], "type": { @@ -19857,7 +20459,7 @@ } }, { - "id": 1350, + "id": 1381, "name": "grant_types", "variant": "declaration", "kind": 1024, @@ -19875,23 +20477,23 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1523, + "line": 1573, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1523" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1573" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 1325, + "target": 1356, "name": "OAuthClientGrantType", "package": "@supabase/auth-js" } } }, { - "id": 1349, + "id": 1380, "name": "redirect_uris", "variant": "declaration", "kind": 1024, @@ -19907,9 +20509,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1521, + "line": 1571, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1521" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1571" } ], "type": { @@ -19921,7 +20523,7 @@ } }, { - "id": 1351, + "id": 1382, "name": "response_types", "variant": "declaration", "kind": 1024, @@ -19939,23 +20541,23 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1525, + "line": 1575, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1525" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1575" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 1326, + "target": 1357, "name": "OAuthClientResponseType", "package": "@supabase/auth-js" } } }, { - "id": 1352, + "id": 1383, "name": "scope", "variant": "declaration", "kind": 1024, @@ -19973,9 +20575,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1527, + "line": 1577, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1527" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1577" } ], "type": { @@ -19987,22 +20589,22 @@ "groups": [ { "title": "Properties", - "children": [1347, 1348, 1350, 1349, 1351, 1352] + "children": [1378, 1379, 1381, 1380, 1382, 1383] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1515, + "line": 1565, "character": 38, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1515" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1565" } ] } } }, { - "id": 1020, + "id": 1033, "name": "EmailOtpType", "variant": "declaration", "kind": 2097152, @@ -20010,9 +20612,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 745, + "line": 759, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L745" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L759" } ], "type": { @@ -20046,7 +20648,7 @@ } }, { - "id": 980, + "id": 993, "name": "EthereumWallet", "variant": "declaration", "kind": 2097152, @@ -20054,9 +20656,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 656, + "line": 670, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L656" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L670" } ], "type": { @@ -20070,7 +20672,7 @@ } }, { - "id": 981, + "id": 994, "name": "EthereumWeb3Credentials", "variant": "declaration", "kind": 2097152, @@ -20078,9 +20680,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 658, + "line": 672, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L658" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L672" } ], "type": { @@ -20089,14 +20691,14 @@ { "type": "reflection", "declaration": { - "id": 982, + "id": 995, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 983, + "id": 996, "name": "chain", "variant": "declaration", "kind": 1024, @@ -20104,9 +20706,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 660, + "line": 674, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L660" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L674" } ], "type": { @@ -20115,7 +20717,7 @@ } }, { - "id": 986, + "id": 999, "name": "options", "variant": "declaration", "kind": 1024, @@ -20125,22 +20727,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 668, + "line": 682, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L668" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L682" } ], "type": { "type": "reflection", "declaration": { - "id": 987, + "id": 1000, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 989, + "id": 1002, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -20158,9 +20760,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 673, + "line": 687, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L673" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L687" } ], "type": { @@ -20169,7 +20771,7 @@ } }, { - "id": 990, + "id": 1003, "name": "signInWithEthereum", "variant": "declaration", "kind": 1024, @@ -20179,9 +20781,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 675, + "line": 689, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L675" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L689" } ], "type": { @@ -20238,7 +20840,7 @@ } }, { - "id": 988, + "id": 1001, "name": "url", "variant": "declaration", "kind": 1024, @@ -20256,9 +20858,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 670, + "line": 684, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L670" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L684" } ], "type": { @@ -20270,22 +20872,22 @@ "groups": [ { "title": "Properties", - "children": [989, 990, 988] + "children": [1002, 1003, 1001] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 668, + "line": 682, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L668" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L682" } ] } } }, { - "id": 985, + "id": 998, "name": "statement", "variant": "declaration", "kind": 1024, @@ -20303,9 +20905,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 666, + "line": 680, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L666" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L680" } ], "type": { @@ -20314,7 +20916,7 @@ } }, { - "id": 984, + "id": 997, "name": "wallet", "variant": "declaration", "kind": 1024, @@ -20340,14 +20942,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 663, + "line": 677, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L663" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L677" } ], "type": { "type": "reference", - "target": 980, + "target": 993, "name": "EthereumWallet", "package": "@supabase/auth-js" } @@ -20356,15 +20958,15 @@ "groups": [ { "title": "Properties", - "children": [983, 986, 985, 984] + "children": [996, 999, 998, 997] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 659, + "line": 673, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L659" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L673" } ] } @@ -20372,14 +20974,14 @@ { "type": "reflection", "declaration": { - "id": 991, + "id": 1004, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 992, + "id": 1005, "name": "chain", "variant": "declaration", "kind": 1024, @@ -20387,9 +20989,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 681, + "line": 695, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L681" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L695" } ], "type": { @@ -20398,7 +21000,7 @@ } }, { - "id": 993, + "id": 1006, "name": "message", "variant": "declaration", "kind": 1024, @@ -20438,9 +21040,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 684, + "line": 698, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L684" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L698" } ], "type": { @@ -20449,7 +21051,7 @@ } }, { - "id": 995, + "id": 1008, "name": "options", "variant": "declaration", "kind": 1024, @@ -20459,22 +21061,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 689, + "line": 703, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L689" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L703" } ], "type": { "type": "reflection", "declaration": { - "id": 996, + "id": 1009, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 997, + "id": 1010, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -20492,9 +21094,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 691, + "line": 705, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L691" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L705" } ], "type": { @@ -20506,22 +21108,22 @@ "groups": [ { "title": "Properties", - "children": [997] + "children": [1010] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 689, + "line": 703, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L689" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L703" } ] } } }, { - "id": 994, + "id": 1007, "name": "signature", "variant": "declaration", "kind": 1024, @@ -20537,9 +21139,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 687, + "line": 701, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L687" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L701" } ], "type": { @@ -20556,15 +21158,15 @@ "groups": [ { "title": "Properties", - "children": [992, 993, 995, 994] + "children": [1005, 1006, 1008, 1007] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 680, + "line": 694, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L680" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L694" } ] } @@ -20573,7 +21175,7 @@ } }, { - "id": 816, + "id": 828, "name": "Factor", "variant": "declaration", "kind": 2097152, @@ -20597,7 +21199,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#enroll", - "target": 1134 + "target": 1149 }, { "kind": "text", @@ -20611,7 +21213,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#listFactors", - "target": 1245 + "target": 1260 }, { "kind": "text", @@ -20637,33 +21239,33 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 324, + "line": 329, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L324" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L329" } ], "typeParameters": [ { - "id": 824, + "id": 836, "name": "Type", "variant": "typeParam", "kind": 131072, "flags": {}, "type": { "type": "reference", - "target": 815, + "target": 827, "name": "FactorType", "package": "@supabase/auth-js" }, "default": { "type": "reference", - "target": 815, + "target": 827, "name": "FactorType", "package": "@supabase/auth-js" } }, { - "id": 825, + "id": 837, "name": "Status", "variant": "typeParam", "kind": 131072, @@ -20702,14 +21304,14 @@ "type": { "type": "reflection", "declaration": { - "id": 817, + "id": 829, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 822, + "id": 834, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -20717,9 +21319,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 344, + "line": 349, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L344" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L349" } ], "type": { @@ -20728,7 +21330,7 @@ } }, { - "id": 820, + "id": 832, "name": "factor_type", "variant": "declaration", "kind": 1024, @@ -20760,21 +21362,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 337, + "line": 342, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L337" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L342" } ], "type": { "type": "reference", - "target": 824, + "target": 836, "name": "Type", "package": "@supabase/auth-js", "refersToTypeParameter": true } }, { - "id": 819, + "id": 831, "name": "friendly_name", "variant": "declaration", "kind": 1024, @@ -20792,9 +21394,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 332, + "line": 337, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L332" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L337" } ], "type": { @@ -20803,7 +21405,7 @@ } }, { - "id": 818, + "id": 830, "name": "id", "variant": "declaration", "kind": 1024, @@ -20819,9 +21421,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 329, + "line": 334, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L329" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L334" } ], "type": { @@ -20830,7 +21432,7 @@ } }, { - "id": 821, + "id": 833, "name": "status", "variant": "declaration", "kind": 1024, @@ -20874,21 +21476,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 342, + "line": 347, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L342" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L347" } ], "type": { "type": "reference", - "target": 825, + "target": 837, "name": "Status", "package": "@supabase/auth-js", "refersToTypeParameter": true } }, { - "id": 823, + "id": 835, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -20896,9 +21498,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 345, + "line": 350, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L345" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L350" } ], "type": { @@ -20910,22 +21512,22 @@ "groups": [ { "title": "Properties", - "children": [822, 820, 819, 818, 821, 823] + "children": [834, 832, 831, 830, 833, 835] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 327, + "line": 332, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L327" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L332" } ] } } }, { - "id": 815, + "id": 827, "name": "FactorType", "variant": "declaration", "kind": 2097152, @@ -20957,9 +21559,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 308, + "line": 313, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L308" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L313" } ], "type": { @@ -20984,7 +21586,7 @@ } }, { - "id": 1064, + "id": 1079, "name": "GenerateEmailChangeLinkParams", "variant": "declaration", "kind": 2097152, @@ -20992,22 +21594,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 812, + "line": 838, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L812" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L838" } ], "type": { "type": "reflection", "declaration": { - "id": 1065, + "id": 1080, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1067, + "id": 1082, "name": "email", "variant": "declaration", "kind": 1024, @@ -21023,9 +21625,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 815, + "line": 841, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L815" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L841" } ], "type": { @@ -21034,7 +21636,7 @@ } }, { - "id": 1068, + "id": 1083, "name": "newEmail", "variant": "declaration", "kind": 1024, @@ -21050,9 +21652,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 819, + "line": 845, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L819" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L845" } ], "type": { @@ -21061,7 +21663,7 @@ } }, { - "id": 1069, + "id": 1084, "name": "options", "variant": "declaration", "kind": 1024, @@ -21071,9 +21673,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 820, + "line": 846, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L820" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L846" } ], "type": { @@ -21085,7 +21687,7 @@ "typeArguments": [ { "type": "reference", - "target": 1070, + "target": 1085, "name": "GenerateLinkOptions", "package": "@supabase/auth-js" }, @@ -21099,7 +21701,7 @@ } }, { - "id": 1066, + "id": 1081, "name": "type", "variant": "declaration", "kind": 1024, @@ -21107,9 +21709,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 813, + "line": 839, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L813" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L839" } ], "type": { @@ -21130,22 +21732,22 @@ "groups": [ { "title": "Properties", - "children": [1067, 1068, 1069, 1066] + "children": [1082, 1083, 1084, 1081] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 812, + "line": 838, "character": 44, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L812" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L838" } ] } } }, { - "id": 1054, + "id": 1069, "name": "GenerateInviteOrMagiclinkParams", "variant": "declaration", "kind": 2097152, @@ -21153,22 +21755,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 798, + "line": 824, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L798" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L824" } ], "type": { "type": "reflection", "declaration": { - "id": 1055, + "id": 1070, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1057, + "id": 1072, "name": "email", "variant": "declaration", "kind": 1024, @@ -21184,9 +21786,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 801, + "line": 827, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L801" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L827" } ], "type": { @@ -21195,7 +21797,7 @@ } }, { - "id": 1058, + "id": 1073, "name": "options", "variant": "declaration", "kind": 1024, @@ -21205,9 +21807,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 802, + "line": 828, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L802" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L828" } ], "type": { @@ -21219,7 +21821,7 @@ "typeArguments": [ { "type": "reference", - "target": 1070, + "target": 1085, "name": "GenerateLinkOptions", "package": "@supabase/auth-js" }, @@ -21242,7 +21844,7 @@ } }, { - "id": 1056, + "id": 1071, "name": "type", "variant": "declaration", "kind": 1024, @@ -21250,9 +21852,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 799, + "line": 825, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L799" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L825" } ], "type": { @@ -21273,22 +21875,22 @@ "groups": [ { "title": "Properties", - "children": [1057, 1058, 1056] + "children": [1072, 1073, 1071] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 798, + "line": 824, "character": 46, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L798" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L824" } ] } } }, { - "id": 1073, + "id": 1088, "name": "GenerateLinkParams", "variant": "declaration", "kind": 2097152, @@ -21296,9 +21898,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 834, + "line": 860, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L834" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L860" } ], "type": { @@ -21306,25 +21908,25 @@ "types": [ { "type": "reference", - "target": 1048, + "target": 1063, "name": "GenerateSignupLinkParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1054, + "target": 1069, "name": "GenerateInviteOrMagiclinkParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1059, + "target": 1074, "name": "GenerateRecoveryLinkParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1064, + "target": 1079, "name": "GenerateEmailChangeLinkParams", "package": "@supabase/auth-js" } @@ -21332,7 +21934,7 @@ } }, { - "id": 1078, + "id": 1093, "name": "GenerateLinkProperties", "variant": "declaration", "kind": 2097152, @@ -21348,22 +21950,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 846, + "line": 872, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L846" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L872" } ], "type": { "type": "reflection", "declaration": { - "id": 1079, + "id": 1094, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1080, + "id": 1095, "name": "action_link", "variant": "declaration", "kind": 1024, @@ -21379,9 +21981,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 851, + "line": 877, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L851" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L877" } ], "type": { @@ -21390,7 +21992,7 @@ } }, { - "id": 1081, + "id": 1096, "name": "email_otp", "variant": "declaration", "kind": 1024, @@ -21406,9 +22008,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 856, + "line": 882, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L856" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L882" } ], "type": { @@ -21417,7 +22019,7 @@ } }, { - "id": 1082, + "id": 1097, "name": "hashed_token", "variant": "declaration", "kind": 1024, @@ -21433,9 +22035,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 860, + "line": 886, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L860" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L886" } ], "type": { @@ -21444,7 +22046,7 @@ } }, { - "id": 1083, + "id": 1098, "name": "redirect_to", "variant": "declaration", "kind": 1024, @@ -21460,9 +22062,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 862, + "line": 888, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L862" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L888" } ], "type": { @@ -21471,7 +22073,7 @@ } }, { - "id": 1084, + "id": 1099, "name": "verification_type", "variant": "declaration", "kind": 1024, @@ -21487,14 +22089,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 864, + "line": 890, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L864" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L890" } ], "type": { "type": "reference", - "target": 1085, + "target": 1100, "name": "GenerateLinkType", "package": "@supabase/auth-js" } @@ -21503,22 +22105,22 @@ "groups": [ { "title": "Properties", - "children": [1080, 1081, 1082, 1083, 1084] + "children": [1095, 1096, 1097, 1098, 1099] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 846, + "line": 872, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L846" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L872" } ] } } }, { - "id": 1074, + "id": 1089, "name": "GenerateLinkResponse", "variant": "declaration", "kind": 2097152, @@ -21526,26 +22128,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 840, + "line": 866, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L840" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L866" } ], "type": { "type": "reference", - "target": 739, + "target": 751, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1075, + "id": 1090, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1076, + "id": 1091, "name": "properties", "variant": "declaration", "kind": 1024, @@ -21553,20 +22155,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 841, + "line": 867, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L841" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L867" } ], "type": { "type": "reference", - "target": 1078, + "target": 1093, "name": "GenerateLinkProperties", "package": "@supabase/auth-js" } }, { - "id": 1077, + "id": 1092, "name": "user", "variant": "declaration", "kind": 1024, @@ -21574,14 +22176,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 842, + "line": 868, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L842" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L868" } ], "type": { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" } @@ -21590,15 +22192,15 @@ "groups": [ { "title": "Properties", - "children": [1076, 1077] + "children": [1091, 1092] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 840, + "line": 866, "character": 64, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L840" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L866" } ] } @@ -21609,7 +22211,7 @@ } }, { - "id": 1085, + "id": 1100, "name": "GenerateLinkType", "variant": "declaration", "kind": 2097152, @@ -21617,9 +22219,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 867, + "line": 893, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L867" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L893" } ], "type": { @@ -21653,7 +22255,7 @@ } }, { - "id": 1059, + "id": 1074, "name": "GenerateRecoveryLinkParams", "variant": "declaration", "kind": 2097152, @@ -21661,22 +22263,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 805, + "line": 831, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L805" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L831" } ], "type": { "type": "reflection", "declaration": { - "id": 1060, + "id": 1075, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1062, + "id": 1077, "name": "email", "variant": "declaration", "kind": 1024, @@ -21692,9 +22294,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 808, + "line": 834, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L808" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L834" } ], "type": { @@ -21703,7 +22305,7 @@ } }, { - "id": 1063, + "id": 1078, "name": "options", "variant": "declaration", "kind": 1024, @@ -21713,9 +22315,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 809, + "line": 835, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L809" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L835" } ], "type": { @@ -21727,7 +22329,7 @@ "typeArguments": [ { "type": "reference", - "target": 1070, + "target": 1085, "name": "GenerateLinkOptions", "package": "@supabase/auth-js" }, @@ -21741,7 +22343,7 @@ } }, { - "id": 1061, + "id": 1076, "name": "type", "variant": "declaration", "kind": 1024, @@ -21749,9 +22351,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 806, + "line": 832, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L806" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L832" } ], "type": { @@ -21763,22 +22365,22 @@ "groups": [ { "title": "Properties", - "children": [1062, 1063, 1061] + "children": [1077, 1078, 1076] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 805, + "line": 831, "character": 41, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L805" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L831" } ] } } }, { - "id": 1048, + "id": 1063, "name": "GenerateSignupLinkParams", "variant": "declaration", "kind": 2097152, @@ -21786,22 +22388,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 791, + "line": 817, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L791" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L817" } ], "type": { "type": "reflection", "declaration": { - "id": 1049, + "id": 1064, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1051, + "id": 1066, "name": "email", "variant": "declaration", "kind": 1024, @@ -21809,9 +22411,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 793, + "line": 819, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L793" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L819" } ], "type": { @@ -21820,7 +22422,7 @@ } }, { - "id": 1053, + "id": 1068, "name": "options", "variant": "declaration", "kind": 1024, @@ -21830,9 +22432,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 795, + "line": 821, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L795" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L821" } ], "type": { @@ -21844,7 +22446,7 @@ "typeArguments": [ { "type": "reference", - "target": 1070, + "target": 1085, "name": "GenerateLinkOptions", "package": "@supabase/auth-js" }, @@ -21867,7 +22469,7 @@ } }, { - "id": 1052, + "id": 1067, "name": "password", "variant": "declaration", "kind": 1024, @@ -21875,9 +22477,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 794, + "line": 820, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L794" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L820" } ], "type": { @@ -21886,7 +22488,7 @@ } }, { - "id": 1050, + "id": 1065, "name": "type", "variant": "declaration", "kind": 1024, @@ -21894,9 +22496,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 792, + "line": 818, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L792" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L818" } ], "type": { @@ -21908,22 +22510,22 @@ "groups": [ { "title": "Properties", - "children": [1051, 1053, 1052, 1050] + "children": [1066, 1068, 1067, 1065] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 791, + "line": 817, "character": 39, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L791" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L817" } ] } } }, { - "id": 698, + "id": 709, "name": "GoTrueClientOptions", "variant": "declaration", "kind": 2097152, @@ -21933,20 +22535,20 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 70, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L70" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L70" } ], "type": { "type": "reflection", "declaration": { - "id": 699, + "id": 710, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 707, + "id": 718, "name": "autoRefreshToken", "variant": "declaration", "kind": 1024, @@ -21958,7 +22560,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 80, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L80" } ], "type": { @@ -21967,7 +22569,7 @@ } }, { - "id": 713, + "id": 724, "name": "debug", "variant": "declaration", "kind": 1024, @@ -21979,7 +22581,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 98, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L98" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L98" } ], "type": { @@ -21992,7 +22594,7 @@ { "type": "reflection", "declaration": { - "id": 714, + "id": 725, "name": "__type", "variant": "declaration", "kind": 65536, @@ -22002,19 +22604,19 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 98, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L98" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L98" } ], "signatures": [ { - "id": 715, + "id": 726, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 716, + "id": 727, "name": "message", "variant": "param", "kind": 32768, @@ -22025,7 +22627,7 @@ } }, { - "id": 717, + "id": 728, "name": "args", "variant": "param", "kind": 32768, @@ -22053,7 +22655,7 @@ } }, { - "id": 706, + "id": 717, "name": "detectSessionInUrl", "variant": "declaration", "kind": 1024, @@ -22065,7 +22667,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L78" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L78" } ], "type": { @@ -22074,7 +22676,7 @@ } }, { - "id": 711, + "id": 722, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -22086,7 +22688,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 94, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L94" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L94" } ], "type": { @@ -22100,7 +22702,7 @@ } }, { - "id": 712, + "id": 723, "name": "flowType", "variant": "declaration", "kind": 1024, @@ -22112,18 +22714,18 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 96, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L96" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L96" } ], "type": { "type": "reference", - "target": 924, + "target": 937, "name": "AuthFlowType", "package": "@supabase/auth-js" } }, { - "id": 719, + "id": 730, "name": "hasCustomAuthorizationHeader", "variant": "declaration", "kind": 1024, @@ -22144,7 +22746,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 109, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L109" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L109" } ], "type": { @@ -22153,7 +22755,7 @@ } }, { - "id": 701, + "id": 712, "name": "headers", "variant": "declaration", "kind": 1024, @@ -22165,13 +22767,13 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 74, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L74" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L74" } ], "type": { "type": "reflection", "declaration": { - "id": 702, + "id": 713, "name": "__type", "variant": "declaration", "kind": 65536, @@ -22181,12 +22783,12 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 74, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L74" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L74" } ], "indexSignatures": [ { - "id": 703, + "id": 714, "name": "__index", "variant": "signature", "kind": 8192, @@ -22196,12 +22798,12 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 74, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L74" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L74" } ], "parameters": [ { - "id": 704, + "id": 715, "name": "key", "variant": "param", "kind": 32768, @@ -22222,7 +22824,7 @@ } }, { - "id": 718, + "id": 729, "name": "lock", "variant": "declaration", "kind": 1024, @@ -22243,18 +22845,18 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 104, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L104" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L104" } ], "type": { "type": "reference", - "target": 689, + "target": 700, "name": "LockFunc", "package": "@supabase/auth-js" } }, { - "id": 708, + "id": 719, "name": "persistSession", "variant": "declaration", "kind": 1024, @@ -22266,7 +22868,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 82, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L82" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L82" } ], "type": { @@ -22275,7 +22877,7 @@ } }, { - "id": 709, + "id": 720, "name": "storage", "variant": "declaration", "kind": 1024, @@ -22287,18 +22889,18 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 84, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L84" } ], "type": { "type": "reference", - "target": 1270, + "target": 1285, "name": "SupportedStorage", "package": "@supabase/auth-js" } }, { - "id": 705, + "id": 716, "name": "storageKey", "variant": "declaration", "kind": 1024, @@ -22310,7 +22912,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 76, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L76" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L76" } ], "type": { @@ -22319,7 +22921,36 @@ } }, { - "id": 700, + "id": 731, + "name": "throwOnError", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "If there is an error with the query, throwOnError will reject the promise by\nthrowing the error instead of returning it as part of a successful response." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 114, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L114" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 711, "name": "url", "variant": "declaration", "kind": 1024, @@ -22331,7 +22962,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 72, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L72" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L72" } ], "type": { @@ -22340,7 +22971,7 @@ } }, { - "id": 710, + "id": 721, "name": "userStorage", "variant": "declaration", "kind": 1024, @@ -22401,12 +23032,12 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 92, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L92" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L92" } ], "type": { "type": "reference", - "target": 1270, + "target": 1285, "name": "SupportedStorage", "package": "@supabase/auth-js" } @@ -22415,7 +23046,7 @@ "groups": [ { "title": "Properties", - "children": [707, 713, 706, 711, 712, 719, 701, 718, 708, 709, 705, 700, 710] + "children": [718, 724, 717, 722, 723, 730, 712, 729, 719, 720, 716, 731, 711, 721] } ], "sources": [ @@ -22423,14 +23054,14 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 70, "character": 34, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L70" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L70" } ] } } }, { - "id": 1273, + "id": 1288, "name": "InitializeResult", "variant": "declaration", "kind": 2097152, @@ -22438,22 +23069,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1297, + "line": 1323, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1297" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1323" } ], "type": { "type": "reflection", "declaration": { - "id": 1274, + "id": 1289, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1275, + "id": 1290, "name": "error", "variant": "declaration", "kind": 1024, @@ -22461,9 +23092,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1297, + "line": 1323, "character": 33, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1297" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1323" } ], "type": { @@ -22471,7 +23102,7 @@ "types": [ { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" }, @@ -22486,22 +23117,22 @@ "groups": [ { "title": "Properties", - "children": [1275] + "children": [1290] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1297, + "line": 1323, "character": 31, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1297" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1323" } ] } } }, { - "id": 1297, + "id": 1312, "name": "JwtHeader", "variant": "declaration", "kind": 2097152, @@ -22509,22 +23140,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1420, + "line": 1446, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1420" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1446" } ], "type": { "type": "reflection", "declaration": { - "id": 1298, + "id": 1313, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1299, + "id": 1314, "name": "alg", "variant": "declaration", "kind": 1024, @@ -22532,9 +23163,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1421, + "line": 1447, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1421" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1447" } ], "type": { @@ -22556,7 +23187,7 @@ } }, { - "id": 1300, + "id": 1315, "name": "kid", "variant": "declaration", "kind": 1024, @@ -22564,9 +23195,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1422, + "line": 1448, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1422" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1448" } ], "type": { @@ -22575,7 +23206,7 @@ } }, { - "id": 1301, + "id": 1316, "name": "typ", "variant": "declaration", "kind": 1024, @@ -22583,9 +23214,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1423, + "line": 1449, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1423" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1449" } ], "type": { @@ -22597,100 +23228,22 @@ "groups": [ { "title": "Properties", - "children": [1299, 1300, 1301] + "children": [1314, 1315, 1316] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1420, + "line": 1446, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1420" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1446" } ] } } }, { - "id": 1312, - "name": "JwtPayload", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "sources": [ - { - "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1437, - "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1437" - } - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 1302, - "name": "RequiredClaims", - "package": "@supabase/auth-js" - }, - { - "type": "reflection", - "declaration": { - "id": 1313, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "sources": [ - { - "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1437, - "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1437" - } - ], - "indexSignatures": [ - { - "id": 1314, - "name": "__index", - "variant": "signature", - "kind": 8192, - "flags": {}, - "sources": [ - { - "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1438, - "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1438" - } - ], - "parameters": [ - { - "id": 1315, - "name": "key", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - { - "id": 689, + "id": 700, "name": "LockFunc", "variant": "declaration", "kind": 2097152, @@ -22717,13 +23270,13 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 68, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L68" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L68" } ], "type": { "type": "reflection", "declaration": { - "id": 690, + "id": 701, "name": "__type", "variant": "declaration", "kind": 65536, @@ -22733,19 +23286,19 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 68, "character": 23, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L68" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L68" } ], "signatures": [ { - "id": 691, + "id": 702, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 697, + "id": 708, "name": "R", "variant": "typeParam", "kind": 131072, @@ -22754,7 +23307,7 @@ ], "parameters": [ { - "id": 692, + "id": 703, "name": "name", "variant": "param", "kind": 32768, @@ -22773,7 +23326,7 @@ } }, { - "id": 693, + "id": 704, "name": "acquireTimeout", "variant": "param", "kind": 32768, @@ -22800,7 +23353,7 @@ } }, { - "id": 694, + "id": 705, "name": "fn", "variant": "param", "kind": 32768, @@ -22816,7 +23369,7 @@ "type": { "type": "reflection", "declaration": { - "id": 695, + "id": 706, "name": "__type", "variant": "declaration", "kind": 65536, @@ -22826,12 +23379,12 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 68, "character": 69, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L68" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L68" } ], "signatures": [ { - "id": 696, + "id": 707, "name": "__type", "variant": "signature", "kind": 4096, @@ -22845,7 +23398,7 @@ "typeArguments": [ { "type": "reference", - "target": 697, + "target": 708, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -22869,7 +23422,7 @@ "typeArguments": [ { "type": "reference", - "target": 697, + "target": 708, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -22884,7 +23437,7 @@ } }, { - "id": 1104, + "id": 1119, "name": "MFAChallengeAndVerifyParams", "variant": "declaration", "kind": 2097152, @@ -22892,9 +23445,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 986, + "line": 1012, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L986" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1012" } ], "type": { @@ -22908,7 +23461,7 @@ } }, { - "id": 1103, + "id": 1118, "name": "MFAChallengeParams", "variant": "declaration", "kind": 2097152, @@ -22916,9 +23469,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 973, + "line": 999, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L973" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L999" } ], "type": { @@ -22926,19 +23479,19 @@ "types": [ { "type": "reference", - "target": 1100, + "target": 1115, "name": "MFAChallengeTOTPParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1101, + "target": 1116, "name": "MFAChallengePhoneParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1102, + "target": 1117, "name": "MFAChallengeWebauthnParams", "package": "@supabase/auth-js" } @@ -22946,7 +23499,7 @@ } }, { - "id": 1101, + "id": 1116, "name": "MFAChallengePhoneParams", "variant": "declaration", "kind": 2097152, @@ -22954,14 +23507,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 950, + "line": 976, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L950" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L976" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -22992,7 +23545,7 @@ } }, { - "id": 1100, + "id": 1115, "name": "MFAChallengeTOTPParams", "variant": "declaration", "kind": 2097152, @@ -23000,14 +23553,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 943, + "line": 969, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L943" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L969" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "reference", @@ -23024,7 +23577,7 @@ } }, { - "id": 1102, + "id": 1117, "name": "MFAChallengeWebauthnParams", "variant": "declaration", "kind": 2097152, @@ -23053,14 +23606,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 969, + "line": 995, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L969" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L995" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -23091,7 +23644,7 @@ } }, { - "id": 1086, + "id": 1101, "name": "MFAEnrollParams", "variant": "declaration", "kind": 2097152, @@ -23099,9 +23652,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 875, + "line": 901, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L875" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L901" } ], "type": { @@ -23109,19 +23662,19 @@ "types": [ { "type": "reference", - "target": 1291, + "target": 1306, "name": "MFAEnrollTOTPParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1292, + "target": 1307, "name": "MFAEnrollPhoneParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1293, + "target": 1308, "name": "MFAEnrollWebauthnParams", "package": "@supabase/auth-js" } @@ -23129,7 +23682,7 @@ } }, { - "id": 1292, + "id": 1307, "name": "MFAEnrollPhoneParams", "variant": "declaration", "kind": 2097152, @@ -23137,14 +23690,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1347, + "line": 1373, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1347" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1373" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -23181,7 +23734,7 @@ } }, { - "id": 1291, + "id": 1306, "name": "MFAEnrollTOTPParams", "variant": "declaration", "kind": 2097152, @@ -23189,14 +23742,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1341, + "line": 1367, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1341" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1367" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -23233,7 +23786,7 @@ } }, { - "id": 1293, + "id": 1308, "name": "MFAEnrollWebauthnParams", "variant": "declaration", "kind": 2097152, @@ -23262,14 +23815,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1360, + "line": 1386, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1360" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1386" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -23306,7 +23859,7 @@ } }, { - "id": 1099, + "id": 1114, "name": "MFATOTPChannel", "variant": "declaration", "kind": 2097152, @@ -23314,9 +23867,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 941, + "line": 967, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L941" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L967" } ], "type": { @@ -23341,7 +23894,7 @@ } }, { - "id": 1087, + "id": 1102, "name": "MFAUnenrollParams", "variant": "declaration", "kind": 2097152, @@ -23349,22 +23902,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 877, + "line": 903, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L877" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L903" } ], "type": { "type": "reflection", "declaration": { - "id": 1088, + "id": 1103, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1089, + "id": 1104, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -23380,9 +23933,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 879, + "line": 905, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L879" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L905" } ], "type": { @@ -23394,22 +23947,22 @@ "groups": [ { "title": "Properties", - "children": [1089] + "children": [1104] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 877, + "line": 903, "character": 32, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L877" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L903" } ] } } }, { - "id": 1098, + "id": 1113, "name": "MFAVerifyParams", "variant": "declaration", "kind": 2097152, @@ -23417,9 +23970,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 933, + "line": 959, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L933" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L959" } ], "type": { @@ -23427,19 +23980,19 @@ "types": [ { "type": "reference", - "target": 1090, + "target": 1105, "name": "MFAVerifyTOTPParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1091, + "target": 1106, "name": "MFAVerifyPhoneParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1096, + "target": 1111, "name": "MFAVerifyWebauthnParams", "package": "@supabase/auth-js" } @@ -23447,7 +24000,7 @@ } }, { - "id": 1091, + "id": 1106, "name": "MFAVerifyPhoneParams", "variant": "declaration", "kind": 2097152, @@ -23455,14 +24008,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 898, + "line": 924, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L898" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L924" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -23493,7 +24046,7 @@ } }, { - "id": 1090, + "id": 1105, "name": "MFAVerifyTOTPParams", "variant": "declaration", "kind": 2097152, @@ -23501,14 +24054,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 894, + "line": 920, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L894" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L920" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -23539,7 +24092,7 @@ } }, { - "id": 1092, + "id": 1107, "name": "MFAVerifyWebauthnParamFields", "variant": "declaration", "kind": 2097152, @@ -23555,14 +24108,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 920, + "line": 946, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L920" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L946" } ], "typeParameters": [ { - "id": 1095, + "id": 1110, "name": "T", "variant": "typeParam", "kind": 131072, @@ -23606,14 +24159,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1093, + "id": 1108, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1094, + "id": 1109, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -23621,9 +24174,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 921, + "line": 947, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L921" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L947" } ], "type": { @@ -23647,7 +24200,7 @@ "typeArguments": [ { "type": "reference", - "target": 1095, + "target": 1110, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -23663,22 +24216,22 @@ "groups": [ { "title": "Properties", - "children": [1094] + "children": [1109] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 920, + "line": 946, "character": 98, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L920" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L946" } ] } } }, { - "id": 1096, + "id": 1111, "name": "MFAVerifyWebauthnParams", "variant": "declaration", "kind": 2097152, @@ -23707,14 +24260,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 930, + "line": 956, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L930" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L956" } ], "typeParameters": [ { - "id": 1097, + "id": 1112, "name": "T", "variant": "typeParam", "kind": 131072, @@ -23757,7 +24310,7 @@ ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -23773,11 +24326,11 @@ }, { "type": "reference", - "target": 1092, + "target": 1107, "typeArguments": [ { "type": "reference", - "target": 1097, + "target": 1112, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -23794,7 +24347,7 @@ } }, { - "id": 1019, + "id": 1032, "name": "MobileOtpType", "variant": "declaration", "kind": 2097152, @@ -23802,9 +24355,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 744, + "line": 758, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L744" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L758" } ], "type": { @@ -23822,7 +24375,7 @@ } }, { - "id": 1396, + "id": 1427, "name": "OAuthAuthorizationClient", "variant": "declaration", "kind": 2097152, @@ -23838,22 +24391,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1626, + "line": 1676, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1626" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1676" } ], "type": { "type": "reflection", "declaration": { - "id": 1397, + "id": 1428, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1398, + "id": 1429, "name": "client_id", "variant": "declaration", "kind": 1024, @@ -23869,9 +24422,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1628, + "line": 1678, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1628" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1678" } ], "type": { @@ -23880,7 +24433,7 @@ } }, { - "id": 1399, + "id": 1430, "name": "client_name", "variant": "declaration", "kind": 1024, @@ -23896,9 +24449,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1630, + "line": 1680, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1630" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1680" } ], "type": { @@ -23907,7 +24460,7 @@ } }, { - "id": 1400, + "id": 1431, "name": "client_uri", "variant": "declaration", "kind": 1024, @@ -23923,9 +24476,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1632, + "line": 1682, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1632" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1682" } ], "type": { @@ -23934,7 +24487,7 @@ } }, { - "id": 1401, + "id": 1432, "name": "logo_uri", "variant": "declaration", "kind": 1024, @@ -23950,9 +24503,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1634, + "line": 1684, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1634" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1684" } ], "type": { @@ -23964,22 +24517,22 @@ "groups": [ { "title": "Properties", - "children": [1398, 1399, 1400, 1401] + "children": [1429, 1430, 1431, 1432] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1626, + "line": 1676, "character": 39, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1626" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1676" } ] } } }, { - "id": 1402, + "id": 1433, "name": "OAuthAuthorizationDetails", "variant": "declaration", "kind": 2097152, @@ -23995,22 +24548,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1641, + "line": 1691, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1641" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1691" } ], "type": { "type": "reflection", "declaration": { - "id": 1403, + "id": 1434, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1404, + "id": 1435, "name": "authorization_id", "variant": "declaration", "kind": 1024, @@ -24026,9 +24579,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1643, + "line": 1693, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1643" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1693" } ], "type": { @@ -24037,7 +24590,7 @@ } }, { - "id": 1406, + "id": 1437, "name": "client", "variant": "declaration", "kind": 1024, @@ -24053,20 +24606,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1647, + "line": 1697, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1647" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1697" } ], "type": { "type": "reference", - "target": 1396, + "target": 1427, "name": "OAuthAuthorizationClient", "package": "@supabase/auth-js" } }, { - "id": 1405, + "id": 1436, "name": "redirect_uri", "variant": "declaration", "kind": 1024, @@ -24084,9 +24637,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1645, + "line": 1695, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1645" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1695" } ], "type": { @@ -24095,7 +24648,7 @@ } }, { - "id": 1411, + "id": 1442, "name": "scope", "variant": "declaration", "kind": 1024, @@ -24111,9 +24664,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1656, + "line": 1706, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1656" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1706" } ], "type": { @@ -24122,7 +24675,7 @@ } }, { - "id": 1407, + "id": 1438, "name": "user", "variant": "declaration", "kind": 1024, @@ -24138,22 +24691,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1649, + "line": 1699, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1649" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1699" } ], "type": { "type": "reflection", "declaration": { - "id": 1408, + "id": 1439, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1410, + "id": 1441, "name": "email", "variant": "declaration", "kind": 1024, @@ -24169,9 +24722,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1653, + "line": 1703, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1653" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1703" } ], "type": { @@ -24180,7 +24733,7 @@ } }, { - "id": 1409, + "id": 1440, "name": "id", "variant": "declaration", "kind": 1024, @@ -24196,9 +24749,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1651, + "line": 1701, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1651" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1701" } ], "type": { @@ -24210,15 +24763,15 @@ "groups": [ { "title": "Properties", - "children": [1410, 1409] + "children": [1441, 1440] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1649, + "line": 1699, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1649" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1699" } ] } @@ -24228,22 +24781,22 @@ "groups": [ { "title": "Properties", - "children": [1404, 1406, 1405, 1411, 1407] + "children": [1435, 1437, 1436, 1442, 1438] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1641, + "line": 1691, "character": 40, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1641" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1691" } ] } } }, { - "id": 1329, + "id": 1360, "name": "OAuthClient", "variant": "declaration", "kind": 2097152, @@ -24259,22 +24812,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1480, + "line": 1530, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1480" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1530" } ], "type": { "type": "reflection", "declaration": { - "id": 1330, + "id": 1361, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1331, + "id": 1362, "name": "client_id", "variant": "declaration", "kind": 1024, @@ -24290,9 +24843,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1482, + "line": 1532, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1482" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1532" } ], "type": { @@ -24301,7 +24854,7 @@ } }, { - "id": 1332, + "id": 1363, "name": "client_name", "variant": "declaration", "kind": 1024, @@ -24317,9 +24870,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1484, + "line": 1534, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1484" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1534" } ], "type": { @@ -24328,7 +24881,7 @@ } }, { - "id": 1333, + "id": 1364, "name": "client_secret", "variant": "declaration", "kind": 1024, @@ -24346,9 +24899,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1486, + "line": 1536, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1486" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1536" } ], "type": { @@ -24357,7 +24910,7 @@ } }, { - "id": 1334, + "id": 1365, "name": "client_type", "variant": "declaration", "kind": 1024, @@ -24373,20 +24926,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1488, + "line": 1538, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1488" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1538" } ], "type": { "type": "reference", - "target": 1327, + "target": 1358, "name": "OAuthClientType", "package": "@supabase/auth-js" } }, { - "id": 1337, + "id": 1368, "name": "client_uri", "variant": "declaration", "kind": 1024, @@ -24404,9 +24957,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1494, + "line": 1544, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1494" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1544" } ], "type": { @@ -24415,7 +24968,7 @@ } }, { - "id": 1343, + "id": 1374, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -24431,9 +24984,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1506, + "line": 1556, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1506" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1556" } ], "type": { @@ -24442,7 +24995,7 @@ } }, { - "id": 1340, + "id": 1371, "name": "grant_types", "variant": "declaration", "kind": 1024, @@ -24458,23 +25011,23 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1500, + "line": 1550, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1500" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1550" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 1325, + "target": 1356, "name": "OAuthClientGrantType", "package": "@supabase/auth-js" } } }, { - "id": 1338, + "id": 1369, "name": "logo_uri", "variant": "declaration", "kind": 1024, @@ -24492,9 +25045,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1496, + "line": 1546, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1496" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1546" } ], "type": { @@ -24503,7 +25056,7 @@ } }, { - "id": 1339, + "id": 1370, "name": "redirect_uris", "variant": "declaration", "kind": 1024, @@ -24519,9 +25072,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1498, + "line": 1548, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1498" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1548" } ], "type": { @@ -24533,7 +25086,7 @@ } }, { - "id": 1336, + "id": 1367, "name": "registration_type", "variant": "declaration", "kind": 1024, @@ -24549,20 +25102,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1492, + "line": 1542, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1492" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1542" } ], "type": { "type": "reference", - "target": 1328, + "target": 1359, "name": "OAuthClientRegistrationType", "package": "@supabase/auth-js" } }, { - "id": 1341, + "id": 1372, "name": "response_types", "variant": "declaration", "kind": 1024, @@ -24578,23 +25131,23 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1502, + "line": 1552, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1502" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1552" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 1326, + "target": 1357, "name": "OAuthClientResponseType", "package": "@supabase/auth-js" } } }, { - "id": 1342, + "id": 1373, "name": "scope", "variant": "declaration", "kind": 1024, @@ -24612,9 +25165,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1504, + "line": 1554, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1504" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1554" } ], "type": { @@ -24623,7 +25176,7 @@ } }, { - "id": 1335, + "id": 1366, "name": "token_endpoint_auth_method", "variant": "declaration", "kind": 1024, @@ -24639,9 +25192,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1490, + "line": 1540, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1490" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1540" } ], "type": { @@ -24650,7 +25203,7 @@ } }, { - "id": 1344, + "id": 1375, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -24666,9 +25219,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1508, + "line": 1558, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1508" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1558" } ], "type": { @@ -24681,23 +25234,23 @@ { "title": "Properties", "children": [ - 1331, 1332, 1333, 1334, 1337, 1343, 1340, 1338, 1339, 1336, 1341, 1342, 1335, 1344 + 1362, 1363, 1364, 1365, 1368, 1374, 1371, 1369, 1370, 1367, 1372, 1373, 1366, 1375 ] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1480, + "line": 1530, "character": 26, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1480" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1530" } ] } } }, { - "id": 1325, + "id": 1356, "name": "OAuthClientGrantType", "variant": "declaration", "kind": 2097152, @@ -24713,9 +25266,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1456, + "line": 1506, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1456" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1506" } ], "type": { @@ -24733,7 +25286,7 @@ } }, { - "id": 1361, + "id": 1392, "name": "OAuthClientListResponse", "variant": "declaration", "kind": 2097152, @@ -24749,9 +25302,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1558, + "line": 1608, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1558" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1608" } ], "type": { @@ -24760,14 +25313,14 @@ { "type": "reflection", "declaration": { - "id": 1362, + "id": 1393, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1363, + "id": 1394, "name": "data", "variant": "declaration", "kind": 1024, @@ -24775,9 +25328,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1560, + "line": 1610, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1560" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1610" } ], "type": { @@ -24786,14 +25339,14 @@ { "type": "reflection", "declaration": { - "id": 1364, + "id": 1395, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1366, + "id": 1397, "name": "aud", "variant": "declaration", "kind": 1024, @@ -24801,9 +25354,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1560, + "line": 1610, "character": 38, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1560" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1610" } ], "type": { @@ -24812,7 +25365,7 @@ } }, { - "id": 1365, + "id": 1396, "name": "clients", "variant": "declaration", "kind": 1024, @@ -24820,16 +25373,16 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1560, + "line": 1610, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1560" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1610" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 1329, + "target": 1360, "name": "OAuthClient", "package": "@supabase/auth-js" } @@ -24839,22 +25392,22 @@ "groups": [ { "title": "Properties", - "children": [1366, 1365] + "children": [1397, 1396] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1560, + "line": 1610, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1560" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1610" } ] } }, { "type": "reference", - "target": 1277, + "target": 1292, "name": "Pagination", "package": "@supabase/auth-js" } @@ -24862,7 +25415,7 @@ } }, { - "id": 1367, + "id": 1398, "name": "error", "variant": "declaration", "kind": 1024, @@ -24870,9 +25423,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1561, + "line": 1611, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1561" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1611" } ], "type": { @@ -24884,15 +25437,15 @@ "groups": [ { "title": "Properties", - "children": [1363, 1367] + "children": [1394, 1398] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1559, + "line": 1609, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1559" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1609" } ] } @@ -24900,14 +25453,14 @@ { "type": "reflection", "declaration": { - "id": 1368, + "id": 1399, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1369, + "id": 1400, "name": "data", "variant": "declaration", "kind": 1024, @@ -24915,22 +25468,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1564, + "line": 1614, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1564" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1614" } ], "type": { "type": "reflection", "declaration": { - "id": 1370, + "id": 1401, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1371, + "id": 1402, "name": "clients", "variant": "declaration", "kind": 1024, @@ -24938,9 +25491,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1564, + "line": 1614, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1564" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1614" } ], "type": { @@ -24951,22 +25504,22 @@ "groups": [ { "title": "Properties", - "children": [1371] + "children": [1402] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1564, + "line": 1614, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1564" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1614" } ] } } }, { - "id": 1372, + "id": 1403, "name": "error", "variant": "declaration", "kind": 1024, @@ -24974,14 +25527,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1565, + "line": 1615, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1565" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1615" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -24990,15 +25543,15 @@ "groups": [ { "title": "Properties", - "children": [1369, 1372] + "children": [1400, 1403] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1563, + "line": 1613, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1563" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1613" } ] } @@ -25007,7 +25560,7 @@ } }, { - "id": 1328, + "id": 1359, "name": "OAuthClientRegistrationType", "variant": "declaration", "kind": 2097152, @@ -25023,9 +25576,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1474, + "line": 1524, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1474" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1524" } ], "type": { @@ -25043,7 +25596,7 @@ } }, { - "id": 1360, + "id": 1391, "name": "OAuthClientResponse", "variant": "declaration", "kind": 2097152, @@ -25059,18 +25612,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1552, + "line": 1602, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1552" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1602" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 1329, + "target": 1360, "name": "OAuthClient", "package": "@supabase/auth-js" } @@ -25080,7 +25633,7 @@ } }, { - "id": 1326, + "id": 1357, "name": "OAuthClientResponseType", "variant": "declaration", "kind": 2097152, @@ -25096,9 +25649,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1462, + "line": 1512, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1462" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1512" } ], "type": { @@ -25107,7 +25660,7 @@ } }, { - "id": 1327, + "id": 1358, "name": "OAuthClientType", "variant": "declaration", "kind": 2097152, @@ -25123,9 +25676,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1468, + "line": 1518, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1468" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1518" } ], "type": { @@ -25143,7 +25696,7 @@ } }, { - "id": 770, + "id": 782, "name": "OAuthResponse", "variant": "declaration", "kind": 2097152, @@ -25151,9 +25704,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 190, + "line": 195, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L190" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L195" } ], "type": { @@ -25162,14 +25715,14 @@ { "type": "reflection", "declaration": { - "id": 771, + "id": 783, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 772, + "id": 784, "name": "data", "variant": "declaration", "kind": 1024, @@ -25177,22 +25730,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 192, + "line": 197, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L192" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L197" } ], "type": { "type": "reflection", "declaration": { - "id": 773, + "id": 785, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 774, + "id": 786, "name": "provider", "variant": "declaration", "kind": 1024, @@ -25200,20 +25753,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 193, + "line": 198, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L193" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L198" } ], "type": { "type": "reference", - "target": 686, + "target": 697, "name": "Provider", "package": "@supabase/auth-js" } }, { - "id": 775, + "id": 787, "name": "url", "variant": "declaration", "kind": 1024, @@ -25221,9 +25774,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 194, + "line": 199, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L194" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L199" } ], "type": { @@ -25235,22 +25788,22 @@ "groups": [ { "title": "Properties", - "children": [774, 775] + "children": [786, 787] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 192, + "line": 197, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L192" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L197" } ] } } }, { - "id": 776, + "id": 788, "name": "error", "variant": "declaration", "kind": 1024, @@ -25258,9 +25811,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 196, + "line": 201, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L196" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L201" } ], "type": { @@ -25272,15 +25825,15 @@ "groups": [ { "title": "Properties", - "children": [772, 776] + "children": [784, 788] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 191, + "line": 196, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L191" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L196" } ] } @@ -25288,14 +25841,14 @@ { "type": "reflection", "declaration": { - "id": 777, + "id": 789, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 778, + "id": 790, "name": "data", "variant": "declaration", "kind": 1024, @@ -25303,22 +25856,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 199, + "line": 204, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L199" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L204" } ], "type": { "type": "reflection", "declaration": { - "id": 779, + "id": 791, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 780, + "id": 792, "name": "provider", "variant": "declaration", "kind": 1024, @@ -25326,20 +25879,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 200, + "line": 205, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L200" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L205" } ], "type": { "type": "reference", - "target": 686, + "target": 697, "name": "Provider", "package": "@supabase/auth-js" } }, { - "id": 781, + "id": 793, "name": "url", "variant": "declaration", "kind": 1024, @@ -25347,9 +25900,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 201, + "line": 206, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L201" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L206" } ], "type": { @@ -25361,22 +25914,22 @@ "groups": [ { "title": "Properties", - "children": [780, 781] + "children": [792, 793] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 199, + "line": 204, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L199" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L204" } ] } } }, { - "id": 782, + "id": 794, "name": "error", "variant": "declaration", "kind": 1024, @@ -25384,14 +25937,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 203, + "line": 208, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L203" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L208" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -25400,15 +25953,15 @@ "groups": [ { "title": "Properties", - "children": [778, 782] + "children": [790, 794] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 198, + "line": 203, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L198" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L203" } ] } @@ -25417,7 +25970,7 @@ } }, { - "id": 1284, + "id": 1299, "name": "PageParams", "variant": "declaration", "kind": 2097152, @@ -25425,22 +25978,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1308, + "line": 1334, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1308" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1334" } ], "type": { "type": "reflection", "declaration": { - "id": 1285, + "id": 1300, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1286, + "id": 1301, "name": "page", "variant": "declaration", "kind": 1024, @@ -25458,9 +26011,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1310, + "line": 1336, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1310" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1336" } ], "type": { @@ -25469,7 +26022,7 @@ } }, { - "id": 1287, + "id": 1302, "name": "perPage", "variant": "declaration", "kind": 1024, @@ -25487,9 +26040,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1312, + "line": 1338, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1312" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1338" } ], "type": { @@ -25501,22 +26054,22 @@ "groups": [ { "title": "Properties", - "children": [1286, 1287] + "children": [1301, 1302] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1308, + "line": 1334, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1308" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1334" } ] } } }, { - "id": 1277, + "id": 1292, "name": "Pagination", "variant": "declaration", "kind": 2097152, @@ -25524,22 +26077,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1301, + "line": 1327, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1301" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1327" } ], "type": { "type": "reflection", "declaration": { - "id": 1278, + "id": 1293, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1280, + "id": 1295, "name": "lastPage", "variant": "declaration", "kind": 1024, @@ -25547,9 +26100,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1304, + "line": 1330, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1304" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1330" } ], "type": { @@ -25558,7 +26111,7 @@ } }, { - "id": 1279, + "id": 1294, "name": "nextPage", "variant": "declaration", "kind": 1024, @@ -25566,9 +26119,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1303, + "line": 1329, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1303" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1329" } ], "type": { @@ -25586,7 +26139,7 @@ } }, { - "id": 1281, + "id": 1296, "name": "total", "variant": "declaration", "kind": 1024, @@ -25594,9 +26147,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1305, + "line": 1331, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1305" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1331" } ], "type": { @@ -25608,20 +26161,20 @@ "groups": [ { "title": "Properties", - "children": [1280, 1279, 1281] + "children": [1295, 1294, 1296] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1301, + "line": 1327, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1301" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1327" } ], "indexSignatures": [ { - "id": 1282, + "id": 1297, "name": "__index", "variant": "signature", "kind": 8192, @@ -25629,14 +26182,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1302, + "line": 1328, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1302" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1328" } ], "parameters": [ { - "id": 1283, + "id": 1298, "name": "key", "variant": "param", "kind": 32768, @@ -25657,7 +26210,7 @@ } }, { - "id": 725, + "id": 737, "name": "Prettify", "variant": "declaration", "kind": 2097152, @@ -25673,14 +26226,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ], "typeParameters": [ { - "id": 726, + "id": 738, "name": "T", "variant": "typeParam", "kind": 131072, @@ -25691,7 +26244,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 726, + "target": 738, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -25707,7 +26260,7 @@ }, "trueType": { "type": "reference", - "target": 726, + "target": 738, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -25720,7 +26273,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 726, + "target": 738, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -25740,7 +26293,7 @@ }, "objectType": { "type": "reference", - "target": 726, + "target": 738, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -25750,7 +26303,7 @@ } }, { - "id": 686, + "id": 697, "name": "Provider", "variant": "declaration", "kind": 2097152, @@ -25768,7 +26321,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 18, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L18" } ], "type": { @@ -25866,7 +26419,7 @@ } }, { - "id": 730, + "id": 742, "name": "RequestResult", "variant": "declaration", "kind": 2097152, @@ -25882,21 +26435,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 136, + "line": 141, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L136" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L141" } ], "typeParameters": [ { - "id": 737, + "id": 749, "name": "T", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 738, + "id": 750, "name": "ErrorType", "variant": "typeParam", "kind": 131072, @@ -25912,7 +26465,7 @@ }, "default": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -25924,14 +26477,14 @@ { "type": "reflection", "declaration": { - "id": 731, + "id": 743, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 732, + "id": 744, "name": "data", "variant": "declaration", "kind": 1024, @@ -25939,21 +26492,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 138, + "line": 143, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L143" } ], "type": { "type": "reference", - "target": 737, + "target": 749, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true } }, { - "id": 733, + "id": 745, "name": "error", "variant": "declaration", "kind": 1024, @@ -25961,9 +26514,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 139, + "line": 144, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L139" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L144" } ], "type": { @@ -25975,15 +26528,15 @@ "groups": [ { "title": "Properties", - "children": [732, 733] + "children": [744, 745] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 137, + "line": 142, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L137" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L142" } ] } @@ -25991,14 +26544,14 @@ { "type": "reflection", "declaration": { - "id": 734, + "id": 746, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 735, + "id": 747, "name": "data", "variant": "declaration", "kind": 1024, @@ -26006,9 +26559,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 142, + "line": 147, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L142" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L147" } ], "type": { @@ -26017,7 +26570,7 @@ } }, { - "id": 736, + "id": 748, "name": "error", "variant": "declaration", "kind": 1024, @@ -26025,9 +26578,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 143, + "line": 148, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L143" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L148" } ], "type": { @@ -26043,19 +26596,19 @@ }, "extendsType": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" }, "trueType": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" }, "falseType": { "type": "reference", - "target": 738, + "target": 750, "name": "ErrorType", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -26066,15 +26619,15 @@ "groups": [ { "title": "Properties", - "children": [735, 736] + "children": [747, 748] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 141, + "line": 146, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L141" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L146" } ] } @@ -26083,7 +26636,7 @@ } }, { - "id": 739, + "id": 751, "name": "RequestResultSafeDestructure", "variant": "declaration", "kind": 2097152, @@ -26104,14 +26657,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 150, + "line": 155, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L150" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L155" } ], "typeParameters": [ { - "id": 746, + "id": 758, "name": "T", "variant": "typeParam", "kind": 131072, @@ -26124,14 +26677,14 @@ { "type": "reflection", "declaration": { - "id": 740, + "id": 752, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 741, + "id": 753, "name": "data", "variant": "declaration", "kind": 1024, @@ -26139,21 +26692,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 151, + "line": 156, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L151" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L156" } ], "type": { "type": "reference", - "target": 746, + "target": 758, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true } }, { - "id": 742, + "id": 754, "name": "error", "variant": "declaration", "kind": 1024, @@ -26161,9 +26714,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 151, + "line": 156, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L151" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L156" } ], "type": { @@ -26175,15 +26728,15 @@ "groups": [ { "title": "Properties", - "children": [741, 742] + "children": [753, 754] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 151, + "line": 156, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L151" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L156" } ] } @@ -26191,14 +26744,14 @@ { "type": "reflection", "declaration": { - "id": 743, + "id": 755, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 744, + "id": 756, "name": "data", "variant": "declaration", "kind": 1024, @@ -26206,16 +26759,16 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 153, + "line": 158, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L153" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L158" } ], "type": { "type": "conditional", "checkType": { "type": "reference", - "target": 746, + "target": 758, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -26232,7 +26785,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 746, + "target": 758, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -26250,7 +26803,7 @@ } }, { - "id": 745, + "id": 757, "name": "error", "variant": "declaration", "kind": 1024, @@ -26258,14 +26811,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 154, + "line": 159, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L154" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L159" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -26274,15 +26827,15 @@ "groups": [ { "title": "Properties", - "children": [744, 745] + "children": [756, 757] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 152, + "line": 157, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L152" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L157" } ] } @@ -26291,7 +26844,7 @@ } }, { - "id": 1302, + "id": 1317, "name": "RequiredClaims", "variant": "declaration", "kind": 2097152, @@ -26299,22 +26852,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1426, + "line": 1452, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1426" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1452" } ], "type": { "type": "reflection", "declaration": { - "id": 1303, + "id": 1318, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1310, + "id": 1325, "name": "aal", "variant": "declaration", "kind": 1024, @@ -26322,20 +26875,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1433, + "line": 1459, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1433" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1459" } ], "type": { "type": "reference", - "target": 1127, + "target": 1142, "name": "AuthenticatorAssuranceLevels", "package": "@supabase/auth-js" } }, { - "id": 1306, + "id": 1321, "name": "aud", "variant": "declaration", "kind": 1024, @@ -26343,9 +26896,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1429, + "line": 1455, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1429" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1455" } ], "type": { @@ -26366,7 +26919,7 @@ } }, { - "id": 1307, + "id": 1322, "name": "exp", "variant": "declaration", "kind": 1024, @@ -26374,9 +26927,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1430, + "line": 1456, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1430" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1456" } ], "type": { @@ -26385,7 +26938,7 @@ } }, { - "id": 1308, + "id": 1323, "name": "iat", "variant": "declaration", "kind": 1024, @@ -26393,9 +26946,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1431, + "line": 1457, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1431" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1457" } ], "type": { @@ -26404,7 +26957,7 @@ } }, { - "id": 1304, + "id": 1319, "name": "iss", "variant": "declaration", "kind": 1024, @@ -26412,9 +26965,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1427, + "line": 1453, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1427" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1453" } ], "type": { @@ -26423,7 +26976,7 @@ } }, { - "id": 1309, + "id": 1324, "name": "role", "variant": "declaration", "kind": 1024, @@ -26431,9 +26984,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1432, + "line": 1458, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1432" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1458" } ], "type": { @@ -26442,7 +26995,7 @@ } }, { - "id": 1311, + "id": 1326, "name": "session_id", "variant": "declaration", "kind": 1024, @@ -26450,9 +27003,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1434, + "line": 1460, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1434" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1460" } ], "type": { @@ -26461,7 +27014,7 @@ } }, { - "id": 1305, + "id": 1320, "name": "sub", "variant": "declaration", "kind": 1024, @@ -26469,9 +27022,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1428, + "line": 1454, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1428" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1454" } ], "type": { @@ -26483,22 +27036,29 @@ "groups": [ { "title": "Properties", - "children": [1310, 1306, 1307, 1308, 1304, 1309, 1311, 1305] + "children": [1325, 1321, 1322, 1323, 1319, 1324, 1326, 1320] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1426, + "line": 1452, "character": 29, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1426" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1452" } ] } - } + }, + "extendedBy": [ + { + "type": "reference", + "target": 1327, + "name": "JwtPayload" + } + ] }, { - "id": 1021, + "id": 1034, "name": "ResendParams", "variant": "declaration", "kind": 2097152, @@ -26506,9 +27066,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 747, + "line": 761, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L747" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L761" } ], "type": { @@ -26517,14 +27077,14 @@ { "type": "reflection", "declaration": { - "id": 1022, + "id": 1035, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1024, + "id": 1037, "name": "email", "variant": "declaration", "kind": 1024, @@ -26532,9 +27092,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 750, + "line": 764, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L750" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L764" } ], "type": { @@ -26543,7 +27103,7 @@ } }, { - "id": 1025, + "id": 1038, "name": "options", "variant": "declaration", "kind": 1024, @@ -26553,22 +27113,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 751, + "line": 765, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L751" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L765" } ], "type": { "type": "reflection", "declaration": { - "id": 1026, + "id": 1039, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1028, + "id": 1041, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -26586,9 +27146,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 755, + "line": 769, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L755" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L769" } ], "type": { @@ -26597,7 +27157,7 @@ } }, { - "id": 1027, + "id": 1040, "name": "emailRedirectTo", "variant": "declaration", "kind": 1024, @@ -26615,9 +27175,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 753, + "line": 767, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L753" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L767" } ], "type": { @@ -26629,22 +27189,22 @@ "groups": [ { "title": "Properties", - "children": [1028, 1027] + "children": [1041, 1040] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 751, + "line": 765, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L751" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L765" } ] } } }, { - "id": 1023, + "id": 1036, "name": "type", "variant": "declaration", "kind": 1024, @@ -26652,9 +27212,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 749, + "line": 763, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L749" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L763" } ], "type": { @@ -26666,7 +27226,7 @@ "typeArguments": [ { "type": "reference", - "target": 1020, + "target": 1033, "name": "EmailOtpType", "package": "@supabase/auth-js" }, @@ -26692,15 +27252,15 @@ "groups": [ { "title": "Properties", - "children": [1024, 1025, 1023] + "children": [1037, 1038, 1036] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 748, + "line": 762, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L748" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L762" } ] } @@ -26708,14 +27268,14 @@ { "type": "reflection", "declaration": { - "id": 1029, + "id": 1042, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1032, + "id": 1045, "name": "options", "variant": "declaration", "kind": 1024, @@ -26725,22 +27285,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 761, + "line": 775, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L761" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L775" } ], "type": { "type": "reflection", "declaration": { - "id": 1033, + "id": 1046, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1034, + "id": 1047, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -26758,9 +27318,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 763, + "line": 777, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L763" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L777" } ], "type": { @@ -26772,22 +27332,22 @@ "groups": [ { "title": "Properties", - "children": [1034] + "children": [1047] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 761, + "line": 775, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L761" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L775" } ] } } }, { - "id": 1031, + "id": 1044, "name": "phone", "variant": "declaration", "kind": 1024, @@ -26795,9 +27355,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 760, + "line": 774, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L760" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L774" } ], "type": { @@ -26806,7 +27366,7 @@ } }, { - "id": 1030, + "id": 1043, "name": "type", "variant": "declaration", "kind": 1024, @@ -26814,9 +27374,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 759, + "line": 773, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L759" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L773" } ], "type": { @@ -26828,7 +27388,7 @@ "typeArguments": [ { "type": "reference", - "target": 1019, + "target": 1032, "name": "MobileOtpType", "package": "@supabase/auth-js" }, @@ -26854,15 +27414,15 @@ "groups": [ { "title": "Properties", - "children": [1032, 1031, 1030] + "children": [1045, 1044, 1043] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 758, + "line": 772, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L758" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L772" } ] } @@ -26871,7 +27431,7 @@ } }, { - "id": 888, + "id": 901, "name": "SignInAnonymouslyCredentials", "variant": "declaration", "kind": 2097152, @@ -26879,22 +27439,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 507, + "line": 521, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L507" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L521" } ], "type": { "type": "reflection", "declaration": { - "id": 889, + "id": 902, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 890, + "id": 903, "name": "options", "variant": "declaration", "kind": 1024, @@ -26904,22 +27464,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 508, + "line": 522, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L508" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L522" } ], "type": { "type": "reflection", "declaration": { - "id": 891, + "id": 904, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 893, + "id": 906, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -26937,9 +27497,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 516, + "line": 530, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L516" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L530" } ], "type": { @@ -26948,7 +27508,7 @@ } }, { - "id": 892, + "id": 905, "name": "data", "variant": "declaration", "kind": 1024, @@ -26982,9 +27542,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 514, + "line": 528, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L514" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L528" } ], "type": { @@ -26996,15 +27556,15 @@ "groups": [ { "title": "Properties", - "children": [893, 892] + "children": [906, 905] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 508, + "line": 522, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L508" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L522" } ] } @@ -27014,22 +27574,22 @@ "groups": [ { "title": "Properties", - "children": [890] + "children": [903] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 507, + "line": 521, "character": 43, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L507" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L521" } ] } } }, { - "id": 937, + "id": 950, "name": "SignInWithIdTokenCredentials", "variant": "declaration", "kind": 2097152, @@ -27037,22 +27597,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 595, + "line": 609, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L595" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L609" } ], "type": { "type": "reflection", "declaration": { - "id": 938, + "id": 951, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 942, + "id": 955, "name": "access_token", "variant": "declaration", "kind": 1024, @@ -27078,9 +27638,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 601, + "line": 615, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L601" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L615" } ], "type": { @@ -27089,7 +27649,7 @@ } }, { - "id": 943, + "id": 956, "name": "nonce", "variant": "declaration", "kind": 1024, @@ -27115,9 +27675,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 603, + "line": 617, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L603" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L617" } ], "type": { @@ -27126,7 +27686,7 @@ } }, { - "id": 944, + "id": 957, "name": "options", "variant": "declaration", "kind": 1024, @@ -27136,22 +27696,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 604, + "line": 618, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L604" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L618" } ], "type": { "type": "reflection", "declaration": { - "id": 945, + "id": 958, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 946, + "id": 959, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -27169,9 +27729,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 606, + "line": 620, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L606" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L620" } ], "type": { @@ -27183,22 +27743,22 @@ "groups": [ { "title": "Properties", - "children": [946] + "children": [959] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 604, + "line": 618, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L604" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L618" } ] } } }, { - "id": 939, + "id": 952, "name": "provider", "variant": "declaration", "kind": 1024, @@ -27270,9 +27830,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 597, + "line": 611, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L597" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L611" } ], "type": { @@ -27308,7 +27868,7 @@ { "type": "reflection", "declaration": { - "id": 940, + "id": 953, "name": "__type", "variant": "declaration", "kind": 65536, @@ -27316,9 +27876,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 597, + "line": 611, "character": 76, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L597" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L611" } ] } @@ -27329,7 +27889,7 @@ } }, { - "id": 941, + "id": 954, "name": "token", "variant": "declaration", "kind": 1024, @@ -27377,9 +27937,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 599, + "line": 613, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L599" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L613" } ], "type": { @@ -27391,22 +27951,22 @@ "groups": [ { "title": "Properties", - "children": [942, 943, 944, 939, 941] + "children": [955, 956, 957, 952, 954] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 595, + "line": 609, "character": 43, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L595" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L609" } ] } } }, { - "id": 925, + "id": 938, "name": "SignInWithOAuthCredentials", "variant": "declaration", "kind": 2097152, @@ -27414,22 +27974,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 580, + "line": 594, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L580" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L594" } ], "type": { "type": "reflection", "declaration": { - "id": 926, + "id": 939, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 928, + "id": 941, "name": "options", "variant": "declaration", "kind": 1024, @@ -27439,22 +27999,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 583, + "line": 597, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L583" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L597" } ], "type": { "type": "reflection", "declaration": { - "id": 929, + "id": 942, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 932, + "id": 945, "name": "queryParams", "variant": "declaration", "kind": 1024, @@ -27472,15 +28032,15 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 589, + "line": 603, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L589" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L603" } ], "type": { "type": "reflection", "declaration": { - "id": 933, + "id": 946, "name": "__type", "variant": "declaration", "kind": 65536, @@ -27488,14 +28048,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 589, + "line": 603, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L589" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L603" } ], "indexSignatures": [ { - "id": 934, + "id": 947, "name": "__index", "variant": "signature", "kind": 8192, @@ -27503,14 +28063,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 589, + "line": 603, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L589" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L603" } ], "parameters": [ { - "id": 935, + "id": 948, "name": "key", "variant": "param", "kind": 32768, @@ -27531,7 +28091,7 @@ } }, { - "id": 930, + "id": 943, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -27549,9 +28109,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 585, + "line": 599, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L585" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L599" } ], "type": { @@ -27560,7 +28120,7 @@ } }, { - "id": 931, + "id": 944, "name": "scopes", "variant": "declaration", "kind": 1024, @@ -27578,9 +28138,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 587, + "line": 601, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L587" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L601" } ], "type": { @@ -27589,7 +28149,7 @@ } }, { - "id": 936, + "id": 949, "name": "skipBrowserRedirect", "variant": "declaration", "kind": 1024, @@ -27607,9 +28167,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 591, + "line": 605, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L591" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L605" } ], "type": { @@ -27621,22 +28181,22 @@ "groups": [ { "title": "Properties", - "children": [932, 930, 931, 936] + "children": [945, 943, 944, 949] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 583, + "line": 597, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L583" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L597" } ] } } }, { - "id": 927, + "id": 940, "name": "provider", "variant": "declaration", "kind": 1024, @@ -27652,14 +28212,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 582, + "line": 596, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L582" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L596" } ], "type": { "type": "reference", - "target": 686, + "target": 697, "name": "Provider", "package": "@supabase/auth-js" } @@ -27668,22 +28228,22 @@ "groups": [ { "title": "Properties", - "children": [928, 927] + "children": [941, 940] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 580, + "line": 594, "character": 41, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L580" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L594" } ] } } }, { - "id": 902, + "id": 915, "name": "SignInWithPasswordCredentials", "variant": "declaration", "kind": 2097152, @@ -27691,9 +28251,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 535, + "line": 549, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L535" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L549" } ], "type": { @@ -27711,14 +28271,14 @@ { "type": "reflection", "declaration": { - "id": 903, + "id": 916, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 904, + "id": 917, "name": "options", "variant": "declaration", "kind": 1024, @@ -27728,22 +28288,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 536, + "line": 550, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L536" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L550" } ], "type": { "type": "reflection", "declaration": { - "id": 905, + "id": 918, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 906, + "id": 919, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -27753,9 +28313,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 537, + "line": 551, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L537" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L551" } ], "type": { @@ -27767,15 +28327,15 @@ "groups": [ { "title": "Properties", - "children": [906] + "children": [919] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 536, + "line": 550, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L536" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L550" } ] } @@ -27785,15 +28345,15 @@ "groups": [ { "title": "Properties", - "children": [904] + "children": [917] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 535, + "line": 549, "character": 70, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L535" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L549" } ] } @@ -27802,7 +28362,7 @@ } }, { - "id": 907, + "id": 920, "name": "SignInWithPasswordlessCredentials", "variant": "declaration", "kind": 2097152, @@ -27810,9 +28370,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 541, + "line": 555, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L541" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L555" } ], "type": { @@ -27821,14 +28381,14 @@ { "type": "reflection", "declaration": { - "id": 908, + "id": 921, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 909, + "id": 922, "name": "email", "variant": "declaration", "kind": 1024, @@ -27844,9 +28404,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 544, + "line": 558, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L544" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L558" } ], "type": { @@ -27855,7 +28415,7 @@ } }, { - "id": 910, + "id": 923, "name": "options", "variant": "declaration", "kind": 1024, @@ -27865,22 +28425,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 545, + "line": 559, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L545" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L559" } ], "type": { "type": "reflection", "declaration": { - "id": 911, + "id": 924, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 915, + "id": 928, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -27898,9 +28458,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 557, + "line": 571, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L557" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L571" } ], "type": { @@ -27909,7 +28469,7 @@ } }, { - "id": 914, + "id": 927, "name": "data", "variant": "declaration", "kind": 1024, @@ -27943,9 +28503,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 555, + "line": 569, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L555" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L569" } ], "type": { @@ -27954,7 +28514,7 @@ } }, { - "id": 912, + "id": 925, "name": "emailRedirectTo", "variant": "declaration", "kind": 1024, @@ -27972,9 +28532,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 547, + "line": 561, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L547" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L561" } ], "type": { @@ -27983,7 +28543,7 @@ } }, { - "id": 913, + "id": 926, "name": "shouldCreateUser", "variant": "declaration", "kind": 1024, @@ -28001,9 +28561,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 549, + "line": 563, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L549" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L563" } ], "type": { @@ -28015,15 +28575,15 @@ "groups": [ { "title": "Properties", - "children": [915, 914, 912, 913] + "children": [928, 927, 925, 926] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 545, + "line": 559, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L545" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L559" } ] } @@ -28033,15 +28593,15 @@ "groups": [ { "title": "Properties", - "children": [909, 910] + "children": [922, 923] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 542, + "line": 556, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L542" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L556" } ] } @@ -28049,14 +28609,14 @@ { "type": "reflection", "declaration": { - "id": 916, + "id": 929, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 918, + "id": 931, "name": "options", "variant": "declaration", "kind": 1024, @@ -28066,22 +28626,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 563, + "line": 577, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L563" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L577" } ], "type": { "type": "reflection", "declaration": { - "id": 919, + "id": 932, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 922, + "id": 935, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -28099,9 +28659,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 573, + "line": 587, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L573" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L587" } ], "type": { @@ -28110,7 +28670,7 @@ } }, { - "id": 923, + "id": 936, "name": "channel", "variant": "declaration", "kind": 1024, @@ -28128,9 +28688,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 575, + "line": 589, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L575" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L589" } ], "type": { @@ -28148,7 +28708,7 @@ } }, { - "id": 921, + "id": 934, "name": "data", "variant": "declaration", "kind": 1024, @@ -28182,9 +28742,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 571, + "line": 585, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L571" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L585" } ], "type": { @@ -28193,7 +28753,7 @@ } }, { - "id": 920, + "id": 933, "name": "shouldCreateUser", "variant": "declaration", "kind": 1024, @@ -28211,9 +28771,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 565, + "line": 579, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L565" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L579" } ], "type": { @@ -28225,22 +28785,22 @@ "groups": [ { "title": "Properties", - "children": [922, 923, 921, 920] + "children": [935, 936, 934, 933] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 563, + "line": 577, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L563" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L577" } ] } } }, { - "id": 917, + "id": 930, "name": "phone", "variant": "declaration", "kind": 1024, @@ -28256,9 +28816,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 562, + "line": 576, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L562" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L576" } ], "type": { @@ -28270,15 +28830,15 @@ "groups": [ { "title": "Properties", - "children": [918, 917] + "children": [931, 930] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 560, + "line": 574, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L560" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L574" } ] } @@ -28287,7 +28847,7 @@ } }, { - "id": 1035, + "id": 1048, "name": "SignInWithSSO", "variant": "declaration", "kind": 2097152, @@ -28295,9 +28855,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 767, + "line": 781, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L767" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L781" } ], "type": { @@ -28306,14 +28866,14 @@ { "type": "reflection", "declaration": { - "id": 1036, + "id": 1049, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1038, + "id": 1051, "name": "options", "variant": "declaration", "kind": 1024, @@ -28323,22 +28883,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 772, + "line": 786, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L772" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L786" } ], "type": { "type": "reflection", "declaration": { - "id": 1039, + "id": 1052, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1041, + "id": 1054, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -28356,9 +28916,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 776, + "line": 790, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L776" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L790" } ], "type": { @@ -28367,7 +28927,7 @@ } }, { - "id": 1040, + "id": 1053, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -28385,36 +28945,65 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 774, + "line": 788, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L774" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L788" } ], "type": { "type": "intrinsic", "name": "string" } + }, + { + "id": 1055, + "name": "skipBrowserRedirect", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "If set to true, the redirect will not happen on the client side.\nThis parameter is used when you wish to handle the redirect yourself.\nDefaults to false." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 796, + "character": 8, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L796" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } } ], "groups": [ { "title": "Properties", - "children": [1041, 1040] + "children": [1054, 1053, 1055] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 772, + "line": 786, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L772" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L786" } ] } } }, { - "id": 1037, + "id": 1050, "name": "providerId", "variant": "declaration", "kind": 1024, @@ -28430,9 +29019,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 770, + "line": 784, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L770" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L784" } ], "type": { @@ -28444,15 +29033,15 @@ "groups": [ { "title": "Properties", - "children": [1038, 1037] + "children": [1051, 1050] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 768, + "line": 782, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L768" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L782" } ] } @@ -28460,14 +29049,14 @@ { "type": "reflection", "declaration": { - "id": 1042, + "id": 1056, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1043, + "id": 1057, "name": "domain", "variant": "declaration", "kind": 1024, @@ -28483,9 +29072,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 781, + "line": 801, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L781" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L801" } ], "type": { @@ -28494,7 +29083,7 @@ } }, { - "id": 1044, + "id": 1058, "name": "options", "variant": "declaration", "kind": 1024, @@ -28504,22 +29093,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 783, + "line": 803, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L783" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L803" } ], "type": { "type": "reflection", "declaration": { - "id": 1045, + "id": 1059, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1047, + "id": 1061, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -28537,9 +29126,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 787, + "line": 807, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L787" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L807" } ], "type": { @@ -28548,7 +29137,7 @@ } }, { - "id": 1046, + "id": 1060, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -28566,29 +29155,58 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 785, + "line": 805, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L785" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L805" } ], "type": { "type": "intrinsic", "name": "string" } + }, + { + "id": 1062, + "name": "skipBrowserRedirect", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "If set to true, the redirect will not happen on the client side.\nThis parameter is used when you wish to handle the redirect yourself.\nDefaults to false." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 813, + "character": 8, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L813" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } } ], "groups": [ { "title": "Properties", - "children": [1047, 1046] + "children": [1061, 1060, 1062] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 783, + "line": 803, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L783" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L803" } ] } @@ -28598,15 +29216,15 @@ "groups": [ { "title": "Properties", - "children": [1043, 1044] + "children": [1057, 1058] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 779, + "line": 799, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L779" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L799" } ] } @@ -28615,7 +29233,7 @@ } }, { - "id": 1288, + "id": 1303, "name": "SignOut", "variant": "declaration", "kind": 2097152, @@ -28623,22 +29241,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1315, + "line": 1341, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1315" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1341" } ], "type": { "type": "reflection", "declaration": { - "id": 1289, + "id": 1304, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1290, + "id": 1305, "name": "scope", "variant": "declaration", "kind": 1024, @@ -28656,9 +29274,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1326, + "line": 1352, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1326" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1352" } ], "type": { @@ -28683,22 +29301,22 @@ "groups": [ { "title": "Properties", - "children": [1290] + "children": [1305] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1315, + "line": 1341, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1315" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1341" } ] } } }, { - "id": 1324, + "id": 1355, "name": "SignOutScope", "variant": "declaration", "kind": 2097152, @@ -28706,9 +29324,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1450, + "line": 1500, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1450" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1500" } ], "type": { @@ -28721,7 +29339,7 @@ "type": "query", "queryType": { "type": "reference", - "target": 1323, + "target": 1354, "name": "SIGN_OUT_SCOPES", "package": "@supabase/auth-js" } @@ -28729,7 +29347,7 @@ } }, { - "id": 894, + "id": 907, "name": "SignUpWithPasswordCredentials", "variant": "declaration", "kind": 2097152, @@ -28737,14 +29355,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 520, + "line": 534, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L520" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L534" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -28761,14 +29379,14 @@ { "type": "reflection", "declaration": { - "id": 895, + "id": 908, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 896, + "id": 909, "name": "options", "variant": "declaration", "kind": 1024, @@ -28778,22 +29396,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 522, + "line": 536, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L522" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L536" } ], "type": { "type": "reflection", "declaration": { - "id": 897, + "id": 910, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 900, + "id": 913, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -28803,9 +29421,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 525, + "line": 539, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L525" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L539" } ], "type": { @@ -28814,7 +29432,7 @@ } }, { - "id": 901, + "id": 914, "name": "channel", "variant": "declaration", "kind": 1024, @@ -28824,9 +29442,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 526, + "line": 540, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L526" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L540" } ], "type": { @@ -28844,7 +29462,7 @@ } }, { - "id": 899, + "id": 912, "name": "data", "variant": "declaration", "kind": 1024, @@ -28854,9 +29472,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 524, + "line": 538, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L524" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L538" } ], "type": { @@ -28865,7 +29483,7 @@ } }, { - "id": 898, + "id": 911, "name": "emailRedirectTo", "variant": "declaration", "kind": 1024, @@ -28875,9 +29493,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 523, + "line": 537, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L523" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L537" } ], "type": { @@ -28889,15 +29507,15 @@ "groups": [ { "title": "Properties", - "children": [900, 901, 899, 898] + "children": [913, 914, 912, 911] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 522, + "line": 536, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L522" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L536" } ] } @@ -28907,15 +29525,15 @@ "groups": [ { "title": "Properties", - "children": [896] + "children": [909] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 521, + "line": 535, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L521" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L535" } ] } @@ -28928,7 +29546,7 @@ } }, { - "id": 947, + "id": 960, "name": "SolanaWallet", "variant": "declaration", "kind": 2097152, @@ -28936,22 +29554,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 610, + "line": 624, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L610" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L624" } ], "type": { "type": "reflection", "declaration": { - "id": 948, + "id": 961, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 953, + "id": 966, "name": "publicKey", "variant": "declaration", "kind": 1024, @@ -28961,9 +29579,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 612, + "line": 626, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L612" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L626" } ], "type": { @@ -28972,14 +29590,14 @@ { "type": "reflection", "declaration": { - "id": 954, + "id": 967, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 955, + "id": 968, "name": "toBase58", "variant": "declaration", "kind": 1024, @@ -28987,15 +29605,15 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 613, + "line": 627, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L613" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L627" } ], "type": { "type": "reflection", "declaration": { - "id": 956, + "id": 969, "name": "__type", "variant": "declaration", "kind": 65536, @@ -29003,14 +29621,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 613, + "line": 627, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L613" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L627" } ], "signatures": [ { - "id": 957, + "id": 970, "name": "__type", "variant": "signature", "kind": 4096, @@ -29028,15 +29646,15 @@ "groups": [ { "title": "Properties", - "children": [955] + "children": [968] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 612, + "line": 626, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L612" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L626" } ] } @@ -29049,7 +29667,7 @@ } }, { - "id": 949, + "id": 962, "name": "signIn", "variant": "declaration", "kind": 1024, @@ -29059,15 +29677,15 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 611, + "line": 625, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L611" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L625" } ], "type": { "type": "reflection", "declaration": { - "id": 950, + "id": 963, "name": "__type", "variant": "declaration", "kind": 65536, @@ -29075,21 +29693,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 611, + "line": 625, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L611" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L625" } ], "signatures": [ { - "id": 951, + "id": 964, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 952, + "id": 965, "name": "inputs", "variant": "param", "kind": 32768, @@ -29153,7 +29771,7 @@ } }, { - "id": 958, + "id": 971, "name": "signMessage", "variant": "declaration", "kind": 1024, @@ -29163,15 +29781,15 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 616, + "line": 630, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L616" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L630" } ], "type": { "type": "reflection", "declaration": { - "id": 959, + "id": 972, "name": "__type", "variant": "declaration", "kind": 65536, @@ -29179,21 +29797,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 616, + "line": 630, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L616" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L630" } ], "signatures": [ { - "id": 960, + "id": 973, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 961, + "id": 974, "name": "message", "variant": "param", "kind": 32768, @@ -29209,7 +29827,7 @@ } }, { - "id": 962, + "id": 975, "name": "encoding", "variant": "param", "kind": 32768, @@ -29269,22 +29887,22 @@ "groups": [ { "title": "Properties", - "children": [953, 949, 958] + "children": [966, 962, 971] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 610, + "line": 624, "character": 27, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L610" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L624" } ] } } }, { - "id": 963, + "id": 976, "name": "SolanaWeb3Credentials", "variant": "declaration", "kind": 2097152, @@ -29292,9 +29910,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 619, + "line": 633, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L619" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L633" } ], "type": { @@ -29303,14 +29921,14 @@ { "type": "reflection", "declaration": { - "id": 964, + "id": 977, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 965, + "id": 978, "name": "chain", "variant": "declaration", "kind": 1024, @@ -29318,9 +29936,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 621, + "line": 635, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L621" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L635" } ], "type": { @@ -29329,7 +29947,7 @@ } }, { - "id": 968, + "id": 981, "name": "options", "variant": "declaration", "kind": 1024, @@ -29339,22 +29957,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 629, + "line": 643, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L629" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L643" } ], "type": { "type": "reflection", "declaration": { - "id": 969, + "id": 982, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 971, + "id": 984, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -29372,9 +29990,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 634, + "line": 648, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L634" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L648" } ], "type": { @@ -29383,7 +30001,7 @@ } }, { - "id": 972, + "id": 985, "name": "signInWithSolana", "variant": "declaration", "kind": 1024, @@ -29393,9 +30011,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 636, + "line": 650, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L636" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L650" } ], "type": { @@ -29456,7 +30074,7 @@ } }, { - "id": 970, + "id": 983, "name": "url", "variant": "declaration", "kind": 1024, @@ -29474,9 +30092,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 631, + "line": 645, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L631" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L645" } ], "type": { @@ -29488,22 +30106,22 @@ "groups": [ { "title": "Properties", - "children": [971, 972, 970] + "children": [984, 985, 983] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 629, + "line": 643, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L629" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L643" } ] } } }, { - "id": 967, + "id": 980, "name": "statement", "variant": "declaration", "kind": 1024, @@ -29521,9 +30139,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 627, + "line": 641, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L627" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L641" } ], "type": { @@ -29532,7 +30150,7 @@ } }, { - "id": 966, + "id": 979, "name": "wallet", "variant": "declaration", "kind": 1024, @@ -29558,14 +30176,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 624, + "line": 638, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L624" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L638" } ], "type": { "type": "reference", - "target": 947, + "target": 960, "name": "SolanaWallet", "package": "@supabase/auth-js" } @@ -29574,15 +30192,15 @@ "groups": [ { "title": "Properties", - "children": [965, 968, 967, 966] + "children": [978, 981, 980, 979] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 620, + "line": 634, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L620" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L634" } ] } @@ -29590,14 +30208,14 @@ { "type": "reflection", "declaration": { - "id": 973, + "id": 986, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 974, + "id": 987, "name": "chain", "variant": "declaration", "kind": 1024, @@ -29605,9 +30223,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 642, + "line": 656, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L642" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L656" } ], "type": { @@ -29616,7 +30234,7 @@ } }, { - "id": 975, + "id": 988, "name": "message", "variant": "declaration", "kind": 1024, @@ -29656,9 +30274,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 645, + "line": 659, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L645" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L659" } ], "type": { @@ -29667,7 +30285,7 @@ } }, { - "id": 977, + "id": 990, "name": "options", "variant": "declaration", "kind": 1024, @@ -29677,22 +30295,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 650, + "line": 664, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L650" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L664" } ], "type": { "type": "reflection", "declaration": { - "id": 978, + "id": 991, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 979, + "id": 992, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -29710,9 +30328,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 652, + "line": 666, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L652" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L666" } ], "type": { @@ -29724,22 +30342,22 @@ "groups": [ { "title": "Properties", - "children": [979] + "children": [992] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 650, + "line": 664, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L650" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L664" } ] } } }, { - "id": 976, + "id": 989, "name": "signature", "variant": "declaration", "kind": 1024, @@ -29755,9 +30373,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 648, + "line": 662, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L648" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L662" } ], "type": { @@ -29774,15 +30392,15 @@ "groups": [ { "title": "Properties", - "children": [974, 975, 977, 976] + "children": [987, 988, 990, 989] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 641, + "line": 655, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L641" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L655" } ] } @@ -29791,7 +30409,7 @@ } }, { - "id": 783, + "id": 795, "name": "SSOResponse", "variant": "declaration", "kind": 2097152, @@ -29799,26 +30417,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 206, + "line": 211, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L206" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L211" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 784, + "id": 796, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 785, + "id": 797, "name": "url", "variant": "declaration", "kind": 1024, @@ -29842,9 +30460,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 214, + "line": 219, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L214" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L219" } ], "type": { @@ -29856,15 +30474,15 @@ "groups": [ { "title": "Properties", - "children": [785] + "children": [797] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 206, + "line": 211, "character": 40, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L206" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L211" } ] } @@ -29875,7 +30493,7 @@ } }, { - "id": 727, + "id": 739, "name": "StrictOmit", "variant": "declaration", "kind": 2097152, @@ -29891,21 +30509,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 131, + "line": 136, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L131" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L136" } ], "typeParameters": [ { - "id": 728, + "id": 740, "name": "T", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 729, + "id": 741, "name": "K", "variant": "typeParam", "kind": 131072, @@ -29915,7 +30533,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 728, + "target": 740, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -29932,14 +30550,14 @@ "typeArguments": [ { "type": "reference", - "target": 728, + "target": 740, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true }, { "type": "reference", - "target": 729, + "target": 741, "name": "K", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -29950,7 +30568,7 @@ } }, { - "id": 1270, + "id": 1285, "name": "SupportedStorage", "variant": "declaration", "kind": 2097152, @@ -29958,9 +30576,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1284, + "line": 1310, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1284" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1310" } ], "type": { @@ -30017,14 +30635,14 @@ { "type": "reflection", "declaration": { - "id": 1271, + "id": 1286, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1272, + "id": 1287, "name": "isServer", "variant": "declaration", "kind": 1024, @@ -30050,9 +30668,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1294, + "line": 1320, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1294" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1320" } ], "type": { @@ -30064,15 +30682,15 @@ "groups": [ { "title": "Properties", - "children": [1272] + "children": [1287] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1286, + "line": 1312, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1286" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1312" } ] } @@ -30081,7 +30699,7 @@ } }, { - "id": 1353, + "id": 1384, "name": "UpdateOAuthClientParams", "variant": "declaration", "kind": 2097152, @@ -30097,22 +30715,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1535, + "line": 1585, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1535" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1585" } ], "type": { "type": "reflection", "declaration": { - "id": 1354, + "id": 1385, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1355, + "id": 1386, "name": "client_name", "variant": "declaration", "kind": 1024, @@ -30130,9 +30748,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1537, + "line": 1587, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1537" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1587" } ], "type": { @@ -30141,7 +30759,7 @@ } }, { - "id": 1356, + "id": 1387, "name": "client_uri", "variant": "declaration", "kind": 1024, @@ -30159,9 +30777,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1539, + "line": 1589, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1539" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1589" } ], "type": { @@ -30170,7 +30788,7 @@ } }, { - "id": 1359, + "id": 1390, "name": "grant_types", "variant": "declaration", "kind": 1024, @@ -30188,23 +30806,23 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1545, + "line": 1595, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1545" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1595" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 1325, + "target": 1356, "name": "OAuthClientGrantType", "package": "@supabase/auth-js" } } }, { - "id": 1357, + "id": 1388, "name": "logo_uri", "variant": "declaration", "kind": 1024, @@ -30222,9 +30840,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1541, + "line": 1591, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1541" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1591" } ], "type": { @@ -30233,7 +30851,7 @@ } }, { - "id": 1358, + "id": 1389, "name": "redirect_uris", "variant": "declaration", "kind": 1024, @@ -30251,9 +30869,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1543, + "line": 1593, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1543" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1593" } ], "type": { @@ -30268,22 +30886,22 @@ "groups": [ { "title": "Properties", - "children": [1355, 1356, 1359, 1357, 1358] + "children": [1386, 1387, 1390, 1388, 1389] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1535, + "line": 1585, "character": 38, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1535" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1585" } ] } } }, { - "id": 786, + "id": 798, "name": "UserResponse", "variant": "declaration", "kind": 2097152, @@ -30291,26 +30909,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 217, + "line": 222, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L217" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L222" } ], "type": { "type": "reference", - "target": 739, + "target": 751, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 787, + "id": 799, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 788, + "id": 800, "name": "user", "variant": "declaration", "kind": 1024, @@ -30318,14 +30936,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 218, + "line": 223, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L218" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L223" } ], "type": { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" } @@ -30334,15 +30952,15 @@ "groups": [ { "title": "Properties", - "children": [788] + "children": [800] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 217, + "line": 222, "character": 56, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L217" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L222" } ] } @@ -30353,7 +30971,7 @@ } }, { - "id": 999, + "id": 1012, "name": "VerifyOtpParams", "variant": "declaration", "kind": 2097152, @@ -30361,9 +30979,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 697, + "line": 711, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L697" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L711" } ], "type": { @@ -30371,19 +30989,19 @@ "types": [ { "type": "reference", - "target": 1000, + "target": 1013, "name": "VerifyMobileOtpParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1008, + "target": 1021, "name": "VerifyEmailOtpParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1016, + "target": 1029, "name": "VerifyTokenHashParams", "package": "@supabase/auth-js" } @@ -30391,7 +31009,7 @@ } }, { - "id": 721, + "id": 733, "name": "WeakPassword", "variant": "declaration", "kind": 2097152, @@ -30399,22 +31017,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 115, + "line": 120, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L120" } ], "type": { "type": "reflection", "declaration": { - "id": 722, + "id": 734, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 724, + "id": 736, "name": "message", "variant": "declaration", "kind": 1024, @@ -30422,9 +31040,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 117, + "line": 122, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L117" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L122" } ], "type": { @@ -30433,7 +31051,7 @@ } }, { - "id": 723, + "id": 735, "name": "reasons", "variant": "declaration", "kind": 1024, @@ -30441,16 +31059,16 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 116, + "line": 121, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L116" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L121" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 720, + "target": 732, "name": "WeakPasswordReasons", "package": "@supabase/auth-js" } @@ -30460,22 +31078,22 @@ "groups": [ { "title": "Properties", - "children": [724, 723] + "children": [736, 735] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 115, + "line": 120, "character": 27, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L120" } ] } } }, { - "id": 720, + "id": 732, "name": "WeakPasswordReasons", "variant": "declaration", "kind": 2097152, @@ -30483,9 +31101,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 114, + "line": 119, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L119" } ], "type": { @@ -30510,7 +31128,7 @@ } }, { - "id": 998, + "id": 1011, "name": "Web3Credentials", "variant": "declaration", "kind": 2097152, @@ -30518,9 +31136,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 695, + "line": 709, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L695" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L709" } ], "type": { @@ -30528,13 +31146,13 @@ "types": [ { "type": "reference", - "target": 963, + "target": 976, "name": "SolanaWeb3Credentials", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 981, + "target": 994, "name": "EthereumWeb3Credentials", "package": "@supabase/auth-js" } @@ -30542,7 +31160,7 @@ } }, { - "id": 660, + "id": 671, "name": "AuthAdminApi", "variant": "declaration", "kind": 32, @@ -30554,7 +31172,7 @@ "fileName": "packages/core/auth-js/src/AuthAdminApi.ts", "line": 3, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/AuthAdminApi.ts#L3" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/AuthAdminApi.ts#L3" } ], "type": { @@ -30569,7 +31187,7 @@ "defaultValue": "GoTrueAdminApi" }, { - "id": 661, + "id": 672, "name": "AuthClient", "variant": "declaration", "kind": 32, @@ -30581,7 +31199,7 @@ "fileName": "packages/core/auth-js/src/AuthClient.ts", "line": 3, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/AuthClient.ts#L3" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/AuthClient.ts#L3" } ], "type": { @@ -30596,7 +31214,7 @@ "defaultValue": "GoTrueClient" }, { - "id": 675, + "id": 686, "name": "lockInternals", "variant": "declaration", "kind": 32, @@ -30612,20 +31230,20 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 6, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L6" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L6" } ], "type": { "type": "reflection", "declaration": { - "id": 676, + "id": 687, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 677, + "id": 688, "name": "debug", "variant": "declaration", "kind": 1024, @@ -30639,7 +31257,7 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 10, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L10" } ], "type": { @@ -30652,7 +31270,7 @@ "groups": [ { "title": "Properties", - "children": [677] + "children": [688] } ], "sources": [ @@ -30660,7 +31278,7 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 6, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L6" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L6" } ] } @@ -30668,7 +31286,7 @@ "defaultValue": "..." }, { - "id": 1323, + "id": 1354, "name": "SIGN_OUT_SCOPES", "variant": "declaration", "kind": 32, @@ -30678,9 +31296,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1449, + "line": 1499, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1449" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1499" } ], "type": { @@ -30707,7 +31325,7 @@ "defaultValue": "..." }, { - "id": 1435, + "id": 1466, "name": "isAuthApiError", "variant": "declaration", "kind": 64, @@ -30717,12 +31335,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 41, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L41" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L41" } ], "signatures": [ { - "id": 1436, + "id": 1467, "name": "isAuthApiError", "variant": "signature", "kind": 4096, @@ -30732,12 +31350,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 41, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L41" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L41" } ], "parameters": [ { - "id": 1437, + "id": 1468, "name": "error", "variant": "param", "kind": 32768, @@ -30754,7 +31372,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1460, + "target": 1491, "name": "AuthApiError", "package": "@supabase/auth-js" } @@ -30763,7 +31381,7 @@ ] }, { - "id": 1432, + "id": 1463, "name": "isAuthError", "variant": "declaration", "kind": 64, @@ -30773,12 +31391,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 26, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L26" } ], "signatures": [ { - "id": 1433, + "id": 1464, "name": "isAuthError", "variant": "signature", "kind": 4096, @@ -30788,12 +31406,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 26, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L26" } ], "parameters": [ { - "id": 1434, + "id": 1465, "name": "error", "variant": "param", "kind": 32768, @@ -30810,7 +31428,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -30819,7 +31437,7 @@ ] }, { - "id": 1441, + "id": 1472, "name": "isAuthImplicitGrantRedirectError", "variant": "declaration", "kind": 64, @@ -30829,12 +31447,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 105, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L105" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L105" } ], "signatures": [ { - "id": 1442, + "id": 1473, "name": "isAuthImplicitGrantRedirectError", "variant": "signature", "kind": 4096, @@ -30844,12 +31462,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 105, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L105" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L105" } ], "parameters": [ { - "id": 1443, + "id": 1474, "name": "error", "variant": "param", "kind": 32768, @@ -30866,7 +31484,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1517, + "target": 1548, "name": "AuthImplicitGrantRedirectError", "package": "@supabase/auth-js" } @@ -30875,7 +31493,7 @@ ] }, { - "id": 1444, + "id": 1475, "name": "isAuthRetryableFetchError", "variant": "declaration", "kind": 64, @@ -30885,12 +31503,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 135, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L135" } ], "signatures": [ { - "id": 1445, + "id": 1476, "name": "isAuthRetryableFetchError", "variant": "signature", "kind": 4096, @@ -30900,12 +31518,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 135, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L135" } ], "parameters": [ { - "id": 1446, + "id": 1477, "name": "error", "variant": "param", "kind": 32768, @@ -30922,7 +31540,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1571, + "target": 1602, "name": "AuthRetryableFetchError", "package": "@supabase/auth-js" } @@ -30931,7 +31549,7 @@ ] }, { - "id": 1438, + "id": 1469, "name": "isAuthSessionMissingError", "variant": "declaration", "kind": 64, @@ -30941,12 +31559,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 72, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L72" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L72" } ], "signatures": [ { - "id": 1439, + "id": 1470, "name": "isAuthSessionMissingError", "variant": "signature", "kind": 4096, @@ -30956,12 +31574,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 72, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L72" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L72" } ], "parameters": [ { - "id": 1440, + "id": 1471, "name": "error", "variant": "param", "kind": 32768, @@ -30978,7 +31596,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1492, + "target": 1523, "name": "AuthSessionMissingError", "package": "@supabase/auth-js" } @@ -30987,7 +31605,7 @@ ] }, { - "id": 1447, + "id": 1478, "name": "isAuthWeakPasswordError", "variant": "declaration", "kind": 64, @@ -30997,12 +31615,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 157, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L157" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L157" } ], "signatures": [ { - "id": 1448, + "id": 1479, "name": "isAuthWeakPasswordError", "variant": "signature", "kind": 4096, @@ -31012,12 +31630,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 157, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L157" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L157" } ], "parameters": [ { - "id": 1449, + "id": 1480, "name": "error", "variant": "param", "kind": 32768, @@ -31034,7 +31652,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1581, + "target": 1612, "name": "AuthWeakPasswordError", "package": "@supabase/auth-js" } @@ -31043,7 +31661,7 @@ ] }, { - "id": 662, + "id": 673, "name": "navigatorLock", "variant": "declaration", "kind": 64, @@ -31053,12 +31671,12 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 59, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L59" } ], "signatures": [ { - "id": 663, + "id": 674, "name": "navigatorLock", "variant": "signature", "kind": 4096, @@ -31118,12 +31736,12 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 59, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L59" } ], "typeParameters": [ { - "id": 664, + "id": 675, "name": "R", "variant": "typeParam", "kind": 131072, @@ -31132,7 +31750,7 @@ ], "parameters": [ { - "id": 665, + "id": 676, "name": "name", "variant": "param", "kind": 32768, @@ -31151,7 +31769,7 @@ } }, { - "id": 666, + "id": 677, "name": "acquireTimeout", "variant": "param", "kind": 32768, @@ -31178,7 +31796,7 @@ } }, { - "id": 667, + "id": 678, "name": "fn", "variant": "param", "kind": 32768, @@ -31194,7 +31812,7 @@ "type": { "type": "reflection", "declaration": { - "id": 668, + "id": 679, "name": "__type", "variant": "declaration", "kind": 65536, @@ -31204,12 +31822,12 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 62, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L62" } ], "signatures": [ { - "id": 669, + "id": 680, "name": "__type", "variant": "signature", "kind": 4096, @@ -31219,7 +31837,7 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 62, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L62" } ], "type": { @@ -31231,7 +31849,7 @@ "typeArguments": [ { "type": "reference", - "target": 664, + "target": 675, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -31255,7 +31873,7 @@ "typeArguments": [ { "type": "reference", - "target": 664, + "target": 675, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -31268,7 +31886,7 @@ ] }, { - "id": 678, + "id": 689, "name": "processLock", "variant": "declaration", "kind": 64, @@ -31278,12 +31896,12 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 171, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L171" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L171" } ], "signatures": [ { - "id": 679, + "id": 690, "name": "processLock", "variant": "signature", "kind": 4096, @@ -31310,12 +31928,12 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 171, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L171" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L171" } ], "typeParameters": [ { - "id": 680, + "id": 691, "name": "R", "variant": "typeParam", "kind": 131072, @@ -31324,7 +31942,7 @@ ], "parameters": [ { - "id": 681, + "id": 692, "name": "name", "variant": "param", "kind": 32768, @@ -31343,7 +31961,7 @@ } }, { - "id": 682, + "id": 693, "name": "acquireTimeout", "variant": "param", "kind": 32768, @@ -31370,7 +31988,7 @@ } }, { - "id": 683, + "id": 694, "name": "fn", "variant": "param", "kind": 32768, @@ -31386,7 +32004,7 @@ "type": { "type": "reflection", "declaration": { - "id": 684, + "id": 695, "name": "__type", "variant": "declaration", "kind": 65536, @@ -31396,12 +32014,12 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 174, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L174" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L174" } ], "signatures": [ { - "id": 685, + "id": 696, "name": "__type", "variant": "signature", "kind": 4096, @@ -31411,7 +32029,7 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 174, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L174" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L174" } ], "type": { @@ -31423,7 +32041,7 @@ "typeArguments": [ { "type": "reference", - "target": 680, + "target": 691, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -31447,7 +32065,7 @@ "typeArguments": [ { "type": "reference", - "target": 680, + "target": 691, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -31464,42 +32082,42 @@ { "title": "Classes", "children": [ - 1460, 1450, 1517, 1508, 1593, 1500, 1544, 1571, 1492, 1470, 1581, 1480, 1, 107, 670 + 1491, 1481, 1548, 1539, 1624, 1531, 1575, 1602, 1523, 1501, 1612, 1511, 1, 107, 681 ] }, { "title": "Interfaces", "children": [ - 865, 800, 1416, 1070, 1263, 1373, 1133, 1316, 789, 878, 833, 826, 859, 803, 830, 1008, 1000, - 1016 + 878, 812, 1447, 1085, 1278, 1404, 1148, 1347, 1327, 801, 891, 846, 838, 872, 815, 843, 1021, + 1013, 1029 ] }, { "title": "Type Aliases", "children": [ - 798, 688, 687, 1127, 924, 1253, 1250, 1260, 1257, 1118, 1122, 1117, 1119, 1120, 1121, 1295, - 1113, 1294, 1296, 1128, 1123, 1114, 1112, 1105, 1412, 1413, 756, 747, 751, 761, 765, 1276, - 1345, 1020, 980, 981, 816, 815, 1064, 1054, 1073, 1078, 1074, 1085, 1059, 1048, 698, 1273, - 1297, 1312, 689, 1104, 1103, 1101, 1100, 1102, 1086, 1292, 1291, 1293, 1099, 1087, 1098, - 1091, 1090, 1092, 1096, 1019, 1396, 1402, 1329, 1325, 1361, 1328, 1360, 1326, 1327, 770, - 1284, 1277, 725, 686, 730, 739, 1302, 1021, 888, 937, 925, 902, 907, 1035, 1288, 1324, 894, - 947, 963, 783, 727, 1270, 1353, 786, 999, 721, 720, 998 + 810, 699, 698, 1142, 937, 1268, 1265, 1275, 1272, 1133, 1137, 1132, 1134, 1135, 1136, 1310, + 1128, 1309, 1311, 1143, 1138, 1129, 1127, 1120, 1443, 1444, 768, 759, 763, 773, 777, 1291, + 1376, 1033, 993, 994, 828, 827, 1079, 1069, 1088, 1093, 1089, 1100, 1074, 1063, 709, 1288, + 1312, 700, 1119, 1118, 1116, 1115, 1117, 1101, 1307, 1306, 1308, 1114, 1102, 1113, 1106, + 1105, 1107, 1111, 1032, 1427, 1433, 1360, 1356, 1392, 1359, 1391, 1357, 1358, 782, 1299, + 1292, 737, 697, 742, 751, 1317, 1034, 901, 950, 938, 915, 920, 1048, 1303, 1355, 907, 960, + 976, 795, 739, 1285, 1384, 798, 1012, 733, 732, 1011 ] }, { "title": "Variables", - "children": [660, 661, 675, 1323] + "children": [671, 672, 686, 1354] }, { "title": "Functions", - "children": [1435, 1432, 1441, 1444, 1438, 1447, 662, 678] + "children": [1466, 1463, 1472, 1475, 1469, 1478, 673, 689] } ], "packageName": "@supabase/auth-js", "readme": [ { "kind": "text", - "text": "
\n

\n \n \n \n \n \"Supabase\n \n \n\n

Supabase Auth JS SDK

\n\n

An isomorphic JavaScript SDK for the Supabase Auth API.

\n\n

\n Guides\n ·\n Reference Docs\n ·\n TypeDoc\n

\n

\n\n
\n\n[![Build](https://github.com/supabase/supabase-js/workflows/CI/badge.svg)](https://github.com/supabase/supabase-js/actions?query=branch%3Amaster)\n[![Package](https://img.shields.io/npm/v/@supabase/auth-js)](https://www.npmjs.com/package/@supabase/auth-js)\n[![License: MIT](https://img.shields.io/npm/l/@supabase/supabase-js)](#license)\n[![pkg.pr.new](https://pkg.pr.new/badge/supabase/auth-js)](https://pkg.pr.new/~/supabase/auth-js)\n\n
\n\n## Quick start\n\nInstall\n\n" + "text": "
\n

\n \n \n \n \n \"Supabase\n \n \n\n

Supabase Auth JS SDK

\n\n

An isomorphic JavaScript SDK for the Supabase Auth API.

\n\n

\n Guides\n ·\n Reference Docs\n ·\n TypeDoc\n

\n

\n\n
\n\n[![Build](https://github.com/supabase/supabase-js/workflows/CI/badge.svg)](https://github.com/supabase/supabase-js/actions?query=branch%3Amaster)\n[![Package](https://img.shields.io/npm/v/@supabase/auth-js)](https://www.npmjs.com/package/@supabase/auth-js)\n[![License: MIT](https://img.shields.io/npm/l/@supabase/supabase-js)](#license)\n[![pkg.pr.new](https://pkg.pr.new/badge/supabase/auth-js)](https://pkg.pr.new/~/supabase/auth-js)\n\n
\n\n## Requirements\n\n- **Node.js 20 or later** (Node.js 18 support dropped as of October 31, 2025)\n- For browser support, all modern browsers are supported\n\n> ⚠️ **Node.js 18 Deprecation Notice**\n>\n> Node.js 18 reached end-of-life on April 30, 2025. As announced in [our deprecation notice](https://github.com/orgs/supabase/discussions/37217), support for Node.js 18 was dropped on October 31, 2025.\n\n## Quick start\n\nInstall\n\n" }, { "kind": "code", @@ -31952,1861 +32570,1825 @@ "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.oauth" }, - "174": { + "172": { + "sourceFileName": "src/GoTrueClient.ts", + "qualifiedName": "default.isThrowOnErrorEnabled" + }, + "173": { + "sourceFileName": "src/GoTrueClient.ts", + "qualifiedName": "default.isThrowOnErrorEnabled" + }, + "185": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.initialize" }, - "175": { + "186": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.initialize" }, - "178": { + "189": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInAnonymously" }, - "179": { + "190": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInAnonymously" }, - "180": { + "191": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "181": { + "192": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signUp" }, - "182": { + "193": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signUp" }, - "183": { + "194": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "184": { + "195": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithPassword" }, - "185": { + "196": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithPassword" }, - "186": { + "197": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "187": { + "198": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithOAuth" }, - "188": { + "199": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithOAuth" }, - "189": { + "200": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "190": { + "201": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.exchangeCodeForSession" }, - "191": { + "202": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.exchangeCodeForSession" }, - "192": { + "203": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "authCode" }, - "193": { + "204": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithWeb3" }, - "194": { + "205": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithWeb3" }, - "195": { + "206": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "196": { + "207": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "197": { + "208": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "198": { + "209": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "199": { + "210": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "200": { + "211": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.user" }, - "201": { + "212": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "202": { + "213": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "203": { + "214": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "204": { + "215": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "205": { + "216": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "206": { + "217": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.user" }, - "207": { + "218": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "246": { + "257": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithIdToken" }, - "247": { + "258": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithIdToken" }, - "248": { + "259": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "249": { + "260": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithOtp" }, - "250": { + "261": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithOtp" }, - "251": { + "262": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "252": { + "263": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.verifyOtp" }, - "253": { + "264": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.verifyOtp" }, - "254": { + "265": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "params" }, - "255": { + "266": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithSSO" }, - "256": { + "267": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithSSO" }, - "257": { + "268": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "params" }, - "258": { + "269": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.reauthenticate" }, - "259": { + "270": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.reauthenticate" }, - "262": { + "273": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.resend" }, - "263": { + "274": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.resend" }, - "264": { + "275": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "265": { + "276": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.getSession" }, - "266": { + "277": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.getSession" }, - "267": { + "278": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "268": { + "279": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "269": { + "280": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "270": { + "281": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "271": { + "282": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "272": { + "283": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "273": { + "284": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "274": { + "285": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "275": { + "286": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "276": { + "287": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "277": { + "288": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "278": { + "289": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "279": { + "290": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "280": { + "291": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "281": { + "292": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "328": { + "339": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.getUser" }, - "329": { + "340": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.getUser" }, - "330": { + "341": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "jwt" }, - "334": { + "345": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.updateUser" }, - "335": { + "346": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.updateUser" }, - "336": { + "347": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "attributes" }, - "337": { + "348": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "options" }, - "338": { + "349": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "339": { + "350": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.emailRedirectTo" }, - "346": { + "357": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.setSession" }, - "347": { + "358": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.setSession" }, - "348": { + "359": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "currentSession" }, - "349": { + "360": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "350": { + "361": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.access_token" }, - "351": { + "362": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.refresh_token" }, - "358": { + "369": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.refreshSession" }, - "359": { + "370": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.refreshSession" }, - "360": { + "371": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "currentSession" }, - "361": { + "372": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "362": { + "373": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.refresh_token" }, - "399": { + "410": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signOut" }, - "400": { + "411": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signOut" }, - "401": { + "412": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "options" }, - "402": { + "413": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "403": { + "414": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "409": { + "420": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.onAuthStateChange" }, - "410": { + "421": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.onAuthStateChange" }, - "411": { + "422": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "callback" }, - "412": { + "423": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "413": { + "424": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "414": { + "425": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "event" }, - "415": { + "426": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "session" }, - "416": { + "427": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "417": { + "428": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "418": { + "429": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "419": { + "430": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.subscription" }, - "420": { + "431": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.onAuthStateChange" }, - "421": { + "432": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "callback" }, - "422": { + "433": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "423": { + "434": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "424": { + "435": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "event" }, - "425": { + "436": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "session" }, - "426": { + "437": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "427": { + "438": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "428": { + "439": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "429": { + "440": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.subscription" }, - "433": { + "444": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.resetPasswordForEmail" }, - "434": { + "445": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.resetPasswordForEmail" }, - "435": { + "446": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "email" }, - "436": { + "447": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "options" }, - "437": { + "448": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "438": { + "449": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.redirectTo" }, - "439": { + "450": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.captchaToken" }, - "440": { + "451": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "441": { + "452": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "442": { + "453": { "sourceFileName": "", "qualifiedName": "__type" }, - "443": { + "454": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "444": { + "455": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "445": { + "456": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "446": { + "457": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "447": { + "458": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.getUserIdentities" }, - "448": { + "459": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.getUserIdentities" }, - "449": { + "460": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "450": { + "461": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "451": { + "462": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "452": { + "463": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.identities" }, - "453": { + "464": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "454": { + "465": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "455": { + "466": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "456": { + "467": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "457": { + "468": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.linkIdentity" }, - "458": { + "469": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.linkIdentity" }, - "459": { + "470": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "460": { + "471": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.linkIdentity" }, - "461": { + "472": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "468": { + "479": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.unlinkIdentity" }, - "469": { + "480": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.unlinkIdentity" }, - "470": { + "481": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "identity" }, - "471": { + "482": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "472": { + "483": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "473": { + "484": { "sourceFileName": "", "qualifiedName": "__type" }, - "474": { + "485": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "475": { + "486": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "476": { + "487": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "477": { + "488": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "523": { + "534": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.startAutoRefresh" }, - "524": { + "535": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.startAutoRefresh" }, - "525": { + "536": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.stopAutoRefresh" }, - "526": { + "537": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.stopAutoRefresh" }, - "637": { + "648": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.getClaims" }, - "638": { + "649": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.getClaims" }, - "639": { + "650": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "jwt" }, - "640": { + "651": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "options" }, - "641": { + "652": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "642": { + "653": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.keys" }, - "643": { + "654": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.allowExpired" }, - "644": { + "655": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.jwks" }, - "645": { + "656": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "646": { + "657": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.keys" }, - "647": { + "658": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "648": { + "659": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "649": { + "660": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "650": { + "661": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.claims" }, - "651": { + "662": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.header" }, - "652": { + "663": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.signature" }, - "653": { + "664": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "654": { + "665": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "655": { + "666": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "656": { + "667": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "657": { + "668": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "658": { + "669": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "659": { + "670": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "660": { + "671": { "sourceFileName": "src/AuthAdminApi.ts", "qualifiedName": "AuthAdminApi" }, - "661": { + "672": { "sourceFileName": "src/AuthClient.ts", "qualifiedName": "AuthClient" }, - "662": { + "673": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "navigatorLock" }, - "663": { + "674": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "navigatorLock" }, - "664": { + "675": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "R" }, - "665": { + "676": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "name" }, - "666": { + "677": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "acquireTimeout" }, - "667": { + "678": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "fn" }, - "668": { + "679": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "__type" }, - "669": { + "680": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "__type" }, - "670": { + "681": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "NavigatorLockAcquireTimeoutError" }, - "671": { + "682": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "LockAcquireTimeoutError.__constructor" }, - "672": { + "683": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "NavigatorLockAcquireTimeoutError" }, - "673": { + "684": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "message" }, - "674": { + "685": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "LockAcquireTimeoutError.isAcquireTimeout" }, - "675": { + "686": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "internals" }, - "676": { + "687": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "__object" }, - "677": { + "688": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "__object.debug" }, - "678": { + "689": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "processLock" }, - "679": { + "690": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "processLock" }, - "680": { + "691": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "R" }, - "681": { + "692": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "name" }, - "682": { + "693": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "acquireTimeout" }, - "683": { + "694": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "fn" }, - "684": { + "695": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "__type" }, - "685": { + "696": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "__type" }, - "686": { + "697": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Provider" }, - "687": { + "698": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthChangeEventMFA" }, - "688": { + "699": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthChangeEvent" }, - "689": { + "700": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "LockFunc" }, - "690": { + "701": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "691": { + "702": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "692": { + "703": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "name" }, - "693": { + "704": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "acquireTimeout" }, - "694": { + "705": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "fn" }, - "695": { + "706": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "696": { + "707": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "697": { + "708": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "R" }, - "698": { + "709": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueClientOptions" }, - "699": { + "710": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "700": { + "711": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.url" }, - "701": { + "712": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.headers" }, - "702": { + "713": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "703": { + "714": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.__index" }, - "705": { + "716": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.storageKey" }, - "706": { + "717": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.detectSessionInUrl" }, - "707": { + "718": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.autoRefreshToken" }, - "708": { + "719": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.persistSession" }, - "709": { + "720": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.storage" }, - "710": { + "721": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.userStorage" }, - "711": { + "722": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.fetch" }, - "712": { + "723": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.flowType" }, - "713": { + "724": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.debug" }, - "714": { + "725": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "715": { + "726": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "716": { + "727": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "message" }, - "717": { + "728": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "args" }, - "718": { + "729": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.lock" }, - "719": { + "730": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.hasCustomAuthorizationHeader" }, - "720": { + "731": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.throwOnError" + }, + "732": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "WeakPasswordReasons" }, - "721": { + "733": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "WeakPassword" }, - "722": { + "734": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "723": { + "735": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.reasons" }, - "724": { + "736": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.message" }, - "725": { + "737": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Prettify" }, - "726": { + "738": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "T" }, - "727": { + "739": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "StrictOmit" }, - "728": { + "740": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "T" }, - "729": { + "741": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "K" }, - "730": { + "742": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "RequestResult" }, - "731": { + "743": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "732": { + "744": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "733": { + "745": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.error" }, - "734": { + "746": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "735": { + "747": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "736": { + "748": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.error" }, - "737": { + "749": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "T" }, - "738": { + "750": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "ErrorType" }, - "739": { + "751": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "RequestResultSafeDestructure" }, - "740": { + "752": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "741": { + "753": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "742": { + "754": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.error" }, - "743": { + "755": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "744": { + "756": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "745": { + "757": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.error" }, - "746": { + "758": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "T" }, - "747": { + "759": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthResponse" }, - "748": { + "760": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "749": { + "761": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.user" }, - "750": { + "762": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.session" }, - "751": { + "763": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthResponsePassword" }, - "752": { + "764": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "753": { + "765": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.user" }, - "754": { + "766": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.session" }, - "755": { + "767": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.weak_password" }, - "756": { + "768": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOtpResponse" }, - "757": { + "769": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "758": { + "770": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.user" }, - "759": { + "771": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.session" }, - "760": { + "772": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.messageId" }, - "761": { + "773": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthTokenResponse" }, - "762": { + "774": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "763": { + "775": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.user" }, - "764": { + "776": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.session" }, - "765": { + "777": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthTokenResponsePassword" }, - "766": { + "778": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "767": { + "779": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.user" }, - "768": { + "780": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.session" }, - "769": { + "781": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.weakPassword" }, - "770": { + "782": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthResponse" }, - "771": { + "783": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "772": { + "784": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "773": { + "785": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "774": { + "786": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.provider" }, - "775": { + "787": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.url" }, - "776": { + "788": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.error" }, - "777": { + "789": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "778": { + "790": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "779": { + "791": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "780": { + "792": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.provider" }, - "781": { + "793": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.url" }, - "782": { + "794": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.error" }, - "783": { + "795": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "SSOResponse" }, - "784": { + "796": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "785": { + "797": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.url" }, - "786": { + "798": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserResponse" }, - "787": { + "799": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "788": { + "800": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.user" }, - "789": { + "801": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Session" }, - "790": { + "802": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Session.provider_token" }, - "791": { + "803": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Session.provider_refresh_token" }, - "792": { + "804": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Session.access_token" }, - "793": { + "805": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Session.refresh_token" }, - "794": { + "806": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Session.expires_in" }, - "795": { + "807": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Session.expires_at" }, - "796": { + "808": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Session.token_type" }, - "797": { + "809": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Session.user" }, - "798": { + "810": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AMRMethod" }, - "799": { + "811": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "800": { + "812": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AMREntry" }, - "801": { + "813": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AMREntry.method" }, - "802": { + "814": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AMREntry.timestamp" }, - "803": { + "815": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserIdentity" }, - "804": { + "816": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserIdentity.id" }, - "805": { + "817": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserIdentity.user_id" }, - "806": { + "818": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserIdentity.identity_data" }, - "807": { + "819": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "808": { + "820": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.__index" }, - "810": { + "822": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserIdentity.identity_id" }, - "811": { + "823": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserIdentity.provider" }, - "812": { + "824": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserIdentity.created_at" }, - "813": { + "825": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserIdentity.last_sign_in_at" }, - "814": { + "826": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserIdentity.updated_at" }, - "815": { + "827": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "FactorType" }, - "816": { + "828": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Factor" }, - "817": { + "829": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "818": { + "830": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.id" }, - "819": { + "831": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.friendly_name" }, - "820": { + "832": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.factor_type" }, - "821": { + "833": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.status" }, - "822": { + "834": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.created_at" }, - "823": { + "835": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.updated_at" }, - "824": { + "836": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Type" }, - "825": { + "837": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Status" }, - "826": { + "838": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserAppMetadata" }, - "827": { + "839": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserAppMetadata.provider" }, - "828": { + "840": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "UserAppMetadata.providers" + }, + "841": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserAppMetadata.__index" }, - "830": { + "843": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserMetadata" }, - "831": { + "844": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserMetadata.__index" }, - "833": { + "846": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User" }, - "834": { + "847": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.id" }, - "835": { + "848": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.app_metadata" }, - "836": { + "849": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.user_metadata" }, - "837": { + "850": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.aud" }, - "838": { + "851": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.confirmation_sent_at" }, - "839": { + "852": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.recovery_sent_at" }, - "840": { + "853": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.email_change_sent_at" }, - "841": { + "854": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.new_email" }, - "842": { + "855": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.new_phone" }, - "843": { + "856": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.invited_at" }, - "844": { + "857": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.action_link" }, - "845": { + "858": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.email" }, - "846": { + "859": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.phone" }, - "847": { + "860": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.created_at" }, - "848": { + "861": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.confirmed_at" }, - "849": { + "862": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.email_confirmed_at" }, - "850": { + "863": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.phone_confirmed_at" }, - "851": { + "864": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.last_sign_in_at" }, - "852": { + "865": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.role" }, - "853": { + "866": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.updated_at" }, - "854": { + "867": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.identities" }, - "855": { + "868": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.is_anonymous" }, - "856": { + "869": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.is_sso_user" }, - "857": { + "870": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.factors" }, - "858": { + "871": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.deleted_at" }, - "859": { + "872": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserAttributes" }, - "860": { + "873": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserAttributes.email" }, - "861": { + "874": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserAttributes.phone" }, - "862": { + "875": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserAttributes.password" }, - "863": { + "876": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserAttributes.nonce" }, - "864": { + "877": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserAttributes.data" }, - "865": { + "878": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AdminUserAttributes" }, - "866": { + "879": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AdminUserAttributes.user_metadata" }, - "867": { + "880": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AdminUserAttributes.app_metadata" }, - "868": { + "881": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AdminUserAttributes.email_confirm" }, - "869": { + "882": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AdminUserAttributes.phone_confirm" }, - "870": { + "883": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AdminUserAttributes.ban_duration" }, - "871": { + "884": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AdminUserAttributes.role" }, - "872": { + "885": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AdminUserAttributes.password_hash" }, - "873": { + "886": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AdminUserAttributes.id" }, - "874": { + "887": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "nonce" }, - "875": { + "888": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "phone" }, - "876": { + "889": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "email" }, - "877": { + "890": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "password" }, - "878": { + "891": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Subscription" }, - "879": { + "892": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Subscription.id" }, - "880": { + "893": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Subscription.callback" }, - "881": { + "894": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "882": { + "895": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "883": { + "896": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "event" }, - "884": { + "897": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "session" }, - "885": { + "898": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Subscription.unsubscribe" }, - "886": { + "899": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "887": { + "900": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "888": { + "901": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "SignInAnonymouslyCredentials" }, - "889": { + "902": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "890": { + "903": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.options" }, - "891": { + "904": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "892": { + "905": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "893": { + "906": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.captchaToken" }, - "894": { + "907": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "SignUpWithPasswordCredentials" }, - "895": { + "908": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "896": { + "909": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.options" }, - "897": { + "910": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "898": { + "911": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.emailRedirectTo" }, - "899": { + "912": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "900": { + "913": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.captchaToken" }, - "901": { + "914": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.channel" }, - "902": { + "915": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "SignInWithPasswordCredentials" }, - "903": { + "916": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "904": { + "917": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.options" }, - "905": { + "918": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "906": { + "919": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.captchaToken" }, - "907": { + "920": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "SignInWithPasswordlessCredentials" }, - "908": { + "921": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "909": { + "922": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.email" }, - "910": { + "923": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.options" }, - "911": { + "924": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "912": { + "925": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.emailRedirectTo" }, - "913": { + "926": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.shouldCreateUser" }, - "914": { + "927": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "915": { + "928": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.captchaToken" }, - "916": { + "929": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "917": { + "930": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.phone" }, - "918": { + "931": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.options" }, - "919": { + "932": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "920": { + "933": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.shouldCreateUser" }, - "921": { + "934": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "922": { + "935": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.captchaToken" }, - "923": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.channel" - }, - "924": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthFlowType" - }, - "925": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "SignInWithOAuthCredentials" - }, - "926": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" - }, - "927": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.provider" - }, - "928": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" - }, - "929": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" - }, - "930": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.redirectTo" - }, - "931": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.scopes" - }, - "932": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.queryParams" - }, - "933": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" - }, - "934": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.__index" - }, "936": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.skipBrowserRedirect" + "qualifiedName": "__type.channel" }, "937": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "SignInWithIdTokenCredentials" + "qualifiedName": "AuthFlowType" }, "938": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "SignInWithOAuthCredentials" }, "939": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.provider" + "qualifiedName": "__type" }, "940": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.provider" }, "941": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.token" + "qualifiedName": "__type.options" }, "942": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.access_token" + "qualifiedName": "__type" }, "943": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.nonce" + "qualifiedName": "__type.redirectTo" }, "944": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.scopes" }, "945": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.queryParams" }, "946": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type" }, "947": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "SolanaWallet" - }, - "948": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.__index" }, "949": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.signIn" + "qualifiedName": "__type.skipBrowserRedirect" }, "950": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "SignInWithIdTokenCredentials" }, "951": { "sourceFileName": "src/lib/types.ts", @@ -33814,51 +34396,51 @@ }, "952": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "inputs" + "qualifiedName": "__type.provider" }, "953": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.publicKey" + "qualifiedName": "__type" }, "954": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.token" }, "955": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.toBase58" + "qualifiedName": "__type.access_token" }, "956": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.nonce" }, "957": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.options" }, "958": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.signMessage" + "qualifiedName": "__type" }, "959": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.captchaToken" }, "960": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "SolanaWallet" }, "961": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "message" + "qualifiedName": "__type" }, "962": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "encoding" + "qualifiedName": "__type.signIn" }, "963": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "SolanaWeb3Credentials" + "qualifiedName": "__type" }, "964": { "sourceFileName": "src/lib/types.ts", @@ -33866,19 +34448,19 @@ }, "965": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.chain" + "qualifiedName": "inputs" }, "966": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.wallet" + "qualifiedName": "__type.publicKey" }, "967": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.statement" + "qualifiedName": "__type" }, "968": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.toBase58" }, "969": { "sourceFileName": "src/lib/types.ts", @@ -33886,15 +34468,15 @@ }, "970": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.url" + "qualifiedName": "__type" }, "971": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.signMessage" }, "972": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.signInWithSolana" + "qualifiedName": "__type" }, "973": { "sourceFileName": "src/lib/types.ts", @@ -33902,35 +34484,35 @@ }, "974": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.chain" + "qualifiedName": "message" }, "975": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.message" + "qualifiedName": "encoding" }, "976": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.signature" + "qualifiedName": "SolanaWeb3Credentials" }, "977": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "978": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.chain" }, "979": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.wallet" }, "980": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "EthereumWallet" + "qualifiedName": "__type.statement" }, "981": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "EthereumWeb3Credentials" + "qualifiedName": "__type.options" }, "982": { "sourceFileName": "src/lib/types.ts", @@ -33938,35 +34520,35 @@ }, "983": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.chain" + "qualifiedName": "__type.url" }, "984": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.wallet" + "qualifiedName": "__type.captchaToken" }, "985": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.statement" + "qualifiedName": "__type.signInWithSolana" }, "986": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "987": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.chain" }, "988": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.url" + "qualifiedName": "__type.message" }, "989": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.signature" }, "990": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.signInWithEthereum" + "qualifiedName": "__type.options" }, "991": { "sourceFileName": "src/lib/types.ts", @@ -33974,139 +34556,139 @@ }, "992": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.chain" + "qualifiedName": "__type.captchaToken" }, "993": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.message" + "qualifiedName": "EthereumWallet" }, "994": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.signature" + "qualifiedName": "EthereumWeb3Credentials" }, "995": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "996": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.chain" }, "997": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.wallet" }, "998": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "Web3Credentials" + "qualifiedName": "__type.statement" }, "999": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyOtpParams" + "qualifiedName": "__type.options" }, "1000": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams" + "qualifiedName": "__type" }, "1001": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams.phone" + "qualifiedName": "__type.url" }, "1002": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams.token" + "qualifiedName": "__type.captchaToken" }, "1003": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams.type" + "qualifiedName": "__type.signInWithEthereum" }, "1004": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams.options" + "qualifiedName": "__type" }, "1005": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.chain" }, "1006": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.redirectTo" + "qualifiedName": "__type.message" }, "1007": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.signature" }, "1008": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams" + "qualifiedName": "__type.options" }, "1009": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams.email" + "qualifiedName": "__type" }, "1010": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams.token" + "qualifiedName": "__type.captchaToken" }, "1011": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams.type" + "qualifiedName": "Web3Credentials" }, "1012": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams.options" + "qualifiedName": "VerifyOtpParams" }, "1013": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "VerifyMobileOtpParams" }, "1014": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.redirectTo" + "qualifiedName": "VerifyMobileOtpParams.phone" }, "1015": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "VerifyMobileOtpParams.token" }, "1016": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyTokenHashParams" + "qualifiedName": "VerifyMobileOtpParams.type" }, "1017": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyTokenHashParams.token_hash" + "qualifiedName": "VerifyMobileOtpParams.options" }, "1018": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyTokenHashParams.type" + "qualifiedName": "__type" }, "1019": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MobileOtpType" + "qualifiedName": "__type.redirectTo" }, "1020": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "EmailOtpType" + "qualifiedName": "__type.captchaToken" }, "1021": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "ResendParams" + "qualifiedName": "VerifyEmailOtpParams" }, "1022": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "VerifyEmailOtpParams.email" }, "1023": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "VerifyEmailOtpParams.token" }, "1024": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "VerifyEmailOtpParams.type" }, "1025": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "VerifyEmailOtpParams.options" }, "1026": { "sourceFileName": "src/lib/types.ts", @@ -34114,7 +34696,7 @@ }, "1027": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.emailRedirectTo" + "qualifiedName": "__type.redirectTo" }, "1028": { "sourceFileName": "src/lib/types.ts", @@ -34122,39 +34704,39 @@ }, "1029": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "VerifyTokenHashParams" }, "1030": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "VerifyTokenHashParams.token_hash" }, "1031": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.phone" + "qualifiedName": "VerifyTokenHashParams.type" }, "1032": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "MobileOtpType" }, "1033": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "EmailOtpType" }, "1034": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "ResendParams" }, "1035": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "SignInWithSSO" + "qualifiedName": "__type" }, "1036": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.type" }, "1037": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.providerId" + "qualifiedName": "__type.email" }, "1038": { "sourceFileName": "src/lib/types.ts", @@ -34166,7 +34748,7 @@ }, "1040": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.redirectTo" + "qualifiedName": "__type.emailRedirectTo" }, "1041": { "sourceFileName": "src/lib/types.ts", @@ -34178,19 +34760,19 @@ }, "1043": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.domain" + "qualifiedName": "__type.type" }, "1044": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.phone" }, "1045": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.options" }, "1046": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.redirectTo" + "qualifiedName": "__type" }, "1047": { "sourceFileName": "src/lib/types.ts", @@ -34198,7 +34780,7 @@ }, "1048": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateSignupLinkParams" + "qualifiedName": "SignInWithSSO" }, "1049": { "sourceFileName": "src/lib/types.ts", @@ -34206,35 +34788,35 @@ }, "1050": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type.providerId" }, "1051": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "__type.options" }, "1052": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.password" + "qualifiedName": "__type" }, "1053": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.redirectTo" }, "1054": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateInviteOrMagiclinkParams" + "qualifiedName": "__type.captchaToken" }, "1055": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.skipBrowserRedirect" }, "1056": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type" }, "1057": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "__type.domain" }, "1058": { "sourceFileName": "src/lib/types.ts", @@ -34242,67 +34824,67 @@ }, "1059": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateRecoveryLinkParams" + "qualifiedName": "__type" }, "1060": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.redirectTo" }, "1061": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type.captchaToken" }, "1062": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "__type.skipBrowserRedirect" }, "1063": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "GenerateSignupLinkParams" }, "1064": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateEmailChangeLinkParams" + "qualifiedName": "__type" }, "1065": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.type" }, "1066": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type.email" }, "1067": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "__type.password" }, "1068": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.newEmail" + "qualifiedName": "__type.options" }, "1069": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "GenerateInviteOrMagiclinkParams" }, "1070": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateLinkOptions" + "qualifiedName": "__type" }, "1071": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateLinkOptions.data" + "qualifiedName": "__type.type" }, "1072": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateLinkOptions.redirectTo" + "qualifiedName": "__type.email" }, "1073": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateLinkParams" + "qualifiedName": "__type.options" }, "1074": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateLinkResponse" + "qualifiedName": "GenerateRecoveryLinkParams" }, "1075": { "sourceFileName": "src/lib/types.ts", @@ -34310,355 +34892,355 @@ }, "1076": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.properties" + "qualifiedName": "__type.type" }, "1077": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.user" + "qualifiedName": "__type.email" }, "1078": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateLinkProperties" + "qualifiedName": "__type.options" }, "1079": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GenerateEmailChangeLinkParams" }, "1080": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.action_link" + "qualifiedName": "__type" }, "1081": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.email_otp" + "qualifiedName": "__type.type" }, "1082": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.hashed_token" + "qualifiedName": "__type.email" }, "1083": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.redirect_to" + "qualifiedName": "__type.newEmail" }, "1084": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.verification_type" + "qualifiedName": "__type.options" }, "1085": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateLinkType" + "qualifiedName": "GenerateLinkOptions" }, "1086": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAEnrollParams" + "qualifiedName": "GenerateLinkOptions.data" }, "1087": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAUnenrollParams" + "qualifiedName": "GenerateLinkOptions.redirectTo" }, "1088": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GenerateLinkParams" }, "1089": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.factorId" + "qualifiedName": "GenerateLinkResponse" }, "1090": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAVerifyTOTPParams" + "qualifiedName": "__type" }, "1091": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAVerifyPhoneParams" + "qualifiedName": "__type.properties" }, "1092": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAVerifyWebauthnParamFields" + "qualifiedName": "__type.user" }, "1093": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GenerateLinkProperties" }, "1094": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.webauthn" + "qualifiedName": "__type" }, "1095": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "T" + "qualifiedName": "__type.action_link" }, "1096": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAVerifyWebauthnParams" + "qualifiedName": "__type.email_otp" }, "1097": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "T" + "qualifiedName": "__type.hashed_token" }, "1098": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAVerifyParams" + "qualifiedName": "__type.redirect_to" }, "1099": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFATOTPChannel" + "qualifiedName": "__type.verification_type" }, "1100": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAChallengeTOTPParams" + "qualifiedName": "GenerateLinkType" }, "1101": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAChallengePhoneParams" + "qualifiedName": "MFAEnrollParams" }, "1102": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAChallengeWebauthnParams" + "qualifiedName": "MFAUnenrollParams" }, "1103": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAChallengeParams" + "qualifiedName": "__type" }, "1104": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAChallengeAndVerifyParams" + "qualifiedName": "__type.factorId" }, "1105": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAVerifyResponseData" + "qualifiedName": "MFAVerifyTOTPParams" }, "1106": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "MFAVerifyPhoneParams" }, "1107": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.access_token" + "qualifiedName": "MFAVerifyWebauthnParamFields" }, "1108": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.token_type" + "qualifiedName": "__type" }, "1109": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.expires_in" + "qualifiedName": "__type.webauthn" }, "1110": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.refresh_token" + "qualifiedName": "T" }, "1111": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.user" + "qualifiedName": "MFAVerifyWebauthnParams" }, "1112": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAVerifyResponse" + "qualifiedName": "T" }, "1113": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAEnrollResponse" + "qualifiedName": "MFAVerifyParams" }, "1114": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAUnenrollResponse" + "qualifiedName": "MFATOTPChannel" }, "1115": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "MFAChallengeTOTPParams" }, "1116": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.id" + "qualifiedName": "MFAChallengePhoneParams" }, "1117": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeTOTPResponse" + "qualifiedName": "MFAChallengeWebauthnParams" }, "1118": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAChallengePhoneResponse" + "qualifiedName": "MFAChallengeParams" }, "1119": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeWebauthnResponse" + "qualifiedName": "MFAChallengeAndVerifyParams" }, "1120": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeWebauthnResponseDataJSON" + "qualifiedName": "AuthMFAVerifyResponseData" }, "1121": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeWebauthnServerResponse" + "qualifiedName": "__type" }, "1122": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeResponse" + "qualifiedName": "__type.access_token" }, "1123": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAListFactorsResponse" + "qualifiedName": "__type.token_type" }, "1124": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.expires_in" }, "1125": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.all" + "qualifiedName": "__type.refresh_token" }, "1126": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "T" + "qualifiedName": "__type.user" }, "1127": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthenticatorAssuranceLevels" + "qualifiedName": "AuthMFAVerifyResponse" }, "1128": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAGetAuthenticatorAssuranceLevelResponse" + "qualifiedName": "AuthMFAEnrollResponse" }, "1129": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AuthMFAUnenrollResponse" }, "1130": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.currentLevel" + "qualifiedName": "__type" }, "1131": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.nextLevel" + "qualifiedName": "__type.id" }, "1132": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.currentAuthenticationMethods" + "qualifiedName": "AuthMFAChallengeTOTPResponse" }, "1133": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi" + "qualifiedName": "AuthMFAChallengePhoneResponse" }, "1134": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.enroll" + "qualifiedName": "AuthMFAChallengeWebauthnResponse" }, "1135": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.enroll" + "qualifiedName": "AuthMFAChallengeWebauthnResponseDataJSON" }, "1136": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "AuthMFAChallengeWebauthnServerResponse" }, "1137": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AuthMFAChallengeResponse" }, "1138": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "factorType" + "qualifiedName": "AuthMFAListFactorsResponse" }, "1139": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "friendlyName" + "qualifiedName": "__type" }, "1140": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "issuer" + "qualifiedName": "__type.all" }, "1141": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.enroll" + "qualifiedName": "T" }, "1142": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "AuthenticatorAssuranceLevels" }, "1143": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AuthMFAGetAuthenticatorAssuranceLevelResponse" }, "1144": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "factorType" + "qualifiedName": "__type" }, "1145": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "friendlyName" + "qualifiedName": "__type.currentLevel" }, "1146": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "phone" + "qualifiedName": "__type.nextLevel" }, "1147": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.enroll" + "qualifiedName": "__type.currentAuthenticationMethods" }, "1148": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "GoTrueMFAApi" }, "1149": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueMFAApi.enroll" }, "1150": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "factorType" + "qualifiedName": "GoTrueMFAApi.enroll" }, "1151": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "friendlyName" + "qualifiedName": "params" }, "1152": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.enroll" + "qualifiedName": "__type" }, "1153": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "factorType" }, "1154": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challenge" + "qualifiedName": "friendlyName" }, "1155": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challenge" + "qualifiedName": "issuer" }, "1156": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "GoTrueMFAApi.enroll" }, "1157": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "params" }, "1158": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "__type" }, "1159": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "factorType" }, "1160": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "data" + "qualifiedName": "friendlyName" }, "1161": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "error" + "qualifiedName": "phone" }, "1162": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueMFAApi.enroll" }, "1163": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "data" + "qualifiedName": "params" }, "1164": { "sourceFileName": "src/lib/types.ts", @@ -34666,19 +35248,19 @@ }, "1165": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "id" + "qualifiedName": "factorType" }, "1166": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "type" + "qualifiedName": "friendlyName" }, "1167": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "expires_at" + "qualifiedName": "GoTrueMFAApi.enroll" }, "1168": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "error" + "qualifiedName": "params" }, "1169": { "sourceFileName": "src/lib/types.ts", @@ -34686,19 +35268,19 @@ }, "1170": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "GoTrueMFAApi.challenge" }, "1171": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "params" }, "1172": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "__type" }, "1173": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "channel" + "qualifiedName": "factorId" }, "1174": { "sourceFileName": "src/lib/types.ts", @@ -34758,7 +35340,7 @@ }, "1188": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "webauthn" + "qualifiedName": "channel" }, "1189": { "sourceFileName": "src/lib/types.ts", @@ -34766,11 +35348,11 @@ }, "1190": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.rpId" + "qualifiedName": "data" }, "1191": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.rpOrigins" + "qualifiedName": "error" }, "1192": { "sourceFileName": "src/lib/types.ts", @@ -34782,55 +35364,55 @@ }, "1194": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "error" + "qualifiedName": "__type" }, "1195": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "id" }, "1196": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "data" + "qualifiedName": "type" }, "1197": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "expires_at" }, "1198": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "id" + "qualifiedName": "error" }, "1199": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "type" + "qualifiedName": "GoTrueMFAApi.challenge" }, "1200": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "expires_at" + "qualifiedName": "params" }, "1201": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "webauthn" + "qualifiedName": "__type" }, "1202": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "factorId" }, "1203": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "webauthn" }, "1204": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.credential_options" + "qualifiedName": "__type" }, "1205": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.rpId" }, "1206": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.publicKey" + "qualifiedName": "__type.rpOrigins" }, "1207": { "sourceFileName": "src/lib/types.ts", @@ -34838,11 +35420,11 @@ }, "1208": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "data" }, "1209": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.credential_options" + "qualifiedName": "error" }, "1210": { "sourceFileName": "src/lib/types.ts", @@ -34850,75 +35432,75 @@ }, "1211": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.publicKey" + "qualifiedName": "data" }, "1212": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "error" + "qualifiedName": "__type" }, "1213": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challenge" + "qualifiedName": "id" }, "1214": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "type" }, "1215": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.verify" + "qualifiedName": "expires_at" }, "1216": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.verify" + "qualifiedName": "webauthn" }, "1217": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type" }, "1218": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.type" }, "1219": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "__type.credential_options" }, "1220": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "challengeId" + "qualifiedName": "__type" }, "1221": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "code" + "qualifiedName": "__type.publicKey" }, "1222": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.verify" + "qualifiedName": "__type" }, "1223": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type.type" }, "1224": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.credential_options" }, "1225": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "__type" }, "1226": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "challengeId" + "qualifiedName": "__type.publicKey" }, "1227": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "code" + "qualifiedName": "error" }, "1228": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.verify" + "qualifiedName": "GoTrueMFAApi.challenge" }, "1229": { "sourceFileName": "src/lib/types.ts", @@ -34926,35 +35508,35 @@ }, "1230": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueMFAApi.verify" }, "1231": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "GoTrueMFAApi.verify" }, "1232": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "challengeId" + "qualifiedName": "params" }, "1233": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "webauthn" + "qualifiedName": "__type" }, "1234": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.verify" + "qualifiedName": "factorId" }, "1235": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "challengeId" }, "1236": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.unenroll" + "qualifiedName": "code" }, "1237": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.unenroll" + "qualifiedName": "GoTrueMFAApi.verify" }, "1238": { "sourceFileName": "src/lib/types.ts", @@ -34962,199 +35544,203 @@ }, "1239": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challengeAndVerify" + "qualifiedName": "__type" }, "1240": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challengeAndVerify" + "qualifiedName": "factorId" }, "1241": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "challengeId" }, "1242": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "code" }, "1243": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "GoTrueMFAApi.verify" }, "1244": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "code" + "qualifiedName": "params" }, "1245": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.listFactors" + "qualifiedName": "__type" }, "1246": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.listFactors" + "qualifiedName": "factorId" }, "1247": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.getAuthenticatorAssuranceLevel" + "qualifiedName": "challengeId" }, "1248": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.getAuthenticatorAssuranceLevel" + "qualifiedName": "webauthn" }, "1249": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.webauthn" + "qualifiedName": "GoTrueMFAApi.verify" }, "1250": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAAdminDeleteFactorResponse" + "qualifiedName": "params" }, "1251": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueMFAApi.unenroll" }, "1252": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.id" + "qualifiedName": "GoTrueMFAApi.unenroll" }, "1253": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAAdminDeleteFactorParams" + "qualifiedName": "params" }, "1254": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueMFAApi.challengeAndVerify" }, "1255": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.id" + "qualifiedName": "GoTrueMFAApi.challengeAndVerify" }, "1256": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.userId" + "qualifiedName": "params" }, "1257": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAAdminListFactorsResponse" + "qualifiedName": "__type" }, "1258": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "factorId" }, "1259": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.factors" + "qualifiedName": "code" }, "1260": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAAdminListFactorsParams" + "qualifiedName": "GoTrueMFAApi.listFactors" }, "1261": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueMFAApi.listFactors" }, "1262": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.userId" + "qualifiedName": "GoTrueMFAApi.getAuthenticatorAssuranceLevel" }, "1263": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueAdminMFAApi" + "qualifiedName": "GoTrueMFAApi.getAuthenticatorAssuranceLevel" }, "1264": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueAdminMFAApi.listFactors" + "qualifiedName": "GoTrueMFAApi.webauthn" }, "1265": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueAdminMFAApi.listFactors" + "qualifiedName": "AuthMFAAdminDeleteFactorResponse" }, "1266": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type" }, "1267": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueAdminMFAApi.deleteFactor" + "qualifiedName": "__type.id" }, "1268": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueAdminMFAApi.deleteFactor" + "qualifiedName": "AuthMFAAdminDeleteFactorParams" }, "1269": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type" }, "1270": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "SupportedStorage" + "qualifiedName": "__type.id" }, "1271": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.userId" }, "1272": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.isServer" + "qualifiedName": "AuthMFAAdminListFactorsResponse" }, "1273": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "InitializeResult" + "qualifiedName": "__type" }, "1274": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.factors" }, "1275": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.error" + "qualifiedName": "AuthMFAAdminListFactorsParams" }, "1276": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "CallRefreshTokenResult" + "qualifiedName": "__type" }, "1277": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "Pagination" + "qualifiedName": "__type.userId" }, "1278": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueAdminMFAApi" }, "1279": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.nextPage" + "qualifiedName": "GoTrueAdminMFAApi.listFactors" }, "1280": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.lastPage" + "qualifiedName": "GoTrueAdminMFAApi.listFactors" }, "1281": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.total" + "qualifiedName": "params" }, "1282": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.__index" + "qualifiedName": "GoTrueAdminMFAApi.deleteFactor" + }, + "1283": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "GoTrueAdminMFAApi.deleteFactor" }, "1284": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "PageParams" + "qualifiedName": "params" }, "1285": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "SupportedStorage" }, "1286": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.page" + "qualifiedName": "__type" }, "1287": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.perPage" + "qualifiedName": "__type.isServer" }, "1288": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "SignOut" + "qualifiedName": "InitializeResult" }, "1289": { "sourceFileName": "src/lib/types.ts", @@ -35162,1193 +35748,1313 @@ }, "1290": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.scope" + "qualifiedName": "__type.error" }, "1291": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAEnrollTOTPParams" + "qualifiedName": "CallRefreshTokenResult" }, "1292": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAEnrollPhoneParams" + "qualifiedName": "Pagination" }, "1293": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAEnrollWebauthnParams" + "qualifiedName": "__type" }, "1294": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAEnrollTOTPResponse" + "qualifiedName": "__type.nextPage" }, "1295": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAEnrollPhoneResponse" + "qualifiedName": "__type.lastPage" }, "1296": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAEnrollWebauthnResponse" + "qualifiedName": "__type.total" }, "1297": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.__index" + }, + "1299": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "PageParams" + }, + "1300": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type" + }, + "1301": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.page" + }, + "1302": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.perPage" + }, + "1303": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "SignOut" + }, + "1304": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type" + }, + "1305": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.scope" + }, + "1306": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "MFAEnrollTOTPParams" + }, + "1307": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "MFAEnrollPhoneParams" + }, + "1308": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "MFAEnrollWebauthnParams" + }, + "1309": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "AuthMFAEnrollTOTPResponse" + }, + "1310": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "AuthMFAEnrollPhoneResponse" + }, + "1311": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "AuthMFAEnrollWebauthnResponse" + }, + "1312": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "JwtHeader" }, - "1298": { + "1313": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1299": { + "1314": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.alg" }, - "1300": { + "1315": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.kid" }, - "1301": { + "1316": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.typ" }, - "1302": { + "1317": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "RequiredClaims" }, - "1303": { + "1318": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1304": { + "1319": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.iss" }, - "1305": { + "1320": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.sub" }, - "1306": { + "1321": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.aud" }, - "1307": { + "1322": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.exp" }, - "1308": { + "1323": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.iat" }, - "1309": { + "1324": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.role" + }, + "1325": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.aal" + }, + "1326": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.session_id" + }, + "1327": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "JwtPayload" + }, + "1328": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "JwtPayload.email" + }, + "1329": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "JwtPayload.phone" + }, + "1330": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "JwtPayload.is_anonymous" + }, + "1331": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "JwtPayload.jti" + }, + "1332": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "JwtPayload.nbf" + }, + "1333": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "JwtPayload.app_metadata" + }, + "1334": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "JwtPayload.user_metadata" + }, + "1335": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "JwtPayload.amr" + }, + "1336": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "JwtPayload.ref" + }, + "1337": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.iss" + }, + "1338": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.sub" + }, + "1339": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.aud" + }, + "1340": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.exp" + }, + "1341": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.iat" + }, + "1342": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.role" }, - "1310": { + "1343": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.aal" }, - "1311": { + "1344": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.session_id" }, - "1312": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "JwtPayload" - }, - "1313": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" - }, - "1314": { + "1345": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.__index" + "qualifiedName": "JwtPayload.__index" }, - "1316": { + "1347": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "JWK" }, - "1317": { + "1348": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "JWK.kty" }, - "1318": { + "1349": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "JWK.key_ops" }, - "1319": { + "1350": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "JWK.alg" }, - "1320": { + "1351": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "JWK.kid" }, - "1321": { + "1352": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "JWK.__index" }, - "1323": { + "1354": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "SIGN_OUT_SCOPES" }, - "1324": { + "1355": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "SignOutScope" }, - "1325": { + "1356": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthClientGrantType" }, - "1326": { + "1357": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthClientResponseType" }, - "1327": { + "1358": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthClientType" }, - "1328": { + "1359": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthClientRegistrationType" }, - "1329": { + "1360": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthClient" }, - "1330": { + "1361": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1331": { + "1362": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_id" }, - "1332": { + "1363": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_name" }, - "1333": { + "1364": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_secret" }, - "1334": { + "1365": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_type" }, - "1335": { + "1366": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.token_endpoint_auth_method" }, - "1336": { + "1367": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.registration_type" }, - "1337": { + "1368": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_uri" }, - "1338": { + "1369": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.logo_uri" }, - "1339": { + "1370": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.redirect_uris" }, - "1340": { + "1371": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.grant_types" }, - "1341": { + "1372": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.response_types" }, - "1342": { + "1373": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.scope" }, - "1343": { + "1374": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.created_at" }, - "1344": { + "1375": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.updated_at" }, - "1345": { + "1376": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "CreateOAuthClientParams" }, - "1346": { + "1377": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1347": { + "1378": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_name" }, - "1348": { + "1379": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_uri" }, - "1349": { + "1380": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.redirect_uris" }, - "1350": { + "1381": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.grant_types" }, - "1351": { + "1382": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.response_types" }, - "1352": { + "1383": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.scope" }, - "1353": { + "1384": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UpdateOAuthClientParams" }, - "1354": { + "1385": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1355": { + "1386": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_name" }, - "1356": { + "1387": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_uri" }, - "1357": { + "1388": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.logo_uri" }, - "1358": { + "1389": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.redirect_uris" }, - "1359": { + "1390": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.grant_types" }, - "1360": { + "1391": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthClientResponse" }, - "1361": { + "1392": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthClientListResponse" }, - "1362": { + "1393": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1363": { + "1394": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "1364": { + "1395": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1365": { + "1396": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.clients" }, - "1366": { + "1397": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.aud" }, - "1367": { + "1398": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.error" }, - "1368": { + "1399": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1369": { + "1400": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "1370": { + "1401": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1371": { + "1402": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.clients" }, - "1372": { + "1403": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.error" }, - "1373": { + "1404": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi" }, - "1374": { + "1405": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.listClients" }, - "1375": { + "1406": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.listClients" }, - "1376": { + "1407": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "params" }, - "1377": { + "1408": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.createClient" }, - "1378": { + "1409": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.createClient" }, - "1379": { + "1410": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "params" }, - "1380": { + "1411": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.getClient" }, - "1381": { + "1412": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.getClient" }, - "1382": { + "1413": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "clientId" }, - "1383": { + "1414": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.updateClient" }, - "1384": { + "1415": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.updateClient" }, - "1385": { + "1416": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "clientId" }, - "1386": { + "1417": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "params" }, - "1387": { + "1418": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.deleteClient" }, - "1388": { + "1419": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.deleteClient" }, - "1389": { + "1420": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "clientId" }, - "1390": { + "1421": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1391": { + "1422": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "1392": { + "1423": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.error" }, - "1393": { + "1424": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.regenerateClientSecret" }, - "1394": { + "1425": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.regenerateClientSecret" }, - "1395": { + "1426": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "clientId" }, - "1396": { + "1427": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthAuthorizationClient" }, - "1397": { + "1428": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1398": { + "1429": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_id" }, - "1399": { + "1430": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_name" }, - "1400": { + "1431": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_uri" }, - "1401": { + "1432": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.logo_uri" }, - "1402": { + "1433": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthAuthorizationDetails" }, - "1403": { + "1434": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1404": { + "1435": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.authorization_id" }, - "1405": { + "1436": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.redirect_uri" }, - "1406": { + "1437": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client" }, - "1407": { + "1438": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.user" }, - "1408": { + "1439": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1409": { + "1440": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.id" }, - "1410": { + "1441": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.email" }, - "1411": { + "1442": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.scope" }, - "1412": { + "1443": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOAuthAuthorizationDetailsResponse" }, - "1413": { + "1444": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOAuthConsentResponse" }, - "1414": { + "1445": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1415": { + "1446": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.redirect_url" }, - "1416": { + "1447": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi" }, - "1417": { + "1448": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.getAuthorizationDetails" }, - "1418": { + "1449": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.getAuthorizationDetails" }, - "1419": { + "1450": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "authorizationId" }, - "1420": { + "1451": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.approveAuthorization" }, - "1421": { + "1452": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.approveAuthorization" }, - "1422": { + "1453": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "authorizationId" }, - "1423": { + "1454": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "options" }, - "1424": { + "1455": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1425": { + "1456": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.skipBrowserRedirect" }, - "1426": { + "1457": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.denyAuthorization" }, - "1427": { + "1458": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.denyAuthorization" }, - "1428": { + "1459": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "authorizationId" }, - "1429": { + "1460": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "options" }, - "1430": { + "1461": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1431": { + "1462": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.skipBrowserRedirect" }, - "1432": { + "1463": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthError" }, - "1433": { + "1464": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthError" }, - "1434": { + "1465": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "error" }, - "1435": { + "1466": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthApiError" }, - "1436": { + "1467": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthApiError" }, - "1437": { + "1468": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "error" }, - "1438": { + "1469": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthSessionMissingError" }, - "1439": { + "1470": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthSessionMissingError" }, - "1440": { + "1471": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "error" }, - "1441": { + "1472": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthImplicitGrantRedirectError" }, - "1442": { + "1473": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthImplicitGrantRedirectError" }, - "1443": { + "1474": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "error" }, - "1444": { + "1475": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthRetryableFetchError" }, - "1445": { + "1476": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthRetryableFetchError" }, - "1446": { + "1477": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "error" }, - "1447": { + "1478": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthWeakPasswordError" }, - "1448": { + "1479": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthWeakPasswordError" }, - "1449": { + "1480": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "error" }, - "1450": { + "1481": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError" }, - "1451": { + "1482": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.__constructor" }, - "1452": { + "1483": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError" }, - "1453": { + "1484": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1454": { + "1485": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "status" }, - "1455": { + "1486": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "code" }, - "1456": { + "1487": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1457": { + "1488": { "sourceFileName": "", "qualifiedName": "__type" }, - "1458": { + "1489": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.status" }, - "1460": { + "1491": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthApiError" }, - "1461": { + "1492": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthApiError.__constructor" }, - "1462": { + "1493": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthApiError" }, - "1463": { + "1494": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1464": { + "1495": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "status" }, - "1465": { + "1496": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "code" }, - "1466": { + "1497": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthApiError.status" }, - "1467": { + "1498": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1468": { + "1499": { "sourceFileName": "", "qualifiedName": "__type" }, - "1470": { + "1501": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthUnknownError" }, - "1471": { + "1502": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthUnknownError.__constructor" }, - "1472": { + "1503": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthUnknownError" }, - "1473": { + "1504": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1474": { + "1505": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "originalError" }, - "1475": { + "1506": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthUnknownError.originalError" }, - "1476": { + "1507": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1477": { + "1508": { "sourceFileName": "", "qualifiedName": "__type" }, - "1478": { + "1509": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.status" }, - "1480": { + "1511": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError" }, - "1481": { + "1512": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.__constructor" }, - "1482": { + "1513": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError" }, - "1483": { + "1514": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1484": { + "1515": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "name" }, - "1485": { + "1516": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "status" }, - "1486": { + "1517": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "code" }, - "1487": { + "1518": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1488": { + "1519": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1489": { + "1520": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1490": { + "1521": { "sourceFileName": "", "qualifiedName": "__type" }, - "1492": { + "1523": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthSessionMissingError" }, - "1493": { + "1524": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthSessionMissingError.__constructor" }, - "1494": { + "1525": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthSessionMissingError" }, - "1495": { + "1526": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1496": { + "1527": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1497": { + "1528": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1498": { + "1529": { "sourceFileName": "", "qualifiedName": "__type" }, - "1500": { + "1531": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthInvalidTokenResponseError" }, - "1501": { + "1532": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthInvalidTokenResponseError.__constructor" }, - "1502": { + "1533": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthInvalidTokenResponseError" }, - "1503": { + "1534": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1504": { + "1535": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1505": { + "1536": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1506": { + "1537": { "sourceFileName": "", "qualifiedName": "__type" }, - "1508": { + "1539": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthInvalidCredentialsError" }, - "1509": { + "1540": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthInvalidCredentialsError.__constructor" }, - "1510": { + "1541": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthInvalidCredentialsError" }, - "1511": { + "1542": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1512": { + "1543": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1513": { + "1544": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1514": { + "1545": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1515": { + "1546": { "sourceFileName": "", "qualifiedName": "__type" }, - "1517": { + "1548": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError" }, - "1518": { + "1549": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError.__constructor" }, - "1519": { + "1550": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError" }, - "1520": { + "1551": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1521": { + "1552": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "details" }, - "1522": { + "1553": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type" }, - "1523": { + "1554": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1524": { + "1555": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1525": { + "1556": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError.details" }, - "1526": { + "1557": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type" }, - "1527": { + "1558": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1528": { + "1559": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1529": { + "1560": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError.toJSON" }, - "1530": { + "1561": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError.toJSON" }, - "1531": { + "1562": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object" }, - "1532": { + "1563": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object.name" }, - "1533": { + "1564": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object.message" }, - "1534": { + "1565": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object.status" }, - "1535": { + "1566": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object.details" }, - "1536": { + "1567": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type" }, - "1537": { + "1568": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1538": { + "1569": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1539": { + "1570": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1540": { + "1571": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1541": { + "1572": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1542": { + "1573": { "sourceFileName": "", "qualifiedName": "__type" }, - "1544": { + "1575": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError" }, - "1545": { + "1576": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError.__constructor" }, - "1546": { + "1577": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError" }, - "1547": { + "1578": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1548": { + "1579": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "details" }, - "1549": { + "1580": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type" }, - "1550": { + "1581": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1551": { + "1582": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1552": { + "1583": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError.details" }, - "1553": { + "1584": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type" }, - "1554": { + "1585": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1555": { + "1586": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1556": { + "1587": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError.toJSON" }, - "1557": { + "1588": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError.toJSON" }, - "1558": { + "1589": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object" }, - "1559": { + "1590": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object.name" }, - "1560": { + "1591": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object.message" }, - "1561": { + "1592": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object.status" }, - "1562": { + "1593": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object.details" }, - "1563": { + "1594": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type" }, - "1564": { + "1595": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1565": { + "1596": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1566": { + "1597": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1567": { + "1598": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1568": { + "1599": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1569": { + "1600": { "sourceFileName": "", "qualifiedName": "__type" }, - "1571": { + "1602": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthRetryableFetchError" }, - "1572": { + "1603": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthRetryableFetchError.__constructor" }, - "1573": { + "1604": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthRetryableFetchError" }, - "1574": { + "1605": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1575": { + "1606": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "status" }, - "1576": { + "1607": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1577": { + "1608": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1578": { + "1609": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1579": { + "1610": { "sourceFileName": "", "qualifiedName": "__type" }, - "1581": { + "1612": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthWeakPasswordError" }, - "1582": { + "1613": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthWeakPasswordError.__constructor" }, - "1583": { + "1614": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthWeakPasswordError" }, - "1584": { + "1615": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1585": { + "1616": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "status" }, - "1586": { + "1617": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "reasons" }, - "1587": { + "1618": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthWeakPasswordError.reasons" }, - "1588": { + "1619": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1589": { + "1620": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1590": { + "1621": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1591": { + "1622": { "sourceFileName": "", "qualifiedName": "__type" }, - "1593": { + "1624": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthInvalidJwtError" }, - "1594": { + "1625": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthInvalidJwtError.__constructor" }, - "1595": { + "1626": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthInvalidJwtError" }, - "1596": { + "1627": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1597": { + "1628": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1598": { + "1629": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1599": { + "1630": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1600": { + "1631": { "sourceFileName": "", "qualifiedName": "__type" } diff --git a/apps/docs/spec/enrichments/tsdoc_v2/gotrue_dereferenced.json b/apps/docs/spec/enrichments/tsdoc_v2/gotrue_dereferenced.json index 98811c5a188d6..428f29a060cd9 100644 --- a/apps/docs/spec/enrichments/tsdoc_v2/gotrue_dereferenced.json +++ b/apps/docs/spec/enrichments/tsdoc_v2/gotrue_dereferenced.json @@ -6,14 +6,14 @@ "flags": {}, "children": [ { - "id": 1460, + "id": 1491, "name": "AuthApiError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1461, + "id": 1492, "name": "constructor", "variant": "declaration", "kind": 512, @@ -23,12 +23,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 33, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L33" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L33" } ], "signatures": [ { - "id": 1462, + "id": 1493, "name": "AuthApiError", "variant": "signature", "kind": 16384, @@ -38,12 +38,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 33, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L33" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L33" } ], "parameters": [ { - "id": 1463, + "id": 1494, "name": "message", "variant": "param", "kind": 32768, @@ -54,7 +54,7 @@ } }, { - "id": 1464, + "id": 1495, "name": "status", "variant": "param", "kind": 32768, @@ -65,7 +65,7 @@ } }, { - "id": 1465, + "id": 1496, "name": "code", "variant": "param", "kind": 32768, @@ -87,25 +87,25 @@ ], "type": { "type": "reference", - "target": 1460, + "target": 1491, "name": "AuthApiError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1452, + "target": 1483, "name": "AuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1451, + "target": 1482, "name": "AuthError.constructor" } }, { - "id": 1467, + "id": 1498, "name": "code", "variant": "declaration", "kind": 1024, @@ -134,7 +134,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -163,7 +163,7 @@ { "type": "reflection", "declaration": { - "id": 1468, + "id": 1499, "name": "__type", "variant": "declaration", "kind": 65536, @@ -176,12 +176,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1456, + "target": 1487, "name": "AuthError.code" } }, { - "id": 1466, + "id": 1497, "name": "status", "variant": "declaration", "kind": 1024, @@ -199,7 +199,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L31" } ], "type": { @@ -208,7 +208,7 @@ }, "overwrites": { "type": "reference", - "target": 1458, + "target": 1489, "name": "AuthError.status" } } @@ -216,11 +216,11 @@ "groups": [ { "title": "Constructors", - "children": [1461] + "children": [1492] }, { "title": "Properties", - "children": [1467, 1466] + "children": [1498, 1497] } ], "sources": [ @@ -228,27 +228,27 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 30, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L30" } ], "extendedTypes": [ { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1450, + "id": 1481, "name": "AuthError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1451, + "id": 1482, "name": "constructor", "variant": "declaration", "kind": 512, @@ -258,12 +258,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L18" } ], "signatures": [ { - "id": 1452, + "id": 1483, "name": "AuthError", "variant": "signature", "kind": 16384, @@ -273,12 +273,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L18" } ], "parameters": [ { - "id": 1453, + "id": 1484, "name": "message", "variant": "param", "kind": 32768, @@ -289,7 +289,7 @@ } }, { - "id": 1454, + "id": 1485, "name": "status", "variant": "param", "kind": 32768, @@ -302,7 +302,7 @@ } }, { - "id": 1455, + "id": 1486, "name": "code", "variant": "param", "kind": 32768, @@ -317,7 +317,7 @@ ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" }, @@ -335,7 +335,7 @@ } }, { - "id": 1456, + "id": 1487, "name": "code", "variant": "declaration", "kind": 1024, @@ -362,7 +362,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -391,7 +391,7 @@ { "type": "reflection", "declaration": { - "id": 1457, + "id": 1488, "name": "__type", "variant": "declaration", "kind": 65536, @@ -404,7 +404,7 @@ } }, { - "id": 1458, + "id": 1489, "name": "status", "variant": "declaration", "kind": 1024, @@ -422,7 +422,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 14, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L14" } ], "type": { @@ -443,11 +443,11 @@ "groups": [ { "title": "Constructors", - "children": [1451] + "children": [1482] }, { "title": "Properties", - "children": [1456, 1458] + "children": [1487, 1489] } ], "sources": [ @@ -455,7 +455,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 4, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L4" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L4" } ], "extendedTypes": [ @@ -472,30 +472,30 @@ "extendedBy": [ { "type": "reference", - "target": 1460, + "target": 1491, "name": "AuthApiError" }, { "type": "reference", - "target": 1470, + "target": 1501, "name": "AuthUnknownError" }, { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError" } ] }, { - "id": 1517, + "id": 1548, "name": "AuthImplicitGrantRedirectError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1518, + "id": 1549, "name": "constructor", "variant": "declaration", "kind": 512, @@ -505,12 +505,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 90, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L90" } ], "signatures": [ { - "id": 1519, + "id": 1550, "name": "AuthImplicitGrantRedirectError", "variant": "signature", "kind": 16384, @@ -520,12 +520,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 90, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L90" } ], "parameters": [ { - "id": 1520, + "id": 1551, "name": "message", "variant": "param", "kind": 32768, @@ -536,7 +536,7 @@ } }, { - "id": 1521, + "id": 1552, "name": "details", "variant": "param", "kind": 32768, @@ -551,14 +551,14 @@ { "type": "reflection", "declaration": { - "id": 1522, + "id": 1553, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1524, + "id": 1555, "name": "code", "variant": "declaration", "kind": 1024, @@ -568,7 +568,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 90, "character": 57, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L90" } ], "type": { @@ -577,7 +577,7 @@ } }, { - "id": 1523, + "id": 1554, "name": "error", "variant": "declaration", "kind": 1024, @@ -587,7 +587,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 90, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L90" } ], "type": { @@ -599,7 +599,7 @@ "groups": [ { "title": "Properties", - "children": [1524, 1523] + "children": [1555, 1554] } ], "sources": [ @@ -607,7 +607,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 90, "character": 40, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L90" } ] } @@ -619,25 +619,25 @@ ], "type": { "type": "reference", - "target": 1517, + "target": 1548, "name": "AuthImplicitGrantRedirectError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1482, + "target": 1513, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1481, + "target": 1512, "name": "CustomAuthError.constructor" } }, { - "id": 1541, + "id": 1572, "name": "code", "variant": "declaration", "kind": 1024, @@ -666,7 +666,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -695,7 +695,7 @@ { "type": "reflection", "declaration": { - "id": 1542, + "id": 1573, "name": "__type", "variant": "declaration", "kind": 65536, @@ -708,12 +708,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1489, + "target": 1520, "name": "CustomAuthError.code" } }, { - "id": 1525, + "id": 1556, "name": "details", "variant": "declaration", "kind": 1024, @@ -723,7 +723,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 89, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L89" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L89" } ], "type": { @@ -736,14 +736,14 @@ { "type": "reflection", "declaration": { - "id": 1526, + "id": 1557, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1528, + "id": 1559, "name": "code", "variant": "declaration", "kind": 1024, @@ -753,7 +753,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 89, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L89" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L89" } ], "type": { @@ -762,7 +762,7 @@ } }, { - "id": 1527, + "id": 1558, "name": "error", "variant": "declaration", "kind": 1024, @@ -772,7 +772,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 89, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L89" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L89" } ], "type": { @@ -784,7 +784,7 @@ "groups": [ { "title": "Properties", - "children": [1528, 1527] + "children": [1559, 1558] } ], "sources": [ @@ -792,7 +792,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 89, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L89" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L89" } ] } @@ -802,7 +802,7 @@ "defaultValue": "null" }, { - "id": 1539, + "id": 1570, "name": "name", "variant": "declaration", "kind": 1024, @@ -814,7 +814,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L56" } ], "type": { @@ -823,12 +823,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1487, + "target": 1518, "name": "CustomAuthError.name" } }, { - "id": 1540, + "id": 1571, "name": "status", "variant": "declaration", "kind": 1024, @@ -848,7 +848,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L57" } ], "type": { @@ -857,12 +857,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1488, + "target": 1519, "name": "CustomAuthError.status" } }, { - "id": 1529, + "id": 1560, "name": "toJSON", "variant": "declaration", "kind": 2048, @@ -872,12 +872,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 95, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L95" } ], "signatures": [ { - "id": 1530, + "id": 1561, "name": "toJSON", "variant": "signature", "kind": 4096, @@ -887,20 +887,20 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 95, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L95" } ], "type": { "type": "reflection", "declaration": { - "id": 1531, + "id": 1562, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1535, + "id": 1566, "name": "details", "variant": "declaration", "kind": 1024, @@ -910,7 +910,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 100, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L100" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L100" } ], "type": { @@ -923,14 +923,14 @@ { "type": "reflection", "declaration": { - "id": 1536, + "id": 1567, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1538, + "id": 1569, "name": "code", "variant": "declaration", "kind": 1024, @@ -940,7 +940,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 89, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L89" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L89" } ], "type": { @@ -949,7 +949,7 @@ } }, { - "id": 1537, + "id": 1568, "name": "error", "variant": "declaration", "kind": 1024, @@ -959,7 +959,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 89, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L89" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L89" } ], "type": { @@ -971,7 +971,7 @@ "groups": [ { "title": "Properties", - "children": [1538, 1537] + "children": [1569, 1568] } ], "sources": [ @@ -979,7 +979,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 89, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L89" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L89" } ] } @@ -989,7 +989,7 @@ "defaultValue": "..." }, { - "id": 1533, + "id": 1564, "name": "message", "variant": "declaration", "kind": 1024, @@ -999,7 +999,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 98, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L98" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L98" } ], "type": { @@ -1009,7 +1009,7 @@ "defaultValue": "..." }, { - "id": 1532, + "id": 1563, "name": "name", "variant": "declaration", "kind": 1024, @@ -1019,7 +1019,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 97, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L97" } ], "type": { @@ -1029,7 +1029,7 @@ "defaultValue": "..." }, { - "id": 1534, + "id": 1565, "name": "status", "variant": "declaration", "kind": 1024, @@ -1039,7 +1039,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 99, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L99" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L99" } ], "type": { @@ -1052,7 +1052,7 @@ "groups": [ { "title": "Properties", - "children": [1535, 1533, 1532, 1534] + "children": [1566, 1564, 1563, 1565] } ], "sources": [ @@ -1060,7 +1060,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 96, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L96" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L96" } ] } @@ -1072,15 +1072,15 @@ "groups": [ { "title": "Constructors", - "children": [1518] + "children": [1549] }, { "title": "Properties", - "children": [1541, 1525, 1539, 1540] + "children": [1572, 1556, 1570, 1571] }, { "title": "Methods", - "children": [1529] + "children": [1560] } ], "sources": [ @@ -1088,27 +1088,27 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 88, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L88" } ], "extendedTypes": [ { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1508, + "id": 1539, "name": "AuthInvalidCredentialsError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1509, + "id": 1540, "name": "constructor", "variant": "declaration", "kind": 512, @@ -1118,12 +1118,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 83, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L83" } ], "signatures": [ { - "id": 1510, + "id": 1541, "name": "AuthInvalidCredentialsError", "variant": "signature", "kind": 16384, @@ -1133,12 +1133,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 83, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L83" } ], "parameters": [ { - "id": 1511, + "id": 1542, "name": "message", "variant": "param", "kind": 32768, @@ -1151,25 +1151,25 @@ ], "type": { "type": "reference", - "target": 1508, + "target": 1539, "name": "AuthInvalidCredentialsError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1482, + "target": 1513, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1481, + "target": 1512, "name": "CustomAuthError.constructor" } }, { - "id": 1514, + "id": 1545, "name": "code", "variant": "declaration", "kind": 1024, @@ -1198,7 +1198,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -1227,7 +1227,7 @@ { "type": "reflection", "declaration": { - "id": 1515, + "id": 1546, "name": "__type", "variant": "declaration", "kind": 65536, @@ -1240,12 +1240,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1489, + "target": 1520, "name": "CustomAuthError.code" } }, { - "id": 1512, + "id": 1543, "name": "name", "variant": "declaration", "kind": 1024, @@ -1257,7 +1257,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L56" } ], "type": { @@ -1266,12 +1266,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1487, + "target": 1518, "name": "CustomAuthError.name" } }, { - "id": 1513, + "id": 1544, "name": "status", "variant": "declaration", "kind": 1024, @@ -1291,7 +1291,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L57" } ], "type": { @@ -1300,7 +1300,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1488, + "target": 1519, "name": "CustomAuthError.status" } } @@ -1308,11 +1308,11 @@ "groups": [ { "title": "Constructors", - "children": [1509] + "children": [1540] }, { "title": "Properties", - "children": [1514, 1512, 1513] + "children": [1545, 1543, 1544] } ], "sources": [ @@ -1320,27 +1320,27 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 82, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L82" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L82" } ], "extendedTypes": [ { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1593, + "id": 1624, "name": "AuthInvalidJwtError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1594, + "id": 1625, "name": "constructor", "variant": "declaration", "kind": 512, @@ -1350,12 +1350,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 162, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L162" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L162" } ], "signatures": [ { - "id": 1595, + "id": 1626, "name": "AuthInvalidJwtError", "variant": "signature", "kind": 16384, @@ -1365,12 +1365,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 162, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L162" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L162" } ], "parameters": [ { - "id": 1596, + "id": 1627, "name": "message", "variant": "param", "kind": 32768, @@ -1383,25 +1383,25 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1624, "name": "AuthInvalidJwtError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1482, + "target": 1513, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1481, + "target": 1512, "name": "CustomAuthError.constructor" } }, { - "id": 1599, + "id": 1630, "name": "code", "variant": "declaration", "kind": 1024, @@ -1430,7 +1430,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -1459,7 +1459,7 @@ { "type": "reflection", "declaration": { - "id": 1600, + "id": 1631, "name": "__type", "variant": "declaration", "kind": 65536, @@ -1472,12 +1472,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1489, + "target": 1520, "name": "CustomAuthError.code" } }, { - "id": 1597, + "id": 1628, "name": "name", "variant": "declaration", "kind": 1024, @@ -1489,7 +1489,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L56" } ], "type": { @@ -1498,12 +1498,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1487, + "target": 1518, "name": "CustomAuthError.name" } }, { - "id": 1598, + "id": 1629, "name": "status", "variant": "declaration", "kind": 1024, @@ -1523,7 +1523,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L57" } ], "type": { @@ -1532,7 +1532,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1488, + "target": 1519, "name": "CustomAuthError.status" } } @@ -1540,11 +1540,11 @@ "groups": [ { "title": "Constructors", - "children": [1594] + "children": [1625] }, { "title": "Properties", - "children": [1599, 1597, 1598] + "children": [1630, 1628, 1629] } ], "sources": [ @@ -1552,27 +1552,27 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 161, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L161" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L161" } ], "extendedTypes": [ { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1500, + "id": 1531, "name": "AuthInvalidTokenResponseError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1501, + "id": 1532, "name": "constructor", "variant": "declaration", "kind": 512, @@ -1582,12 +1582,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 77, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L77" } ], "signatures": [ { - "id": 1502, + "id": 1533, "name": "AuthInvalidTokenResponseError", "variant": "signature", "kind": 16384, @@ -1597,30 +1597,30 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 77, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L77" } ], "type": { "type": "reference", - "target": 1500, + "target": 1531, "name": "AuthInvalidTokenResponseError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1482, + "target": 1513, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1481, + "target": 1512, "name": "CustomAuthError.constructor" } }, { - "id": 1505, + "id": 1536, "name": "code", "variant": "declaration", "kind": 1024, @@ -1649,7 +1649,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -1678,7 +1678,7 @@ { "type": "reflection", "declaration": { - "id": 1506, + "id": 1537, "name": "__type", "variant": "declaration", "kind": 65536, @@ -1691,12 +1691,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1489, + "target": 1520, "name": "CustomAuthError.code" } }, { - "id": 1503, + "id": 1534, "name": "name", "variant": "declaration", "kind": 1024, @@ -1708,7 +1708,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L56" } ], "type": { @@ -1717,12 +1717,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1487, + "target": 1518, "name": "CustomAuthError.name" } }, { - "id": 1504, + "id": 1535, "name": "status", "variant": "declaration", "kind": 1024, @@ -1742,7 +1742,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L57" } ], "type": { @@ -1751,7 +1751,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1488, + "target": 1519, "name": "CustomAuthError.status" } } @@ -1759,11 +1759,11 @@ "groups": [ { "title": "Constructors", - "children": [1501] + "children": [1532] }, { "title": "Properties", - "children": [1505, 1503, 1504] + "children": [1536, 1534, 1535] } ], "sources": [ @@ -1771,27 +1771,27 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 76, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L76" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L76" } ], "extendedTypes": [ { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1544, + "id": 1575, "name": "AuthPKCEGrantCodeExchangeError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1545, + "id": 1576, "name": "constructor", "variant": "declaration", "kind": 512, @@ -1801,12 +1801,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 114, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L114" } ], "signatures": [ { - "id": 1546, + "id": 1577, "name": "AuthPKCEGrantCodeExchangeError", "variant": "signature", "kind": 16384, @@ -1816,12 +1816,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 114, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L114" } ], "parameters": [ { - "id": 1547, + "id": 1578, "name": "message", "variant": "param", "kind": 32768, @@ -1832,7 +1832,7 @@ } }, { - "id": 1548, + "id": 1579, "name": "details", "variant": "param", "kind": 32768, @@ -1847,14 +1847,14 @@ { "type": "reflection", "declaration": { - "id": 1549, + "id": 1580, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1551, + "id": 1582, "name": "code", "variant": "declaration", "kind": 1024, @@ -1864,7 +1864,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 114, "character": 57, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L114" } ], "type": { @@ -1873,7 +1873,7 @@ } }, { - "id": 1550, + "id": 1581, "name": "error", "variant": "declaration", "kind": 1024, @@ -1883,7 +1883,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 114, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L114" } ], "type": { @@ -1895,7 +1895,7 @@ "groups": [ { "title": "Properties", - "children": [1551, 1550] + "children": [1582, 1581] } ], "sources": [ @@ -1903,7 +1903,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 114, "character": 40, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L114" } ] } @@ -1915,25 +1915,25 @@ ], "type": { "type": "reference", - "target": 1544, + "target": 1575, "name": "AuthPKCEGrantCodeExchangeError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1482, + "target": 1513, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1481, + "target": 1512, "name": "CustomAuthError.constructor" } }, { - "id": 1568, + "id": 1599, "name": "code", "variant": "declaration", "kind": 1024, @@ -1962,7 +1962,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -1991,7 +1991,7 @@ { "type": "reflection", "declaration": { - "id": 1569, + "id": 1600, "name": "__type", "variant": "declaration", "kind": 65536, @@ -2004,12 +2004,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1489, + "target": 1520, "name": "CustomAuthError.code" } }, { - "id": 1552, + "id": 1583, "name": "details", "variant": "declaration", "kind": 1024, @@ -2019,7 +2019,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 112, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L112" } ], "type": { @@ -2032,14 +2032,14 @@ { "type": "reflection", "declaration": { - "id": 1553, + "id": 1584, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1555, + "id": 1586, "name": "code", "variant": "declaration", "kind": 1024, @@ -2049,7 +2049,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 112, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L112" } ], "type": { @@ -2058,7 +2058,7 @@ } }, { - "id": 1554, + "id": 1585, "name": "error", "variant": "declaration", "kind": 1024, @@ -2068,7 +2068,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 112, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L112" } ], "type": { @@ -2080,7 +2080,7 @@ "groups": [ { "title": "Properties", - "children": [1555, 1554] + "children": [1586, 1585] } ], "sources": [ @@ -2088,7 +2088,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 112, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L112" } ] } @@ -2098,7 +2098,7 @@ "defaultValue": "null" }, { - "id": 1566, + "id": 1597, "name": "name", "variant": "declaration", "kind": 1024, @@ -2110,7 +2110,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L56" } ], "type": { @@ -2119,12 +2119,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1487, + "target": 1518, "name": "CustomAuthError.name" } }, { - "id": 1567, + "id": 1598, "name": "status", "variant": "declaration", "kind": 1024, @@ -2144,7 +2144,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L57" } ], "type": { @@ -2153,12 +2153,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1488, + "target": 1519, "name": "CustomAuthError.status" } }, { - "id": 1556, + "id": 1587, "name": "toJSON", "variant": "declaration", "kind": 2048, @@ -2168,12 +2168,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 119, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L119" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L119" } ], "signatures": [ { - "id": 1557, + "id": 1588, "name": "toJSON", "variant": "signature", "kind": 4096, @@ -2183,20 +2183,20 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 119, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L119" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L119" } ], "type": { "type": "reflection", "declaration": { - "id": 1558, + "id": 1589, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1562, + "id": 1593, "name": "details", "variant": "declaration", "kind": 1024, @@ -2206,7 +2206,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 124, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L124" } ], "type": { @@ -2219,14 +2219,14 @@ { "type": "reflection", "declaration": { - "id": 1563, + "id": 1594, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1565, + "id": 1596, "name": "code", "variant": "declaration", "kind": 1024, @@ -2236,7 +2236,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 112, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L112" } ], "type": { @@ -2245,7 +2245,7 @@ } }, { - "id": 1564, + "id": 1595, "name": "error", "variant": "declaration", "kind": 1024, @@ -2255,7 +2255,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 112, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L112" } ], "type": { @@ -2267,7 +2267,7 @@ "groups": [ { "title": "Properties", - "children": [1565, 1564] + "children": [1596, 1595] } ], "sources": [ @@ -2275,7 +2275,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 112, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L112" } ] } @@ -2285,7 +2285,7 @@ "defaultValue": "..." }, { - "id": 1560, + "id": 1591, "name": "message", "variant": "declaration", "kind": 1024, @@ -2295,7 +2295,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 122, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L122" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L122" } ], "type": { @@ -2305,7 +2305,7 @@ "defaultValue": "..." }, { - "id": 1559, + "id": 1590, "name": "name", "variant": "declaration", "kind": 1024, @@ -2315,7 +2315,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 121, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L121" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L121" } ], "type": { @@ -2325,7 +2325,7 @@ "defaultValue": "..." }, { - "id": 1561, + "id": 1592, "name": "status", "variant": "declaration", "kind": 1024, @@ -2335,7 +2335,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 123, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L123" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L123" } ], "type": { @@ -2348,7 +2348,7 @@ "groups": [ { "title": "Properties", - "children": [1562, 1560, 1559, 1561] + "children": [1593, 1591, 1590, 1592] } ], "sources": [ @@ -2356,7 +2356,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 120, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L120" } ] } @@ -2368,15 +2368,15 @@ "groups": [ { "title": "Constructors", - "children": [1545] + "children": [1576] }, { "title": "Properties", - "children": [1568, 1552, 1566, 1567] + "children": [1599, 1583, 1597, 1598] }, { "title": "Methods", - "children": [1556] + "children": [1587] } ], "sources": [ @@ -2384,27 +2384,27 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 111, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L111" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L111" } ], "extendedTypes": [ { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1571, + "id": 1602, "name": "AuthRetryableFetchError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1572, + "id": 1603, "name": "constructor", "variant": "declaration", "kind": 512, @@ -2414,12 +2414,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 130, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L130" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L130" } ], "signatures": [ { - "id": 1573, + "id": 1604, "name": "AuthRetryableFetchError", "variant": "signature", "kind": 16384, @@ -2429,12 +2429,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 130, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L130" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L130" } ], "parameters": [ { - "id": 1574, + "id": 1605, "name": "message", "variant": "param", "kind": 32768, @@ -2445,7 +2445,7 @@ } }, { - "id": 1575, + "id": 1606, "name": "status", "variant": "param", "kind": 32768, @@ -2458,25 +2458,25 @@ ], "type": { "type": "reference", - "target": 1571, + "target": 1602, "name": "AuthRetryableFetchError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1482, + "target": 1513, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1481, + "target": 1512, "name": "CustomAuthError.constructor" } }, { - "id": 1578, + "id": 1609, "name": "code", "variant": "declaration", "kind": 1024, @@ -2505,7 +2505,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -2534,7 +2534,7 @@ { "type": "reflection", "declaration": { - "id": 1579, + "id": 1610, "name": "__type", "variant": "declaration", "kind": 65536, @@ -2547,12 +2547,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1489, + "target": 1520, "name": "CustomAuthError.code" } }, { - "id": 1576, + "id": 1607, "name": "name", "variant": "declaration", "kind": 1024, @@ -2564,7 +2564,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L56" } ], "type": { @@ -2573,12 +2573,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1487, + "target": 1518, "name": "CustomAuthError.name" } }, { - "id": 1577, + "id": 1608, "name": "status", "variant": "declaration", "kind": 1024, @@ -2598,7 +2598,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L57" } ], "type": { @@ -2607,7 +2607,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1488, + "target": 1519, "name": "CustomAuthError.status" } } @@ -2615,11 +2615,11 @@ "groups": [ { "title": "Constructors", - "children": [1572] + "children": [1603] }, { "title": "Properties", - "children": [1578, 1576, 1577] + "children": [1609, 1607, 1608] } ], "sources": [ @@ -2627,27 +2627,27 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 129, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L129" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L129" } ], "extendedTypes": [ { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1492, + "id": 1523, "name": "AuthSessionMissingError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1493, + "id": 1524, "name": "constructor", "variant": "declaration", "kind": 512, @@ -2657,12 +2657,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 67, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L67" } ], "signatures": [ { - "id": 1494, + "id": 1525, "name": "AuthSessionMissingError", "variant": "signature", "kind": 16384, @@ -2672,30 +2672,30 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 67, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L67" } ], "type": { "type": "reference", - "target": 1492, + "target": 1523, "name": "AuthSessionMissingError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1482, + "target": 1513, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1481, + "target": 1512, "name": "CustomAuthError.constructor" } }, { - "id": 1497, + "id": 1528, "name": "code", "variant": "declaration", "kind": 1024, @@ -2724,7 +2724,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -2753,7 +2753,7 @@ { "type": "reflection", "declaration": { - "id": 1498, + "id": 1529, "name": "__type", "variant": "declaration", "kind": 65536, @@ -2766,12 +2766,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1489, + "target": 1520, "name": "CustomAuthError.code" } }, { - "id": 1495, + "id": 1526, "name": "name", "variant": "declaration", "kind": 1024, @@ -2783,7 +2783,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L56" } ], "type": { @@ -2792,12 +2792,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1487, + "target": 1518, "name": "CustomAuthError.name" } }, { - "id": 1496, + "id": 1527, "name": "status", "variant": "declaration", "kind": 1024, @@ -2817,7 +2817,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L57" } ], "type": { @@ -2826,7 +2826,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1488, + "target": 1519, "name": "CustomAuthError.status" } } @@ -2834,11 +2834,11 @@ "groups": [ { "title": "Constructors", - "children": [1493] + "children": [1524] }, { "title": "Properties", - "children": [1497, 1495, 1496] + "children": [1528, 1526, 1527] } ], "sources": [ @@ -2846,27 +2846,27 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 66, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L66" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L66" } ], "extendedTypes": [ { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1470, + "id": 1501, "name": "AuthUnknownError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1471, + "id": 1502, "name": "constructor", "variant": "declaration", "kind": 512, @@ -2876,12 +2876,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 48, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L48" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L48" } ], "signatures": [ { - "id": 1472, + "id": 1503, "name": "AuthUnknownError", "variant": "signature", "kind": 16384, @@ -2891,12 +2891,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 48, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L48" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L48" } ], "parameters": [ { - "id": 1473, + "id": 1504, "name": "message", "variant": "param", "kind": 32768, @@ -2907,7 +2907,7 @@ } }, { - "id": 1474, + "id": 1505, "name": "originalError", "variant": "param", "kind": 32768, @@ -2920,25 +2920,25 @@ ], "type": { "type": "reference", - "target": 1470, + "target": 1501, "name": "AuthUnknownError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1452, + "target": 1483, "name": "AuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1451, + "target": 1482, "name": "AuthError.constructor" } }, { - "id": 1476, + "id": 1507, "name": "code", "variant": "declaration", "kind": 1024, @@ -2967,7 +2967,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -2996,7 +2996,7 @@ { "type": "reflection", "declaration": { - "id": 1477, + "id": 1508, "name": "__type", "variant": "declaration", "kind": 65536, @@ -3009,12 +3009,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1456, + "target": 1487, "name": "AuthError.code" } }, { - "id": 1475, + "id": 1506, "name": "originalError", "variant": "declaration", "kind": 1024, @@ -3024,7 +3024,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 46, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L46" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L46" } ], "type": { @@ -3033,7 +3033,7 @@ } }, { - "id": 1478, + "id": 1509, "name": "status", "variant": "declaration", "kind": 1024, @@ -3053,7 +3053,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 14, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L14" } ], "type": { @@ -3071,7 +3071,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1458, + "target": 1489, "name": "AuthError.status" } } @@ -3079,11 +3079,11 @@ "groups": [ { "title": "Constructors", - "children": [1471] + "children": [1502] }, { "title": "Properties", - "children": [1476, 1475, 1478] + "children": [1507, 1506, 1509] } ], "sources": [ @@ -3091,20 +3091,20 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 45, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L45" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L45" } ], "extendedTypes": [ { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1581, + "id": 1612, "name": "AuthWeakPasswordError", "variant": "declaration", "kind": 128, @@ -3119,7 +3119,7 @@ }, "children": [ { - "id": 1582, + "id": 1613, "name": "constructor", "variant": "declaration", "kind": 512, @@ -3129,12 +3129,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 150, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L150" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L150" } ], "signatures": [ { - "id": 1583, + "id": 1614, "name": "AuthWeakPasswordError", "variant": "signature", "kind": 16384, @@ -3144,12 +3144,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 150, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L150" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L150" } ], "parameters": [ { - "id": 1584, + "id": 1615, "name": "message", "variant": "param", "kind": 32768, @@ -3160,7 +3160,7 @@ } }, { - "id": 1585, + "id": 1616, "name": "status", "variant": "param", "kind": 32768, @@ -3171,7 +3171,7 @@ } }, { - "id": 1586, + "id": 1617, "name": "reasons", "variant": "param", "kind": 32768, @@ -3200,25 +3200,25 @@ ], "type": { "type": "reference", - "target": 1581, + "target": 1612, "name": "AuthWeakPasswordError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1482, + "target": 1513, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1481, + "target": 1512, "name": "CustomAuthError.constructor" } }, { - "id": 1590, + "id": 1621, "name": "code", "variant": "declaration", "kind": 1024, @@ -3247,7 +3247,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -3276,7 +3276,7 @@ { "type": "reflection", "declaration": { - "id": 1591, + "id": 1622, "name": "__type", "variant": "declaration", "kind": 65536, @@ -3289,12 +3289,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1489, + "target": 1520, "name": "CustomAuthError.code" } }, { - "id": 1588, + "id": 1619, "name": "name", "variant": "declaration", "kind": 1024, @@ -3306,7 +3306,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L56" } ], "type": { @@ -3315,12 +3315,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1487, + "target": 1518, "name": "CustomAuthError.name" } }, { - "id": 1587, + "id": 1618, "name": "reasons", "variant": "declaration", "kind": 1024, @@ -3338,7 +3338,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 148, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L148" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L148" } ], "type": { @@ -3363,7 +3363,7 @@ } }, { - "id": 1589, + "id": 1620, "name": "status", "variant": "declaration", "kind": 1024, @@ -3383,7 +3383,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L57" } ], "type": { @@ -3392,7 +3392,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1488, + "target": 1519, "name": "CustomAuthError.status" } } @@ -3400,11 +3400,11 @@ "groups": [ { "title": "Constructors", - "children": [1582] + "children": [1613] }, { "title": "Properties", - "children": [1590, 1588, 1587, 1589] + "children": [1621, 1619, 1618, 1620] } ], "sources": [ @@ -3412,27 +3412,27 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 144, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L144" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L144" } ], "extendedTypes": [ { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1480, + "id": 1511, "name": "CustomAuthError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1481, + "id": 1512, "name": "constructor", "variant": "declaration", "kind": 512, @@ -3442,12 +3442,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 59, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L59" } ], "signatures": [ { - "id": 1482, + "id": 1513, "name": "CustomAuthError", "variant": "signature", "kind": 16384, @@ -3457,12 +3457,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 59, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L59" } ], "parameters": [ { - "id": 1483, + "id": 1514, "name": "message", "variant": "param", "kind": 32768, @@ -3473,7 +3473,7 @@ } }, { - "id": 1484, + "id": 1515, "name": "name", "variant": "param", "kind": 32768, @@ -3484,7 +3484,7 @@ } }, { - "id": 1485, + "id": 1516, "name": "status", "variant": "param", "kind": 32768, @@ -3495,7 +3495,7 @@ } }, { - "id": 1486, + "id": 1517, "name": "code", "variant": "param", "kind": 32768, @@ -3517,25 +3517,25 @@ ], "type": { "type": "reference", - "target": 1480, + "target": 1511, "name": "CustomAuthError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1452, + "target": 1483, "name": "AuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1451, + "target": 1482, "name": "AuthError.constructor" } }, { - "id": 1489, + "id": 1520, "name": "code", "variant": "declaration", "kind": 1024, @@ -3564,7 +3564,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L11" } ], "type": { @@ -3593,7 +3593,7 @@ { "type": "reflection", "declaration": { - "id": 1490, + "id": 1521, "name": "__type", "variant": "declaration", "kind": 65536, @@ -3606,12 +3606,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1456, + "target": 1487, "name": "AuthError.code" } }, { - "id": 1487, + "id": 1518, "name": "name", "variant": "declaration", "kind": 1024, @@ -3621,7 +3621,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L56" } ], "type": { @@ -3635,7 +3635,7 @@ } }, { - "id": 1488, + "id": 1519, "name": "status", "variant": "declaration", "kind": 1024, @@ -3653,7 +3653,7 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L57" } ], "type": { @@ -3662,7 +3662,7 @@ }, "overwrites": { "type": "reference", - "target": 1458, + "target": 1489, "name": "AuthError.status" } } @@ -3670,11 +3670,11 @@ "groups": [ { "title": "Constructors", - "children": [1481] + "children": [1512] }, { "title": "Properties", - "children": [1489, 1487, 1488] + "children": [1520, 1518, 1519] } ], "sources": [ @@ -3682,13 +3682,13 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 55, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L55" } ], "extendedTypes": [ { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -3696,42 +3696,42 @@ "extendedBy": [ { "type": "reference", - "target": 1492, + "target": 1523, "name": "AuthSessionMissingError" }, { "type": "reference", - "target": 1500, + "target": 1531, "name": "AuthInvalidTokenResponseError" }, { "type": "reference", - "target": 1508, + "target": 1539, "name": "AuthInvalidCredentialsError" }, { "type": "reference", - "target": 1517, + "target": 1548, "name": "AuthImplicitGrantRedirectError" }, { "type": "reference", - "target": 1544, + "target": 1575, "name": "AuthPKCEGrantCodeExchangeError" }, { "type": "reference", - "target": 1571, + "target": 1602, "name": "AuthRetryableFetchError" }, { "type": "reference", - "target": 1581, + "target": 1612, "name": "AuthWeakPasswordError" }, { "type": "reference", - "target": 1593, + "target": 1624, "name": "AuthInvalidJwtError" } ] @@ -3754,7 +3754,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 48, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L48" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L48" } ], "signatures": [ @@ -3769,7 +3769,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 48, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L48" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L48" } ], "parameters": [ @@ -3801,7 +3801,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 57, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L57" } ], "type": { @@ -4030,7 +4030,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 54, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L54" } ], "type": { @@ -4046,7 +4046,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 54, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L54" } ], "indexSignatures": [ @@ -4061,7 +4061,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 55, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L55" } ], "parameters": [ @@ -4098,7 +4098,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 53, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L53" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L53" } ], "type": { @@ -4119,7 +4119,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 52, "character": 5, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L52" } ] } @@ -4155,12 +4155,12 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 34, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L34" } ], "type": { "type": "reference", - "target": 1263, + "target": 1278, "name": "GoTrueAdminMFAApi", "package": "@supabase/auth-js" } @@ -4184,12 +4184,12 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 40, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L40" } ], "type": { "type": "reference", - "target": 1373, + "target": 1404, "name": "GoTrueAdminOAuthApi", "package": "@supabase/auth-js" } @@ -4205,7 +4205,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 179, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L179" } ], "signatures": [ @@ -4236,7 +4236,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 179, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L179" } ], "parameters": [ @@ -4248,7 +4248,7 @@ "flags": {}, "type": { "type": "reference", - "target": 865, + "target": 878, "name": "AdminUserAttributes", "package": "@supabase/auth-js" } @@ -4263,7 +4263,7 @@ "typeArguments": [ { "type": "reference", - "target": 786, + "target": 798, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -4285,7 +4285,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 299, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L299" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L299" } ], "signatures": [ @@ -4316,7 +4316,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 299, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L299" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L299" } ], "parameters": [ @@ -4377,7 +4377,7 @@ "typeArguments": [ { "type": "reference", - "target": 786, + "target": 798, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -4399,7 +4399,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 145, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L145" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L145" } ], "signatures": [ @@ -4413,7 +4413,7 @@ "summary": [ { "kind": "text", - "text": "Generates email links and OTPs. This will not send links or OTPs to the end user. This function is for custom admin functionality." + "text": "Generates email links and OTPs to be sent via a custom email provider." } ] }, @@ -4422,7 +4422,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 145, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L145" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L145" } ], "parameters": [ @@ -4434,7 +4434,7 @@ "flags": {}, "type": { "type": "reference", - "target": 1073, + "target": 1088, "name": "GenerateLinkParams", "package": "@supabase/auth-js" } @@ -4449,7 +4449,7 @@ "typeArguments": [ { "type": "reference", - "target": 1074, + "target": 1089, "name": "GenerateLinkResponse", "package": "@supabase/auth-js" } @@ -4471,7 +4471,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 248, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L248" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L248" } ], "signatures": [ @@ -4494,7 +4494,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 248, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L248" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L248" } ], "parameters": [ @@ -4535,7 +4535,7 @@ "typeArguments": [ { "type": "reference", - "target": 786, + "target": 798, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -4557,7 +4557,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 112, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L112" } ], "signatures": [ @@ -4580,7 +4580,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 112, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L112" } ], "parameters": [ @@ -4655,7 +4655,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 116, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L116" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L116" } ], "type": { @@ -4684,7 +4684,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 119, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L119" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L119" } ], "type": { @@ -4704,7 +4704,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 114, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L114" } ] } @@ -4721,7 +4721,7 @@ "typeArguments": [ { "type": "reference", - "target": 786, + "target": 798, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -4743,7 +4743,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 201, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L201" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L201" } ], "signatures": [ @@ -4774,7 +4774,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 201, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L201" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L201" } ], "parameters": [ @@ -4812,7 +4812,7 @@ }, "type": { "type": "reference", - "target": 1284, + "target": 1299, "name": "PageParams", "package": "@supabase/auth-js" } @@ -4848,7 +4848,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 204, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" } ], "type": { @@ -4874,7 +4874,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 204, "character": 31, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" } ], "type": { @@ -4893,14 +4893,14 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 204, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" } @@ -4918,14 +4918,14 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 204, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" } ] } }, { "type": "reference", - "target": 1277, + "target": 1292, "name": "Pagination", "package": "@supabase/auth-js" } @@ -4943,7 +4943,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 204, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" } ], "type": { @@ -4963,7 +4963,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 204, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L204" } ] } @@ -4988,7 +4988,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 205, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" } ], "type": { @@ -5011,7 +5011,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 205, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" } ], "type": { @@ -5030,7 +5030,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 205, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" } ] } @@ -5047,12 +5047,12 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 205, "character": 29, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -5069,7 +5069,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 205, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L205" } ] } @@ -5094,7 +5094,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 81, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L81" } ], "signatures": [ @@ -5117,7 +5117,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 81, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L81" } ], "parameters": [ @@ -5201,7 +5201,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 84, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L84" } ], "type": { @@ -5220,7 +5220,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 84, "character": 27, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L84" } ], "type": { @@ -5232,7 +5232,7 @@ }, { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -5251,7 +5251,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 84, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L84" } ] } @@ -5274,7 +5274,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 272, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L272" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L272" } ], "signatures": [ @@ -5297,7 +5297,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 272, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L272" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L272" } ], "parameters": [ @@ -5336,7 +5336,7 @@ }, "type": { "type": "reference", - "target": 865, + "target": 878, "name": "AdminUserAttributes", "package": "@supabase/auth-js" } @@ -5351,7 +5351,7 @@ "typeArguments": [ { "type": "reference", - "target": 786, + "target": 798, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -5382,7 +5382,7 @@ "fileName": "packages/core/auth-js/src/GoTrueAdminApi.ts", "line": 32, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueAdminApi.ts#L32" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueAdminApi.ts#L32" } ] }, @@ -5402,9 +5402,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 277, + "line": 279, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L279" } ], "signatures": [ @@ -5425,9 +5425,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 277, + "line": 279, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L279" } ], "parameters": [ @@ -5439,7 +5439,7 @@ "flags": {}, "type": { "type": "reference", - "target": 698, + "target": 709, "name": "GoTrueClientOptions", "package": "@supabase/auth-js" } @@ -5472,9 +5472,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 198, + "line": 199, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L198" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L199" } ], "type": { @@ -5502,14 +5502,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 202, + "line": 203, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L202" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L203" } ], "type": { "type": "reference", - "target": 1133, + "target": 1148, "name": "GoTrueMFAApi", "package": "@supabase/auth-js" } @@ -5531,20 +5531,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 208, + "line": 209, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L208" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L209" } ], "type": { "type": "reference", - "target": 1416, + "target": 1447, "name": "AuthOAuthServerApi", "package": "@supabase/auth-js" } }, { - "id": 190, + "id": 201, "name": "exchangeCodeForSession", "variant": "declaration", "kind": 2048, @@ -5552,14 +5552,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 695, + "line": 728, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L695" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L728" } ], "signatures": [ { - "id": 191, + "id": 202, "name": "exchangeCodeForSession", "variant": "signature", "kind": 4096, @@ -5575,14 +5575,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 695, + "line": 728, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L695" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L728" } ], "parameters": [ { - "id": 192, + "id": 203, "name": "authCode", "variant": "param", "kind": 32768, @@ -5602,7 +5602,7 @@ "typeArguments": [ { "type": "reference", - "target": 761, + "target": 773, "name": "AuthTokenResponse", "package": "@supabase/auth-js" } @@ -5614,7 +5614,7 @@ ] }, { - "id": 637, + "id": 648, "name": "getClaims", "variant": "declaration", "kind": 2048, @@ -5622,14 +5622,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3564, + "line": 3613, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3564" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3613" } ], "signatures": [ { - "id": 638, + "id": 649, "name": "getClaims", "variant": "signature", "kind": 4096, @@ -5671,14 +5671,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3564, + "line": 3613, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3564" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3613" } ], "parameters": [ { - "id": 639, + "id": 650, "name": "jwt", "variant": "param", "kind": 32768, @@ -5708,7 +5708,7 @@ } }, { - "id": 640, + "id": 651, "name": "options", "variant": "param", "kind": 32768, @@ -5724,14 +5724,14 @@ "type": { "type": "reflection", "declaration": { - "id": 641, + "id": 652, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 643, + "id": 654, "name": "allowExpired", "variant": "declaration", "kind": 1024, @@ -5765,9 +5765,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3573, + "line": 3622, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3573" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3622" } ], "type": { @@ -5776,7 +5776,7 @@ } }, { - "id": 644, + "id": 655, "name": "jwks", "variant": "declaration", "kind": 1024, @@ -5794,22 +5794,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3576, + "line": 3625, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3576" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3625" } ], "type": { "type": "reflection", "declaration": { - "id": 645, + "id": 656, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 646, + "id": 657, "name": "keys", "variant": "declaration", "kind": 1024, @@ -5817,16 +5817,16 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3576, + "line": 3625, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3576" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3625" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 1316, + "target": 1347, "name": "JWK", "package": "@supabase/auth-js" } @@ -5836,22 +5836,22 @@ "groups": [ { "title": "Properties", - "children": [646] + "children": [657] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3576, + "line": 3625, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3576" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3625" } ] } } }, { - "id": 642, + "id": 653, "name": "keys", "variant": "declaration", "kind": 1024, @@ -5875,16 +5875,16 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3570, + "line": 3619, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3570" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3619" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 1316, + "target": 1347, "name": "JWK", "package": "@supabase/auth-js" } @@ -5894,15 +5894,15 @@ "groups": [ { "title": "Properties", - "children": [643, 644, 642] + "children": [654, 655, 653] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3566, + "line": 3615, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3566" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3615" } ] } @@ -5923,14 +5923,14 @@ { "type": "reflection", "declaration": { - "id": 647, + "id": 658, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 648, + "id": 659, "name": "data", "variant": "declaration", "kind": 1024, @@ -5938,22 +5938,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3580, + "line": 3629, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3580" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3629" } ], "type": { "type": "reflection", "declaration": { - "id": 649, + "id": 660, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 650, + "id": 661, "name": "claims", "variant": "declaration", "kind": 1024, @@ -5961,20 +5961,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3580, + "line": 3629, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3580" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3629" } ], "type": { "type": "reference", - "target": 1312, + "target": 1327, "name": "JwtPayload", "package": "@supabase/auth-js" } }, { - "id": 651, + "id": 662, "name": "header", "variant": "declaration", "kind": 1024, @@ -5982,20 +5982,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3580, + "line": 3629, "character": 36, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3580" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3629" } ], "type": { "type": "reference", - "target": 1297, + "target": 1312, "name": "JwtHeader", "package": "@supabase/auth-js" } }, { - "id": 652, + "id": 663, "name": "signature", "variant": "declaration", "kind": 1024, @@ -6003,9 +6003,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3580, + "line": 3629, "character": 55, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3580" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3629" } ], "type": { @@ -6022,22 +6022,22 @@ "groups": [ { "title": "Properties", - "children": [650, 651, 652] + "children": [661, 662, 663] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3580, + "line": 3629, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3580" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3629" } ] } } }, { - "id": 653, + "id": 664, "name": "error", "variant": "declaration", "kind": 1024, @@ -6045,9 +6045,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3581, + "line": 3630, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3581" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3630" } ], "type": { @@ -6059,15 +6059,15 @@ "groups": [ { "title": "Properties", - "children": [648, 653] + "children": [659, 664] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3579, + "line": 3628, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3579" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3628" } ] } @@ -6075,14 +6075,14 @@ { "type": "reflection", "declaration": { - "id": 654, + "id": 665, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 655, + "id": 666, "name": "data", "variant": "declaration", "kind": 1024, @@ -6090,9 +6090,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3583, + "line": 3632, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3583" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3632" } ], "type": { @@ -6101,7 +6101,7 @@ } }, { - "id": 656, + "id": 667, "name": "error", "variant": "declaration", "kind": 1024, @@ -6109,14 +6109,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3583, + "line": 3632, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3583" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3632" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -6125,15 +6125,15 @@ "groups": [ { "title": "Properties", - "children": [655, 656] + "children": [666, 667] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3583, + "line": 3632, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3583" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3632" } ] } @@ -6141,14 +6141,14 @@ { "type": "reflection", "declaration": { - "id": 657, + "id": 668, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 658, + "id": 669, "name": "data", "variant": "declaration", "kind": 1024, @@ -6156,9 +6156,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3584, + "line": 3633, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3584" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3633" } ], "type": { @@ -6167,7 +6167,7 @@ } }, { - "id": 659, + "id": 670, "name": "error", "variant": "declaration", "kind": 1024, @@ -6175,9 +6175,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3584, + "line": 3633, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3584" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3633" } ], "type": { @@ -6189,15 +6189,15 @@ "groups": [ { "title": "Properties", - "children": [658, 659] + "children": [669, 670] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 3584, + "line": 3633, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L3584" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L3633" } ] } @@ -6212,7 +6212,7 @@ ] }, { - "id": 265, + "id": 276, "name": "getSession", "variant": "declaration", "kind": 2048, @@ -6220,14 +6220,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1399, + "line": 1443, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1399" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1443" } ], "signatures": [ { - "id": 266, + "id": 277, "name": "getSession", "variant": "signature", "kind": 4096, @@ -6252,9 +6252,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1399, + "line": 1443, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1399" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1443" } ], "type": { @@ -6270,14 +6270,14 @@ { "type": "reflection", "declaration": { - "id": 267, + "id": 278, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 268, + "id": 279, "name": "data", "variant": "declaration", "kind": 1024, @@ -6285,22 +6285,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1492, + "line": 1536, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1492" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1536" } ], "type": { "type": "reflection", "declaration": { - "id": 269, + "id": 280, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 270, + "id": 281, "name": "session", "variant": "declaration", "kind": 1024, @@ -6308,14 +6308,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1493, + "line": 1537, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1493" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1537" } ], "type": { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" } @@ -6324,22 +6324,22 @@ "groups": [ { "title": "Properties", - "children": [270] + "children": [281] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1492, + "line": 1536, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1492" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1536" } ] } } }, { - "id": 271, + "id": 282, "name": "error", "variant": "declaration", "kind": 1024, @@ -6347,9 +6347,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1495, + "line": 1539, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1495" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1539" } ], "type": { @@ -6361,15 +6361,15 @@ "groups": [ { "title": "Properties", - "children": [268, 271] + "children": [279, 282] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1491, + "line": 1535, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1491" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1535" } ] } @@ -6377,14 +6377,14 @@ { "type": "reflection", "declaration": { - "id": 272, + "id": 283, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 273, + "id": 284, "name": "data", "variant": "declaration", "kind": 1024, @@ -6392,22 +6392,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1498, + "line": 1542, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1498" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1542" } ], "type": { "type": "reflection", "declaration": { - "id": 274, + "id": 285, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 275, + "id": 286, "name": "session", "variant": "declaration", "kind": 1024, @@ -6415,9 +6415,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1499, + "line": 1543, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1499" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1543" } ], "type": { @@ -6429,22 +6429,22 @@ "groups": [ { "title": "Properties", - "children": [275] + "children": [286] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1498, + "line": 1542, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1498" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1542" } ] } } }, { - "id": 276, + "id": 287, "name": "error", "variant": "declaration", "kind": 1024, @@ -6452,14 +6452,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1501, + "line": 1545, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1501" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1545" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -6468,15 +6468,15 @@ "groups": [ { "title": "Properties", - "children": [273, 276] + "children": [284, 287] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1497, + "line": 1541, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1497" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1541" } ] } @@ -6484,14 +6484,14 @@ { "type": "reflection", "declaration": { - "id": 277, + "id": 288, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 278, + "id": 289, "name": "data", "variant": "declaration", "kind": 1024, @@ -6499,22 +6499,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1504, + "line": 1548, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1504" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1548" } ], "type": { "type": "reflection", "declaration": { - "id": 279, + "id": 290, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 280, + "id": 291, "name": "session", "variant": "declaration", "kind": 1024, @@ -6522,9 +6522,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1505, + "line": 1549, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1505" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1549" } ], "type": { @@ -6536,22 +6536,22 @@ "groups": [ { "title": "Properties", - "children": [280] + "children": [291] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1504, + "line": 1548, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1504" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1548" } ] } } }, { - "id": 281, + "id": 292, "name": "error", "variant": "declaration", "kind": 1024, @@ -6559,9 +6559,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1507, + "line": 1551, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1507" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1551" } ], "type": { @@ -6573,15 +6573,15 @@ "groups": [ { "title": "Properties", - "children": [278, 281] + "children": [289, 292] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1503, + "line": 1547, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1503" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1547" } ] } @@ -6596,7 +6596,7 @@ ] }, { - "id": 328, + "id": 339, "name": "getUser", "variant": "declaration", "kind": 2048, @@ -6604,14 +6604,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1641, + "line": 1685, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1641" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1685" } ], "signatures": [ { - "id": 329, + "id": 340, "name": "getUser", "variant": "signature", "kind": 4096, @@ -6627,14 +6627,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1641, + "line": 1685, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1641" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1685" } ], "parameters": [ { - "id": 330, + "id": 341, "name": "jwt", "variant": "param", "kind": 32768, @@ -6664,7 +6664,7 @@ "typeArguments": [ { "type": "reference", - "target": 786, + "target": 798, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -6676,7 +6676,7 @@ ] }, { - "id": 447, + "id": 458, "name": "getUserIdentities", "variant": "declaration", "kind": 2048, @@ -6684,14 +6684,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2221, + "line": 2267, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2221" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2267" } ], "signatures": [ { - "id": 448, + "id": 459, "name": "getUserIdentities", "variant": "signature", "kind": 4096, @@ -6707,9 +6707,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2221, + "line": 2267, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2221" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2267" } ], "type": { @@ -6725,14 +6725,14 @@ { "type": "reflection", "declaration": { - "id": 449, + "id": 460, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 450, + "id": 461, "name": "data", "variant": "declaration", "kind": 1024, @@ -6740,22 +6740,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2223, + "line": 2269, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2223" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2269" } ], "type": { "type": "reflection", "declaration": { - "id": 451, + "id": 462, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 452, + "id": 463, "name": "identities", "variant": "declaration", "kind": 1024, @@ -6763,16 +6763,16 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2224, + "line": 2270, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2224" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2270" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 803, + "target": 815, "name": "UserIdentity", "package": "@supabase/auth-js" } @@ -6782,22 +6782,22 @@ "groups": [ { "title": "Properties", - "children": [452] + "children": [463] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2223, + "line": 2269, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2223" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2269" } ] } } }, { - "id": 453, + "id": 464, "name": "error", "variant": "declaration", "kind": 1024, @@ -6805,9 +6805,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2226, + "line": 2272, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2226" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2272" } ], "type": { @@ -6819,15 +6819,15 @@ "groups": [ { "title": "Properties", - "children": [450, 453] + "children": [461, 464] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2222, + "line": 2268, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2222" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2268" } ] } @@ -6835,14 +6835,14 @@ { "type": "reflection", "declaration": { - "id": 454, + "id": 465, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 455, + "id": 466, "name": "data", "variant": "declaration", "kind": 1024, @@ -6850,9 +6850,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2228, + "line": 2274, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2274" } ], "type": { @@ -6861,7 +6861,7 @@ } }, { - "id": 456, + "id": 467, "name": "error", "variant": "declaration", "kind": 1024, @@ -6869,14 +6869,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2228, + "line": 2274, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2274" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -6885,15 +6885,15 @@ "groups": [ { "title": "Properties", - "children": [455, 456] + "children": [466, 467] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2228, + "line": 2274, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2274" } ] } @@ -6908,7 +6908,7 @@ ] }, { - "id": 174, + "id": 185, "name": "initialize", "variant": "declaration", "kind": 2048, @@ -6916,14 +6916,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 397, + "line": 425, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L397" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L425" } ], "signatures": [ { - "id": 175, + "id": 186, "name": "initialize", "variant": "signature", "kind": 4096, @@ -6939,9 +6939,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 397, + "line": 425, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L397" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L425" } ], "type": { @@ -6953,7 +6953,7 @@ "typeArguments": [ { "type": "reference", - "target": 1273, + "target": 1288, "name": "InitializeResult", "package": "@supabase/auth-js" } @@ -6965,7 +6965,53 @@ ] }, { - "id": 457, + "id": 172, + "name": "isThrowOnErrorEnabled", + "variant": "declaration", + "kind": 2048, + "flags": { + "isPublic": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/GoTrueClient.ts", + "line": 389, + "character": 9, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L389" + } + ], + "signatures": [ + { + "id": 173, + "name": "isThrowOnErrorEnabled", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns whether error throwing mode is enabled for this client." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/GoTrueClient.ts", + "line": 389, + "character": 9, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L389" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ] + }, + { + "id": 468, "name": "linkIdentity", "variant": "declaration", "kind": 2048, @@ -6973,26 +7019,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2246, + "line": 2292, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2246" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2292" }, { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2251, + "line": 2297, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2251" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2297" }, { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2253, + "line": 2299, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2253" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2299" } ], "signatures": [ { - "id": 458, + "id": 469, "name": "linkIdentity", "variant": "signature", "kind": 4096, @@ -7008,21 +7054,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2246, + "line": 2292, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2246" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2292" } ], "parameters": [ { - "id": 459, + "id": 470, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 925, + "target": 938, "name": "SignInWithOAuthCredentials", "package": "@supabase/auth-js" } @@ -7037,7 +7083,7 @@ "typeArguments": [ { "type": "reference", - "target": 770, + "target": 782, "name": "OAuthResponse", "package": "@supabase/auth-js" } @@ -7047,7 +7093,7 @@ } }, { - "id": 460, + "id": 471, "name": "linkIdentity", "variant": "signature", "kind": 4096, @@ -7063,21 +7109,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2251, + "line": 2297, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2251" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2297" } ], "parameters": [ { - "id": 461, + "id": 472, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 937, + "target": 950, "name": "SignInWithIdTokenCredentials", "package": "@supabase/auth-js" } @@ -7092,7 +7138,7 @@ "typeArguments": [ { "type": "reference", - "target": 761, + "target": 773, "name": "AuthTokenResponse", "package": "@supabase/auth-js" } @@ -7104,7 +7150,7 @@ ] }, { - "id": 409, + "id": 420, "name": "onAuthStateChange", "variant": "declaration", "kind": 2048, @@ -7112,26 +7158,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2099, + "line": 2145, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2099" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2145" }, { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2115, + "line": 2161, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2161" }, { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2119, + "line": 2165, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2119" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2165" } ], "signatures": [ { - "id": 410, + "id": 421, "name": "onAuthStateChange", "variant": "signature", "kind": 4096, @@ -7147,14 +7193,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2099, + "line": 2145, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2099" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2145" } ], "parameters": [ { - "id": 411, + "id": 422, "name": "callback", "variant": "param", "kind": 32768, @@ -7170,7 +7216,7 @@ "type": { "type": "reflection", "declaration": { - "id": 412, + "id": 423, "name": "__type", "variant": "declaration", "kind": 65536, @@ -7178,14 +7224,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2099, + "line": 2145, "character": 30, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2099" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2145" } ], "signatures": [ { - "id": 413, + "id": 424, "name": "__type", "variant": "signature", "kind": 4096, @@ -7193,27 +7239,27 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2099, + "line": 2145, "character": 30, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2099" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2145" } ], "parameters": [ { - "id": 414, + "id": 425, "name": "event", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 688, + "target": 699, "name": "AuthChangeEvent", "package": "@supabase/auth-js" } }, { - "id": 415, + "id": 426, "name": "session", "variant": "param", "kind": 32768, @@ -7227,7 +7273,7 @@ }, { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" } @@ -7248,14 +7294,14 @@ "type": { "type": "reflection", "declaration": { - "id": 416, + "id": 427, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 417, + "id": 428, "name": "data", "variant": "declaration", "kind": 1024, @@ -7263,22 +7309,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2100, + "line": 2146, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2100" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2146" } ], "type": { "type": "reflection", "declaration": { - "id": 418, + "id": 429, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 419, + "id": 430, "name": "subscription", "variant": "declaration", "kind": 1024, @@ -7286,14 +7332,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2100, + "line": 2146, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2100" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2146" } ], "type": { "type": "reference", - "target": 878, + "target": 891, "name": "Subscription", "package": "@supabase/auth-js" } @@ -7302,15 +7348,15 @@ "groups": [ { "title": "Properties", - "children": [419] + "children": [430] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2100, + "line": 2146, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2100" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2146" } ] } @@ -7320,22 +7366,22 @@ "groups": [ { "title": "Properties", - "children": [417] + "children": [428] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2099, + "line": 2145, "character": 90, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2099" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2145" } ] } } }, { - "id": 420, + "id": 431, "name": "onAuthStateChange", "variant": "signature", "kind": 4096, @@ -7370,14 +7416,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2115, + "line": 2161, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2161" } ], "parameters": [ { - "id": 421, + "id": 432, "name": "callback", "variant": "param", "kind": 32768, @@ -7393,7 +7439,7 @@ "type": { "type": "reflection", "declaration": { - "id": 422, + "id": 433, "name": "__type", "variant": "declaration", "kind": 65536, @@ -7401,14 +7447,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2115, + "line": 2161, "character": 30, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2161" } ], "signatures": [ { - "id": 423, + "id": 434, "name": "__type", "variant": "signature", "kind": 4096, @@ -7416,27 +7462,27 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2115, + "line": 2161, "character": 30, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2161" } ], "parameters": [ { - "id": 424, + "id": 435, "name": "event", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 688, + "target": 699, "name": "AuthChangeEvent", "package": "@supabase/auth-js" } }, { - "id": 425, + "id": 436, "name": "session", "variant": "param", "kind": 32768, @@ -7450,7 +7496,7 @@ }, { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" } @@ -7482,14 +7528,14 @@ "type": { "type": "reflection", "declaration": { - "id": 426, + "id": 437, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 427, + "id": 438, "name": "data", "variant": "declaration", "kind": 1024, @@ -7497,22 +7543,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2116, + "line": 2162, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2116" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2162" } ], "type": { "type": "reflection", "declaration": { - "id": 428, + "id": 439, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 429, + "id": 440, "name": "subscription", "variant": "declaration", "kind": 1024, @@ -7520,14 +7566,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2116, + "line": 2162, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2116" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2162" } ], "type": { "type": "reference", - "target": 878, + "target": 891, "name": "Subscription", "package": "@supabase/auth-js" } @@ -7536,15 +7582,15 @@ "groups": [ { "title": "Properties", - "children": [429] + "children": [440] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2116, + "line": 2162, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2116" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2162" } ] } @@ -7554,15 +7600,15 @@ "groups": [ { "title": "Properties", - "children": [427] + "children": [438] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2115, + "line": 2161, "character": 99, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2161" } ] } @@ -7571,7 +7617,7 @@ ] }, { - "id": 258, + "id": 269, "name": "reauthenticate", "variant": "declaration", "kind": 2048, @@ -7579,14 +7625,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1315, + "line": 1356, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1315" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1356" } ], "signatures": [ { - "id": 259, + "id": 270, "name": "reauthenticate", "variant": "signature", "kind": 4096, @@ -7602,9 +7648,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1315, + "line": 1356, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1315" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1356" } ], "type": { @@ -7616,7 +7662,7 @@ "typeArguments": [ { "type": "reference", - "target": 747, + "target": 759, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -7628,7 +7674,7 @@ ] }, { - "id": 358, + "id": 369, "name": "refreshSession", "variant": "declaration", "kind": 2048, @@ -7636,14 +7682,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1846, + "line": 1892, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1846" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1892" } ], "signatures": [ { - "id": 359, + "id": 370, "name": "refreshSession", "variant": "signature", "kind": 4096, @@ -7659,14 +7705,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1846, + "line": 1892, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1846" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1892" } ], "parameters": [ { - "id": 360, + "id": 371, "name": "currentSession", "variant": "param", "kind": 32768, @@ -7684,14 +7730,14 @@ "type": { "type": "reflection", "declaration": { - "id": 361, + "id": 372, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 362, + "id": 373, "name": "refresh_token", "variant": "declaration", "kind": 1024, @@ -7699,9 +7745,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1846, + "line": 1892, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1846" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1892" } ], "type": { @@ -7713,15 +7759,15 @@ "groups": [ { "title": "Properties", - "children": [362] + "children": [373] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1846, + "line": 1892, "character": 40, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1846" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1892" } ] } @@ -7737,7 +7783,7 @@ "typeArguments": [ { "type": "reference", - "target": 747, + "target": 759, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -7749,7 +7795,7 @@ ] }, { - "id": 262, + "id": 273, "name": "resend", "variant": "declaration", "kind": 2048, @@ -7757,14 +7803,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1350, + "line": 1391, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1350" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1391" } ], "signatures": [ { - "id": 263, + "id": 274, "name": "resend", "variant": "signature", "kind": 4096, @@ -7780,21 +7826,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1350, + "line": 1391, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1350" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1391" } ], "parameters": [ { - "id": 264, + "id": 275, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1021, + "target": 1034, "name": "ResendParams", "package": "@supabase/auth-js" } @@ -7809,7 +7855,7 @@ "typeArguments": [ { "type": "reference", - "target": 756, + "target": 768, "name": "AuthOtpResponse", "package": "@supabase/auth-js" } @@ -7821,7 +7867,7 @@ ] }, { - "id": 433, + "id": 444, "name": "resetPasswordForEmail", "variant": "declaration", "kind": 2048, @@ -7829,14 +7875,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2175, + "line": 2221, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2221" } ], "signatures": [ { - "id": 434, + "id": 445, "name": "resetPasswordForEmail", "variant": "signature", "kind": 4096, @@ -7852,14 +7898,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2175, + "line": 2221, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2221" } ], "parameters": [ { - "id": 435, + "id": 446, "name": "email", "variant": "param", "kind": 32768, @@ -7878,7 +7924,7 @@ } }, { - "id": 436, + "id": 447, "name": "options", "variant": "param", "kind": 32768, @@ -7886,14 +7932,14 @@ "type": { "type": "reflection", "declaration": { - "id": 437, + "id": 448, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 439, + "id": 450, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -7911,9 +7957,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2179, + "line": 2225, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2225" } ], "type": { @@ -7922,7 +7968,7 @@ } }, { - "id": 438, + "id": 449, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -7940,9 +7986,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2178, + "line": 2224, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2178" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2224" } ], "type": { @@ -7954,15 +8000,15 @@ "groups": [ { "title": "Properties", - "children": [439, 438] + "children": [450, 449] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2177, + "line": 2223, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2177" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2223" } ] } @@ -7983,14 +8029,14 @@ { "type": "reflection", "declaration": { - "id": 440, + "id": 451, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 441, + "id": 452, "name": "data", "variant": "declaration", "kind": 1024, @@ -7998,15 +8044,15 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2183, + "line": 2229, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2183" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2229" } ], "type": { "type": "reflection", "declaration": { - "id": 442, + "id": 453, "name": "__type", "variant": "declaration", "kind": 65536, @@ -8015,7 +8061,7 @@ } }, { - "id": 443, + "id": 454, "name": "error", "variant": "declaration", "kind": 1024, @@ -8023,9 +8069,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2184, + "line": 2230, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2230" } ], "type": { @@ -8037,15 +8083,15 @@ "groups": [ { "title": "Properties", - "children": [441, 443] + "children": [452, 454] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2182, + "line": 2228, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2182" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2228" } ] } @@ -8053,14 +8099,14 @@ { "type": "reflection", "declaration": { - "id": 444, + "id": 455, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 445, + "id": 456, "name": "data", "variant": "declaration", "kind": 1024, @@ -8068,9 +8114,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2186, + "line": 2232, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2186" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2232" } ], "type": { @@ -8079,7 +8125,7 @@ } }, { - "id": 446, + "id": 457, "name": "error", "variant": "declaration", "kind": 1024, @@ -8087,14 +8133,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2186, + "line": 2232, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2186" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2232" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -8103,15 +8149,15 @@ "groups": [ { "title": "Properties", - "children": [445, 446] + "children": [456, 457] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2186, + "line": 2232, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2186" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2232" } ] } @@ -8126,7 +8172,7 @@ ] }, { - "id": 346, + "id": 357, "name": "setSession", "variant": "declaration", "kind": 2048, @@ -8134,14 +8180,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1771, + "line": 1817, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1771" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1817" } ], "signatures": [ { - "id": 347, + "id": 358, "name": "setSession", "variant": "signature", "kind": 4096, @@ -8157,14 +8203,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1771, + "line": 1817, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1771" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1817" } ], "parameters": [ { - "id": 348, + "id": 359, "name": "currentSession", "variant": "param", "kind": 32768, @@ -8180,14 +8226,14 @@ "type": { "type": "reflection", "declaration": { - "id": 349, + "id": 360, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 350, + "id": 361, "name": "access_token", "variant": "declaration", "kind": 1024, @@ -8195,9 +8241,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1772, + "line": 1818, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1772" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1818" } ], "type": { @@ -8206,7 +8252,7 @@ } }, { - "id": 351, + "id": 362, "name": "refresh_token", "variant": "declaration", "kind": 1024, @@ -8214,9 +8260,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1773, + "line": 1819, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1773" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1819" } ], "type": { @@ -8228,15 +8274,15 @@ "groups": [ { "title": "Properties", - "children": [350, 351] + "children": [361, 362] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1771, + "line": 1817, "character": 35, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1771" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1817" } ] } @@ -8252,7 +8298,7 @@ "typeArguments": [ { "type": "reference", - "target": 747, + "target": 759, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -8264,7 +8310,7 @@ ] }, { - "id": 178, + "id": 189, "name": "signInAnonymously", "variant": "declaration", "kind": 2048, @@ -8272,14 +8318,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 500, + "line": 532, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L500" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L532" } ], "signatures": [ { - "id": 179, + "id": 190, "name": "signInAnonymously", "variant": "signature", "kind": 4096, @@ -8306,14 +8352,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 500, + "line": 532, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L500" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L532" } ], "parameters": [ { - "id": 180, + "id": 191, "name": "credentials", "variant": "param", "kind": 32768, @@ -8322,7 +8368,7 @@ }, "type": { "type": "reference", - "target": 888, + "target": 901, "name": "SignInAnonymouslyCredentials", "package": "@supabase/auth-js" } @@ -8337,7 +8383,7 @@ "typeArguments": [ { "type": "reference", - "target": 747, + "target": 759, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -8349,7 +8395,7 @@ ] }, { - "id": 246, + "id": 257, "name": "signInWithIdToken", "variant": "declaration", "kind": 2048, @@ -8357,14 +8403,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1108, + "line": 1141, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1108" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1141" } ], "signatures": [ { - "id": 247, + "id": 258, "name": "signInWithIdToken", "variant": "signature", "kind": 4096, @@ -8380,21 +8426,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1108, + "line": 1141, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1108" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1141" } ], "parameters": [ { - "id": 248, + "id": 259, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 937, + "target": 950, "name": "SignInWithIdTokenCredentials", "package": "@supabase/auth-js" } @@ -8409,7 +8455,7 @@ "typeArguments": [ { "type": "reference", - "target": 761, + "target": 773, "name": "AuthTokenResponse", "package": "@supabase/auth-js" } @@ -8421,7 +8467,7 @@ ] }, { - "id": 187, + "id": 198, "name": "signInWithOAuth", "variant": "declaration", "kind": 2048, @@ -8429,14 +8475,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 683, + "line": 716, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L683" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L716" } ], "signatures": [ { - "id": 188, + "id": 199, "name": "signInWithOAuth", "variant": "signature", "kind": 4096, @@ -8452,21 +8498,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 683, + "line": 716, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L683" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L716" } ], "parameters": [ { - "id": 189, + "id": 200, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 925, + "target": 938, "name": "SignInWithOAuthCredentials", "package": "@supabase/auth-js" } @@ -8481,7 +8527,7 @@ "typeArguments": [ { "type": "reference", - "target": 770, + "target": 782, "name": "OAuthResponse", "package": "@supabase/auth-js" } @@ -8493,7 +8539,7 @@ ] }, { - "id": 249, + "id": 260, "name": "signInWithOtp", "variant": "declaration", "kind": 2048, @@ -8501,14 +8547,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1163, + "line": 1194, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1163" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1194" } ], "signatures": [ { - "id": 250, + "id": 261, "name": "signInWithOtp", "variant": "signature", "kind": 4096, @@ -8540,21 +8586,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1163, + "line": 1194, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1163" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1194" } ], "parameters": [ { - "id": 251, + "id": 262, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 907, + "target": 920, "name": "SignInWithPasswordlessCredentials", "package": "@supabase/auth-js" } @@ -8569,7 +8615,7 @@ "typeArguments": [ { "type": "reference", - "target": 756, + "target": 768, "name": "AuthOtpResponse", "package": "@supabase/auth-js" } @@ -8581,7 +8627,7 @@ ] }, { - "id": 184, + "id": 195, "name": "signInWithPassword", "variant": "declaration", "kind": 2048, @@ -8589,14 +8635,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 620, + "line": 652, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L620" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L652" } ], "signatures": [ { - "id": 185, + "id": 196, "name": "signInWithPassword", "variant": "signature", "kind": 4096, @@ -8612,21 +8658,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 620, + "line": 652, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L620" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L652" } ], "parameters": [ { - "id": 186, + "id": 197, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 902, + "target": 915, "name": "SignInWithPasswordCredentials", "package": "@supabase/auth-js" } @@ -8641,7 +8687,7 @@ "typeArguments": [ { "type": "reference", - "target": 765, + "target": 777, "name": "AuthTokenResponsePassword", "package": "@supabase/auth-js" } @@ -8653,7 +8699,7 @@ ] }, { - "id": 255, + "id": 266, "name": "signInWithSSO", "variant": "declaration", "kind": 2048, @@ -8661,14 +8707,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1277, + "line": 1311, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1311" } ], "signatures": [ { - "id": 256, + "id": 267, "name": "signInWithSSO", "variant": "signature", "kind": 4096, @@ -8684,21 +8730,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1277, + "line": 1311, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1311" } ], "parameters": [ { - "id": 257, + "id": 268, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1035, + "target": 1048, "name": "SignInWithSSO", "package": "@supabase/auth-js" } @@ -8713,7 +8759,7 @@ "typeArguments": [ { "type": "reference", - "target": 783, + "target": 795, "name": "SSOResponse", "package": "@supabase/auth-js" } @@ -8725,7 +8771,7 @@ ] }, { - "id": 193, + "id": 204, "name": "signInWithWeb3", "variant": "declaration", "kind": 2048, @@ -8733,14 +8779,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 710, + "line": 743, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L710" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L743" } ], "signatures": [ { - "id": 194, + "id": 205, "name": "signInWithWeb3", "variant": "signature", "kind": 4096, @@ -8767,21 +8813,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 710, + "line": 743, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L710" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L743" } ], "parameters": [ { - "id": 195, + "id": 206, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 998, + "target": 1011, "name": "Web3Credentials", "package": "@supabase/auth-js" } @@ -8800,14 +8846,14 @@ { "type": "reflection", "declaration": { - "id": 196, + "id": 207, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 197, + "id": 208, "name": "data", "variant": "declaration", "kind": 1024, @@ -8815,22 +8861,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 712, + "line": 745, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L712" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L745" } ], "type": { "type": "reflection", "declaration": { - "id": 198, + "id": 209, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 199, + "id": 210, "name": "session", "variant": "declaration", "kind": 1024, @@ -8838,20 +8884,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 712, + "line": 745, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L712" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L745" } ], "type": { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" } }, { - "id": 200, + "id": 211, "name": "user", "variant": "declaration", "kind": 1024, @@ -8859,14 +8905,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 712, + "line": 745, "character": 34, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L712" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L745" } ], "type": { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" } @@ -8875,22 +8921,22 @@ "groups": [ { "title": "Properties", - "children": [199, 200] + "children": [210, 211] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 712, + "line": 745, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L712" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L745" } ] } } }, { - "id": 201, + "id": 212, "name": "error", "variant": "declaration", "kind": 1024, @@ -8898,9 +8944,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 713, + "line": 746, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L713" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L746" } ], "type": { @@ -8912,15 +8958,15 @@ "groups": [ { "title": "Properties", - "children": [197, 201] + "children": [208, 212] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 711, + "line": 744, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L711" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L744" } ] } @@ -8928,14 +8974,14 @@ { "type": "reflection", "declaration": { - "id": 202, + "id": 213, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 203, + "id": 214, "name": "data", "variant": "declaration", "kind": 1024, @@ -8943,22 +8989,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 715, + "line": 748, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L715" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L748" } ], "type": { "type": "reflection", "declaration": { - "id": 204, + "id": 215, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 205, + "id": 216, "name": "session", "variant": "declaration", "kind": 1024, @@ -8966,9 +9012,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 715, + "line": 748, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L715" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L748" } ], "type": { @@ -8977,7 +9023,7 @@ } }, { - "id": 206, + "id": 217, "name": "user", "variant": "declaration", "kind": 1024, @@ -8985,9 +9031,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 715, + "line": 748, "character": 31, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L715" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L748" } ], "type": { @@ -8999,22 +9045,22 @@ "groups": [ { "title": "Properties", - "children": [205, 206] + "children": [216, 217] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 715, + "line": 748, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L715" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L748" } ] } } }, { - "id": 207, + "id": 218, "name": "error", "variant": "declaration", "kind": 1024, @@ -9022,14 +9068,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 715, + "line": 748, "character": 45, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L715" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L748" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -9038,15 +9084,15 @@ "groups": [ { "title": "Properties", - "children": [203, 207] + "children": [214, 218] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 715, + "line": 748, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L715" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L748" } ] } @@ -9061,7 +9107,7 @@ ] }, { - "id": 399, + "id": 410, "name": "signOut", "variant": "declaration", "kind": 2048, @@ -9069,14 +9115,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2053, + "line": 2099, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2053" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2099" } ], "signatures": [ { - "id": 400, + "id": 411, "name": "signOut", "variant": "signature", "kind": 4096, @@ -9132,21 +9178,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2053, + "line": 2099, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2053" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2099" } ], "parameters": [ { - "id": 401, + "id": 412, "name": "options", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1288, + "target": 1303, "name": "SignOut", "package": "@supabase/auth-js" }, @@ -9163,14 +9209,14 @@ { "type": "reflection", "declaration": { - "id": 402, + "id": 413, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 403, + "id": 414, "name": "error", "variant": "declaration", "kind": 1024, @@ -9178,9 +9224,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2053, + "line": 2099, "character": 67, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2053" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2099" } ], "type": { @@ -9192,7 +9238,7 @@ }, { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -9203,15 +9249,15 @@ "groups": [ { "title": "Properties", - "children": [403] + "children": [414] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2053, + "line": 2099, "character": 65, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2053" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2099" } ] } @@ -9224,7 +9270,7 @@ ] }, { - "id": 181, + "id": 192, "name": "signUp", "variant": "declaration", "kind": 2048, @@ -9232,14 +9278,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 543, + "line": 575, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L543" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L575" } ], "signatures": [ { - "id": 182, + "id": 193, "name": "signUp", "variant": "signature", "kind": 4096, @@ -9275,21 +9321,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 543, + "line": 575, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L543" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L575" } ], "parameters": [ { - "id": 183, + "id": 194, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 894, + "target": 907, "name": "SignUpWithPasswordCredentials", "package": "@supabase/auth-js" } @@ -9304,7 +9350,7 @@ "typeArguments": [ { "type": "reference", - "target": 747, + "target": 759, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -9316,7 +9362,7 @@ ] }, { - "id": 523, + "id": 534, "name": "startAutoRefresh", "variant": "declaration", "kind": 2048, @@ -9324,14 +9370,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2828, + "line": 2877, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2828" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2877" } ], "signatures": [ { - "id": 524, + "id": 535, "name": "startAutoRefresh", "variant": "signature", "kind": 4096, @@ -9346,7 +9392,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueClientOptions#autoRefreshToken", - "target": 707 + "target": 718 }, { "kind": "text", @@ -9362,9 +9408,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2828, + "line": 2877, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2828" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2877" } ], "type": { @@ -9386,7 +9432,7 @@ ] }, { - "id": 525, + "id": 536, "name": "stopAutoRefresh", "variant": "declaration", "kind": 2048, @@ -9394,14 +9440,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2841, + "line": 2890, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2841" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2890" } ], "signatures": [ { - "id": 526, + "id": 537, "name": "stopAutoRefresh", "variant": "signature", "kind": 4096, @@ -9426,9 +9472,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2841, + "line": 2890, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2841" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2890" } ], "type": { @@ -9450,7 +9496,7 @@ ] }, { - "id": 468, + "id": 479, "name": "unlinkIdentity", "variant": "declaration", "kind": 2048, @@ -9458,14 +9504,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2347, + "line": 2396, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2347" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2396" } ], "signatures": [ { - "id": 469, + "id": 480, "name": "unlinkIdentity", "variant": "signature", "kind": 4096, @@ -9481,21 +9527,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2347, + "line": 2396, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2347" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2396" } ], "parameters": [ { - "id": 470, + "id": 481, "name": "identity", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 803, + "target": 815, "name": "UserIdentity", "package": "@supabase/auth-js" } @@ -9514,14 +9560,14 @@ { "type": "reflection", "declaration": { - "id": 471, + "id": 482, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 472, + "id": 483, "name": "data", "variant": "declaration", "kind": 1024, @@ -9529,15 +9575,15 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2349, + "line": 2398, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2349" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2398" } ], "type": { "type": "reflection", "declaration": { - "id": 473, + "id": 484, "name": "__type", "variant": "declaration", "kind": 65536, @@ -9546,7 +9592,7 @@ } }, { - "id": 474, + "id": 485, "name": "error", "variant": "declaration", "kind": 1024, @@ -9554,9 +9600,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2350, + "line": 2399, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2350" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2399" } ], "type": { @@ -9568,15 +9614,15 @@ "groups": [ { "title": "Properties", - "children": [472, 474] + "children": [483, 485] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2348, + "line": 2397, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2348" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2397" } ] } @@ -9584,14 +9630,14 @@ { "type": "reflection", "declaration": { - "id": 475, + "id": 486, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 476, + "id": 487, "name": "data", "variant": "declaration", "kind": 1024, @@ -9599,9 +9645,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2352, + "line": 2401, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2352" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2401" } ], "type": { @@ -9610,7 +9656,7 @@ } }, { - "id": 477, + "id": 488, "name": "error", "variant": "declaration", "kind": 1024, @@ -9618,14 +9664,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2352, + "line": 2401, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2352" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2401" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -9634,15 +9680,15 @@ "groups": [ { "title": "Properties", - "children": [476, 477] + "children": [487, 488] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 2352, + "line": 2401, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L2352" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L2401" } ] } @@ -9657,7 +9703,7 @@ ] }, { - "id": 334, + "id": 345, "name": "updateUser", "variant": "declaration", "kind": 2048, @@ -9665,14 +9711,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1702, + "line": 1746, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1702" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1746" } ], "signatures": [ { - "id": 335, + "id": 346, "name": "updateUser", "variant": "signature", "kind": 4096, @@ -9688,27 +9734,27 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1702, + "line": 1746, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1702" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1746" } ], "parameters": [ { - "id": 336, + "id": 347, "name": "attributes", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 859, + "target": 872, "name": "UserAttributes", "package": "@supabase/auth-js" } }, { - "id": 337, + "id": 348, "name": "options", "variant": "param", "kind": 32768, @@ -9716,14 +9762,14 @@ "type": { "type": "reflection", "declaration": { - "id": 338, + "id": 349, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 339, + "id": 350, "name": "emailRedirectTo", "variant": "declaration", "kind": 1024, @@ -9733,9 +9779,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1705, + "line": 1749, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1705" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1749" } ], "type": { @@ -9747,15 +9793,15 @@ "groups": [ { "title": "Properties", - "children": [339] + "children": [350] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1704, + "line": 1748, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1704" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1748" } ] } @@ -9772,7 +9818,7 @@ "typeArguments": [ { "type": "reference", - "target": 786, + "target": 798, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -9784,7 +9830,7 @@ ] }, { - "id": 252, + "id": 263, "name": "verifyOtp", "variant": "declaration", "kind": 2048, @@ -9792,14 +9838,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1216, + "line": 1250, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1216" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1250" } ], "signatures": [ { - "id": 253, + "id": 264, "name": "verifyOtp", "variant": "signature", "kind": 4096, @@ -9815,21 +9861,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 1216, + "line": 1250, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L1216" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L1250" } ], "parameters": [ { - "id": 254, + "id": 265, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 999, + "target": 1012, "name": "VerifyOtpParams", "package": "@supabase/auth-js" } @@ -9844,7 +9890,7 @@ "typeArguments": [ { "type": "reference", - "target": 747, + "target": 759, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -9868,29 +9914,29 @@ { "title": "Methods", "children": [ - 190, 637, 265, 328, 447, 174, 457, 409, 258, 358, 262, 433, 346, 178, 246, 187, 249, - 184, 255, 193, 399, 181, 523, 525, 468, 334, 252 + 201, 648, 276, 339, 458, 185, 172, 468, 420, 269, 369, 273, 444, 357, 189, 257, 198, + 260, 195, 266, 204, 410, 192, 534, 536, 479, 345, 263 ] } ], "sources": [ { "fileName": "packages/core/auth-js/src/GoTrueClient.ts", - "line": 189, + "line": 190, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/GoTrueClient.ts#L189" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/GoTrueClient.ts#L190" } ] }, { - "id": 670, + "id": 681, "name": "NavigatorLockAcquireTimeoutError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 671, + "id": 682, "name": "constructor", "variant": "declaration", "kind": 512, @@ -9900,12 +9946,12 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L26" } ], "signatures": [ { - "id": 672, + "id": 683, "name": "NavigatorLockAcquireTimeoutError", "variant": "signature", "kind": 16384, @@ -9915,12 +9961,12 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L26" } ], "parameters": [ { - "id": 673, + "id": 684, "name": "message", "variant": "param", "kind": 32768, @@ -9933,7 +9979,7 @@ ], "type": { "type": "reference", - "target": 670, + "target": 681, "name": "NavigatorLockAcquireTimeoutError", "package": "@supabase/auth-js" }, @@ -9951,7 +9997,7 @@ } }, { - "id": 674, + "id": 685, "name": "isAcquireTimeout", "variant": "declaration", "kind": 1024, @@ -9965,7 +10011,7 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 24, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L24" } ], "type": { @@ -9983,11 +10029,11 @@ "groups": [ { "title": "Constructors", - "children": [671] + "children": [682] }, { "title": "Properties", - "children": [674] + "children": [685] } ], "sources": [ @@ -9995,7 +10041,7 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 31, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L31" } ], "extendedTypes": [ @@ -10011,14 +10057,14 @@ ] }, { - "id": 865, + "id": 878, "name": "AdminUserAttributes", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 867, + "id": 880, "name": "app_metadata", "variant": "declaration", "kind": 1024, @@ -10052,9 +10098,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 438, + "line": 450, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L438" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L450" } ], "type": { @@ -10063,7 +10109,7 @@ } }, { - "id": 870, + "id": 883, "name": "ban_duration", "variant": "declaration", "kind": 1024, @@ -10081,9 +10127,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 464, + "line": 476, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L464" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L476" } ], "type": { @@ -10092,7 +10138,7 @@ } }, { - "id": 876, + "id": 889, "name": "email", "variant": "declaration", "kind": 1024, @@ -10111,9 +10157,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 389, + "line": 401, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L389" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L401" } ], "type": { @@ -10127,7 +10173,7 @@ } }, { - "id": 868, + "id": 881, "name": "email_confirm", "variant": "declaration", "kind": 1024, @@ -10145,9 +10191,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 445, + "line": 457, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L445" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L457" } ], "type": { @@ -10156,7 +10202,7 @@ } }, { - "id": 873, + "id": 886, "name": "id", "variant": "declaration", "kind": 1024, @@ -10190,9 +10236,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 489, + "line": 501, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L489" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L501" } ], "type": { @@ -10201,7 +10247,7 @@ } }, { - "id": 874, + "id": 887, "name": "nonce", "variant": "declaration", "kind": 1024, @@ -10220,9 +10266,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 406, + "line": 418, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L406" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L418" } ], "type": { @@ -10236,7 +10282,7 @@ } }, { - "id": 877, + "id": 890, "name": "password", "variant": "declaration", "kind": 1024, @@ -10255,9 +10301,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 399, + "line": 411, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L399" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L411" } ], "type": { @@ -10271,7 +10317,7 @@ } }, { - "id": 872, + "id": 885, "name": "password_hash", "variant": "declaration", "kind": 1024, @@ -10297,9 +10343,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 482, + "line": 494, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L482" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L494" } ], "type": { @@ -10308,7 +10354,7 @@ } }, { - "id": 875, + "id": 888, "name": "phone", "variant": "declaration", "kind": 1024, @@ -10327,9 +10373,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 394, + "line": 406, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L394" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L406" } ], "type": { @@ -10343,7 +10389,7 @@ } }, { - "id": 869, + "id": 882, "name": "phone_confirm", "variant": "declaration", "kind": 1024, @@ -10361,9 +10407,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 452, + "line": 464, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L452" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L464" } ], "type": { @@ -10372,7 +10418,7 @@ } }, { - "id": 871, + "id": 884, "name": "role", "variant": "declaration", "kind": 1024, @@ -10422,9 +10468,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 473, + "line": 485, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L473" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L485" } ], "type": { @@ -10433,7 +10479,7 @@ } }, { - "id": 866, + "id": 879, "name": "user_metadata", "variant": "declaration", "kind": 1024, @@ -10467,9 +10513,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 428, + "line": 440, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L428" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L440" } ], "type": { @@ -10481,15 +10527,15 @@ "groups": [ { "title": "Properties", - "children": [867, 870, 876, 868, 873, 874, 877, 872, 875, 869, 871, 866] + "children": [880, 883, 889, 881, 886, 887, 890, 885, 888, 882, 884, 879] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 417, + "line": 429, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L417" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L429" } ], "extendedTypes": [ @@ -10502,7 +10548,7 @@ "typeArguments": [ { "type": "reference", - "target": 859, + "target": 872, "name": "UserAttributes", "package": "@supabase/auth-js" }, @@ -10517,7 +10563,7 @@ ] }, { - "id": 800, + "id": 812, "name": "AMREntry", "variant": "declaration", "kind": 256, @@ -10537,7 +10583,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#getAuthenticatorAssuranceLevel", - "target": 1247 + "target": 1262 }, { "kind": "text", @@ -10549,7 +10595,7 @@ }, "children": [ { - "id": 801, + "id": 813, "name": "method", "variant": "declaration", "kind": 1024, @@ -10565,20 +10611,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 281, + "line": 286, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L281" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L286" } ], "type": { "type": "reference", - "target": 798, + "target": 810, "name": "AMRMethod", "package": "@supabase/auth-js" } }, { - "id": 802, + "id": 814, "name": "timestamp", "variant": "declaration", "kind": 1024, @@ -10594,9 +10640,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 287, + "line": 292, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L287" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L292" } ], "type": { @@ -10608,20 +10654,20 @@ "groups": [ { "title": "Properties", - "children": [801, 802] + "children": [813, 814] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 279, + "line": 284, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L279" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L284" } ] }, { - "id": 1416, + "id": 1447, "name": "AuthOAuthServerApi", "variant": "declaration", "kind": 256, @@ -10636,7 +10682,7 @@ }, "children": [ { - "id": 1420, + "id": 1451, "name": "approveAuthorization", "variant": "declaration", "kind": 2048, @@ -10644,14 +10690,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1703, + "line": 1753, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1703" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1753" } ], "signatures": [ { - "id": 1421, + "id": 1452, "name": "approveAuthorization", "variant": "signature", "kind": 4096, @@ -10678,14 +10724,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1703, + "line": 1753, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1703" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1753" } ], "parameters": [ { - "id": 1422, + "id": 1453, "name": "authorizationId", "variant": "param", "kind": 32768, @@ -10704,7 +10750,7 @@ } }, { - "id": 1423, + "id": 1454, "name": "options", "variant": "param", "kind": 32768, @@ -10722,14 +10768,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1424, + "id": 1455, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1425, + "id": 1456, "name": "skipBrowserRedirect", "variant": "declaration", "kind": 1024, @@ -10739,9 +10785,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1705, + "line": 1755, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1705" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1755" } ], "type": { @@ -10753,15 +10799,15 @@ "groups": [ { "title": "Properties", - "children": [1425] + "children": [1456] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1705, + "line": 1755, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1705" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1755" } ] } @@ -10777,7 +10823,7 @@ "typeArguments": [ { "type": "reference", - "target": 1413, + "target": 1444, "name": "AuthOAuthConsentResponse", "package": "@supabase/auth-js" } @@ -10789,7 +10835,7 @@ ] }, { - "id": 1426, + "id": 1457, "name": "denyAuthorization", "variant": "declaration", "kind": 2048, @@ -10797,14 +10843,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1716, + "line": 1766, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1716" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1766" } ], "signatures": [ { - "id": 1427, + "id": 1458, "name": "denyAuthorization", "variant": "signature", "kind": 4096, @@ -10831,14 +10877,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1716, + "line": 1766, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1716" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1766" } ], "parameters": [ { - "id": 1428, + "id": 1459, "name": "authorizationId", "variant": "param", "kind": 32768, @@ -10857,7 +10903,7 @@ } }, { - "id": 1429, + "id": 1460, "name": "options", "variant": "param", "kind": 32768, @@ -10875,14 +10921,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1430, + "id": 1461, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1431, + "id": 1462, "name": "skipBrowserRedirect", "variant": "declaration", "kind": 1024, @@ -10892,9 +10938,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1718, + "line": 1768, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1718" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1768" } ], "type": { @@ -10906,15 +10952,15 @@ "groups": [ { "title": "Properties", - "children": [1431] + "children": [1462] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1718, + "line": 1768, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1718" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1768" } ] } @@ -10930,7 +10976,7 @@ "typeArguments": [ { "type": "reference", - "target": 1413, + "target": 1444, "name": "AuthOAuthConsentResponse", "package": "@supabase/auth-js" } @@ -10942,7 +10988,7 @@ ] }, { - "id": 1417, + "id": 1448, "name": "getAuthorizationDetails", "variant": "declaration", "kind": 2048, @@ -10950,14 +10996,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1693, + "line": 1743, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1693" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1743" } ], "signatures": [ { - "id": 1418, + "id": 1449, "name": "getAuthorizationDetails", "variant": "signature", "kind": 4096, @@ -10984,14 +11030,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1693, + "line": 1743, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1693" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1743" } ], "parameters": [ { - "id": 1419, + "id": 1450, "name": "authorizationId", "variant": "param", "kind": 32768, @@ -11019,7 +11065,7 @@ "typeArguments": [ { "type": "reference", - "target": 1412, + "target": 1443, "name": "AuthOAuthAuthorizationDetailsResponse", "package": "@supabase/auth-js" } @@ -11034,27 +11080,27 @@ "groups": [ { "title": "Methods", - "children": [1420, 1426, 1417] + "children": [1451, 1457, 1448] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1680, + "line": 1730, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1680" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1730" } ] }, { - "id": 1070, + "id": 1085, "name": "GenerateLinkOptions", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1071, + "id": 1086, "name": "data", "variant": "declaration", "kind": 1024, @@ -11088,9 +11134,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 829, + "line": 855, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L829" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L855" } ], "type": { @@ -11099,7 +11145,7 @@ } }, { - "id": 1072, + "id": 1087, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -11117,9 +11163,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 831, + "line": 857, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L831" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L857" } ], "type": { @@ -11131,20 +11177,20 @@ "groups": [ { "title": "Properties", - "children": [1071, 1072] + "children": [1086, 1087] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 823, + "line": 849, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L823" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L849" } ] }, { - "id": 1263, + "id": 1278, "name": "GoTrueAdminMFAApi", "variant": "declaration", "kind": 256, @@ -11165,7 +11211,7 @@ }, "children": [ { - "id": 1267, + "id": 1282, "name": "deleteFactor", "variant": "declaration", "kind": 2048, @@ -11173,14 +11219,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1272, + "line": 1298, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1272" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1298" } ], "signatures": [ { - "id": 1268, + "id": 1283, "name": "deleteFactor", "variant": "signature", "kind": 4096, @@ -11200,7 +11246,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#unenroll", - "target": 1236 + "target": 1251 } ] }, @@ -11213,21 +11259,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1272, + "line": 1298, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1272" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1298" } ], "parameters": [ { - "id": 1269, + "id": 1284, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1253, + "target": 1268, "name": "AuthMFAAdminDeleteFactorParams", "package": "@supabase/auth-js" } @@ -11242,7 +11288,7 @@ "typeArguments": [ { "type": "reference", - "target": 1250, + "target": 1265, "name": "AuthMFAAdminDeleteFactorResponse", "package": "@supabase/auth-js" } @@ -11254,7 +11300,7 @@ ] }, { - "id": 1264, + "id": 1279, "name": "listFactors", "variant": "declaration", "kind": 2048, @@ -11262,14 +11308,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1262, + "line": 1288, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1262" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1288" } ], "signatures": [ { - "id": 1265, + "id": 1280, "name": "listFactors", "variant": "signature", "kind": 4096, @@ -11285,21 +11331,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1262, + "line": 1288, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1262" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1288" } ], "parameters": [ { - "id": 1266, + "id": 1281, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1260, + "target": 1275, "name": "AuthMFAAdminListFactorsParams", "package": "@supabase/auth-js" } @@ -11314,7 +11360,7 @@ "typeArguments": [ { "type": "reference", - "target": 1257, + "target": 1272, "name": "AuthMFAAdminListFactorsResponse", "package": "@supabase/auth-js" } @@ -11329,20 +11375,20 @@ "groups": [ { "title": "Methods", - "children": [1267, 1264] + "children": [1282, 1279] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1257, + "line": 1283, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1257" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1283" } ] }, { - "id": 1373, + "id": 1404, "name": "GoTrueAdminOAuthApi", "variant": "declaration", "kind": 256, @@ -11357,7 +11403,7 @@ }, "children": [ { - "id": 1377, + "id": 1408, "name": "createClient", "variant": "declaration", "kind": 2048, @@ -11365,14 +11411,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1587, + "line": 1637, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1587" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1637" } ], "signatures": [ { - "id": 1378, + "id": 1409, "name": "createClient", "variant": "signature", "kind": 4096, @@ -11396,21 +11442,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1587, + "line": 1637, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1587" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1637" } ], "parameters": [ { - "id": 1379, + "id": 1410, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1345, + "target": 1376, "name": "CreateOAuthClientParams", "package": "@supabase/auth-js" } @@ -11425,7 +11471,7 @@ "typeArguments": [ { "type": "reference", - "target": 1360, + "target": 1391, "name": "OAuthClientResponse", "package": "@supabase/auth-js" } @@ -11437,7 +11483,7 @@ ] }, { - "id": 1387, + "id": 1418, "name": "deleteClient", "variant": "declaration", "kind": 2048, @@ -11445,14 +11491,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1611, + "line": 1661, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1611" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1661" } ], "signatures": [ { - "id": 1388, + "id": 1419, "name": "deleteClient", "variant": "signature", "kind": 4096, @@ -11476,14 +11522,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1611, + "line": 1661, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1611" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1661" } ], "parameters": [ { - "id": 1389, + "id": 1420, "name": "clientId", "variant": "param", "kind": 32768, @@ -11504,14 +11550,14 @@ { "type": "reflection", "declaration": { - "id": 1390, + "id": 1421, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1391, + "id": 1422, "name": "data", "variant": "declaration", "kind": 1024, @@ -11519,9 +11565,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1611, + "line": 1661, "character": 44, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1611" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1661" } ], "type": { @@ -11530,7 +11576,7 @@ } }, { - "id": 1392, + "id": 1423, "name": "error", "variant": "declaration", "kind": 1024, @@ -11538,9 +11584,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1611, + "line": 1661, "character": 56, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1611" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1661" } ], "type": { @@ -11552,7 +11598,7 @@ }, { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -11563,15 +11609,15 @@ "groups": [ { "title": "Properties", - "children": [1391, 1392] + "children": [1422, 1423] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1611, + "line": 1661, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1611" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1661" } ] } @@ -11584,7 +11630,7 @@ ] }, { - "id": 1380, + "id": 1411, "name": "getClient", "variant": "declaration", "kind": 2048, @@ -11592,14 +11638,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1595, + "line": 1645, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1595" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1645" } ], "signatures": [ { - "id": 1381, + "id": 1412, "name": "getClient", "variant": "signature", "kind": 4096, @@ -11623,14 +11669,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1595, + "line": 1645, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1595" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1645" } ], "parameters": [ { - "id": 1382, + "id": 1413, "name": "clientId", "variant": "param", "kind": 32768, @@ -11650,7 +11696,7 @@ "typeArguments": [ { "type": "reference", - "target": 1360, + "target": 1391, "name": "OAuthClientResponse", "package": "@supabase/auth-js" } @@ -11662,7 +11708,7 @@ ] }, { - "id": 1374, + "id": 1405, "name": "listClients", "variant": "declaration", "kind": 2048, @@ -11670,14 +11716,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1579, + "line": 1629, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1579" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1629" } ], "signatures": [ { - "id": 1375, + "id": 1406, "name": "listClients", "variant": "signature", "kind": 4096, @@ -11701,14 +11747,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1579, + "line": 1629, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1579" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1629" } ], "parameters": [ { - "id": 1376, + "id": 1407, "name": "params", "variant": "param", "kind": 32768, @@ -11717,7 +11763,7 @@ }, "type": { "type": "reference", - "target": 1284, + "target": 1299, "name": "PageParams", "package": "@supabase/auth-js" } @@ -11732,7 +11778,7 @@ "typeArguments": [ { "type": "reference", - "target": 1361, + "target": 1392, "name": "OAuthClientListResponse", "package": "@supabase/auth-js" } @@ -11744,7 +11790,7 @@ ] }, { - "id": 1393, + "id": 1424, "name": "regenerateClientSecret", "variant": "declaration", "kind": 2048, @@ -11752,14 +11798,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1619, + "line": 1669, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1619" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1669" } ], "signatures": [ { - "id": 1394, + "id": 1425, "name": "regenerateClientSecret", "variant": "signature", "kind": 4096, @@ -11783,14 +11829,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1619, + "line": 1669, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1619" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1669" } ], "parameters": [ { - "id": 1395, + "id": 1426, "name": "clientId", "variant": "param", "kind": 32768, @@ -11810,7 +11856,7 @@ "typeArguments": [ { "type": "reference", - "target": 1360, + "target": 1391, "name": "OAuthClientResponse", "package": "@supabase/auth-js" } @@ -11822,7 +11868,7 @@ ] }, { - "id": 1383, + "id": 1414, "name": "updateClient", "variant": "declaration", "kind": 2048, @@ -11830,14 +11876,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1603, + "line": 1653, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1603" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1653" } ], "signatures": [ { - "id": 1384, + "id": 1415, "name": "updateClient", "variant": "signature", "kind": 4096, @@ -11861,14 +11907,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1603, + "line": 1653, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1603" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1653" } ], "parameters": [ { - "id": 1385, + "id": 1416, "name": "clientId", "variant": "param", "kind": 32768, @@ -11879,14 +11925,14 @@ } }, { - "id": 1386, + "id": 1417, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1353, + "target": 1384, "name": "UpdateOAuthClientParams", "package": "@supabase/auth-js" } @@ -11901,7 +11947,7 @@ "typeArguments": [ { "type": "reference", - "target": 1360, + "target": 1391, "name": "OAuthClientResponse", "package": "@supabase/auth-js" } @@ -11916,20 +11962,20 @@ "groups": [ { "title": "Methods", - "children": [1377, 1387, 1380, 1374, 1393, 1383] + "children": [1408, 1418, 1411, 1405, 1424, 1414] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1572, + "line": 1622, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1572" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1622" } ] }, { - "id": 1133, + "id": 1148, "name": "GoTrueMFAApi", "variant": "declaration", "kind": 256, @@ -11944,7 +11990,7 @@ }, "children": [ { - "id": 1249, + "id": 1264, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -11952,9 +11998,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1215, + "line": 1241, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1215" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1241" } ], "type": { @@ -11968,7 +12014,7 @@ } }, { - "id": 1154, + "id": 1169, "name": "challenge", "variant": "declaration", "kind": 2048, @@ -11976,32 +12022,32 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1163, + "line": 1189, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1163" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1189" }, { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1164, + "line": 1190, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1164" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1190" }, { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1165, + "line": 1191, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1165" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1191" }, { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1166, + "line": 1192, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1166" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1192" } ], "signatures": [ { - "id": 1155, + "id": 1170, "name": "challenge", "variant": "signature", "kind": 4096, @@ -12017,14 +12063,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1163, + "line": 1189, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1163" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1189" } ], "parameters": [ { - "id": 1156, + "id": 1171, "name": "params", "variant": "param", "kind": 32768, @@ -12032,14 +12078,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1157, + "id": 1172, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1158, + "id": 1173, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -12055,9 +12101,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 937, + "line": 963, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L937" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L963" } ], "type": { @@ -12069,15 +12115,15 @@ "groups": [ { "title": "Properties", - "children": [1158] + "children": [1173] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -12097,14 +12143,14 @@ { "type": "reflection", "declaration": { - "id": 1159, + "id": 1174, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1160, + "id": 1175, "name": "data", "variant": "declaration", "kind": 1024, @@ -12112,9 +12158,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 142, + "line": 147, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L142" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L147" } ], "type": { @@ -12123,7 +12169,7 @@ } }, { - "id": 1161, + "id": 1176, "name": "error", "variant": "declaration", "kind": 1024, @@ -12131,14 +12177,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 143, + "line": 148, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L143" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L148" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -12147,15 +12193,15 @@ "groups": [ { "title": "Properties", - "children": [1160, 1161] + "children": [1175, 1176] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -12163,14 +12209,14 @@ { "type": "reflection", "declaration": { - "id": 1162, + "id": 1177, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1163, + "id": 1178, "name": "data", "variant": "declaration", "kind": 1024, @@ -12178,22 +12224,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 138, + "line": 143, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L143" } ], "type": { "type": "reflection", "declaration": { - "id": 1164, + "id": 1179, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1167, + "id": 1182, "name": "expires_at", "variant": "declaration", "kind": 1024, @@ -12209,9 +12255,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1033, + "line": 1059, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1033" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1059" } ], "type": { @@ -12220,7 +12266,7 @@ } }, { - "id": 1165, + "id": 1180, "name": "id", "variant": "declaration", "kind": 1024, @@ -12236,9 +12282,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1027, + "line": 1053, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1027" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1053" } ], "type": { @@ -12247,7 +12293,7 @@ } }, { - "id": 1166, + "id": 1181, "name": "type", "variant": "declaration", "kind": 1024, @@ -12263,9 +12309,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1030, + "line": 1056, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1030" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1056" } ], "type": { @@ -12277,22 +12323,22 @@ "groups": [ { "title": "Properties", - "children": [1167, 1165, 1166] + "children": [1182, 1180, 1181] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } } }, { - "id": 1168, + "id": 1183, "name": "error", "variant": "declaration", "kind": 1024, @@ -12300,9 +12346,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 139, + "line": 144, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L139" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L144" } ], "type": { @@ -12314,15 +12360,15 @@ "groups": [ { "title": "Properties", - "children": [1163, 1168] + "children": [1178, 1183] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -12335,7 +12381,7 @@ } }, { - "id": 1169, + "id": 1184, "name": "challenge", "variant": "signature", "kind": 4096, @@ -12343,14 +12389,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1164, + "line": 1190, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1164" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1190" } ], "parameters": [ { - "id": 1170, + "id": 1185, "name": "params", "variant": "param", "kind": 32768, @@ -12358,14 +12404,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1171, + "id": 1186, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1173, + "id": 1188, "name": "channel", "variant": "declaration", "kind": 1024, @@ -12381,9 +12427,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 947, + "line": 973, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L947" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L973" } ], "type": { @@ -12401,7 +12447,7 @@ } }, { - "id": 1172, + "id": 1187, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -12417,9 +12463,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 937, + "line": 963, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L937" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L963" } ], "type": { @@ -12431,15 +12477,15 @@ "groups": [ { "title": "Properties", - "children": [1173, 1172] + "children": [1188, 1187] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -12459,14 +12505,14 @@ { "type": "reflection", "declaration": { - "id": 1174, + "id": 1189, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1175, + "id": 1190, "name": "data", "variant": "declaration", "kind": 1024, @@ -12474,9 +12520,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 142, + "line": 147, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L142" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L147" } ], "type": { @@ -12485,7 +12531,7 @@ } }, { - "id": 1176, + "id": 1191, "name": "error", "variant": "declaration", "kind": 1024, @@ -12493,14 +12539,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 143, + "line": 148, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L143" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L148" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -12509,15 +12555,15 @@ "groups": [ { "title": "Properties", - "children": [1175, 1176] + "children": [1190, 1191] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -12525,14 +12571,14 @@ { "type": "reflection", "declaration": { - "id": 1177, + "id": 1192, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1178, + "id": 1193, "name": "data", "variant": "declaration", "kind": 1024, @@ -12540,22 +12586,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 138, + "line": 143, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L143" } ], "type": { "type": "reflection", "declaration": { - "id": 1179, + "id": 1194, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1182, + "id": 1197, "name": "expires_at", "variant": "declaration", "kind": 1024, @@ -12571,9 +12617,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1033, + "line": 1059, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1033" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1059" } ], "type": { @@ -12582,7 +12628,7 @@ } }, { - "id": 1180, + "id": 1195, "name": "id", "variant": "declaration", "kind": 1024, @@ -12598,9 +12644,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1027, + "line": 1053, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1027" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1053" } ], "type": { @@ -12609,7 +12655,7 @@ } }, { - "id": 1181, + "id": 1196, "name": "type", "variant": "declaration", "kind": 1024, @@ -12625,9 +12671,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1030, + "line": 1056, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1030" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1056" } ], "type": { @@ -12639,22 +12685,22 @@ "groups": [ { "title": "Properties", - "children": [1182, 1180, 1181] + "children": [1197, 1195, 1196] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } } }, { - "id": 1183, + "id": 1198, "name": "error", "variant": "declaration", "kind": 1024, @@ -12662,9 +12708,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 139, + "line": 144, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L139" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L144" } ], "type": { @@ -12676,15 +12722,15 @@ "groups": [ { "title": "Properties", - "children": [1178, 1183] + "children": [1193, 1198] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -12697,7 +12743,7 @@ } }, { - "id": 1184, + "id": 1199, "name": "challenge", "variant": "signature", "kind": 4096, @@ -12705,14 +12751,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1165, + "line": 1191, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1165" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1191" } ], "parameters": [ { - "id": 1185, + "id": 1200, "name": "params", "variant": "param", "kind": 32768, @@ -12720,14 +12766,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1186, + "id": 1201, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1187, + "id": 1202, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -12743,9 +12789,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 937, + "line": 963, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L937" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L963" } ], "type": { @@ -12754,7 +12800,7 @@ } }, { - "id": 1188, + "id": 1203, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -12762,22 +12808,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 956, + "line": 982, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L956" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L982" } ], "type": { "type": "reflection", "declaration": { - "id": 1189, + "id": 1204, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1190, + "id": 1205, "name": "rpId", "variant": "declaration", "kind": 1024, @@ -12793,9 +12839,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 958, + "line": 984, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L958" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L984" } ], "type": { @@ -12804,7 +12850,7 @@ } }, { - "id": 1191, + "id": 1206, "name": "rpOrigins", "variant": "declaration", "kind": 1024, @@ -12822,9 +12868,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 960, + "line": 986, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L960" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L986" } ], "type": { @@ -12839,15 +12885,15 @@ "groups": [ { "title": "Properties", - "children": [1190, 1191] + "children": [1205, 1206] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 956, + "line": 982, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L956" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L982" } ] } @@ -12857,15 +12903,15 @@ "groups": [ { "title": "Properties", - "children": [1187, 1188] + "children": [1202, 1203] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -12885,14 +12931,14 @@ { "type": "reflection", "declaration": { - "id": 1192, + "id": 1207, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1193, + "id": 1208, "name": "data", "variant": "declaration", "kind": 1024, @@ -12900,9 +12946,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 142, + "line": 147, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L142" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L147" } ], "type": { @@ -12911,7 +12957,7 @@ } }, { - "id": 1194, + "id": 1209, "name": "error", "variant": "declaration", "kind": 1024, @@ -12919,14 +12965,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 143, + "line": 148, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L143" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L148" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -12935,15 +12981,15 @@ "groups": [ { "title": "Properties", - "children": [1193, 1194] + "children": [1208, 1209] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -12951,14 +12997,14 @@ { "type": "reflection", "declaration": { - "id": 1195, + "id": 1210, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1196, + "id": 1211, "name": "data", "variant": "declaration", "kind": 1024, @@ -12966,22 +13012,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 138, + "line": 143, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L143" } ], "type": { "type": "reflection", "declaration": { - "id": 1197, + "id": 1212, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1200, + "id": 1215, "name": "expires_at", "variant": "declaration", "kind": 1024, @@ -12997,9 +13043,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1033, + "line": 1059, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1033" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1059" } ], "type": { @@ -13008,7 +13054,7 @@ } }, { - "id": 1198, + "id": 1213, "name": "id", "variant": "declaration", "kind": 1024, @@ -13024,9 +13070,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1027, + "line": 1053, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1027" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1053" } ], "type": { @@ -13035,7 +13081,7 @@ } }, { - "id": 1199, + "id": 1214, "name": "type", "variant": "declaration", "kind": 1024, @@ -13051,9 +13097,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1030, + "line": 1056, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1030" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1056" } ], "type": { @@ -13062,7 +13108,7 @@ } }, { - "id": 1201, + "id": 1216, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -13070,9 +13116,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1053, + "line": 1079, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1053" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1079" } ], "type": { @@ -13081,14 +13127,14 @@ { "type": "reflection", "declaration": { - "id": 1202, + "id": 1217, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1204, + "id": 1219, "name": "credential_options", "variant": "declaration", "kind": 1024, @@ -13096,22 +13142,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1056, + "line": 1082, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1056" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1082" } ], "type": { "type": "reflection", "declaration": { - "id": 1205, + "id": 1220, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1206, + "id": 1221, "name": "publicKey", "variant": "declaration", "kind": 1024, @@ -13119,9 +13165,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1056, + "line": 1082, "character": 30, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1056" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1082" } ], "type": { @@ -13138,22 +13184,22 @@ "groups": [ { "title": "Properties", - "children": [1206] + "children": [1221] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1056, + "line": 1082, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1056" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1082" } ] } } }, { - "id": 1203, + "id": 1218, "name": "type", "variant": "declaration", "kind": 1024, @@ -13161,9 +13207,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1055, + "line": 1081, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1055" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1081" } ], "type": { @@ -13175,15 +13221,15 @@ "groups": [ { "title": "Properties", - "children": [1204, 1203] + "children": [1219, 1218] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1054, + "line": 1080, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1054" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1080" } ] } @@ -13191,14 +13237,14 @@ { "type": "reflection", "declaration": { - "id": 1207, + "id": 1222, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1209, + "id": 1224, "name": "credential_options", "variant": "declaration", "kind": 1024, @@ -13206,22 +13252,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1060, + "line": 1086, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1060" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1086" } ], "type": { "type": "reflection", "declaration": { - "id": 1210, + "id": 1225, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1211, + "id": 1226, "name": "publicKey", "variant": "declaration", "kind": 1024, @@ -13229,9 +13275,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1060, + "line": 1086, "character": 30, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1060" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1086" } ], "type": { @@ -13248,22 +13294,22 @@ "groups": [ { "title": "Properties", - "children": [1211] + "children": [1226] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1060, + "line": 1086, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1060" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1086" } ] } } }, { - "id": 1208, + "id": 1223, "name": "type", "variant": "declaration", "kind": 1024, @@ -13271,9 +13317,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1059, + "line": 1085, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1059" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1085" } ], "type": { @@ -13285,15 +13331,15 @@ "groups": [ { "title": "Properties", - "children": [1209, 1208] + "children": [1224, 1223] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1058, + "line": 1084, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1058" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1084" } ] } @@ -13305,22 +13351,22 @@ "groups": [ { "title": "Properties", - "children": [1200, 1198, 1199, 1201] + "children": [1215, 1213, 1214, 1216] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } } }, { - "id": 1212, + "id": 1227, "name": "error", "variant": "declaration", "kind": 1024, @@ -13328,9 +13374,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 139, + "line": 144, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L139" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L144" } ], "type": { @@ -13342,15 +13388,15 @@ "groups": [ { "title": "Properties", - "children": [1196, 1212] + "children": [1211, 1227] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -13363,7 +13409,7 @@ } }, { - "id": 1213, + "id": 1228, "name": "challenge", "variant": "signature", "kind": 4096, @@ -13371,21 +13417,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1166, + "line": 1192, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1166" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1192" } ], "parameters": [ { - "id": 1214, + "id": 1229, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1103, + "target": 1118, "name": "MFAChallengeParams", "package": "@supabase/auth-js" } @@ -13400,7 +13446,7 @@ "typeArguments": [ { "type": "reference", - "target": 1122, + "target": 1137, "name": "AuthMFAChallengeResponse", "package": "@supabase/auth-js" } @@ -13412,7 +13458,7 @@ ] }, { - "id": 1239, + "id": 1254, "name": "challengeAndVerify", "variant": "declaration", "kind": 2048, @@ -13420,14 +13466,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1187, + "line": 1213, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1187" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1213" } ], "signatures": [ { - "id": 1240, + "id": 1255, "name": "challengeAndVerify", "variant": "signature", "kind": 4096, @@ -13443,14 +13489,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1187, + "line": 1213, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1187" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1213" } ], "parameters": [ { - "id": 1241, + "id": 1256, "name": "params", "variant": "param", "kind": 32768, @@ -13458,14 +13504,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1242, + "id": 1257, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1244, + "id": 1259, "name": "code", "variant": "declaration", "kind": 1024, @@ -13481,9 +13527,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 891, + "line": 917, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L891" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L917" } ], "type": { @@ -13492,7 +13538,7 @@ } }, { - "id": 1243, + "id": 1258, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -13508,9 +13554,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 884, + "line": 910, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L884" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L910" } ], "type": { @@ -13522,15 +13568,15 @@ "groups": [ { "title": "Properties", - "children": [1244, 1243] + "children": [1259, 1258] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -13546,7 +13592,7 @@ "typeArguments": [ { "type": "reference", - "target": 1112, + "target": 1127, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -13558,7 +13604,7 @@ ] }, { - "id": 1134, + "id": 1149, "name": "enroll", "variant": "declaration", "kind": 2048, @@ -13566,32 +13612,32 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1154, + "line": 1180, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1154" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1180" }, { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1155, + "line": 1181, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1155" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1181" }, { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1156, + "line": 1182, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1156" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1182" }, { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1157, + "line": 1183, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1157" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1183" } ], "signatures": [ { - "id": 1135, + "id": 1150, "name": "enroll", "variant": "signature", "kind": 4096, @@ -13623,14 +13669,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1154, + "line": 1180, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1154" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1180" } ], "parameters": [ { - "id": 1136, + "id": 1151, "name": "params", "variant": "param", "kind": 32768, @@ -13638,14 +13684,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1137, + "id": 1152, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1138, + "id": 1153, "name": "factorType", "variant": "declaration", "kind": 1024, @@ -13661,9 +13707,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1331, + "line": 1357, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1331" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1357" } ], "type": { @@ -13672,7 +13718,7 @@ } }, { - "id": 1139, + "id": 1154, "name": "friendlyName", "variant": "declaration", "kind": 1024, @@ -13690,9 +13736,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1333, + "line": 1359, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1359" } ], "type": { @@ -13701,7 +13747,7 @@ } }, { - "id": 1140, + "id": 1155, "name": "issuer", "variant": "declaration", "kind": 1024, @@ -13719,9 +13765,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1338, + "line": 1364, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1338" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1364" } ], "type": { @@ -13733,15 +13779,15 @@ "groups": [ { "title": "Properties", - "children": [1138, 1139, 1140] + "children": [1153, 1154, 1155] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -13757,7 +13803,7 @@ "typeArguments": [ { "type": "reference", - "target": 1294, + "target": 1309, "name": "AuthMFAEnrollTOTPResponse", "package": "@supabase/auth-js" } @@ -13767,7 +13813,7 @@ } }, { - "id": 1141, + "id": 1156, "name": "enroll", "variant": "signature", "kind": 4096, @@ -13775,14 +13821,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1155, + "line": 1181, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1155" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1181" } ], "parameters": [ { - "id": 1142, + "id": 1157, "name": "params", "variant": "param", "kind": 32768, @@ -13790,14 +13836,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1143, + "id": 1158, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1144, + "id": 1159, "name": "factorType", "variant": "declaration", "kind": 1024, @@ -13813,9 +13859,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1331, + "line": 1357, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1331" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1357" } ], "type": { @@ -13824,7 +13870,7 @@ } }, { - "id": 1145, + "id": 1160, "name": "friendlyName", "variant": "declaration", "kind": 1024, @@ -13842,9 +13888,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1333, + "line": 1359, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1359" } ], "type": { @@ -13853,7 +13899,7 @@ } }, { - "id": 1146, + "id": 1161, "name": "phone", "variant": "declaration", "kind": 1024, @@ -13869,9 +13915,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1345, + "line": 1371, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1345" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1371" } ], "type": { @@ -13883,15 +13929,15 @@ "groups": [ { "title": "Properties", - "children": [1144, 1145, 1146] + "children": [1159, 1160, 1161] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -13907,7 +13953,7 @@ "typeArguments": [ { "type": "reference", - "target": 1295, + "target": 1310, "name": "AuthMFAEnrollPhoneResponse", "package": "@supabase/auth-js" } @@ -13917,7 +13963,7 @@ } }, { - "id": 1147, + "id": 1162, "name": "enroll", "variant": "signature", "kind": 4096, @@ -13925,14 +13971,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1156, + "line": 1182, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1156" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1182" } ], "parameters": [ { - "id": 1148, + "id": 1163, "name": "params", "variant": "param", "kind": 32768, @@ -13940,14 +13986,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1149, + "id": 1164, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1150, + "id": 1165, "name": "factorType", "variant": "declaration", "kind": 1024, @@ -13963,9 +14009,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1331, + "line": 1357, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1331" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1357" } ], "type": { @@ -13974,7 +14020,7 @@ } }, { - "id": 1151, + "id": 1166, "name": "friendlyName", "variant": "declaration", "kind": 1024, @@ -13992,9 +14038,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1333, + "line": 1359, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1359" } ], "type": { @@ -14006,15 +14052,15 @@ "groups": [ { "title": "Properties", - "children": [1150, 1151] + "children": [1165, 1166] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -14030,7 +14076,7 @@ "typeArguments": [ { "type": "reference", - "target": 1296, + "target": 1311, "name": "AuthMFAEnrollWebauthnResponse", "package": "@supabase/auth-js" } @@ -14040,7 +14086,7 @@ } }, { - "id": 1152, + "id": 1167, "name": "enroll", "variant": "signature", "kind": 4096, @@ -14048,21 +14094,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1157, + "line": 1183, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1157" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1183" } ], "parameters": [ { - "id": 1153, + "id": 1168, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1086, + "target": 1101, "name": "MFAEnrollParams", "package": "@supabase/auth-js" } @@ -14077,7 +14123,7 @@ "typeArguments": [ { "type": "reference", - "target": 1113, + "target": 1128, "name": "AuthMFAEnrollResponse", "package": "@supabase/auth-js" } @@ -14089,7 +14135,7 @@ ] }, { - "id": 1247, + "id": 1262, "name": "getAuthenticatorAssuranceLevel", "variant": "declaration", "kind": 2048, @@ -14097,14 +14143,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1212, + "line": 1238, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1212" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1238" } ], "signatures": [ { - "id": 1248, + "id": 1263, "name": "getAuthenticatorAssuranceLevel", "variant": "signature", "kind": 4096, @@ -14144,9 +14190,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1212, + "line": 1238, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1212" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1238" } ], "type": { @@ -14158,7 +14204,7 @@ "typeArguments": [ { "type": "reference", - "target": 1128, + "target": 1143, "name": "AuthMFAGetAuthenticatorAssuranceLevelResponse", "package": "@supabase/auth-js" } @@ -14170,7 +14216,7 @@ ] }, { - "id": 1245, + "id": 1260, "name": "listFactors", "variant": "declaration", "kind": 2048, @@ -14178,14 +14224,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1197, + "line": 1223, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1197" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1223" } ], "signatures": [ { - "id": 1246, + "id": 1261, "name": "listFactors", "variant": "signature", "kind": 4096, @@ -14209,7 +14255,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#enroll", - "target": 1134 + "target": 1149 }, { "kind": "text", @@ -14223,7 +14269,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#getAuthenticatorAssuranceLevel", - "target": 1247 + "target": 1262 }, { "kind": "text", @@ -14237,7 +14283,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueClient#getUser", - "target": 328 + "target": 339 }, { "kind": "text", @@ -14250,9 +14296,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1197, + "line": 1223, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1197" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1223" } ], "type": { @@ -14264,7 +14310,7 @@ "typeArguments": [ { "type": "reference", - "target": 1123, + "target": 1138, "typeArguments": [ { "type": "typeOperator", @@ -14299,7 +14345,7 @@ ] }, { - "id": 1236, + "id": 1251, "name": "unenroll", "variant": "declaration", "kind": 2048, @@ -14307,14 +14353,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1181, + "line": 1207, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1181" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1207" } ], "signatures": [ { - "id": 1237, + "id": 1252, "name": "unenroll", "variant": "signature", "kind": 4096, @@ -14346,21 +14392,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1181, + "line": 1207, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1181" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1207" } ], "parameters": [ { - "id": 1238, + "id": 1253, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1087, + "target": 1102, "name": "MFAUnenrollParams", "package": "@supabase/auth-js" } @@ -14375,7 +14421,7 @@ "typeArguments": [ { "type": "reference", - "target": 1114, + "target": 1129, "name": "AuthMFAUnenrollResponse", "package": "@supabase/auth-js" } @@ -14387,7 +14433,7 @@ ] }, { - "id": 1215, + "id": 1230, "name": "verify", "variant": "declaration", "kind": 2048, @@ -14395,32 +14441,32 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1172, + "line": 1198, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1172" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1198" }, { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1173, + "line": 1199, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1199" }, { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1174, + "line": 1200, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1174" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1200" }, { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1175, + "line": 1201, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1201" } ], "signatures": [ { - "id": 1216, + "id": 1231, "name": "verify", "variant": "signature", "kind": 4096, @@ -14436,14 +14482,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1172, + "line": 1198, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1172" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1198" } ], "parameters": [ { - "id": 1217, + "id": 1232, "name": "params", "variant": "param", "kind": 32768, @@ -14451,14 +14497,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1218, + "id": 1233, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1220, + "id": 1235, "name": "challengeId", "variant": "declaration", "kind": 1024, @@ -14474,9 +14520,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 886, + "line": 912, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L886" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L912" } ], "type": { @@ -14485,7 +14531,7 @@ } }, { - "id": 1221, + "id": 1236, "name": "code", "variant": "declaration", "kind": 1024, @@ -14501,9 +14547,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 891, + "line": 917, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L891" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L917" } ], "type": { @@ -14512,7 +14558,7 @@ } }, { - "id": 1219, + "id": 1234, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -14528,9 +14574,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 884, + "line": 910, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L884" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L910" } ], "type": { @@ -14542,15 +14588,15 @@ "groups": [ { "title": "Properties", - "children": [1220, 1221, 1219] + "children": [1235, 1236, 1234] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -14566,7 +14612,7 @@ "typeArguments": [ { "type": "reference", - "target": 1112, + "target": 1127, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -14576,7 +14622,7 @@ } }, { - "id": 1222, + "id": 1237, "name": "verify", "variant": "signature", "kind": 4096, @@ -14584,14 +14630,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1173, + "line": 1199, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1199" } ], "parameters": [ { - "id": 1223, + "id": 1238, "name": "params", "variant": "param", "kind": 32768, @@ -14599,14 +14645,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1224, + "id": 1239, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1226, + "id": 1241, "name": "challengeId", "variant": "declaration", "kind": 1024, @@ -14622,9 +14668,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 886, + "line": 912, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L886" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L912" } ], "type": { @@ -14633,7 +14679,7 @@ } }, { - "id": 1227, + "id": 1242, "name": "code", "variant": "declaration", "kind": 1024, @@ -14649,9 +14695,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 891, + "line": 917, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L891" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L917" } ], "type": { @@ -14660,7 +14706,7 @@ } }, { - "id": 1225, + "id": 1240, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -14676,9 +14722,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 884, + "line": 910, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L884" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L910" } ], "type": { @@ -14690,15 +14736,15 @@ "groups": [ { "title": "Properties", - "children": [1226, 1227, 1225] + "children": [1241, 1242, 1240] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -14714,7 +14760,7 @@ "typeArguments": [ { "type": "reference", - "target": 1112, + "target": 1127, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -14724,7 +14770,7 @@ } }, { - "id": 1228, + "id": 1243, "name": "verify", "variant": "signature", "kind": 4096, @@ -14732,14 +14778,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1174, + "line": 1200, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1174" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1200" } ], "parameters": [ { - "id": 1229, + "id": 1244, "name": "params", "variant": "param", "kind": 32768, @@ -14747,14 +14793,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1230, + "id": 1245, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1232, + "id": 1247, "name": "challengeId", "variant": "declaration", "kind": 1024, @@ -14770,9 +14816,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 886, + "line": 912, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L886" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L912" } ], "type": { @@ -14781,7 +14827,7 @@ } }, { - "id": 1231, + "id": 1246, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -14797,9 +14843,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 884, + "line": 910, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L884" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L910" } ], "type": { @@ -14808,7 +14854,7 @@ } }, { - "id": 1233, + "id": 1248, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -14816,9 +14862,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 921, + "line": 947, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L921" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L947" } ], "type": { @@ -14864,15 +14910,15 @@ "groups": [ { "title": "Properties", - "children": [1232, 1231, 1233] + "children": [1247, 1246, 1248] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ] } @@ -14888,7 +14934,7 @@ "typeArguments": [ { "type": "reference", - "target": 1112, + "target": 1127, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -14898,7 +14944,7 @@ } }, { - "id": 1234, + "id": 1249, "name": "verify", "variant": "signature", "kind": 4096, @@ -14906,21 +14952,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1175, + "line": 1201, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1201" } ], "parameters": [ { - "id": 1235, + "id": 1250, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1098, + "target": 1113, "name": "MFAVerifyParams", "package": "@supabase/auth-js" } @@ -14935,7 +14981,7 @@ "typeArguments": [ { "type": "reference", - "target": 1112, + "target": 1127, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -14950,31 +14996,31 @@ "groups": [ { "title": "Properties", - "children": [1249] + "children": [1264] }, { "title": "Methods", - "children": [1154, 1239, 1134, 1247, 1245, 1236, 1215] + "children": [1169, 1254, 1149, 1262, 1260, 1251, 1230] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1144, + "line": 1170, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1144" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1170" } ] }, { - "id": 1316, + "id": 1347, "name": "JWK", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1319, + "id": 1350, "name": "alg", "variant": "declaration", "kind": 1024, @@ -14984,9 +15030,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1444, + "line": 1494, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1444" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1494" } ], "type": { @@ -14995,7 +15041,7 @@ } }, { - "id": 1318, + "id": 1349, "name": "key_ops", "variant": "declaration", "kind": 1024, @@ -15003,9 +15049,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1443, + "line": 1493, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1443" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1493" } ], "type": { @@ -15017,7 +15063,7 @@ } }, { - "id": 1320, + "id": 1351, "name": "kid", "variant": "declaration", "kind": 1024, @@ -15027,9 +15073,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1445, + "line": 1495, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1445" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1495" } ], "type": { @@ -15038,7 +15084,7 @@ } }, { - "id": 1317, + "id": 1348, "name": "kty", "variant": "declaration", "kind": 1024, @@ -15046,9 +15092,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1442, + "line": 1492, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1442" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1492" } ], "type": { @@ -15073,20 +15119,20 @@ "groups": [ { "title": "Properties", - "children": [1319, 1318, 1320, 1317] + "children": [1350, 1349, 1351, 1348] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1441, + "line": 1491, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1441" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1491" } ], "indexSignatures": [ { - "id": 1321, + "id": 1352, "name": "__index", "variant": "signature", "kind": 8192, @@ -15094,14 +15140,513 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1446, + "line": 1496, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1446" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1496" } ], "parameters": [ { - "id": 1322, + "id": 1353, + "name": "key", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + ] + }, + { + "id": 1327, + "name": "JwtPayload", + "variant": "declaration", + "kind": 256, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "JWT Payload containing claims for Supabase authentication tokens.\n\nRequired claims (iss, aud, exp, iat, sub, role, aal, session_id) are inherited from RequiredClaims.\nAll other claims are optional as they can be customized via Custom Access Token Hooks." + } + ], + "blockTags": [ + { + "tag": "@see", + "content": [ + { + "kind": "text", + "text": "https://supabase.com/docs/guides/auth/jwt-fields" + } + ] + } + ] + }, + "children": [ + { + "id": 1343, + "name": "aal", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1459, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1459" + } + ], + "type": { + "type": "reference", + "target": 1142, + "name": "AuthenticatorAssuranceLevels", + "package": "@supabase/auth-js" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.aal" + } + }, + { + "id": 1335, + "name": "amr", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1482, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1482" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 812, + "name": "AMREntry", + "package": "@supabase/auth-js" + } + } + }, + { + "id": 1333, + "name": "app_metadata", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1480, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1480" + } + ], + "type": { + "type": "reference", + "target": 838, + "name": "UserAppMetadata", + "package": "@supabase/auth-js" + } + }, + { + "id": 1339, + "name": "aud", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1455, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1455" + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + ] + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.aud" + } + }, + { + "id": 1328, + "name": "email", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1473, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1473" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1340, + "name": "exp", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1456, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1456" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.exp" + } + }, + { + "id": 1341, + "name": "iat", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1457, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1457" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.iat" + } + }, + { + "id": 1330, + "name": "is_anonymous", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1475, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1475" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1337, + "name": "iss", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1453, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1453" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.iss" + } + }, + { + "id": 1331, + "name": "jti", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1478, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1478" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1332, + "name": "nbf", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1479, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1479" + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1329, + "name": "phone", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1474, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1474" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1336, + "name": "ref", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1485, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1485" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1342, + "name": "role", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1458, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1458" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.role" + } + }, + { + "id": 1344, + "name": "session_id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1460, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1460" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.session_id" + } + }, + { + "id": 1338, + "name": "sub", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1454, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1454" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.sub" + } + }, + { + "id": 1334, + "name": "user_metadata", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1481, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1481" + } + ], + "type": { + "type": "reference", + "target": 843, + "name": "UserMetadata", + "package": "@supabase/auth-js" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1343, 1335, 1333, 1339, 1328, 1340, 1341, 1330, 1337, 1331, 1332, 1329, 1336, 1342, + 1344, 1338, 1334 + ] + } + ], + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1471, + "character": 17, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1471" + } + ], + "indexSignatures": [ + { + "id": 1345, + "name": "__index", + "variant": "signature", + "kind": 8192, + "flags": {}, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 1488, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1488" + } + ], + "parameters": [ + { + "id": 1346, "name": "key", "variant": "param", "kind": 32768, @@ -15117,17 +15662,25 @@ "name": "any" } } + ], + "extendedTypes": [ + { + "type": "reference", + "target": 1317, + "name": "RequiredClaims", + "package": "@supabase/auth-js" + } ] }, { - "id": 789, + "id": 801, "name": "Session", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 792, + "id": 804, "name": "access_token", "variant": "declaration", "kind": 1024, @@ -15143,9 +15696,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 234, + "line": 239, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L234" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L239" } ], "type": { @@ -15154,7 +15707,7 @@ } }, { - "id": 795, + "id": 807, "name": "expires_at", "variant": "declaration", "kind": 1024, @@ -15172,9 +15725,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 246, + "line": 251, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L246" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L251" } ], "type": { @@ -15183,7 +15736,7 @@ } }, { - "id": 794, + "id": 806, "name": "expires_in", "variant": "declaration", "kind": 1024, @@ -15199,9 +15752,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 242, + "line": 247, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L242" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L247" } ], "type": { @@ -15210,7 +15763,7 @@ } }, { - "id": 791, + "id": 803, "name": "provider_refresh_token", "variant": "declaration", "kind": 1024, @@ -15228,9 +15781,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 230, + "line": 235, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L230" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L235" } ], "type": { @@ -15248,7 +15801,7 @@ } }, { - "id": 790, + "id": 802, "name": "provider_token", "variant": "declaration", "kind": 1024, @@ -15266,9 +15819,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 225, + "line": 230, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L225" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L230" } ], "type": { @@ -15286,7 +15839,7 @@ } }, { - "id": 793, + "id": 805, "name": "refresh_token", "variant": "declaration", "kind": 1024, @@ -15302,9 +15855,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 238, + "line": 243, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L238" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L243" } ], "type": { @@ -15313,7 +15866,7 @@ } }, { - "id": 796, + "id": 808, "name": "token_type", "variant": "declaration", "kind": 1024, @@ -15321,9 +15874,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 247, + "line": 252, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L247" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L252" } ], "type": { @@ -15332,7 +15885,7 @@ } }, { - "id": 797, + "id": 809, "name": "user", "variant": "declaration", "kind": 1024, @@ -15348,14 +15901,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 252, + "line": 257, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L252" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L257" } ], "type": { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" } @@ -15364,27 +15917,27 @@ "groups": [ { "title": "Properties", - "children": [792, 795, 794, 791, 790, 793, 796, 797] + "children": [804, 807, 806, 803, 802, 805, 808, 809] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 221, + "line": 226, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L221" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L226" } ] }, { - "id": 878, + "id": 891, "name": "Subscription", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 880, + "id": 893, "name": "callback", "variant": "declaration", "kind": 1024, @@ -15400,15 +15953,15 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 500, + "line": 514, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L500" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L514" } ], "type": { "type": "reflection", "declaration": { - "id": 881, + "id": 894, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15416,14 +15969,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 500, + "line": 514, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L500" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L514" } ], "signatures": [ { - "id": 882, + "id": 895, "name": "__type", "variant": "signature", "kind": 4096, @@ -15431,27 +15984,27 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 500, + "line": 514, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L500" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L514" } ], "parameters": [ { - "id": 883, + "id": 896, "name": "event", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 688, + "target": 699, "name": "AuthChangeEvent", "package": "@supabase/auth-js" } }, { - "id": 884, + "id": 897, "name": "session", "variant": "param", "kind": 32768, @@ -15465,7 +16018,7 @@ }, { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" } @@ -15483,7 +16036,7 @@ } }, { - "id": 879, + "id": 892, "name": "id", "variant": "declaration", "kind": 1024, @@ -15492,25 +16045,34 @@ "summary": [ { "kind": "text", - "text": "The subscriber UUID. This will be set by the client." + "text": "A unique identifier for this subscription, set by the client.\nThis is an internal identifier used for managing callbacks and should not be\nrelied upon by application code. Use the unsubscribe() method to remove listeners." } ] }, "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 496, + "line": 510, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L496" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L510" } ], "type": { - "type": "intrinsic", - "name": "string" + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "symbol" + } + ] } }, { - "id": 885, + "id": 898, "name": "unsubscribe", "variant": "declaration", "kind": 1024, @@ -15526,15 +16088,15 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 504, + "line": 518, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L504" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L518" } ], "type": { "type": "reflection", "declaration": { - "id": 886, + "id": 899, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15542,14 +16104,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 504, + "line": 518, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L504" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L518" } ], "signatures": [ { - "id": 887, + "id": 900, "name": "__type", "variant": "signature", "kind": 4096, @@ -15557,9 +16119,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 504, + "line": 518, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L504" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L518" } ], "type": { @@ -15575,27 +16137,27 @@ "groups": [ { "title": "Properties", - "children": [880, 879, 885] + "children": [893, 892, 898] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 492, + "line": 504, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L492" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L504" } ] }, { - "id": 833, + "id": 846, "name": "User", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 844, + "id": 857, "name": "action_link", "variant": "declaration", "kind": 1024, @@ -15605,9 +16167,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 368, + "line": 380, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L368" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L380" } ], "type": { @@ -15616,7 +16178,7 @@ } }, { - "id": 835, + "id": 848, "name": "app_metadata", "variant": "declaration", "kind": 1024, @@ -15624,20 +16186,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 359, + "line": 371, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L359" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L371" } ], "type": { "type": "reference", - "target": 826, + "target": 838, "name": "UserAppMetadata", "package": "@supabase/auth-js" } }, { - "id": 837, + "id": 850, "name": "aud", "variant": "declaration", "kind": 1024, @@ -15645,9 +16207,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 361, + "line": 373, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L361" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L373" } ], "type": { @@ -15656,7 +16218,7 @@ } }, { - "id": 838, + "id": 851, "name": "confirmation_sent_at", "variant": "declaration", "kind": 1024, @@ -15666,9 +16228,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 362, + "line": 374, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L362" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L374" } ], "type": { @@ -15677,7 +16239,7 @@ } }, { - "id": 848, + "id": 861, "name": "confirmed_at", "variant": "declaration", "kind": 1024, @@ -15687,9 +16249,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 372, + "line": 384, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L372" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L384" } ], "type": { @@ -15698,7 +16260,7 @@ } }, { - "id": 847, + "id": 860, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -15706,9 +16268,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 371, + "line": 383, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L371" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L383" } ], "type": { @@ -15717,7 +16279,7 @@ } }, { - "id": 858, + "id": 871, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -15727,9 +16289,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 382, + "line": 394, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L382" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L394" } ], "type": { @@ -15738,7 +16300,7 @@ } }, { - "id": 845, + "id": 858, "name": "email", "variant": "declaration", "kind": 1024, @@ -15748,9 +16310,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 369, + "line": 381, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L369" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L381" } ], "type": { @@ -15759,7 +16321,7 @@ } }, { - "id": 840, + "id": 853, "name": "email_change_sent_at", "variant": "declaration", "kind": 1024, @@ -15769,9 +16331,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 364, + "line": 376, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L364" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L376" } ], "type": { @@ -15780,7 +16342,7 @@ } }, { - "id": 849, + "id": 862, "name": "email_confirmed_at", "variant": "declaration", "kind": 1024, @@ -15790,9 +16352,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 373, + "line": 385, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L373" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L385" } ], "type": { @@ -15801,7 +16363,7 @@ } }, { - "id": 857, + "id": 870, "name": "factors", "variant": "declaration", "kind": 1024, @@ -15811,9 +16373,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 381, + "line": 393, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L381" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L393" } ], "type": { @@ -15823,7 +16385,7 @@ "types": [ { "type": "reference", - "target": 816, + "target": 828, "typeArguments": [ { "type": "union", @@ -15852,7 +16414,7 @@ }, { "type": "reference", - "target": 816, + "target": 828, "typeArguments": [ { "type": "union", @@ -15884,7 +16446,7 @@ } }, { - "id": 834, + "id": 847, "name": "id", "variant": "declaration", "kind": 1024, @@ -15892,9 +16454,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 358, + "line": 370, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L358" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L370" } ], "type": { @@ -15903,7 +16465,7 @@ } }, { - "id": 854, + "id": 867, "name": "identities", "variant": "declaration", "kind": 1024, @@ -15913,23 +16475,23 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 378, + "line": 390, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L378" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L390" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 803, + "target": 815, "name": "UserIdentity", "package": "@supabase/auth-js" } } }, { - "id": 843, + "id": 856, "name": "invited_at", "variant": "declaration", "kind": 1024, @@ -15939,9 +16501,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 367, + "line": 379, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L367" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L379" } ], "type": { @@ -15950,7 +16512,7 @@ } }, { - "id": 855, + "id": 868, "name": "is_anonymous", "variant": "declaration", "kind": 1024, @@ -15960,9 +16522,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 379, + "line": 391, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L379" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L391" } ], "type": { @@ -15971,7 +16533,7 @@ } }, { - "id": 856, + "id": 869, "name": "is_sso_user", "variant": "declaration", "kind": 1024, @@ -15981,9 +16543,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 380, + "line": 392, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L380" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L392" } ], "type": { @@ -15992,7 +16554,7 @@ } }, { - "id": 851, + "id": 864, "name": "last_sign_in_at", "variant": "declaration", "kind": 1024, @@ -16002,9 +16564,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 375, + "line": 387, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L375" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L387" } ], "type": { @@ -16013,7 +16575,7 @@ } }, { - "id": 841, + "id": 854, "name": "new_email", "variant": "declaration", "kind": 1024, @@ -16023,9 +16585,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 365, + "line": 377, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L365" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L377" } ], "type": { @@ -16034,7 +16596,7 @@ } }, { - "id": 842, + "id": 855, "name": "new_phone", "variant": "declaration", "kind": 1024, @@ -16044,9 +16606,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 366, + "line": 378, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L366" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L378" } ], "type": { @@ -16055,7 +16617,7 @@ } }, { - "id": 846, + "id": 859, "name": "phone", "variant": "declaration", "kind": 1024, @@ -16065,9 +16627,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 370, + "line": 382, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L370" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L382" } ], "type": { @@ -16076,7 +16638,7 @@ } }, { - "id": 850, + "id": 863, "name": "phone_confirmed_at", "variant": "declaration", "kind": 1024, @@ -16086,9 +16648,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 374, + "line": 386, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L374" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L386" } ], "type": { @@ -16097,7 +16659,7 @@ } }, { - "id": 839, + "id": 852, "name": "recovery_sent_at", "variant": "declaration", "kind": 1024, @@ -16107,9 +16669,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 363, + "line": 375, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L363" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L375" } ], "type": { @@ -16118,7 +16680,7 @@ } }, { - "id": 852, + "id": 865, "name": "role", "variant": "declaration", "kind": 1024, @@ -16128,9 +16690,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 376, + "line": 388, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L376" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L388" } ], "type": { @@ -16139,7 +16701,7 @@ } }, { - "id": 853, + "id": 866, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -16149,9 +16711,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 377, + "line": 389, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L377" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L389" } ], "type": { @@ -16160,7 +16722,7 @@ } }, { - "id": 836, + "id": 849, "name": "user_metadata", "variant": "declaration", "kind": 1024, @@ -16168,14 +16730,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 360, + "line": 372, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L360" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L372" } ], "type": { "type": "reference", - "target": 830, + "target": 843, "name": "UserMetadata", "package": "@supabase/auth-js" } @@ -16185,66 +16747,106 @@ { "title": "Properties", "children": [ - 844, 835, 837, 838, 848, 847, 858, 845, 840, 849, 857, 834, 854, 843, 855, 856, 851, - 841, 842, 846, 850, 839, 852, 853, 836 + 857, 848, 850, 851, 861, 860, 871, 858, 853, 862, 870, 847, 867, 856, 868, 869, 864, + 854, 855, 859, 863, 852, 865, 866, 849 ] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 357, + "line": 369, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L357" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L369" } ] }, { - "id": 826, + "id": 838, "name": "UserAppMetadata", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 827, + "id": 839, "name": "provider", "variant": "declaration", "kind": 1024, "flags": { "isOptional": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The first provider that the user used to sign up with." + } + ] + }, "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 349, + "line": 357, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L349" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L357" } ], "type": { "type": "intrinsic", "name": "string" } + }, + { + "id": 840, + "name": "providers", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A list of all providers that the user has linked to their account." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 361, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L361" + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } } ], "groups": [ { "title": "Properties", - "children": [827] + "children": [839, 840] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 348, + "line": 353, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L348" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L353" } ], "indexSignatures": [ { - "id": 828, + "id": 841, "name": "__index", "variant": "signature", "kind": 8192, @@ -16252,14 +16854,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 350, + "line": 362, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L350" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L362" } ], "parameters": [ { - "id": 829, + "id": 842, "name": "key", "variant": "param", "kind": 32768, @@ -16278,14 +16880,14 @@ ] }, { - "id": 859, + "id": 872, "name": "UserAttributes", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 864, + "id": 877, "name": "data", "variant": "declaration", "kind": 1024, @@ -16319,9 +16921,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 414, + "line": 426, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L414" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L426" } ], "type": { @@ -16330,7 +16932,7 @@ } }, { - "id": 860, + "id": 873, "name": "email", "variant": "declaration", "kind": 1024, @@ -16348,9 +16950,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 389, + "line": 401, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L389" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L401" } ], "type": { @@ -16359,7 +16961,7 @@ } }, { - "id": 863, + "id": 876, "name": "nonce", "variant": "declaration", "kind": 1024, @@ -16377,9 +16979,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 406, + "line": 418, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L406" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L418" } ], "type": { @@ -16388,7 +16990,7 @@ } }, { - "id": 862, + "id": 875, "name": "password", "variant": "declaration", "kind": 1024, @@ -16406,9 +17008,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 399, + "line": 411, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L399" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L411" } ], "type": { @@ -16417,7 +17019,7 @@ } }, { - "id": 861, + "id": 874, "name": "phone", "variant": "declaration", "kind": 1024, @@ -16435,9 +17037,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 394, + "line": 406, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L394" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L406" } ], "type": { @@ -16449,27 +17051,27 @@ "groups": [ { "title": "Properties", - "children": [864, 860, 863, 862, 861] + "children": [877, 873, 876, 875, 874] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 385, + "line": 397, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L385" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L397" } ] }, { - "id": 803, + "id": 815, "name": "UserIdentity", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 812, + "id": 824, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -16479,9 +17081,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 298, + "line": 303, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L298" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L303" } ], "type": { @@ -16490,7 +17092,7 @@ } }, { - "id": 804, + "id": 816, "name": "id", "variant": "declaration", "kind": 1024, @@ -16498,9 +17100,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 291, + "line": 296, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L291" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L296" } ], "type": { @@ -16509,7 +17111,7 @@ } }, { - "id": 806, + "id": 818, "name": "identity_data", "variant": "declaration", "kind": 1024, @@ -16519,15 +17121,15 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 293, + "line": 298, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L293" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L298" } ], "type": { "type": "reflection", "declaration": { - "id": 807, + "id": 819, "name": "__type", "variant": "declaration", "kind": 65536, @@ -16535,14 +17137,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 293, + "line": 298, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L293" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L298" } ], "indexSignatures": [ { - "id": 808, + "id": 820, "name": "__index", "variant": "signature", "kind": 8192, @@ -16550,14 +17152,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 294, + "line": 299, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L294" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L299" } ], "parameters": [ { - "id": 809, + "id": 821, "name": "key", "variant": "param", "kind": 32768, @@ -16578,7 +17180,7 @@ } }, { - "id": 810, + "id": 822, "name": "identity_id", "variant": "declaration", "kind": 1024, @@ -16586,9 +17188,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 296, + "line": 301, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L296" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L301" } ], "type": { @@ -16597,7 +17199,7 @@ } }, { - "id": 813, + "id": 825, "name": "last_sign_in_at", "variant": "declaration", "kind": 1024, @@ -16607,9 +17209,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 299, + "line": 304, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L299" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L304" } ], "type": { @@ -16618,7 +17220,7 @@ } }, { - "id": 811, + "id": 823, "name": "provider", "variant": "declaration", "kind": 1024, @@ -16626,9 +17228,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 297, + "line": 302, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L297" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L302" } ], "type": { @@ -16637,7 +17239,7 @@ } }, { - "id": 814, + "id": 826, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -16647,9 +17249,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 300, + "line": 305, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L300" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L305" } ], "type": { @@ -16658,7 +17260,7 @@ } }, { - "id": 805, + "id": 817, "name": "user_id", "variant": "declaration", "kind": 1024, @@ -16666,9 +17268,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 292, + "line": 297, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L292" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L297" } ], "type": { @@ -16680,20 +17282,20 @@ "groups": [ { "title": "Properties", - "children": [812, 804, 806, 810, 813, 811, 814, 805] + "children": [824, 816, 818, 822, 825, 823, 826, 817] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 290, + "line": 295, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L290" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L295" } ] }, { - "id": 830, + "id": 843, "name": "UserMetadata", "variant": "declaration", "kind": 256, @@ -16701,14 +17303,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 353, + "line": 365, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L353" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L365" } ], "indexSignatures": [ { - "id": 831, + "id": 844, "name": "__index", "variant": "signature", "kind": 8192, @@ -16716,14 +17318,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 354, + "line": 366, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L354" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L366" } ], "parameters": [ { - "id": 832, + "id": 845, "name": "key", "variant": "param", "kind": 32768, @@ -16742,14 +17344,14 @@ ] }, { - "id": 1008, + "id": 1021, "name": "VerifyEmailOtpParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1009, + "id": 1022, "name": "email", "variant": "declaration", "kind": 1024, @@ -16765,9 +17367,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 719, + "line": 733, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L719" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L733" } ], "type": { @@ -16776,7 +17378,7 @@ } }, { - "id": 1012, + "id": 1025, "name": "options", "variant": "declaration", "kind": 1024, @@ -16786,22 +17388,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 724, + "line": 738, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L724" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L738" } ], "type": { "type": "reflection", "declaration": { - "id": 1013, + "id": 1026, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1015, + "id": 1028, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -16825,9 +17427,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 732, + "line": 746, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L732" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L746" } ], "type": { @@ -16836,7 +17438,7 @@ } }, { - "id": 1014, + "id": 1027, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -16854,9 +17456,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 726, + "line": 740, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L726" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L740" } ], "type": { @@ -16868,22 +17470,22 @@ "groups": [ { "title": "Properties", - "children": [1015, 1014] + "children": [1028, 1027] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 724, + "line": 738, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L724" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L738" } ] } } }, { - "id": 1010, + "id": 1023, "name": "token", "variant": "declaration", "kind": 1024, @@ -16899,9 +17501,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 721, + "line": 735, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L721" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L735" } ], "type": { @@ -16910,7 +17512,7 @@ } }, { - "id": 1011, + "id": 1024, "name": "type", "variant": "declaration", "kind": 1024, @@ -16926,14 +17528,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 723, + "line": 737, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L723" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L737" } ], "type": { "type": "reference", - "target": 1020, + "target": 1033, "name": "EmailOtpType", "package": "@supabase/auth-js" } @@ -16942,27 +17544,27 @@ "groups": [ { "title": "Properties", - "children": [1009, 1012, 1010, 1011] + "children": [1022, 1025, 1023, 1024] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 717, + "line": 731, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L717" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L731" } ] }, { - "id": 1000, + "id": 1013, "name": "VerifyMobileOtpParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1004, + "id": 1017, "name": "options", "variant": "declaration", "kind": 1024, @@ -16972,22 +17574,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 705, + "line": 719, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L705" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L719" } ], "type": { "type": "reflection", "declaration": { - "id": 1005, + "id": 1018, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1007, + "id": 1020, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -17011,9 +17613,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 714, + "line": 728, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L714" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L728" } ], "type": { @@ -17022,7 +17624,7 @@ } }, { - "id": 1006, + "id": 1019, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -17040,9 +17642,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 707, + "line": 721, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L707" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L721" } ], "type": { @@ -17054,22 +17656,22 @@ "groups": [ { "title": "Properties", - "children": [1007, 1006] + "children": [1020, 1019] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 705, + "line": 719, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L705" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L719" } ] } } }, { - "id": 1001, + "id": 1014, "name": "phone", "variant": "declaration", "kind": 1024, @@ -17085,9 +17687,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 700, + "line": 714, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L700" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L714" } ], "type": { @@ -17096,7 +17698,7 @@ } }, { - "id": 1002, + "id": 1015, "name": "token", "variant": "declaration", "kind": 1024, @@ -17112,9 +17714,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 702, + "line": 716, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L702" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L716" } ], "type": { @@ -17123,7 +17725,7 @@ } }, { - "id": 1003, + "id": 1016, "name": "type", "variant": "declaration", "kind": 1024, @@ -17139,14 +17741,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 704, + "line": 718, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L704" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L718" } ], "type": { "type": "reference", - "target": 1019, + "target": 1032, "name": "MobileOtpType", "package": "@supabase/auth-js" } @@ -17155,27 +17757,27 @@ "groups": [ { "title": "Properties", - "children": [1004, 1001, 1002, 1003] + "children": [1017, 1014, 1015, 1016] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 698, + "line": 712, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L698" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L712" } ] }, { - "id": 1016, + "id": 1029, "name": "VerifyTokenHashParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1017, + "id": 1030, "name": "token_hash", "variant": "declaration", "kind": 1024, @@ -17191,9 +17793,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 738, + "line": 752, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L738" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L752" } ], "type": { @@ -17202,7 +17804,7 @@ } }, { - "id": 1018, + "id": 1031, "name": "type", "variant": "declaration", "kind": 1024, @@ -17218,14 +17820,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 741, + "line": 755, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L741" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L755" } ], "type": { "type": "reference", - "target": 1020, + "target": 1033, "name": "EmailOtpType", "package": "@supabase/auth-js" } @@ -17234,20 +17836,20 @@ "groups": [ { "title": "Properties", - "children": [1017, 1018] + "children": [1030, 1031] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 736, + "line": 750, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L736" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L750" } ] }, { - "id": 798, + "id": 810, "name": "AMRMethod", "variant": "declaration", "kind": 2097152, @@ -17255,9 +17857,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 269, + "line": 274, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L269" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L274" } ], "type": { @@ -17293,7 +17895,7 @@ { "type": "reflection", "declaration": { - "id": 799, + "id": 811, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17301,9 +17903,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 269, + "line": 274, "character": 64, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L269" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L274" } ] } @@ -17314,7 +17916,7 @@ } }, { - "id": 688, + "id": 699, "name": "AuthChangeEvent", "variant": "declaration", "kind": 2097152, @@ -17324,7 +17926,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 44, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L44" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L44" } ], "type": { @@ -17356,7 +17958,7 @@ }, { "type": "reference", - "target": 687, + "target": 698, "name": "AuthChangeEventMFA", "package": "@supabase/auth-js" } @@ -17364,7 +17966,7 @@ } }, { - "id": 687, + "id": 698, "name": "AuthChangeEventMFA", "variant": "declaration", "kind": 2097152, @@ -17374,7 +17976,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 42, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L42" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L42" } ], "type": { @@ -17383,7 +17985,7 @@ } }, { - "id": 1127, + "id": 1142, "name": "AuthenticatorAssuranceLevels", "variant": "declaration", "kind": 2097152, @@ -17391,9 +17993,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1118, + "line": 1144, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1118" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1144" } ], "type": { @@ -17411,7 +18013,7 @@ } }, { - "id": 924, + "id": 937, "name": "AuthFlowType", "variant": "declaration", "kind": 2097152, @@ -17419,9 +18021,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 579, + "line": 593, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L579" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L593" } ], "type": { @@ -17439,7 +18041,7 @@ } }, { - "id": 1253, + "id": 1268, "name": "AuthMFAAdminDeleteFactorParams", "variant": "declaration", "kind": 2097152, @@ -17456,22 +18058,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1228, + "line": 1254, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1254" } ], "type": { "type": "reflection", "declaration": { - "id": 1254, + "id": 1269, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1255, + "id": 1270, "name": "id", "variant": "declaration", "kind": 1024, @@ -17487,9 +18089,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1230, + "line": 1256, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1230" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1256" } ], "type": { @@ -17498,7 +18100,7 @@ } }, { - "id": 1256, + "id": 1271, "name": "userId", "variant": "declaration", "kind": 1024, @@ -17514,9 +18116,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1233, + "line": 1259, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1233" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1259" } ], "type": { @@ -17528,22 +18130,22 @@ "groups": [ { "title": "Properties", - "children": [1255, 1256] + "children": [1270, 1271] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1228, + "line": 1254, "character": 45, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1254" } ] } } }, { - "id": 1250, + "id": 1265, "name": "AuthMFAAdminDeleteFactorResponse", "variant": "declaration", "kind": 2097152, @@ -17560,26 +18162,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1221, + "line": 1247, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1221" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1247" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1251, + "id": 1266, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1252, + "id": 1267, "name": "id", "variant": "declaration", "kind": 1024, @@ -17595,9 +18197,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1223, + "line": 1249, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1223" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1249" } ], "type": { @@ -17609,15 +18211,15 @@ "groups": [ { "title": "Properties", - "children": [1252] + "children": [1267] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1221, + "line": 1247, "character": 61, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1221" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1247" } ] } @@ -17628,7 +18230,7 @@ } }, { - "id": 1260, + "id": 1275, "name": "AuthMFAAdminListFactorsParams", "variant": "declaration", "kind": 2097152, @@ -17645,22 +18247,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1247, + "line": 1273, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1247" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1273" } ], "type": { "type": "reflection", "declaration": { - "id": 1261, + "id": 1276, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1262, + "id": 1277, "name": "userId", "variant": "declaration", "kind": 1024, @@ -17676,9 +18278,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1249, + "line": 1275, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1249" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1275" } ], "type": { @@ -17690,22 +18292,22 @@ "groups": [ { "title": "Properties", - "children": [1262] + "children": [1277] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1247, + "line": 1273, "character": 44, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1247" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1273" } ] } } }, { - "id": 1257, + "id": 1272, "name": "AuthMFAAdminListFactorsResponse", "variant": "declaration", "kind": 2097152, @@ -17722,26 +18324,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1239, + "line": 1265, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1239" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1265" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1258, + "id": 1273, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1259, + "id": 1274, "name": "factors", "variant": "declaration", "kind": 1024, @@ -17757,16 +18359,16 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1241, + "line": 1267, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1241" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1267" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 816, + "target": 828, "name": "Factor", "package": "@supabase/auth-js" } @@ -17776,15 +18378,15 @@ "groups": [ { "title": "Properties", - "children": [1259] + "children": [1274] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1239, + "line": 1265, "character": 60, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1239" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1265" } ] } @@ -17795,7 +18397,7 @@ } }, { - "id": 1118, + "id": 1133, "name": "AuthMFAChallengePhoneResponse", "variant": "declaration", "kind": 2097152, @@ -17803,18 +18405,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1048, + "line": 1074, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1048" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1074" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -17855,7 +18457,7 @@ } }, { - "id": 1122, + "id": 1137, "name": "AuthMFAChallengeResponse", "variant": "declaration", "kind": 2097152, @@ -17863,9 +18465,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1100, + "line": 1126, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1100" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1126" } ], "type": { @@ -17873,19 +18475,19 @@ "types": [ { "type": "reference", - "target": 1117, + "target": 1132, "name": "AuthMFAChallengeTOTPResponse", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1118, + "target": 1133, "name": "AuthMFAChallengePhoneResponse", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1119, + "target": 1134, "name": "AuthMFAChallengeWebauthnResponse", "package": "@supabase/auth-js" } @@ -17893,7 +18495,7 @@ } }, { - "id": 1117, + "id": 1132, "name": "AuthMFAChallengeTOTPResponse", "variant": "declaration", "kind": 2097152, @@ -17901,18 +18503,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1040, + "line": 1066, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1040" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1066" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -17953,7 +18555,7 @@ } }, { - "id": 1119, + "id": 1134, "name": "AuthMFAChallengeWebauthnResponse", "variant": "declaration", "kind": 2097152, @@ -17982,18 +18584,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1069, + "line": 1095, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1069" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1095" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -18034,7 +18636,7 @@ } }, { - "id": 1120, + "id": 1135, "name": "AuthMFAChallengeWebauthnResponseDataJSON", "variant": "declaration", "kind": 2097152, @@ -18050,14 +18652,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1089, + "line": 1115, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1089" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1115" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -18094,7 +18696,7 @@ } }, { - "id": 1121, + "id": 1136, "name": "AuthMFAChallengeWebauthnServerResponse", "variant": "declaration", "kind": 2097152, @@ -18110,18 +18712,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1097, + "line": 1123, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1097" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1123" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 1120, + "target": 1135, "name": "AuthMFAChallengeWebauthnResponseDataJSON", "package": "@supabase/auth-js" } @@ -18131,7 +18733,7 @@ } }, { - "id": 1295, + "id": 1310, "name": "AuthMFAEnrollPhoneResponse", "variant": "declaration", "kind": 2097152, @@ -18139,18 +18741,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1403, + "line": 1429, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1403" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1429" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -18191,7 +18793,7 @@ } }, { - "id": 1113, + "id": 1128, "name": "AuthMFAEnrollResponse", "variant": "declaration", "kind": 2097152, @@ -18199,9 +18801,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1015, + "line": 1041, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1015" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1041" } ], "type": { @@ -18209,19 +18811,19 @@ "types": [ { "type": "reference", - "target": 1294, + "target": 1309, "name": "AuthMFAEnrollTOTPResponse", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1295, + "target": 1310, "name": "AuthMFAEnrollPhoneResponse", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1296, + "target": 1311, "name": "AuthMFAEnrollWebauthnResponse", "package": "@supabase/auth-js" } @@ -18229,7 +18831,7 @@ } }, { - "id": 1294, + "id": 1309, "name": "AuthMFAEnrollTOTPResponse", "variant": "declaration", "kind": 2097152, @@ -18237,18 +18839,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1394, + "line": 1420, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1394" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1420" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -18289,7 +18891,7 @@ } }, { - "id": 1296, + "id": 1311, "name": "AuthMFAEnrollWebauthnResponse", "variant": "declaration", "kind": 2097152, @@ -18318,18 +18920,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1416, + "line": 1442, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1416" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1442" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -18370,7 +18972,7 @@ } }, { - "id": 1128, + "id": 1143, "name": "AuthMFAGetAuthenticatorAssuranceLevelResponse", "variant": "declaration", "kind": 2097152, @@ -18378,26 +18980,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1120, + "line": 1146, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1146" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1129, + "id": 1144, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1132, + "id": 1147, "name": "currentAuthenticationMethods", "variant": "declaration", "kind": 1024, @@ -18413,23 +19015,23 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1137, + "line": 1163, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1137" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1163" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 800, + "target": 812, "name": "AMREntry", "package": "@supabase/auth-js" } } }, { - "id": 1130, + "id": 1145, "name": "currentLevel", "variant": "declaration", "kind": 1024, @@ -18445,9 +19047,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1122, + "line": 1148, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1122" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1148" } ], "type": { @@ -18455,7 +19057,7 @@ "types": [ { "type": "reference", - "target": 1127, + "target": 1142, "name": "AuthenticatorAssuranceLevels", "package": "@supabase/auth-js" }, @@ -18467,7 +19069,7 @@ } }, { - "id": 1131, + "id": 1146, "name": "nextLevel", "variant": "declaration", "kind": 1024, @@ -18487,7 +19089,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#challenge", - "target": 1154 + "target": 1169 } ] } @@ -18496,9 +19098,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1130, + "line": 1156, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1130" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1156" } ], "type": { @@ -18506,7 +19108,7 @@ "types": [ { "type": "reference", - "target": 1127, + "target": 1142, "name": "AuthenticatorAssuranceLevels", "package": "@supabase/auth-js" }, @@ -18521,15 +19123,15 @@ "groups": [ { "title": "Properties", - "children": [1132, 1130, 1131] + "children": [1147, 1145, 1146] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1120, + "line": 1146, "character": 74, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1146" } ] } @@ -18540,7 +19142,7 @@ } }, { - "id": 1123, + "id": 1138, "name": "AuthMFAListFactorsResponse", "variant": "declaration", "kind": 2097152, @@ -18556,14 +19158,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1106, + "line": 1132, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1106" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1132" } ], "typeParameters": [ { - "id": 1126, + "id": 1141, "name": "T", "variant": "typeParam", "kind": 131072, @@ -18598,7 +19200,7 @@ ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "intersection", @@ -18606,14 +19208,14 @@ { "type": "reflection", "declaration": { - "id": 1124, + "id": 1139, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1125, + "id": 1140, "name": "all", "variant": "declaration", "kind": 1024, @@ -18629,20 +19231,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1110, + "line": 1136, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1110" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1136" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "reference", - "target": 816, + "target": 828, "name": "Factor", "package": "@supabase/auth-js" } @@ -18656,15 +19258,15 @@ "groups": [ { "title": "Properties", - "children": [1125] + "children": [1140] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1108, + "line": 1134, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1108" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1134" } ] } @@ -18680,7 +19282,7 @@ }, "objectType": { "type": "reference", - "target": 1126, + "target": 1141, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -18690,11 +19292,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "reference", - "target": 816, + "target": 828, "typeArguments": [ { "type": "reference", @@ -18728,7 +19330,7 @@ } }, { - "id": 1114, + "id": 1129, "name": "AuthMFAUnenrollResponse", "variant": "declaration", "kind": 2097152, @@ -18736,26 +19338,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1020, + "line": 1046, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1020" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1046" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1115, + "id": 1130, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1116, + "id": 1131, "name": "id", "variant": "declaration", "kind": 1024, @@ -18771,9 +19373,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1022, + "line": 1048, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1022" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1048" } ], "type": { @@ -18785,15 +19387,15 @@ "groups": [ { "title": "Properties", - "children": [1116] + "children": [1131] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1020, + "line": 1046, "character": 52, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1020" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1046" } ] } @@ -18804,7 +19406,7 @@ } }, { - "id": 1112, + "id": 1127, "name": "AuthMFAVerifyResponse", "variant": "declaration", "kind": 2097152, @@ -18820,18 +19422,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1013, + "line": 1039, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1013" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1039" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 1105, + "target": 1120, "name": "AuthMFAVerifyResponseData", "package": "@supabase/auth-js" } @@ -18841,7 +19443,7 @@ } }, { - "id": 1105, + "id": 1120, "name": "AuthMFAVerifyResponseData", "variant": "declaration", "kind": 2097152, @@ -18857,22 +19459,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 992, + "line": 1018, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L992" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1018" } ], "type": { "type": "reflection", "declaration": { - "id": 1106, + "id": 1121, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1107, + "id": 1122, "name": "access_token", "variant": "declaration", "kind": 1024, @@ -18888,9 +19490,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 994, + "line": 1020, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L994" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1020" } ], "type": { @@ -18899,7 +19501,7 @@ } }, { - "id": 1109, + "id": 1124, "name": "expires_in", "variant": "declaration", "kind": 1024, @@ -18915,9 +19517,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1000, + "line": 1026, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1000" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1026" } ], "type": { @@ -18926,7 +19528,7 @@ } }, { - "id": 1110, + "id": 1125, "name": "refresh_token", "variant": "declaration", "kind": 1024, @@ -18942,9 +19544,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1003, + "line": 1029, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1003" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1029" } ], "type": { @@ -18953,7 +19555,7 @@ } }, { - "id": 1108, + "id": 1123, "name": "token_type", "variant": "declaration", "kind": 1024, @@ -18977,9 +19579,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 997, + "line": 1023, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L997" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1023" } ], "type": { @@ -18988,7 +19590,7 @@ } }, { - "id": 1111, + "id": 1126, "name": "user", "variant": "declaration", "kind": 1024, @@ -19004,14 +19606,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1006, + "line": 1032, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1006" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1032" } ], "type": { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" } @@ -19020,22 +19622,22 @@ "groups": [ { "title": "Properties", - "children": [1107, 1109, 1110, 1108, 1111] + "children": [1122, 1124, 1125, 1123, 1126] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 992, + "line": 1018, "character": 40, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L992" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1018" } ] } } }, { - "id": 1412, + "id": 1443, "name": "AuthOAuthAuthorizationDetailsResponse", "variant": "declaration", "kind": 2097152, @@ -19051,18 +19653,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1663, + "line": 1713, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1663" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1713" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 1402, + "target": 1433, "name": "OAuthAuthorizationDetails", "package": "@supabase/auth-js" } @@ -19072,7 +19674,7 @@ } }, { - "id": 1413, + "id": 1444, "name": "AuthOAuthConsentResponse", "variant": "declaration", "kind": 2097152, @@ -19088,26 +19690,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1669, + "line": 1719, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1669" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1719" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1414, + "id": 1445, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1415, + "id": 1446, "name": "redirect_url", "variant": "declaration", "kind": 1024, @@ -19123,9 +19725,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1671, + "line": 1721, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1671" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1721" } ], "type": { @@ -19137,15 +19739,15 @@ "groups": [ { "title": "Properties", - "children": [1415] + "children": [1446] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1669, + "line": 1719, "character": 53, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1669" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1719" } ] } @@ -19156,7 +19758,7 @@ } }, { - "id": 756, + "id": 768, "name": "AuthOtpResponse", "variant": "declaration", "kind": 2097152, @@ -19177,26 +19779,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 173, + "line": 178, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L178" } ], "type": { "type": "reference", - "target": 739, + "target": 751, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 757, + "id": 769, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 760, + "id": 772, "name": "messageId", "variant": "declaration", "kind": 1024, @@ -19206,9 +19808,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 176, + "line": 181, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L176" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L181" } ], "type": { @@ -19226,7 +19828,7 @@ } }, { - "id": 759, + "id": 771, "name": "session", "variant": "declaration", "kind": 1024, @@ -19234,9 +19836,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 175, + "line": 180, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L180" } ], "type": { @@ -19245,7 +19847,7 @@ } }, { - "id": 758, + "id": 770, "name": "user", "variant": "declaration", "kind": 1024, @@ -19253,9 +19855,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 174, + "line": 179, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L174" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L179" } ], "type": { @@ -19267,15 +19869,15 @@ "groups": [ { "title": "Properties", - "children": [760, 759, 758] + "children": [772, 771, 770] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 173, + "line": 178, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L178" } ] } @@ -19286,7 +19888,7 @@ } }, { - "id": 747, + "id": 759, "name": "AuthResponse", "variant": "declaration", "kind": 2097152, @@ -19294,26 +19896,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 157, + "line": 162, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L157" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L162" } ], "type": { "type": "reference", - "target": 739, + "target": 751, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 748, + "id": 760, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 750, + "id": 762, "name": "session", "variant": "declaration", "kind": 1024, @@ -19321,9 +19923,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 159, + "line": 164, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L159" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L164" } ], "type": { @@ -19331,7 +19933,7 @@ "types": [ { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" }, @@ -19343,7 +19945,7 @@ } }, { - "id": 749, + "id": 761, "name": "user", "variant": "declaration", "kind": 1024, @@ -19351,9 +19953,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 158, + "line": 163, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L158" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L163" } ], "type": { @@ -19361,7 +19963,7 @@ "types": [ { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" }, @@ -19376,15 +19978,15 @@ "groups": [ { "title": "Properties", - "children": [750, 749] + "children": [762, 761] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 157, + "line": 162, "character": 56, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L157" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L162" } ] } @@ -19395,7 +19997,7 @@ } }, { - "id": 751, + "id": 763, "name": "AuthResponsePassword", "variant": "declaration", "kind": 2097152, @@ -19403,26 +20005,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 162, + "line": 167, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L162" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L167" } ], "type": { "type": "reference", - "target": 739, + "target": 751, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 752, + "id": 764, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 754, + "id": 766, "name": "session", "variant": "declaration", "kind": 1024, @@ -19430,9 +20032,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 164, + "line": 169, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L164" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L169" } ], "type": { @@ -19440,7 +20042,7 @@ "types": [ { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" }, @@ -19452,7 +20054,7 @@ } }, { - "id": 753, + "id": 765, "name": "user", "variant": "declaration", "kind": 1024, @@ -19460,9 +20062,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 163, + "line": 168, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L163" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L168" } ], "type": { @@ -19470,7 +20072,7 @@ "types": [ { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" }, @@ -19482,7 +20084,7 @@ } }, { - "id": 755, + "id": 767, "name": "weak_password", "variant": "declaration", "kind": 1024, @@ -19492,9 +20094,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 165, + "line": 170, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L165" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L170" } ], "type": { @@ -19502,7 +20104,7 @@ "types": [ { "type": "reference", - "target": 721, + "target": 733, "name": "WeakPassword", "package": "@supabase/auth-js" }, @@ -19517,15 +20119,15 @@ "groups": [ { "title": "Properties", - "children": [754, 753, 755] + "children": [766, 765, 767] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 162, + "line": 167, "character": 64, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L162" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L167" } ] } @@ -19536,7 +20138,7 @@ } }, { - "id": 761, + "id": 773, "name": "AuthTokenResponse", "variant": "declaration", "kind": 2097152, @@ -19544,26 +20146,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 179, + "line": 184, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L184" } ], "type": { "type": "reference", - "target": 739, + "target": 751, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 762, + "id": 774, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 764, + "id": 776, "name": "session", "variant": "declaration", "kind": 1024, @@ -19571,20 +20173,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 181, + "line": 186, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L181" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L186" } ], "type": { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" } }, { - "id": 763, + "id": 775, "name": "user", "variant": "declaration", "kind": 1024, @@ -19592,14 +20194,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 180, + "line": 185, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L180" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L185" } ], "type": { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" } @@ -19608,15 +20210,15 @@ "groups": [ { "title": "Properties", - "children": [764, 763] + "children": [776, 775] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 179, + "line": 184, "character": 61, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L184" } ] } @@ -19627,7 +20229,7 @@ } }, { - "id": 765, + "id": 777, "name": "AuthTokenResponsePassword", "variant": "declaration", "kind": 2097152, @@ -19635,26 +20237,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 184, + "line": 189, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L189" } ], "type": { "type": "reference", - "target": 739, + "target": 751, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 766, + "id": 778, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 768, + "id": 780, "name": "session", "variant": "declaration", "kind": 1024, @@ -19662,20 +20264,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 186, + "line": 191, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L186" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L191" } ], "type": { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" } }, { - "id": 767, + "id": 779, "name": "user", "variant": "declaration", "kind": 1024, @@ -19683,20 +20285,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 185, + "line": 190, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L185" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L190" } ], "type": { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" } }, { - "id": 769, + "id": 781, "name": "weakPassword", "variant": "declaration", "kind": 1024, @@ -19706,14 +20308,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 187, + "line": 192, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L187" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L192" } ], "type": { "type": "reference", - "target": 721, + "target": 733, "name": "WeakPassword", "package": "@supabase/auth-js" } @@ -19722,15 +20324,15 @@ "groups": [ { "title": "Properties", - "children": [768, 767, 769] + "children": [780, 779, 781] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 184, + "line": 189, "character": 69, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L189" } ] } @@ -19741,7 +20343,7 @@ } }, { - "id": 1276, + "id": 1291, "name": "CallRefreshTokenResult", "variant": "declaration", "kind": 2097152, @@ -19749,18 +20351,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1299, + "line": 1325, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1299" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1325" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 789, + "target": 801, "name": "Session", "package": "@supabase/auth-js" } @@ -19770,7 +20372,7 @@ } }, { - "id": 1345, + "id": 1376, "name": "CreateOAuthClientParams", "variant": "declaration", "kind": 2097152, @@ -19786,22 +20388,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1515, + "line": 1565, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1515" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1565" } ], "type": { "type": "reflection", "declaration": { - "id": 1346, + "id": 1377, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1347, + "id": 1378, "name": "client_name", "variant": "declaration", "kind": 1024, @@ -19817,9 +20419,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1517, + "line": 1567, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1517" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1567" } ], "type": { @@ -19828,7 +20430,7 @@ } }, { - "id": 1348, + "id": 1379, "name": "client_uri", "variant": "declaration", "kind": 1024, @@ -19846,9 +20448,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1519, + "line": 1569, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1519" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1569" } ], "type": { @@ -19857,7 +20459,7 @@ } }, { - "id": 1350, + "id": 1381, "name": "grant_types", "variant": "declaration", "kind": 1024, @@ -19875,23 +20477,23 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1523, + "line": 1573, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1523" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1573" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 1325, + "target": 1356, "name": "OAuthClientGrantType", "package": "@supabase/auth-js" } } }, { - "id": 1349, + "id": 1380, "name": "redirect_uris", "variant": "declaration", "kind": 1024, @@ -19907,9 +20509,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1521, + "line": 1571, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1521" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1571" } ], "type": { @@ -19921,7 +20523,7 @@ } }, { - "id": 1351, + "id": 1382, "name": "response_types", "variant": "declaration", "kind": 1024, @@ -19939,23 +20541,23 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1525, + "line": 1575, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1525" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1575" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 1326, + "target": 1357, "name": "OAuthClientResponseType", "package": "@supabase/auth-js" } } }, { - "id": 1352, + "id": 1383, "name": "scope", "variant": "declaration", "kind": 1024, @@ -19973,9 +20575,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1527, + "line": 1577, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1527" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1577" } ], "type": { @@ -19987,22 +20589,22 @@ "groups": [ { "title": "Properties", - "children": [1347, 1348, 1350, 1349, 1351, 1352] + "children": [1378, 1379, 1381, 1380, 1382, 1383] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1515, + "line": 1565, "character": 38, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1515" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1565" } ] } } }, { - "id": 1020, + "id": 1033, "name": "EmailOtpType", "variant": "declaration", "kind": 2097152, @@ -20010,9 +20612,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 745, + "line": 759, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L745" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L759" } ], "type": { @@ -20046,7 +20648,7 @@ } }, { - "id": 980, + "id": 993, "name": "EthereumWallet", "variant": "declaration", "kind": 2097152, @@ -20054,9 +20656,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 656, + "line": 670, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L656" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L670" } ], "type": { @@ -20070,7 +20672,7 @@ } }, { - "id": 981, + "id": 994, "name": "EthereumWeb3Credentials", "variant": "declaration", "kind": 2097152, @@ -20078,9 +20680,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 658, + "line": 672, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L658" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L672" } ], "type": { @@ -20089,14 +20691,14 @@ { "type": "reflection", "declaration": { - "id": 982, + "id": 995, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 983, + "id": 996, "name": "chain", "variant": "declaration", "kind": 1024, @@ -20104,9 +20706,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 660, + "line": 674, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L660" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L674" } ], "type": { @@ -20115,7 +20717,7 @@ } }, { - "id": 986, + "id": 999, "name": "options", "variant": "declaration", "kind": 1024, @@ -20125,22 +20727,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 668, + "line": 682, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L668" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L682" } ], "type": { "type": "reflection", "declaration": { - "id": 987, + "id": 1000, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 989, + "id": 1002, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -20158,9 +20760,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 673, + "line": 687, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L673" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L687" } ], "type": { @@ -20169,7 +20771,7 @@ } }, { - "id": 990, + "id": 1003, "name": "signInWithEthereum", "variant": "declaration", "kind": 1024, @@ -20179,9 +20781,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 675, + "line": 689, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L675" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L689" } ], "type": { @@ -20238,7 +20840,7 @@ } }, { - "id": 988, + "id": 1001, "name": "url", "variant": "declaration", "kind": 1024, @@ -20256,9 +20858,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 670, + "line": 684, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L670" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L684" } ], "type": { @@ -20270,22 +20872,22 @@ "groups": [ { "title": "Properties", - "children": [989, 990, 988] + "children": [1002, 1003, 1001] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 668, + "line": 682, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L668" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L682" } ] } } }, { - "id": 985, + "id": 998, "name": "statement", "variant": "declaration", "kind": 1024, @@ -20303,9 +20905,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 666, + "line": 680, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L666" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L680" } ], "type": { @@ -20314,7 +20916,7 @@ } }, { - "id": 984, + "id": 997, "name": "wallet", "variant": "declaration", "kind": 1024, @@ -20340,14 +20942,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 663, + "line": 677, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L663" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L677" } ], "type": { "type": "reference", - "target": 980, + "target": 993, "name": "EthereumWallet", "package": "@supabase/auth-js" } @@ -20356,15 +20958,15 @@ "groups": [ { "title": "Properties", - "children": [983, 986, 985, 984] + "children": [996, 999, 998, 997] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 659, + "line": 673, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L659" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L673" } ] } @@ -20372,14 +20974,14 @@ { "type": "reflection", "declaration": { - "id": 991, + "id": 1004, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 992, + "id": 1005, "name": "chain", "variant": "declaration", "kind": 1024, @@ -20387,9 +20989,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 681, + "line": 695, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L681" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L695" } ], "type": { @@ -20398,7 +21000,7 @@ } }, { - "id": 993, + "id": 1006, "name": "message", "variant": "declaration", "kind": 1024, @@ -20438,9 +21040,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 684, + "line": 698, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L684" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L698" } ], "type": { @@ -20449,7 +21051,7 @@ } }, { - "id": 995, + "id": 1008, "name": "options", "variant": "declaration", "kind": 1024, @@ -20459,22 +21061,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 689, + "line": 703, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L689" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L703" } ], "type": { "type": "reflection", "declaration": { - "id": 996, + "id": 1009, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 997, + "id": 1010, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -20492,9 +21094,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 691, + "line": 705, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L691" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L705" } ], "type": { @@ -20506,22 +21108,22 @@ "groups": [ { "title": "Properties", - "children": [997] + "children": [1010] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 689, + "line": 703, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L689" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L703" } ] } } }, { - "id": 994, + "id": 1007, "name": "signature", "variant": "declaration", "kind": 1024, @@ -20537,9 +21139,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 687, + "line": 701, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L687" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L701" } ], "type": { @@ -20556,15 +21158,15 @@ "groups": [ { "title": "Properties", - "children": [992, 993, 995, 994] + "children": [1005, 1006, 1008, 1007] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 680, + "line": 694, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L680" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L694" } ] } @@ -20573,7 +21175,7 @@ } }, { - "id": 816, + "id": 828, "name": "Factor", "variant": "declaration", "kind": 2097152, @@ -20597,7 +21199,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#enroll", - "target": 1134 + "target": 1149 }, { "kind": "text", @@ -20611,7 +21213,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#listFactors", - "target": 1245 + "target": 1260 }, { "kind": "text", @@ -20637,33 +21239,33 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 324, + "line": 329, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L324" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L329" } ], "typeParameters": [ { - "id": 824, + "id": 836, "name": "Type", "variant": "typeParam", "kind": 131072, "flags": {}, "type": { "type": "reference", - "target": 815, + "target": 827, "name": "FactorType", "package": "@supabase/auth-js" }, "default": { "type": "reference", - "target": 815, + "target": 827, "name": "FactorType", "package": "@supabase/auth-js" } }, { - "id": 825, + "id": 837, "name": "Status", "variant": "typeParam", "kind": 131072, @@ -20702,14 +21304,14 @@ "type": { "type": "reflection", "declaration": { - "id": 817, + "id": 829, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 822, + "id": 834, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -20717,9 +21319,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 344, + "line": 349, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L344" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L349" } ], "type": { @@ -20728,7 +21330,7 @@ } }, { - "id": 820, + "id": 832, "name": "factor_type", "variant": "declaration", "kind": 1024, @@ -20760,21 +21362,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 337, + "line": 342, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L337" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L342" } ], "type": { "type": "reference", - "target": 824, + "target": 836, "name": "Type", "package": "@supabase/auth-js", "refersToTypeParameter": true } }, { - "id": 819, + "id": 831, "name": "friendly_name", "variant": "declaration", "kind": 1024, @@ -20792,9 +21394,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 332, + "line": 337, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L332" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L337" } ], "type": { @@ -20803,7 +21405,7 @@ } }, { - "id": 818, + "id": 830, "name": "id", "variant": "declaration", "kind": 1024, @@ -20819,9 +21421,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 329, + "line": 334, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L329" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L334" } ], "type": { @@ -20830,7 +21432,7 @@ } }, { - "id": 821, + "id": 833, "name": "status", "variant": "declaration", "kind": 1024, @@ -20874,21 +21476,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 342, + "line": 347, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L342" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L347" } ], "type": { "type": "reference", - "target": 825, + "target": 837, "name": "Status", "package": "@supabase/auth-js", "refersToTypeParameter": true } }, { - "id": 823, + "id": 835, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -20896,9 +21498,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 345, + "line": 350, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L345" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L350" } ], "type": { @@ -20910,22 +21512,22 @@ "groups": [ { "title": "Properties", - "children": [822, 820, 819, 818, 821, 823] + "children": [834, 832, 831, 830, 833, 835] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 327, + "line": 332, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L327" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L332" } ] } } }, { - "id": 815, + "id": 827, "name": "FactorType", "variant": "declaration", "kind": 2097152, @@ -20957,9 +21559,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 308, + "line": 313, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L308" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L313" } ], "type": { @@ -20984,7 +21586,7 @@ } }, { - "id": 1064, + "id": 1079, "name": "GenerateEmailChangeLinkParams", "variant": "declaration", "kind": 2097152, @@ -20992,22 +21594,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 812, + "line": 838, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L812" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L838" } ], "type": { "type": "reflection", "declaration": { - "id": 1065, + "id": 1080, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1067, + "id": 1082, "name": "email", "variant": "declaration", "kind": 1024, @@ -21023,9 +21625,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 815, + "line": 841, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L815" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L841" } ], "type": { @@ -21034,7 +21636,7 @@ } }, { - "id": 1068, + "id": 1083, "name": "newEmail", "variant": "declaration", "kind": 1024, @@ -21050,9 +21652,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 819, + "line": 845, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L819" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L845" } ], "type": { @@ -21061,7 +21663,7 @@ } }, { - "id": 1069, + "id": 1084, "name": "options", "variant": "declaration", "kind": 1024, @@ -21071,9 +21673,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 820, + "line": 846, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L820" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L846" } ], "type": { @@ -21085,7 +21687,7 @@ "typeArguments": [ { "type": "reference", - "target": 1070, + "target": 1085, "name": "GenerateLinkOptions", "package": "@supabase/auth-js" }, @@ -21099,7 +21701,7 @@ } }, { - "id": 1066, + "id": 1081, "name": "type", "variant": "declaration", "kind": 1024, @@ -21107,9 +21709,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 813, + "line": 839, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L813" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L839" } ], "type": { @@ -21130,22 +21732,22 @@ "groups": [ { "title": "Properties", - "children": [1067, 1068, 1069, 1066] + "children": [1082, 1083, 1084, 1081] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 812, + "line": 838, "character": 44, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L812" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L838" } ] } } }, { - "id": 1054, + "id": 1069, "name": "GenerateInviteOrMagiclinkParams", "variant": "declaration", "kind": 2097152, @@ -21153,22 +21755,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 798, + "line": 824, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L798" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L824" } ], "type": { "type": "reflection", "declaration": { - "id": 1055, + "id": 1070, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1057, + "id": 1072, "name": "email", "variant": "declaration", "kind": 1024, @@ -21184,9 +21786,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 801, + "line": 827, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L801" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L827" } ], "type": { @@ -21195,7 +21797,7 @@ } }, { - "id": 1058, + "id": 1073, "name": "options", "variant": "declaration", "kind": 1024, @@ -21205,9 +21807,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 802, + "line": 828, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L802" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L828" } ], "type": { @@ -21219,7 +21821,7 @@ "typeArguments": [ { "type": "reference", - "target": 1070, + "target": 1085, "name": "GenerateLinkOptions", "package": "@supabase/auth-js" }, @@ -21242,7 +21844,7 @@ } }, { - "id": 1056, + "id": 1071, "name": "type", "variant": "declaration", "kind": 1024, @@ -21250,9 +21852,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 799, + "line": 825, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L799" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L825" } ], "type": { @@ -21273,22 +21875,22 @@ "groups": [ { "title": "Properties", - "children": [1057, 1058, 1056] + "children": [1072, 1073, 1071] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 798, + "line": 824, "character": 46, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L798" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L824" } ] } } }, { - "id": 1073, + "id": 1088, "name": "GenerateLinkParams", "variant": "declaration", "kind": 2097152, @@ -21296,9 +21898,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 834, + "line": 860, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L834" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L860" } ], "type": { @@ -21306,25 +21908,25 @@ "types": [ { "type": "reference", - "target": 1048, + "target": 1063, "name": "GenerateSignupLinkParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1054, + "target": 1069, "name": "GenerateInviteOrMagiclinkParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1059, + "target": 1074, "name": "GenerateRecoveryLinkParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1064, + "target": 1079, "name": "GenerateEmailChangeLinkParams", "package": "@supabase/auth-js" } @@ -21332,7 +21934,7 @@ } }, { - "id": 1078, + "id": 1093, "name": "GenerateLinkProperties", "variant": "declaration", "kind": 2097152, @@ -21348,22 +21950,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 846, + "line": 872, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L846" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L872" } ], "type": { "type": "reflection", "declaration": { - "id": 1079, + "id": 1094, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1080, + "id": 1095, "name": "action_link", "variant": "declaration", "kind": 1024, @@ -21379,9 +21981,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 851, + "line": 877, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L851" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L877" } ], "type": { @@ -21390,7 +21992,7 @@ } }, { - "id": 1081, + "id": 1096, "name": "email_otp", "variant": "declaration", "kind": 1024, @@ -21406,9 +22008,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 856, + "line": 882, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L856" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L882" } ], "type": { @@ -21417,7 +22019,7 @@ } }, { - "id": 1082, + "id": 1097, "name": "hashed_token", "variant": "declaration", "kind": 1024, @@ -21433,9 +22035,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 860, + "line": 886, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L860" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L886" } ], "type": { @@ -21444,7 +22046,7 @@ } }, { - "id": 1083, + "id": 1098, "name": "redirect_to", "variant": "declaration", "kind": 1024, @@ -21460,9 +22062,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 862, + "line": 888, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L862" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L888" } ], "type": { @@ -21471,7 +22073,7 @@ } }, { - "id": 1084, + "id": 1099, "name": "verification_type", "variant": "declaration", "kind": 1024, @@ -21487,14 +22089,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 864, + "line": 890, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L864" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L890" } ], "type": { "type": "reference", - "target": 1085, + "target": 1100, "name": "GenerateLinkType", "package": "@supabase/auth-js" } @@ -21503,22 +22105,22 @@ "groups": [ { "title": "Properties", - "children": [1080, 1081, 1082, 1083, 1084] + "children": [1095, 1096, 1097, 1098, 1099] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 846, + "line": 872, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L846" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L872" } ] } } }, { - "id": 1074, + "id": 1089, "name": "GenerateLinkResponse", "variant": "declaration", "kind": 2097152, @@ -21526,26 +22128,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 840, + "line": 866, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L840" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L866" } ], "type": { "type": "reference", - "target": 739, + "target": 751, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1075, + "id": 1090, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1076, + "id": 1091, "name": "properties", "variant": "declaration", "kind": 1024, @@ -21553,20 +22155,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 841, + "line": 867, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L841" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L867" } ], "type": { "type": "reference", - "target": 1078, + "target": 1093, "name": "GenerateLinkProperties", "package": "@supabase/auth-js" } }, { - "id": 1077, + "id": 1092, "name": "user", "variant": "declaration", "kind": 1024, @@ -21574,14 +22176,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 842, + "line": 868, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L842" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L868" } ], "type": { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" } @@ -21590,15 +22192,15 @@ "groups": [ { "title": "Properties", - "children": [1076, 1077] + "children": [1091, 1092] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 840, + "line": 866, "character": 64, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L840" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L866" } ] } @@ -21609,7 +22211,7 @@ } }, { - "id": 1085, + "id": 1100, "name": "GenerateLinkType", "variant": "declaration", "kind": 2097152, @@ -21617,9 +22219,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 867, + "line": 893, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L867" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L893" } ], "type": { @@ -21653,7 +22255,7 @@ } }, { - "id": 1059, + "id": 1074, "name": "GenerateRecoveryLinkParams", "variant": "declaration", "kind": 2097152, @@ -21661,22 +22263,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 805, + "line": 831, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L805" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L831" } ], "type": { "type": "reflection", "declaration": { - "id": 1060, + "id": 1075, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1062, + "id": 1077, "name": "email", "variant": "declaration", "kind": 1024, @@ -21692,9 +22294,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 808, + "line": 834, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L808" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L834" } ], "type": { @@ -21703,7 +22305,7 @@ } }, { - "id": 1063, + "id": 1078, "name": "options", "variant": "declaration", "kind": 1024, @@ -21713,9 +22315,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 809, + "line": 835, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L809" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L835" } ], "type": { @@ -21727,7 +22329,7 @@ "typeArguments": [ { "type": "reference", - "target": 1070, + "target": 1085, "name": "GenerateLinkOptions", "package": "@supabase/auth-js" }, @@ -21741,7 +22343,7 @@ } }, { - "id": 1061, + "id": 1076, "name": "type", "variant": "declaration", "kind": 1024, @@ -21749,9 +22351,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 806, + "line": 832, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L806" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L832" } ], "type": { @@ -21763,22 +22365,22 @@ "groups": [ { "title": "Properties", - "children": [1062, 1063, 1061] + "children": [1077, 1078, 1076] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 805, + "line": 831, "character": 41, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L805" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L831" } ] } } }, { - "id": 1048, + "id": 1063, "name": "GenerateSignupLinkParams", "variant": "declaration", "kind": 2097152, @@ -21786,22 +22388,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 791, + "line": 817, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L791" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L817" } ], "type": { "type": "reflection", "declaration": { - "id": 1049, + "id": 1064, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1051, + "id": 1066, "name": "email", "variant": "declaration", "kind": 1024, @@ -21809,9 +22411,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 793, + "line": 819, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L793" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L819" } ], "type": { @@ -21820,7 +22422,7 @@ } }, { - "id": 1053, + "id": 1068, "name": "options", "variant": "declaration", "kind": 1024, @@ -21830,9 +22432,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 795, + "line": 821, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L795" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L821" } ], "type": { @@ -21844,7 +22446,7 @@ "typeArguments": [ { "type": "reference", - "target": 1070, + "target": 1085, "name": "GenerateLinkOptions", "package": "@supabase/auth-js" }, @@ -21867,7 +22469,7 @@ } }, { - "id": 1052, + "id": 1067, "name": "password", "variant": "declaration", "kind": 1024, @@ -21875,9 +22477,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 794, + "line": 820, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L794" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L820" } ], "type": { @@ -21886,7 +22488,7 @@ } }, { - "id": 1050, + "id": 1065, "name": "type", "variant": "declaration", "kind": 1024, @@ -21894,9 +22496,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 792, + "line": 818, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L792" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L818" } ], "type": { @@ -21908,22 +22510,22 @@ "groups": [ { "title": "Properties", - "children": [1051, 1053, 1052, 1050] + "children": [1066, 1068, 1067, 1065] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 791, + "line": 817, "character": 39, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L791" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L817" } ] } } }, { - "id": 698, + "id": 709, "name": "GoTrueClientOptions", "variant": "declaration", "kind": 2097152, @@ -21933,20 +22535,20 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 70, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L70" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L70" } ], "type": { "type": "reflection", "declaration": { - "id": 699, + "id": 710, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 707, + "id": 718, "name": "autoRefreshToken", "variant": "declaration", "kind": 1024, @@ -21958,7 +22560,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 80, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L80" } ], "type": { @@ -21967,7 +22569,7 @@ } }, { - "id": 713, + "id": 724, "name": "debug", "variant": "declaration", "kind": 1024, @@ -21979,7 +22581,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 98, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L98" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L98" } ], "type": { @@ -21992,7 +22594,7 @@ { "type": "reflection", "declaration": { - "id": 714, + "id": 725, "name": "__type", "variant": "declaration", "kind": 65536, @@ -22002,19 +22604,19 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 98, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L98" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L98" } ], "signatures": [ { - "id": 715, + "id": 726, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 716, + "id": 727, "name": "message", "variant": "param", "kind": 32768, @@ -22025,7 +22627,7 @@ } }, { - "id": 717, + "id": 728, "name": "args", "variant": "param", "kind": 32768, @@ -22053,7 +22655,7 @@ } }, { - "id": 706, + "id": 717, "name": "detectSessionInUrl", "variant": "declaration", "kind": 1024, @@ -22065,7 +22667,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L78" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L78" } ], "type": { @@ -22074,7 +22676,7 @@ } }, { - "id": 711, + "id": 722, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -22086,7 +22688,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 94, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L94" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L94" } ], "type": { @@ -22100,7 +22702,7 @@ } }, { - "id": 712, + "id": 723, "name": "flowType", "variant": "declaration", "kind": 1024, @@ -22112,18 +22714,18 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 96, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L96" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L96" } ], "type": { "type": "reference", - "target": 924, + "target": 937, "name": "AuthFlowType", "package": "@supabase/auth-js" } }, { - "id": 719, + "id": 730, "name": "hasCustomAuthorizationHeader", "variant": "declaration", "kind": 1024, @@ -22144,7 +22746,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 109, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L109" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L109" } ], "type": { @@ -22153,7 +22755,7 @@ } }, { - "id": 701, + "id": 712, "name": "headers", "variant": "declaration", "kind": 1024, @@ -22165,13 +22767,13 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 74, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L74" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L74" } ], "type": { "type": "reflection", "declaration": { - "id": 702, + "id": 713, "name": "__type", "variant": "declaration", "kind": 65536, @@ -22181,12 +22783,12 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 74, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L74" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L74" } ], "indexSignatures": [ { - "id": 703, + "id": 714, "name": "__index", "variant": "signature", "kind": 8192, @@ -22196,12 +22798,12 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 74, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L74" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L74" } ], "parameters": [ { - "id": 704, + "id": 715, "name": "key", "variant": "param", "kind": 32768, @@ -22222,7 +22824,7 @@ } }, { - "id": 718, + "id": 729, "name": "lock", "variant": "declaration", "kind": 1024, @@ -22243,18 +22845,18 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 104, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L104" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L104" } ], "type": { "type": "reference", - "target": 689, + "target": 700, "name": "LockFunc", "package": "@supabase/auth-js" } }, { - "id": 708, + "id": 719, "name": "persistSession", "variant": "declaration", "kind": 1024, @@ -22266,7 +22868,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 82, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L82" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L82" } ], "type": { @@ -22275,7 +22877,7 @@ } }, { - "id": 709, + "id": 720, "name": "storage", "variant": "declaration", "kind": 1024, @@ -22287,18 +22889,18 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 84, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L84" } ], "type": { "type": "reference", - "target": 1270, + "target": 1285, "name": "SupportedStorage", "package": "@supabase/auth-js" } }, { - "id": 705, + "id": 716, "name": "storageKey", "variant": "declaration", "kind": 1024, @@ -22310,7 +22912,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 76, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L76" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L76" } ], "type": { @@ -22319,7 +22921,36 @@ } }, { - "id": 700, + "id": 731, + "name": "throwOnError", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "If there is an error with the query, throwOnError will reject the promise by\nthrowing the error instead of returning it as part of a successful response." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 114, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L114" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 711, "name": "url", "variant": "declaration", "kind": 1024, @@ -22331,7 +22962,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 72, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L72" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L72" } ], "type": { @@ -22340,7 +22971,7 @@ } }, { - "id": 710, + "id": 721, "name": "userStorage", "variant": "declaration", "kind": 1024, @@ -22401,12 +23032,12 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 92, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L92" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L92" } ], "type": { "type": "reference", - "target": 1270, + "target": 1285, "name": "SupportedStorage", "package": "@supabase/auth-js" } @@ -22415,7 +23046,7 @@ "groups": [ { "title": "Properties", - "children": [707, 713, 706, 711, 712, 719, 701, 718, 708, 709, 705, 700, 710] + "children": [718, 724, 717, 722, 723, 730, 712, 729, 719, 720, 716, 731, 711, 721] } ], "sources": [ @@ -22423,14 +23054,14 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 70, "character": 34, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L70" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L70" } ] } } }, { - "id": 1273, + "id": 1288, "name": "InitializeResult", "variant": "declaration", "kind": 2097152, @@ -22438,22 +23069,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1297, + "line": 1323, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1297" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1323" } ], "type": { "type": "reflection", "declaration": { - "id": 1274, + "id": 1289, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1275, + "id": 1290, "name": "error", "variant": "declaration", "kind": 1024, @@ -22461,9 +23092,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1297, + "line": 1323, "character": 33, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1297" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1323" } ], "type": { @@ -22471,7 +23102,7 @@ "types": [ { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" }, @@ -22486,22 +23117,22 @@ "groups": [ { "title": "Properties", - "children": [1275] + "children": [1290] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1297, + "line": 1323, "character": 31, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1297" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1323" } ] } } }, { - "id": 1297, + "id": 1312, "name": "JwtHeader", "variant": "declaration", "kind": 2097152, @@ -22509,22 +23140,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1420, + "line": 1446, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1420" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1446" } ], "type": { "type": "reflection", "declaration": { - "id": 1298, + "id": 1313, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1299, + "id": 1314, "name": "alg", "variant": "declaration", "kind": 1024, @@ -22532,9 +23163,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1421, + "line": 1447, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1421" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1447" } ], "type": { @@ -22556,7 +23187,7 @@ } }, { - "id": 1300, + "id": 1315, "name": "kid", "variant": "declaration", "kind": 1024, @@ -22564,9 +23195,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1422, + "line": 1448, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1422" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1448" } ], "type": { @@ -22575,7 +23206,7 @@ } }, { - "id": 1301, + "id": 1316, "name": "typ", "variant": "declaration", "kind": 1024, @@ -22583,9 +23214,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1423, + "line": 1449, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1423" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1449" } ], "type": { @@ -22597,100 +23228,22 @@ "groups": [ { "title": "Properties", - "children": [1299, 1300, 1301] + "children": [1314, 1315, 1316] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1420, + "line": 1446, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1420" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1446" } ] } } }, { - "id": 1312, - "name": "JwtPayload", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "sources": [ - { - "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1437, - "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1437" - } - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 1302, - "name": "RequiredClaims", - "package": "@supabase/auth-js" - }, - { - "type": "reflection", - "declaration": { - "id": 1313, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "sources": [ - { - "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1437, - "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1437" - } - ], - "indexSignatures": [ - { - "id": 1314, - "name": "__index", - "variant": "signature", - "kind": 8192, - "flags": {}, - "sources": [ - { - "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1438, - "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1438" - } - ], - "parameters": [ - { - "id": 1315, - "name": "key", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - { - "id": 689, + "id": 700, "name": "LockFunc", "variant": "declaration", "kind": 2097152, @@ -22717,13 +23270,13 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 68, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L68" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L68" } ], "type": { "type": "reflection", "declaration": { - "id": 690, + "id": 701, "name": "__type", "variant": "declaration", "kind": 65536, @@ -22733,19 +23286,19 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 68, "character": 23, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L68" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L68" } ], "signatures": [ { - "id": 691, + "id": 702, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 697, + "id": 708, "name": "R", "variant": "typeParam", "kind": 131072, @@ -22754,7 +23307,7 @@ ], "parameters": [ { - "id": 692, + "id": 703, "name": "name", "variant": "param", "kind": 32768, @@ -22773,7 +23326,7 @@ } }, { - "id": 693, + "id": 704, "name": "acquireTimeout", "variant": "param", "kind": 32768, @@ -22800,7 +23353,7 @@ } }, { - "id": 694, + "id": 705, "name": "fn", "variant": "param", "kind": 32768, @@ -22816,7 +23369,7 @@ "type": { "type": "reflection", "declaration": { - "id": 695, + "id": 706, "name": "__type", "variant": "declaration", "kind": 65536, @@ -22826,12 +23379,12 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 68, "character": 69, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L68" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L68" } ], "signatures": [ { - "id": 696, + "id": 707, "name": "__type", "variant": "signature", "kind": 4096, @@ -22845,7 +23398,7 @@ "typeArguments": [ { "type": "reference", - "target": 697, + "target": 708, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -22869,7 +23422,7 @@ "typeArguments": [ { "type": "reference", - "target": 697, + "target": 708, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -22884,7 +23437,7 @@ } }, { - "id": 1104, + "id": 1119, "name": "MFAChallengeAndVerifyParams", "variant": "declaration", "kind": 2097152, @@ -22892,9 +23445,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 986, + "line": 1012, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L986" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1012" } ], "type": { @@ -22908,7 +23461,7 @@ } }, { - "id": 1103, + "id": 1118, "name": "MFAChallengeParams", "variant": "declaration", "kind": 2097152, @@ -22916,9 +23469,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 973, + "line": 999, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L973" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L999" } ], "type": { @@ -22926,19 +23479,19 @@ "types": [ { "type": "reference", - "target": 1100, + "target": 1115, "name": "MFAChallengeTOTPParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1101, + "target": 1116, "name": "MFAChallengePhoneParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1102, + "target": 1117, "name": "MFAChallengeWebauthnParams", "package": "@supabase/auth-js" } @@ -22946,7 +23499,7 @@ } }, { - "id": 1101, + "id": 1116, "name": "MFAChallengePhoneParams", "variant": "declaration", "kind": 2097152, @@ -22954,14 +23507,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 950, + "line": 976, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L950" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L976" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -22992,7 +23545,7 @@ } }, { - "id": 1100, + "id": 1115, "name": "MFAChallengeTOTPParams", "variant": "declaration", "kind": 2097152, @@ -23000,14 +23553,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 943, + "line": 969, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L943" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L969" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "reference", @@ -23024,7 +23577,7 @@ } }, { - "id": 1102, + "id": 1117, "name": "MFAChallengeWebauthnParams", "variant": "declaration", "kind": 2097152, @@ -23053,14 +23606,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 969, + "line": 995, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L969" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L995" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -23091,7 +23644,7 @@ } }, { - "id": 1086, + "id": 1101, "name": "MFAEnrollParams", "variant": "declaration", "kind": 2097152, @@ -23099,9 +23652,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 875, + "line": 901, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L875" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L901" } ], "type": { @@ -23109,19 +23662,19 @@ "types": [ { "type": "reference", - "target": 1291, + "target": 1306, "name": "MFAEnrollTOTPParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1292, + "target": 1307, "name": "MFAEnrollPhoneParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1293, + "target": 1308, "name": "MFAEnrollWebauthnParams", "package": "@supabase/auth-js" } @@ -23129,7 +23682,7 @@ } }, { - "id": 1292, + "id": 1307, "name": "MFAEnrollPhoneParams", "variant": "declaration", "kind": 2097152, @@ -23137,14 +23690,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1347, + "line": 1373, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1347" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1373" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -23181,7 +23734,7 @@ } }, { - "id": 1291, + "id": 1306, "name": "MFAEnrollTOTPParams", "variant": "declaration", "kind": 2097152, @@ -23189,14 +23742,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1341, + "line": 1367, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1341" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1367" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -23233,7 +23786,7 @@ } }, { - "id": 1293, + "id": 1308, "name": "MFAEnrollWebauthnParams", "variant": "declaration", "kind": 2097152, @@ -23262,14 +23815,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1360, + "line": 1386, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1360" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1386" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -23306,7 +23859,7 @@ } }, { - "id": 1099, + "id": 1114, "name": "MFATOTPChannel", "variant": "declaration", "kind": 2097152, @@ -23314,9 +23867,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 941, + "line": 967, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L941" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L967" } ], "type": { @@ -23341,7 +23894,7 @@ } }, { - "id": 1087, + "id": 1102, "name": "MFAUnenrollParams", "variant": "declaration", "kind": 2097152, @@ -23349,22 +23902,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 877, + "line": 903, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L877" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L903" } ], "type": { "type": "reflection", "declaration": { - "id": 1088, + "id": 1103, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1089, + "id": 1104, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -23380,9 +23933,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 879, + "line": 905, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L879" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L905" } ], "type": { @@ -23394,22 +23947,22 @@ "groups": [ { "title": "Properties", - "children": [1089] + "children": [1104] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 877, + "line": 903, "character": 32, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L877" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L903" } ] } } }, { - "id": 1098, + "id": 1113, "name": "MFAVerifyParams", "variant": "declaration", "kind": 2097152, @@ -23417,9 +23970,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 933, + "line": 959, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L933" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L959" } ], "type": { @@ -23427,19 +23980,19 @@ "types": [ { "type": "reference", - "target": 1090, + "target": 1105, "name": "MFAVerifyTOTPParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1091, + "target": 1106, "name": "MFAVerifyPhoneParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1096, + "target": 1111, "name": "MFAVerifyWebauthnParams", "package": "@supabase/auth-js" } @@ -23447,7 +24000,7 @@ } }, { - "id": 1091, + "id": 1106, "name": "MFAVerifyPhoneParams", "variant": "declaration", "kind": 2097152, @@ -23455,14 +24008,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 898, + "line": 924, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L898" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L924" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -23493,7 +24046,7 @@ } }, { - "id": 1090, + "id": 1105, "name": "MFAVerifyTOTPParams", "variant": "declaration", "kind": 2097152, @@ -23501,14 +24054,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 894, + "line": 920, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L894" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L920" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -23539,7 +24092,7 @@ } }, { - "id": 1092, + "id": 1107, "name": "MFAVerifyWebauthnParamFields", "variant": "declaration", "kind": 2097152, @@ -23555,14 +24108,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 920, + "line": 946, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L920" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L946" } ], "typeParameters": [ { - "id": 1095, + "id": 1110, "name": "T", "variant": "typeParam", "kind": 131072, @@ -23606,14 +24159,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1093, + "id": 1108, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1094, + "id": 1109, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -23621,9 +24174,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 921, + "line": 947, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L921" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L947" } ], "type": { @@ -23647,7 +24200,7 @@ "typeArguments": [ { "type": "reference", - "target": 1095, + "target": 1110, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -23663,22 +24216,22 @@ "groups": [ { "title": "Properties", - "children": [1094] + "children": [1109] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 920, + "line": 946, "character": 98, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L920" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L946" } ] } } }, { - "id": 1096, + "id": 1111, "name": "MFAVerifyWebauthnParams", "variant": "declaration", "kind": 2097152, @@ -23707,14 +24260,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 930, + "line": 956, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L930" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L956" } ], "typeParameters": [ { - "id": 1097, + "id": 1112, "name": "T", "variant": "typeParam", "kind": 131072, @@ -23757,7 +24310,7 @@ ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -23773,11 +24326,11 @@ }, { "type": "reference", - "target": 1092, + "target": 1107, "typeArguments": [ { "type": "reference", - "target": 1097, + "target": 1112, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -23794,7 +24347,7 @@ } }, { - "id": 1019, + "id": 1032, "name": "MobileOtpType", "variant": "declaration", "kind": 2097152, @@ -23802,9 +24355,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 744, + "line": 758, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L744" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L758" } ], "type": { @@ -23822,7 +24375,7 @@ } }, { - "id": 1396, + "id": 1427, "name": "OAuthAuthorizationClient", "variant": "declaration", "kind": 2097152, @@ -23838,22 +24391,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1626, + "line": 1676, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1626" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1676" } ], "type": { "type": "reflection", "declaration": { - "id": 1397, + "id": 1428, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1398, + "id": 1429, "name": "client_id", "variant": "declaration", "kind": 1024, @@ -23869,9 +24422,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1628, + "line": 1678, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1628" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1678" } ], "type": { @@ -23880,7 +24433,7 @@ } }, { - "id": 1399, + "id": 1430, "name": "client_name", "variant": "declaration", "kind": 1024, @@ -23896,9 +24449,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1630, + "line": 1680, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1630" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1680" } ], "type": { @@ -23907,7 +24460,7 @@ } }, { - "id": 1400, + "id": 1431, "name": "client_uri", "variant": "declaration", "kind": 1024, @@ -23923,9 +24476,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1632, + "line": 1682, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1632" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1682" } ], "type": { @@ -23934,7 +24487,7 @@ } }, { - "id": 1401, + "id": 1432, "name": "logo_uri", "variant": "declaration", "kind": 1024, @@ -23950,9 +24503,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1634, + "line": 1684, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1634" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1684" } ], "type": { @@ -23964,22 +24517,22 @@ "groups": [ { "title": "Properties", - "children": [1398, 1399, 1400, 1401] + "children": [1429, 1430, 1431, 1432] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1626, + "line": 1676, "character": 39, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1626" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1676" } ] } } }, { - "id": 1402, + "id": 1433, "name": "OAuthAuthorizationDetails", "variant": "declaration", "kind": 2097152, @@ -23995,22 +24548,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1641, + "line": 1691, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1641" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1691" } ], "type": { "type": "reflection", "declaration": { - "id": 1403, + "id": 1434, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1404, + "id": 1435, "name": "authorization_id", "variant": "declaration", "kind": 1024, @@ -24026,9 +24579,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1643, + "line": 1693, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1643" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1693" } ], "type": { @@ -24037,7 +24590,7 @@ } }, { - "id": 1406, + "id": 1437, "name": "client", "variant": "declaration", "kind": 1024, @@ -24053,20 +24606,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1647, + "line": 1697, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1647" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1697" } ], "type": { "type": "reference", - "target": 1396, + "target": 1427, "name": "OAuthAuthorizationClient", "package": "@supabase/auth-js" } }, { - "id": 1405, + "id": 1436, "name": "redirect_uri", "variant": "declaration", "kind": 1024, @@ -24084,9 +24637,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1645, + "line": 1695, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1645" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1695" } ], "type": { @@ -24095,7 +24648,7 @@ } }, { - "id": 1411, + "id": 1442, "name": "scope", "variant": "declaration", "kind": 1024, @@ -24111,9 +24664,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1656, + "line": 1706, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1656" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1706" } ], "type": { @@ -24122,7 +24675,7 @@ } }, { - "id": 1407, + "id": 1438, "name": "user", "variant": "declaration", "kind": 1024, @@ -24138,22 +24691,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1649, + "line": 1699, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1649" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1699" } ], "type": { "type": "reflection", "declaration": { - "id": 1408, + "id": 1439, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1410, + "id": 1441, "name": "email", "variant": "declaration", "kind": 1024, @@ -24169,9 +24722,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1653, + "line": 1703, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1653" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1703" } ], "type": { @@ -24180,7 +24733,7 @@ } }, { - "id": 1409, + "id": 1440, "name": "id", "variant": "declaration", "kind": 1024, @@ -24196,9 +24749,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1651, + "line": 1701, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1651" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1701" } ], "type": { @@ -24210,15 +24763,15 @@ "groups": [ { "title": "Properties", - "children": [1410, 1409] + "children": [1441, 1440] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1649, + "line": 1699, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1649" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1699" } ] } @@ -24228,22 +24781,22 @@ "groups": [ { "title": "Properties", - "children": [1404, 1406, 1405, 1411, 1407] + "children": [1435, 1437, 1436, 1442, 1438] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1641, + "line": 1691, "character": 40, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1641" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1691" } ] } } }, { - "id": 1329, + "id": 1360, "name": "OAuthClient", "variant": "declaration", "kind": 2097152, @@ -24259,22 +24812,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1480, + "line": 1530, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1480" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1530" } ], "type": { "type": "reflection", "declaration": { - "id": 1330, + "id": 1361, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1331, + "id": 1362, "name": "client_id", "variant": "declaration", "kind": 1024, @@ -24290,9 +24843,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1482, + "line": 1532, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1482" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1532" } ], "type": { @@ -24301,7 +24854,7 @@ } }, { - "id": 1332, + "id": 1363, "name": "client_name", "variant": "declaration", "kind": 1024, @@ -24317,9 +24870,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1484, + "line": 1534, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1484" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1534" } ], "type": { @@ -24328,7 +24881,7 @@ } }, { - "id": 1333, + "id": 1364, "name": "client_secret", "variant": "declaration", "kind": 1024, @@ -24346,9 +24899,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1486, + "line": 1536, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1486" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1536" } ], "type": { @@ -24357,7 +24910,7 @@ } }, { - "id": 1334, + "id": 1365, "name": "client_type", "variant": "declaration", "kind": 1024, @@ -24373,20 +24926,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1488, + "line": 1538, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1488" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1538" } ], "type": { "type": "reference", - "target": 1327, + "target": 1358, "name": "OAuthClientType", "package": "@supabase/auth-js" } }, { - "id": 1337, + "id": 1368, "name": "client_uri", "variant": "declaration", "kind": 1024, @@ -24404,9 +24957,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1494, + "line": 1544, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1494" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1544" } ], "type": { @@ -24415,7 +24968,7 @@ } }, { - "id": 1343, + "id": 1374, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -24431,9 +24984,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1506, + "line": 1556, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1506" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1556" } ], "type": { @@ -24442,7 +24995,7 @@ } }, { - "id": 1340, + "id": 1371, "name": "grant_types", "variant": "declaration", "kind": 1024, @@ -24458,23 +25011,23 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1500, + "line": 1550, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1500" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1550" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 1325, + "target": 1356, "name": "OAuthClientGrantType", "package": "@supabase/auth-js" } } }, { - "id": 1338, + "id": 1369, "name": "logo_uri", "variant": "declaration", "kind": 1024, @@ -24492,9 +25045,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1496, + "line": 1546, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1496" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1546" } ], "type": { @@ -24503,7 +25056,7 @@ } }, { - "id": 1339, + "id": 1370, "name": "redirect_uris", "variant": "declaration", "kind": 1024, @@ -24519,9 +25072,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1498, + "line": 1548, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1498" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1548" } ], "type": { @@ -24533,7 +25086,7 @@ } }, { - "id": 1336, + "id": 1367, "name": "registration_type", "variant": "declaration", "kind": 1024, @@ -24549,20 +25102,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1492, + "line": 1542, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1492" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1542" } ], "type": { "type": "reference", - "target": 1328, + "target": 1359, "name": "OAuthClientRegistrationType", "package": "@supabase/auth-js" } }, { - "id": 1341, + "id": 1372, "name": "response_types", "variant": "declaration", "kind": 1024, @@ -24578,23 +25131,23 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1502, + "line": 1552, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1502" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1552" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 1326, + "target": 1357, "name": "OAuthClientResponseType", "package": "@supabase/auth-js" } } }, { - "id": 1342, + "id": 1373, "name": "scope", "variant": "declaration", "kind": 1024, @@ -24612,9 +25165,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1504, + "line": 1554, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1504" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1554" } ], "type": { @@ -24623,7 +25176,7 @@ } }, { - "id": 1335, + "id": 1366, "name": "token_endpoint_auth_method", "variant": "declaration", "kind": 1024, @@ -24639,9 +25192,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1490, + "line": 1540, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1490" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1540" } ], "type": { @@ -24650,7 +25203,7 @@ } }, { - "id": 1344, + "id": 1375, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -24666,9 +25219,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1508, + "line": 1558, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1508" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1558" } ], "type": { @@ -24681,23 +25234,23 @@ { "title": "Properties", "children": [ - 1331, 1332, 1333, 1334, 1337, 1343, 1340, 1338, 1339, 1336, 1341, 1342, 1335, 1344 + 1362, 1363, 1364, 1365, 1368, 1374, 1371, 1369, 1370, 1367, 1372, 1373, 1366, 1375 ] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1480, + "line": 1530, "character": 26, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1480" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1530" } ] } } }, { - "id": 1325, + "id": 1356, "name": "OAuthClientGrantType", "variant": "declaration", "kind": 2097152, @@ -24713,9 +25266,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1456, + "line": 1506, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1456" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1506" } ], "type": { @@ -24733,7 +25286,7 @@ } }, { - "id": 1361, + "id": 1392, "name": "OAuthClientListResponse", "variant": "declaration", "kind": 2097152, @@ -24749,9 +25302,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1558, + "line": 1608, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1558" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1608" } ], "type": { @@ -24760,14 +25313,14 @@ { "type": "reflection", "declaration": { - "id": 1362, + "id": 1393, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1363, + "id": 1394, "name": "data", "variant": "declaration", "kind": 1024, @@ -24775,9 +25328,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1560, + "line": 1610, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1560" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1610" } ], "type": { @@ -24786,14 +25339,14 @@ { "type": "reflection", "declaration": { - "id": 1364, + "id": 1395, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1366, + "id": 1397, "name": "aud", "variant": "declaration", "kind": 1024, @@ -24801,9 +25354,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1560, + "line": 1610, "character": 38, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1560" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1610" } ], "type": { @@ -24812,7 +25365,7 @@ } }, { - "id": 1365, + "id": 1396, "name": "clients", "variant": "declaration", "kind": 1024, @@ -24820,16 +25373,16 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1560, + "line": 1610, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1560" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1610" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 1329, + "target": 1360, "name": "OAuthClient", "package": "@supabase/auth-js" } @@ -24839,22 +25392,22 @@ "groups": [ { "title": "Properties", - "children": [1366, 1365] + "children": [1397, 1396] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1560, + "line": 1610, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1560" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1610" } ] } }, { "type": "reference", - "target": 1277, + "target": 1292, "name": "Pagination", "package": "@supabase/auth-js" } @@ -24862,7 +25415,7 @@ } }, { - "id": 1367, + "id": 1398, "name": "error", "variant": "declaration", "kind": 1024, @@ -24870,9 +25423,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1561, + "line": 1611, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1561" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1611" } ], "type": { @@ -24884,15 +25437,15 @@ "groups": [ { "title": "Properties", - "children": [1363, 1367] + "children": [1394, 1398] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1559, + "line": 1609, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1559" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1609" } ] } @@ -24900,14 +25453,14 @@ { "type": "reflection", "declaration": { - "id": 1368, + "id": 1399, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1369, + "id": 1400, "name": "data", "variant": "declaration", "kind": 1024, @@ -24915,22 +25468,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1564, + "line": 1614, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1564" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1614" } ], "type": { "type": "reflection", "declaration": { - "id": 1370, + "id": 1401, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1371, + "id": 1402, "name": "clients", "variant": "declaration", "kind": 1024, @@ -24938,9 +25491,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1564, + "line": 1614, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1564" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1614" } ], "type": { @@ -24951,22 +25504,22 @@ "groups": [ { "title": "Properties", - "children": [1371] + "children": [1402] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1564, + "line": 1614, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1564" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1614" } ] } } }, { - "id": 1372, + "id": 1403, "name": "error", "variant": "declaration", "kind": 1024, @@ -24974,14 +25527,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1565, + "line": 1615, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1565" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1615" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -24990,15 +25543,15 @@ "groups": [ { "title": "Properties", - "children": [1369, 1372] + "children": [1400, 1403] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1563, + "line": 1613, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1563" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1613" } ] } @@ -25007,7 +25560,7 @@ } }, { - "id": 1328, + "id": 1359, "name": "OAuthClientRegistrationType", "variant": "declaration", "kind": 2097152, @@ -25023,9 +25576,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1474, + "line": 1524, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1474" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1524" } ], "type": { @@ -25043,7 +25596,7 @@ } }, { - "id": 1360, + "id": 1391, "name": "OAuthClientResponse", "variant": "declaration", "kind": 2097152, @@ -25059,18 +25612,18 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1552, + "line": 1602, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1552" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1602" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reference", - "target": 1329, + "target": 1360, "name": "OAuthClient", "package": "@supabase/auth-js" } @@ -25080,7 +25633,7 @@ } }, { - "id": 1326, + "id": 1357, "name": "OAuthClientResponseType", "variant": "declaration", "kind": 2097152, @@ -25096,9 +25649,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1462, + "line": 1512, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1462" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1512" } ], "type": { @@ -25107,7 +25660,7 @@ } }, { - "id": 1327, + "id": 1358, "name": "OAuthClientType", "variant": "declaration", "kind": 2097152, @@ -25123,9 +25676,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1468, + "line": 1518, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1468" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1518" } ], "type": { @@ -25143,7 +25696,7 @@ } }, { - "id": 770, + "id": 782, "name": "OAuthResponse", "variant": "declaration", "kind": 2097152, @@ -25151,9 +25704,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 190, + "line": 195, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L190" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L195" } ], "type": { @@ -25162,14 +25715,14 @@ { "type": "reflection", "declaration": { - "id": 771, + "id": 783, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 772, + "id": 784, "name": "data", "variant": "declaration", "kind": 1024, @@ -25177,22 +25730,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 192, + "line": 197, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L192" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L197" } ], "type": { "type": "reflection", "declaration": { - "id": 773, + "id": 785, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 774, + "id": 786, "name": "provider", "variant": "declaration", "kind": 1024, @@ -25200,20 +25753,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 193, + "line": 198, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L193" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L198" } ], "type": { "type": "reference", - "target": 686, + "target": 697, "name": "Provider", "package": "@supabase/auth-js" } }, { - "id": 775, + "id": 787, "name": "url", "variant": "declaration", "kind": 1024, @@ -25221,9 +25774,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 194, + "line": 199, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L194" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L199" } ], "type": { @@ -25235,22 +25788,22 @@ "groups": [ { "title": "Properties", - "children": [774, 775] + "children": [786, 787] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 192, + "line": 197, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L192" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L197" } ] } } }, { - "id": 776, + "id": 788, "name": "error", "variant": "declaration", "kind": 1024, @@ -25258,9 +25811,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 196, + "line": 201, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L196" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L201" } ], "type": { @@ -25272,15 +25825,15 @@ "groups": [ { "title": "Properties", - "children": [772, 776] + "children": [784, 788] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 191, + "line": 196, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L191" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L196" } ] } @@ -25288,14 +25841,14 @@ { "type": "reflection", "declaration": { - "id": 777, + "id": 789, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 778, + "id": 790, "name": "data", "variant": "declaration", "kind": 1024, @@ -25303,22 +25856,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 199, + "line": 204, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L199" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L204" } ], "type": { "type": "reflection", "declaration": { - "id": 779, + "id": 791, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 780, + "id": 792, "name": "provider", "variant": "declaration", "kind": 1024, @@ -25326,20 +25879,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 200, + "line": 205, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L200" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L205" } ], "type": { "type": "reference", - "target": 686, + "target": 697, "name": "Provider", "package": "@supabase/auth-js" } }, { - "id": 781, + "id": 793, "name": "url", "variant": "declaration", "kind": 1024, @@ -25347,9 +25900,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 201, + "line": 206, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L201" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L206" } ], "type": { @@ -25361,22 +25914,22 @@ "groups": [ { "title": "Properties", - "children": [780, 781] + "children": [792, 793] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 199, + "line": 204, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L199" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L204" } ] } } }, { - "id": 782, + "id": 794, "name": "error", "variant": "declaration", "kind": 1024, @@ -25384,14 +25937,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 203, + "line": 208, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L203" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L208" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -25400,15 +25953,15 @@ "groups": [ { "title": "Properties", - "children": [778, 782] + "children": [790, 794] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 198, + "line": 203, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L198" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L203" } ] } @@ -25417,7 +25970,7 @@ } }, { - "id": 1284, + "id": 1299, "name": "PageParams", "variant": "declaration", "kind": 2097152, @@ -25425,22 +25978,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1308, + "line": 1334, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1308" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1334" } ], "type": { "type": "reflection", "declaration": { - "id": 1285, + "id": 1300, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1286, + "id": 1301, "name": "page", "variant": "declaration", "kind": 1024, @@ -25458,9 +26011,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1310, + "line": 1336, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1310" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1336" } ], "type": { @@ -25469,7 +26022,7 @@ } }, { - "id": 1287, + "id": 1302, "name": "perPage", "variant": "declaration", "kind": 1024, @@ -25487,9 +26040,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1312, + "line": 1338, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1312" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1338" } ], "type": { @@ -25501,22 +26054,22 @@ "groups": [ { "title": "Properties", - "children": [1286, 1287] + "children": [1301, 1302] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1308, + "line": 1334, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1308" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1334" } ] } } }, { - "id": 1277, + "id": 1292, "name": "Pagination", "variant": "declaration", "kind": 2097152, @@ -25524,22 +26077,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1301, + "line": 1327, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1301" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1327" } ], "type": { "type": "reflection", "declaration": { - "id": 1278, + "id": 1293, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1280, + "id": 1295, "name": "lastPage", "variant": "declaration", "kind": 1024, @@ -25547,9 +26100,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1304, + "line": 1330, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1304" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1330" } ], "type": { @@ -25558,7 +26111,7 @@ } }, { - "id": 1279, + "id": 1294, "name": "nextPage", "variant": "declaration", "kind": 1024, @@ -25566,9 +26119,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1303, + "line": 1329, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1303" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1329" } ], "type": { @@ -25586,7 +26139,7 @@ } }, { - "id": 1281, + "id": 1296, "name": "total", "variant": "declaration", "kind": 1024, @@ -25594,9 +26147,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1305, + "line": 1331, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1305" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1331" } ], "type": { @@ -25608,20 +26161,20 @@ "groups": [ { "title": "Properties", - "children": [1280, 1279, 1281] + "children": [1295, 1294, 1296] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1301, + "line": 1327, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1301" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1327" } ], "indexSignatures": [ { - "id": 1282, + "id": 1297, "name": "__index", "variant": "signature", "kind": 8192, @@ -25629,14 +26182,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1302, + "line": 1328, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1302" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1328" } ], "parameters": [ { - "id": 1283, + "id": 1298, "name": "key", "variant": "param", "kind": 32768, @@ -25657,7 +26210,7 @@ } }, { - "id": 725, + "id": 737, "name": "Prettify", "variant": "declaration", "kind": 2097152, @@ -25673,14 +26226,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 124, + "line": 129, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L129" } ], "typeParameters": [ { - "id": 726, + "id": 738, "name": "T", "variant": "typeParam", "kind": 131072, @@ -25691,7 +26244,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 726, + "target": 738, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -25707,7 +26260,7 @@ }, "trueType": { "type": "reference", - "target": 726, + "target": 738, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -25720,7 +26273,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 726, + "target": 738, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -25740,7 +26293,7 @@ }, "objectType": { "type": "reference", - "target": 726, + "target": 738, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -25750,7 +26303,7 @@ } }, { - "id": 686, + "id": 697, "name": "Provider", "variant": "declaration", "kind": 2097152, @@ -25768,7 +26321,7 @@ "fileName": "packages/core/auth-js/src/lib/types.ts", "line": 18, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L18" } ], "type": { @@ -25866,7 +26419,7 @@ } }, { - "id": 730, + "id": 742, "name": "RequestResult", "variant": "declaration", "kind": 2097152, @@ -25882,21 +26435,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 136, + "line": 141, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L136" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L141" } ], "typeParameters": [ { - "id": 737, + "id": 749, "name": "T", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 738, + "id": 750, "name": "ErrorType", "variant": "typeParam", "kind": 131072, @@ -25912,7 +26465,7 @@ }, "default": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -25924,14 +26477,14 @@ { "type": "reflection", "declaration": { - "id": 731, + "id": 743, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 732, + "id": 744, "name": "data", "variant": "declaration", "kind": 1024, @@ -25939,21 +26492,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 138, + "line": 143, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L143" } ], "type": { "type": "reference", - "target": 737, + "target": 749, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true } }, { - "id": 733, + "id": 745, "name": "error", "variant": "declaration", "kind": 1024, @@ -25961,9 +26514,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 139, + "line": 144, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L139" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L144" } ], "type": { @@ -25975,15 +26528,15 @@ "groups": [ { "title": "Properties", - "children": [732, 733] + "children": [744, 745] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 137, + "line": 142, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L137" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L142" } ] } @@ -25991,14 +26544,14 @@ { "type": "reflection", "declaration": { - "id": 734, + "id": 746, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 735, + "id": 747, "name": "data", "variant": "declaration", "kind": 1024, @@ -26006,9 +26559,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 142, + "line": 147, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L142" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L147" } ], "type": { @@ -26017,7 +26570,7 @@ } }, { - "id": 736, + "id": 748, "name": "error", "variant": "declaration", "kind": 1024, @@ -26025,9 +26578,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 143, + "line": 148, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L143" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L148" } ], "type": { @@ -26043,19 +26596,19 @@ }, "extendsType": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" }, "trueType": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" }, "falseType": { "type": "reference", - "target": 738, + "target": 750, "name": "ErrorType", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -26066,15 +26619,15 @@ "groups": [ { "title": "Properties", - "children": [735, 736] + "children": [747, 748] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 141, + "line": 146, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L141" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L146" } ] } @@ -26083,7 +26636,7 @@ } }, { - "id": 739, + "id": 751, "name": "RequestResultSafeDestructure", "variant": "declaration", "kind": 2097152, @@ -26104,14 +26657,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 150, + "line": 155, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L150" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L155" } ], "typeParameters": [ { - "id": 746, + "id": 758, "name": "T", "variant": "typeParam", "kind": 131072, @@ -26124,14 +26677,14 @@ { "type": "reflection", "declaration": { - "id": 740, + "id": 752, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 741, + "id": 753, "name": "data", "variant": "declaration", "kind": 1024, @@ -26139,21 +26692,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 151, + "line": 156, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L151" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L156" } ], "type": { "type": "reference", - "target": 746, + "target": 758, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true } }, { - "id": 742, + "id": 754, "name": "error", "variant": "declaration", "kind": 1024, @@ -26161,9 +26714,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 151, + "line": 156, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L151" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L156" } ], "type": { @@ -26175,15 +26728,15 @@ "groups": [ { "title": "Properties", - "children": [741, 742] + "children": [753, 754] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 151, + "line": 156, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L151" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L156" } ] } @@ -26191,14 +26744,14 @@ { "type": "reflection", "declaration": { - "id": 743, + "id": 755, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 744, + "id": 756, "name": "data", "variant": "declaration", "kind": 1024, @@ -26206,16 +26759,16 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 153, + "line": 158, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L153" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L158" } ], "type": { "type": "conditional", "checkType": { "type": "reference", - "target": 746, + "target": 758, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -26232,7 +26785,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 746, + "target": 758, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -26250,7 +26803,7 @@ } }, { - "id": 745, + "id": 757, "name": "error", "variant": "declaration", "kind": 1024, @@ -26258,14 +26811,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 154, + "line": 159, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L154" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L159" } ], "type": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -26274,15 +26827,15 @@ "groups": [ { "title": "Properties", - "children": [744, 745] + "children": [756, 757] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 152, + "line": 157, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L152" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L157" } ] } @@ -26291,7 +26844,7 @@ } }, { - "id": 1302, + "id": 1317, "name": "RequiredClaims", "variant": "declaration", "kind": 2097152, @@ -26299,22 +26852,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1426, + "line": 1452, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1426" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1452" } ], "type": { "type": "reflection", "declaration": { - "id": 1303, + "id": 1318, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1310, + "id": 1325, "name": "aal", "variant": "declaration", "kind": 1024, @@ -26322,20 +26875,20 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1433, + "line": 1459, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1433" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1459" } ], "type": { "type": "reference", - "target": 1127, + "target": 1142, "name": "AuthenticatorAssuranceLevels", "package": "@supabase/auth-js" } }, { - "id": 1306, + "id": 1321, "name": "aud", "variant": "declaration", "kind": 1024, @@ -26343,9 +26896,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1429, + "line": 1455, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1429" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1455" } ], "type": { @@ -26366,7 +26919,7 @@ } }, { - "id": 1307, + "id": 1322, "name": "exp", "variant": "declaration", "kind": 1024, @@ -26374,9 +26927,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1430, + "line": 1456, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1430" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1456" } ], "type": { @@ -26385,7 +26938,7 @@ } }, { - "id": 1308, + "id": 1323, "name": "iat", "variant": "declaration", "kind": 1024, @@ -26393,9 +26946,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1431, + "line": 1457, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1431" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1457" } ], "type": { @@ -26404,7 +26957,7 @@ } }, { - "id": 1304, + "id": 1319, "name": "iss", "variant": "declaration", "kind": 1024, @@ -26412,9 +26965,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1427, + "line": 1453, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1427" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1453" } ], "type": { @@ -26423,7 +26976,7 @@ } }, { - "id": 1309, + "id": 1324, "name": "role", "variant": "declaration", "kind": 1024, @@ -26431,9 +26984,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1432, + "line": 1458, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1432" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1458" } ], "type": { @@ -26442,7 +26995,7 @@ } }, { - "id": 1311, + "id": 1326, "name": "session_id", "variant": "declaration", "kind": 1024, @@ -26450,9 +27003,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1434, + "line": 1460, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1434" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1460" } ], "type": { @@ -26461,7 +27014,7 @@ } }, { - "id": 1305, + "id": 1320, "name": "sub", "variant": "declaration", "kind": 1024, @@ -26469,9 +27022,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1428, + "line": 1454, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1428" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1454" } ], "type": { @@ -26483,22 +27036,29 @@ "groups": [ { "title": "Properties", - "children": [1310, 1306, 1307, 1308, 1304, 1309, 1311, 1305] + "children": [1325, 1321, 1322, 1323, 1319, 1324, 1326, 1320] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1426, + "line": 1452, "character": 29, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1426" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1452" } ] } - } + }, + "extendedBy": [ + { + "type": "reference", + "target": 1327, + "name": "JwtPayload" + } + ] }, { - "id": 1021, + "id": 1034, "name": "ResendParams", "variant": "declaration", "kind": 2097152, @@ -26506,9 +27066,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 747, + "line": 761, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L747" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L761" } ], "type": { @@ -26517,14 +27077,14 @@ { "type": "reflection", "declaration": { - "id": 1022, + "id": 1035, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1024, + "id": 1037, "name": "email", "variant": "declaration", "kind": 1024, @@ -26532,9 +27092,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 750, + "line": 764, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L750" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L764" } ], "type": { @@ -26543,7 +27103,7 @@ } }, { - "id": 1025, + "id": 1038, "name": "options", "variant": "declaration", "kind": 1024, @@ -26553,22 +27113,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 751, + "line": 765, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L751" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L765" } ], "type": { "type": "reflection", "declaration": { - "id": 1026, + "id": 1039, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1028, + "id": 1041, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -26586,9 +27146,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 755, + "line": 769, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L755" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L769" } ], "type": { @@ -26597,7 +27157,7 @@ } }, { - "id": 1027, + "id": 1040, "name": "emailRedirectTo", "variant": "declaration", "kind": 1024, @@ -26615,9 +27175,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 753, + "line": 767, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L753" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L767" } ], "type": { @@ -26629,22 +27189,22 @@ "groups": [ { "title": "Properties", - "children": [1028, 1027] + "children": [1041, 1040] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 751, + "line": 765, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L751" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L765" } ] } } }, { - "id": 1023, + "id": 1036, "name": "type", "variant": "declaration", "kind": 1024, @@ -26652,9 +27212,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 749, + "line": 763, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L749" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L763" } ], "type": { @@ -26666,7 +27226,7 @@ "typeArguments": [ { "type": "reference", - "target": 1020, + "target": 1033, "name": "EmailOtpType", "package": "@supabase/auth-js" }, @@ -26692,15 +27252,15 @@ "groups": [ { "title": "Properties", - "children": [1024, 1025, 1023] + "children": [1037, 1038, 1036] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 748, + "line": 762, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L748" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L762" } ] } @@ -26708,14 +27268,14 @@ { "type": "reflection", "declaration": { - "id": 1029, + "id": 1042, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1032, + "id": 1045, "name": "options", "variant": "declaration", "kind": 1024, @@ -26725,22 +27285,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 761, + "line": 775, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L761" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L775" } ], "type": { "type": "reflection", "declaration": { - "id": 1033, + "id": 1046, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1034, + "id": 1047, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -26758,9 +27318,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 763, + "line": 777, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L763" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L777" } ], "type": { @@ -26772,22 +27332,22 @@ "groups": [ { "title": "Properties", - "children": [1034] + "children": [1047] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 761, + "line": 775, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L761" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L775" } ] } } }, { - "id": 1031, + "id": 1044, "name": "phone", "variant": "declaration", "kind": 1024, @@ -26795,9 +27355,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 760, + "line": 774, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L760" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L774" } ], "type": { @@ -26806,7 +27366,7 @@ } }, { - "id": 1030, + "id": 1043, "name": "type", "variant": "declaration", "kind": 1024, @@ -26814,9 +27374,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 759, + "line": 773, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L759" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L773" } ], "type": { @@ -26828,7 +27388,7 @@ "typeArguments": [ { "type": "reference", - "target": 1019, + "target": 1032, "name": "MobileOtpType", "package": "@supabase/auth-js" }, @@ -26854,15 +27414,15 @@ "groups": [ { "title": "Properties", - "children": [1032, 1031, 1030] + "children": [1045, 1044, 1043] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 758, + "line": 772, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L758" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L772" } ] } @@ -26871,7 +27431,7 @@ } }, { - "id": 888, + "id": 901, "name": "SignInAnonymouslyCredentials", "variant": "declaration", "kind": 2097152, @@ -26879,22 +27439,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 507, + "line": 521, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L507" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L521" } ], "type": { "type": "reflection", "declaration": { - "id": 889, + "id": 902, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 890, + "id": 903, "name": "options", "variant": "declaration", "kind": 1024, @@ -26904,22 +27464,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 508, + "line": 522, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L508" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L522" } ], "type": { "type": "reflection", "declaration": { - "id": 891, + "id": 904, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 893, + "id": 906, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -26937,9 +27497,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 516, + "line": 530, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L516" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L530" } ], "type": { @@ -26948,7 +27508,7 @@ } }, { - "id": 892, + "id": 905, "name": "data", "variant": "declaration", "kind": 1024, @@ -26982,9 +27542,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 514, + "line": 528, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L514" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L528" } ], "type": { @@ -26996,15 +27556,15 @@ "groups": [ { "title": "Properties", - "children": [893, 892] + "children": [906, 905] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 508, + "line": 522, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L508" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L522" } ] } @@ -27014,22 +27574,22 @@ "groups": [ { "title": "Properties", - "children": [890] + "children": [903] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 507, + "line": 521, "character": 43, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L507" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L521" } ] } } }, { - "id": 937, + "id": 950, "name": "SignInWithIdTokenCredentials", "variant": "declaration", "kind": 2097152, @@ -27037,22 +27597,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 595, + "line": 609, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L595" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L609" } ], "type": { "type": "reflection", "declaration": { - "id": 938, + "id": 951, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 942, + "id": 955, "name": "access_token", "variant": "declaration", "kind": 1024, @@ -27078,9 +27638,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 601, + "line": 615, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L601" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L615" } ], "type": { @@ -27089,7 +27649,7 @@ } }, { - "id": 943, + "id": 956, "name": "nonce", "variant": "declaration", "kind": 1024, @@ -27115,9 +27675,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 603, + "line": 617, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L603" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L617" } ], "type": { @@ -27126,7 +27686,7 @@ } }, { - "id": 944, + "id": 957, "name": "options", "variant": "declaration", "kind": 1024, @@ -27136,22 +27696,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 604, + "line": 618, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L604" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L618" } ], "type": { "type": "reflection", "declaration": { - "id": 945, + "id": 958, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 946, + "id": 959, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -27169,9 +27729,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 606, + "line": 620, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L606" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L620" } ], "type": { @@ -27183,22 +27743,22 @@ "groups": [ { "title": "Properties", - "children": [946] + "children": [959] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 604, + "line": 618, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L604" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L618" } ] } } }, { - "id": 939, + "id": 952, "name": "provider", "variant": "declaration", "kind": 1024, @@ -27270,9 +27830,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 597, + "line": 611, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L597" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L611" } ], "type": { @@ -27308,7 +27868,7 @@ { "type": "reflection", "declaration": { - "id": 940, + "id": 953, "name": "__type", "variant": "declaration", "kind": 65536, @@ -27316,9 +27876,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 597, + "line": 611, "character": 76, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L597" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L611" } ] } @@ -27329,7 +27889,7 @@ } }, { - "id": 941, + "id": 954, "name": "token", "variant": "declaration", "kind": 1024, @@ -27377,9 +27937,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 599, + "line": 613, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L599" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L613" } ], "type": { @@ -27391,22 +27951,22 @@ "groups": [ { "title": "Properties", - "children": [942, 943, 944, 939, 941] + "children": [955, 956, 957, 952, 954] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 595, + "line": 609, "character": 43, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L595" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L609" } ] } } }, { - "id": 925, + "id": 938, "name": "SignInWithOAuthCredentials", "variant": "declaration", "kind": 2097152, @@ -27414,22 +27974,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 580, + "line": 594, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L580" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L594" } ], "type": { "type": "reflection", "declaration": { - "id": 926, + "id": 939, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 928, + "id": 941, "name": "options", "variant": "declaration", "kind": 1024, @@ -27439,22 +27999,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 583, + "line": 597, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L583" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L597" } ], "type": { "type": "reflection", "declaration": { - "id": 929, + "id": 942, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 932, + "id": 945, "name": "queryParams", "variant": "declaration", "kind": 1024, @@ -27472,15 +28032,15 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 589, + "line": 603, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L589" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L603" } ], "type": { "type": "reflection", "declaration": { - "id": 933, + "id": 946, "name": "__type", "variant": "declaration", "kind": 65536, @@ -27488,14 +28048,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 589, + "line": 603, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L589" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L603" } ], "indexSignatures": [ { - "id": 934, + "id": 947, "name": "__index", "variant": "signature", "kind": 8192, @@ -27503,14 +28063,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 589, + "line": 603, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L589" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L603" } ], "parameters": [ { - "id": 935, + "id": 948, "name": "key", "variant": "param", "kind": 32768, @@ -27531,7 +28091,7 @@ } }, { - "id": 930, + "id": 943, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -27549,9 +28109,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 585, + "line": 599, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L585" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L599" } ], "type": { @@ -27560,7 +28120,7 @@ } }, { - "id": 931, + "id": 944, "name": "scopes", "variant": "declaration", "kind": 1024, @@ -27578,9 +28138,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 587, + "line": 601, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L587" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L601" } ], "type": { @@ -27589,7 +28149,7 @@ } }, { - "id": 936, + "id": 949, "name": "skipBrowserRedirect", "variant": "declaration", "kind": 1024, @@ -27607,9 +28167,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 591, + "line": 605, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L591" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L605" } ], "type": { @@ -27621,22 +28181,22 @@ "groups": [ { "title": "Properties", - "children": [932, 930, 931, 936] + "children": [945, 943, 944, 949] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 583, + "line": 597, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L583" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L597" } ] } } }, { - "id": 927, + "id": 940, "name": "provider", "variant": "declaration", "kind": 1024, @@ -27652,14 +28212,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 582, + "line": 596, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L582" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L596" } ], "type": { "type": "reference", - "target": 686, + "target": 697, "name": "Provider", "package": "@supabase/auth-js" } @@ -27668,22 +28228,22 @@ "groups": [ { "title": "Properties", - "children": [928, 927] + "children": [941, 940] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 580, + "line": 594, "character": 41, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L580" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L594" } ] } } }, { - "id": 902, + "id": 915, "name": "SignInWithPasswordCredentials", "variant": "declaration", "kind": 2097152, @@ -27691,9 +28251,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 535, + "line": 549, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L535" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L549" } ], "type": { @@ -27711,14 +28271,14 @@ { "type": "reflection", "declaration": { - "id": 903, + "id": 916, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 904, + "id": 917, "name": "options", "variant": "declaration", "kind": 1024, @@ -27728,22 +28288,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 536, + "line": 550, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L536" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L550" } ], "type": { "type": "reflection", "declaration": { - "id": 905, + "id": 918, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 906, + "id": 919, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -27753,9 +28313,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 537, + "line": 551, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L537" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L551" } ], "type": { @@ -27767,15 +28327,15 @@ "groups": [ { "title": "Properties", - "children": [906] + "children": [919] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 536, + "line": 550, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L536" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L550" } ] } @@ -27785,15 +28345,15 @@ "groups": [ { "title": "Properties", - "children": [904] + "children": [917] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 535, + "line": 549, "character": 70, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L535" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L549" } ] } @@ -27802,7 +28362,7 @@ } }, { - "id": 907, + "id": 920, "name": "SignInWithPasswordlessCredentials", "variant": "declaration", "kind": 2097152, @@ -27810,9 +28370,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 541, + "line": 555, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L541" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L555" } ], "type": { @@ -27821,14 +28381,14 @@ { "type": "reflection", "declaration": { - "id": 908, + "id": 921, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 909, + "id": 922, "name": "email", "variant": "declaration", "kind": 1024, @@ -27844,9 +28404,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 544, + "line": 558, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L544" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L558" } ], "type": { @@ -27855,7 +28415,7 @@ } }, { - "id": 910, + "id": 923, "name": "options", "variant": "declaration", "kind": 1024, @@ -27865,22 +28425,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 545, + "line": 559, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L545" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L559" } ], "type": { "type": "reflection", "declaration": { - "id": 911, + "id": 924, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 915, + "id": 928, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -27898,9 +28458,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 557, + "line": 571, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L557" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L571" } ], "type": { @@ -27909,7 +28469,7 @@ } }, { - "id": 914, + "id": 927, "name": "data", "variant": "declaration", "kind": 1024, @@ -27943,9 +28503,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 555, + "line": 569, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L555" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L569" } ], "type": { @@ -27954,7 +28514,7 @@ } }, { - "id": 912, + "id": 925, "name": "emailRedirectTo", "variant": "declaration", "kind": 1024, @@ -27972,9 +28532,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 547, + "line": 561, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L547" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L561" } ], "type": { @@ -27983,7 +28543,7 @@ } }, { - "id": 913, + "id": 926, "name": "shouldCreateUser", "variant": "declaration", "kind": 1024, @@ -28001,9 +28561,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 549, + "line": 563, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L549" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L563" } ], "type": { @@ -28015,15 +28575,15 @@ "groups": [ { "title": "Properties", - "children": [915, 914, 912, 913] + "children": [928, 927, 925, 926] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 545, + "line": 559, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L545" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L559" } ] } @@ -28033,15 +28593,15 @@ "groups": [ { "title": "Properties", - "children": [909, 910] + "children": [922, 923] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 542, + "line": 556, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L542" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L556" } ] } @@ -28049,14 +28609,14 @@ { "type": "reflection", "declaration": { - "id": 916, + "id": 929, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 918, + "id": 931, "name": "options", "variant": "declaration", "kind": 1024, @@ -28066,22 +28626,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 563, + "line": 577, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L563" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L577" } ], "type": { "type": "reflection", "declaration": { - "id": 919, + "id": 932, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 922, + "id": 935, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -28099,9 +28659,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 573, + "line": 587, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L573" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L587" } ], "type": { @@ -28110,7 +28670,7 @@ } }, { - "id": 923, + "id": 936, "name": "channel", "variant": "declaration", "kind": 1024, @@ -28128,9 +28688,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 575, + "line": 589, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L575" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L589" } ], "type": { @@ -28148,7 +28708,7 @@ } }, { - "id": 921, + "id": 934, "name": "data", "variant": "declaration", "kind": 1024, @@ -28182,9 +28742,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 571, + "line": 585, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L571" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L585" } ], "type": { @@ -28193,7 +28753,7 @@ } }, { - "id": 920, + "id": 933, "name": "shouldCreateUser", "variant": "declaration", "kind": 1024, @@ -28211,9 +28771,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 565, + "line": 579, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L565" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L579" } ], "type": { @@ -28225,22 +28785,22 @@ "groups": [ { "title": "Properties", - "children": [922, 923, 921, 920] + "children": [935, 936, 934, 933] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 563, + "line": 577, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L563" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L577" } ] } } }, { - "id": 917, + "id": 930, "name": "phone", "variant": "declaration", "kind": 1024, @@ -28256,9 +28816,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 562, + "line": 576, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L562" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L576" } ], "type": { @@ -28270,15 +28830,15 @@ "groups": [ { "title": "Properties", - "children": [918, 917] + "children": [931, 930] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 560, + "line": 574, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L560" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L574" } ] } @@ -28287,7 +28847,7 @@ } }, { - "id": 1035, + "id": 1048, "name": "SignInWithSSO", "variant": "declaration", "kind": 2097152, @@ -28295,9 +28855,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 767, + "line": 781, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L767" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L781" } ], "type": { @@ -28306,14 +28866,14 @@ { "type": "reflection", "declaration": { - "id": 1036, + "id": 1049, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1038, + "id": 1051, "name": "options", "variant": "declaration", "kind": 1024, @@ -28323,22 +28883,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 772, + "line": 786, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L772" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L786" } ], "type": { "type": "reflection", "declaration": { - "id": 1039, + "id": 1052, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1041, + "id": 1054, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -28356,9 +28916,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 776, + "line": 790, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L776" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L790" } ], "type": { @@ -28367,7 +28927,7 @@ } }, { - "id": 1040, + "id": 1053, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -28385,36 +28945,65 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 774, + "line": 788, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L774" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L788" } ], "type": { "type": "intrinsic", "name": "string" } + }, + { + "id": 1055, + "name": "skipBrowserRedirect", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "If set to true, the redirect will not happen on the client side.\nThis parameter is used when you wish to handle the redirect yourself.\nDefaults to false." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 796, + "character": 8, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L796" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } } ], "groups": [ { "title": "Properties", - "children": [1041, 1040] + "children": [1054, 1053, 1055] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 772, + "line": 786, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L772" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L786" } ] } } }, { - "id": 1037, + "id": 1050, "name": "providerId", "variant": "declaration", "kind": 1024, @@ -28430,9 +29019,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 770, + "line": 784, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L770" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L784" } ], "type": { @@ -28444,15 +29033,15 @@ "groups": [ { "title": "Properties", - "children": [1038, 1037] + "children": [1051, 1050] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 768, + "line": 782, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L768" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L782" } ] } @@ -28460,14 +29049,14 @@ { "type": "reflection", "declaration": { - "id": 1042, + "id": 1056, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1043, + "id": 1057, "name": "domain", "variant": "declaration", "kind": 1024, @@ -28483,9 +29072,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 781, + "line": 801, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L781" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L801" } ], "type": { @@ -28494,7 +29083,7 @@ } }, { - "id": 1044, + "id": 1058, "name": "options", "variant": "declaration", "kind": 1024, @@ -28504,22 +29093,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 783, + "line": 803, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L783" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L803" } ], "type": { "type": "reflection", "declaration": { - "id": 1045, + "id": 1059, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1047, + "id": 1061, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -28537,9 +29126,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 787, + "line": 807, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L787" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L807" } ], "type": { @@ -28548,7 +29137,7 @@ } }, { - "id": 1046, + "id": 1060, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -28566,29 +29155,58 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 785, + "line": 805, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L785" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L805" } ], "type": { "type": "intrinsic", "name": "string" } + }, + { + "id": 1062, + "name": "skipBrowserRedirect", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "If set to true, the redirect will not happen on the client side.\nThis parameter is used when you wish to handle the redirect yourself.\nDefaults to false." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/src/lib/types.ts", + "line": 813, + "character": 8, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L813" + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } } ], "groups": [ { "title": "Properties", - "children": [1047, 1046] + "children": [1061, 1060, 1062] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 783, + "line": 803, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L783" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L803" } ] } @@ -28598,15 +29216,15 @@ "groups": [ { "title": "Properties", - "children": [1043, 1044] + "children": [1057, 1058] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 779, + "line": 799, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L779" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L799" } ] } @@ -28615,7 +29233,7 @@ } }, { - "id": 1288, + "id": 1303, "name": "SignOut", "variant": "declaration", "kind": 2097152, @@ -28623,22 +29241,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1315, + "line": 1341, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1315" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1341" } ], "type": { "type": "reflection", "declaration": { - "id": 1289, + "id": 1304, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1290, + "id": 1305, "name": "scope", "variant": "declaration", "kind": 1024, @@ -28656,9 +29274,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1326, + "line": 1352, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1326" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1352" } ], "type": { @@ -28683,22 +29301,22 @@ "groups": [ { "title": "Properties", - "children": [1290] + "children": [1305] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1315, + "line": 1341, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1315" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1341" } ] } } }, { - "id": 1324, + "id": 1355, "name": "SignOutScope", "variant": "declaration", "kind": 2097152, @@ -28706,9 +29324,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1450, + "line": 1500, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1450" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1500" } ], "type": { @@ -28721,7 +29339,7 @@ "type": "query", "queryType": { "type": "reference", - "target": 1323, + "target": 1354, "name": "SIGN_OUT_SCOPES", "package": "@supabase/auth-js" } @@ -28729,7 +29347,7 @@ } }, { - "id": 894, + "id": 907, "name": "SignUpWithPasswordCredentials", "variant": "declaration", "kind": 2097152, @@ -28737,14 +29355,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 520, + "line": 534, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L520" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L534" } ], "type": { "type": "reference", - "target": 725, + "target": 737, "typeArguments": [ { "type": "intersection", @@ -28761,14 +29379,14 @@ { "type": "reflection", "declaration": { - "id": 895, + "id": 908, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 896, + "id": 909, "name": "options", "variant": "declaration", "kind": 1024, @@ -28778,22 +29396,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 522, + "line": 536, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L522" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L536" } ], "type": { "type": "reflection", "declaration": { - "id": 897, + "id": 910, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 900, + "id": 913, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -28803,9 +29421,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 525, + "line": 539, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L525" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L539" } ], "type": { @@ -28814,7 +29432,7 @@ } }, { - "id": 901, + "id": 914, "name": "channel", "variant": "declaration", "kind": 1024, @@ -28824,9 +29442,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 526, + "line": 540, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L526" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L540" } ], "type": { @@ -28844,7 +29462,7 @@ } }, { - "id": 899, + "id": 912, "name": "data", "variant": "declaration", "kind": 1024, @@ -28854,9 +29472,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 524, + "line": 538, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L524" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L538" } ], "type": { @@ -28865,7 +29483,7 @@ } }, { - "id": 898, + "id": 911, "name": "emailRedirectTo", "variant": "declaration", "kind": 1024, @@ -28875,9 +29493,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 523, + "line": 537, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L523" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L537" } ], "type": { @@ -28889,15 +29507,15 @@ "groups": [ { "title": "Properties", - "children": [900, 901, 899, 898] + "children": [913, 914, 912, 911] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 522, + "line": 536, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L522" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L536" } ] } @@ -28907,15 +29525,15 @@ "groups": [ { "title": "Properties", - "children": [896] + "children": [909] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 521, + "line": 535, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L521" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L535" } ] } @@ -28928,7 +29546,7 @@ } }, { - "id": 947, + "id": 960, "name": "SolanaWallet", "variant": "declaration", "kind": 2097152, @@ -28936,22 +29554,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 610, + "line": 624, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L610" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L624" } ], "type": { "type": "reflection", "declaration": { - "id": 948, + "id": 961, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 953, + "id": 966, "name": "publicKey", "variant": "declaration", "kind": 1024, @@ -28961,9 +29579,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 612, + "line": 626, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L612" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L626" } ], "type": { @@ -28972,14 +29590,14 @@ { "type": "reflection", "declaration": { - "id": 954, + "id": 967, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 955, + "id": 968, "name": "toBase58", "variant": "declaration", "kind": 1024, @@ -28987,15 +29605,15 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 613, + "line": 627, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L613" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L627" } ], "type": { "type": "reflection", "declaration": { - "id": 956, + "id": 969, "name": "__type", "variant": "declaration", "kind": 65536, @@ -29003,14 +29621,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 613, + "line": 627, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L613" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L627" } ], "signatures": [ { - "id": 957, + "id": 970, "name": "__type", "variant": "signature", "kind": 4096, @@ -29028,15 +29646,15 @@ "groups": [ { "title": "Properties", - "children": [955] + "children": [968] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 612, + "line": 626, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L612" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L626" } ] } @@ -29049,7 +29667,7 @@ } }, { - "id": 949, + "id": 962, "name": "signIn", "variant": "declaration", "kind": 1024, @@ -29059,15 +29677,15 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 611, + "line": 625, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L611" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L625" } ], "type": { "type": "reflection", "declaration": { - "id": 950, + "id": 963, "name": "__type", "variant": "declaration", "kind": 65536, @@ -29075,21 +29693,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 611, + "line": 625, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L611" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L625" } ], "signatures": [ { - "id": 951, + "id": 964, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 952, + "id": 965, "name": "inputs", "variant": "param", "kind": 32768, @@ -29153,7 +29771,7 @@ } }, { - "id": 958, + "id": 971, "name": "signMessage", "variant": "declaration", "kind": 1024, @@ -29163,15 +29781,15 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 616, + "line": 630, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L616" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L630" } ], "type": { "type": "reflection", "declaration": { - "id": 959, + "id": 972, "name": "__type", "variant": "declaration", "kind": 65536, @@ -29179,21 +29797,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 616, + "line": 630, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L616" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L630" } ], "signatures": [ { - "id": 960, + "id": 973, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 961, + "id": 974, "name": "message", "variant": "param", "kind": 32768, @@ -29209,7 +29827,7 @@ } }, { - "id": 962, + "id": 975, "name": "encoding", "variant": "param", "kind": 32768, @@ -29269,22 +29887,22 @@ "groups": [ { "title": "Properties", - "children": [953, 949, 958] + "children": [966, 962, 971] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 610, + "line": 624, "character": 27, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L610" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L624" } ] } } }, { - "id": 963, + "id": 976, "name": "SolanaWeb3Credentials", "variant": "declaration", "kind": 2097152, @@ -29292,9 +29910,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 619, + "line": 633, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L619" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L633" } ], "type": { @@ -29303,14 +29921,14 @@ { "type": "reflection", "declaration": { - "id": 964, + "id": 977, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 965, + "id": 978, "name": "chain", "variant": "declaration", "kind": 1024, @@ -29318,9 +29936,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 621, + "line": 635, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L621" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L635" } ], "type": { @@ -29329,7 +29947,7 @@ } }, { - "id": 968, + "id": 981, "name": "options", "variant": "declaration", "kind": 1024, @@ -29339,22 +29957,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 629, + "line": 643, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L629" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L643" } ], "type": { "type": "reflection", "declaration": { - "id": 969, + "id": 982, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 971, + "id": 984, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -29372,9 +29990,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 634, + "line": 648, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L634" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L648" } ], "type": { @@ -29383,7 +30001,7 @@ } }, { - "id": 972, + "id": 985, "name": "signInWithSolana", "variant": "declaration", "kind": 1024, @@ -29393,9 +30011,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 636, + "line": 650, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L636" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L650" } ], "type": { @@ -29456,7 +30074,7 @@ } }, { - "id": 970, + "id": 983, "name": "url", "variant": "declaration", "kind": 1024, @@ -29474,9 +30092,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 631, + "line": 645, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L631" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L645" } ], "type": { @@ -29488,22 +30106,22 @@ "groups": [ { "title": "Properties", - "children": [971, 972, 970] + "children": [984, 985, 983] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 629, + "line": 643, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L629" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L643" } ] } } }, { - "id": 967, + "id": 980, "name": "statement", "variant": "declaration", "kind": 1024, @@ -29521,9 +30139,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 627, + "line": 641, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L627" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L641" } ], "type": { @@ -29532,7 +30150,7 @@ } }, { - "id": 966, + "id": 979, "name": "wallet", "variant": "declaration", "kind": 1024, @@ -29558,14 +30176,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 624, + "line": 638, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L624" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L638" } ], "type": { "type": "reference", - "target": 947, + "target": 960, "name": "SolanaWallet", "package": "@supabase/auth-js" } @@ -29574,15 +30192,15 @@ "groups": [ { "title": "Properties", - "children": [965, 968, 967, 966] + "children": [978, 981, 980, 979] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 620, + "line": 634, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L620" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L634" } ] } @@ -29590,14 +30208,14 @@ { "type": "reflection", "declaration": { - "id": 973, + "id": 986, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 974, + "id": 987, "name": "chain", "variant": "declaration", "kind": 1024, @@ -29605,9 +30223,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 642, + "line": 656, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L642" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L656" } ], "type": { @@ -29616,7 +30234,7 @@ } }, { - "id": 975, + "id": 988, "name": "message", "variant": "declaration", "kind": 1024, @@ -29656,9 +30274,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 645, + "line": 659, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L645" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L659" } ], "type": { @@ -29667,7 +30285,7 @@ } }, { - "id": 977, + "id": 990, "name": "options", "variant": "declaration", "kind": 1024, @@ -29677,22 +30295,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 650, + "line": 664, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L650" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L664" } ], "type": { "type": "reflection", "declaration": { - "id": 978, + "id": 991, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 979, + "id": 992, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -29710,9 +30328,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 652, + "line": 666, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L652" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L666" } ], "type": { @@ -29724,22 +30342,22 @@ "groups": [ { "title": "Properties", - "children": [979] + "children": [992] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 650, + "line": 664, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L650" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L664" } ] } } }, { - "id": 976, + "id": 989, "name": "signature", "variant": "declaration", "kind": 1024, @@ -29755,9 +30373,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 648, + "line": 662, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L648" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L662" } ], "type": { @@ -29774,15 +30392,15 @@ "groups": [ { "title": "Properties", - "children": [974, 975, 977, 976] + "children": [987, 988, 990, 989] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 641, + "line": 655, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L641" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L655" } ] } @@ -29791,7 +30409,7 @@ } }, { - "id": 783, + "id": 795, "name": "SSOResponse", "variant": "declaration", "kind": 2097152, @@ -29799,26 +30417,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 206, + "line": 211, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L206" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L211" } ], "type": { "type": "reference", - "target": 730, + "target": 742, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 784, + "id": 796, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 785, + "id": 797, "name": "url", "variant": "declaration", "kind": 1024, @@ -29842,9 +30460,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 214, + "line": 219, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L214" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L219" } ], "type": { @@ -29856,15 +30474,15 @@ "groups": [ { "title": "Properties", - "children": [785] + "children": [797] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 206, + "line": 211, "character": 40, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L206" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L211" } ] } @@ -29875,7 +30493,7 @@ } }, { - "id": 727, + "id": 739, "name": "StrictOmit", "variant": "declaration", "kind": 2097152, @@ -29891,21 +30509,21 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 131, + "line": 136, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L131" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L136" } ], "typeParameters": [ { - "id": 728, + "id": 740, "name": "T", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 729, + "id": 741, "name": "K", "variant": "typeParam", "kind": 131072, @@ -29915,7 +30533,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 728, + "target": 740, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -29932,14 +30550,14 @@ "typeArguments": [ { "type": "reference", - "target": 728, + "target": 740, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true }, { "type": "reference", - "target": 729, + "target": 741, "name": "K", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -29950,7 +30568,7 @@ } }, { - "id": 1270, + "id": 1285, "name": "SupportedStorage", "variant": "declaration", "kind": 2097152, @@ -29958,9 +30576,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1284, + "line": 1310, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1284" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1310" } ], "type": { @@ -30017,14 +30635,14 @@ { "type": "reflection", "declaration": { - "id": 1271, + "id": 1286, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1272, + "id": 1287, "name": "isServer", "variant": "declaration", "kind": 1024, @@ -30050,9 +30668,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1294, + "line": 1320, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1294" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1320" } ], "type": { @@ -30064,15 +30682,15 @@ "groups": [ { "title": "Properties", - "children": [1272] + "children": [1287] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1286, + "line": 1312, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1286" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1312" } ] } @@ -30081,7 +30699,7 @@ } }, { - "id": 1353, + "id": 1384, "name": "UpdateOAuthClientParams", "variant": "declaration", "kind": 2097152, @@ -30097,22 +30715,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1535, + "line": 1585, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1535" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1585" } ], "type": { "type": "reflection", "declaration": { - "id": 1354, + "id": 1385, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1355, + "id": 1386, "name": "client_name", "variant": "declaration", "kind": 1024, @@ -30130,9 +30748,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1537, + "line": 1587, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1537" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1587" } ], "type": { @@ -30141,7 +30759,7 @@ } }, { - "id": 1356, + "id": 1387, "name": "client_uri", "variant": "declaration", "kind": 1024, @@ -30159,9 +30777,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1539, + "line": 1589, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1539" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1589" } ], "type": { @@ -30170,7 +30788,7 @@ } }, { - "id": 1359, + "id": 1390, "name": "grant_types", "variant": "declaration", "kind": 1024, @@ -30188,23 +30806,23 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1545, + "line": 1595, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1545" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1595" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 1325, + "target": 1356, "name": "OAuthClientGrantType", "package": "@supabase/auth-js" } } }, { - "id": 1357, + "id": 1388, "name": "logo_uri", "variant": "declaration", "kind": 1024, @@ -30222,9 +30840,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1541, + "line": 1591, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1541" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1591" } ], "type": { @@ -30233,7 +30851,7 @@ } }, { - "id": 1358, + "id": 1389, "name": "redirect_uris", "variant": "declaration", "kind": 1024, @@ -30251,9 +30869,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1543, + "line": 1593, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1543" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1593" } ], "type": { @@ -30268,22 +30886,22 @@ "groups": [ { "title": "Properties", - "children": [1355, 1356, 1359, 1357, 1358] + "children": [1386, 1387, 1390, 1388, 1389] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1535, + "line": 1585, "character": 38, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1535" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1585" } ] } } }, { - "id": 786, + "id": 798, "name": "UserResponse", "variant": "declaration", "kind": 2097152, @@ -30291,26 +30909,26 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 217, + "line": 222, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L217" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L222" } ], "type": { "type": "reference", - "target": 739, + "target": 751, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 787, + "id": 799, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 788, + "id": 800, "name": "user", "variant": "declaration", "kind": 1024, @@ -30318,14 +30936,14 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 218, + "line": 223, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L218" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L223" } ], "type": { "type": "reference", - "target": 833, + "target": 846, "name": "User", "package": "@supabase/auth-js" } @@ -30334,15 +30952,15 @@ "groups": [ { "title": "Properties", - "children": [788] + "children": [800] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 217, + "line": 222, "character": 56, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L217" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L222" } ] } @@ -30353,7 +30971,7 @@ } }, { - "id": 999, + "id": 1012, "name": "VerifyOtpParams", "variant": "declaration", "kind": 2097152, @@ -30361,9 +30979,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 697, + "line": 711, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L697" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L711" } ], "type": { @@ -30371,19 +30989,19 @@ "types": [ { "type": "reference", - "target": 1000, + "target": 1013, "name": "VerifyMobileOtpParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1008, + "target": 1021, "name": "VerifyEmailOtpParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1016, + "target": 1029, "name": "VerifyTokenHashParams", "package": "@supabase/auth-js" } @@ -30391,7 +31009,7 @@ } }, { - "id": 721, + "id": 733, "name": "WeakPassword", "variant": "declaration", "kind": 2097152, @@ -30399,22 +31017,22 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 115, + "line": 120, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L120" } ], "type": { "type": "reflection", "declaration": { - "id": 722, + "id": 734, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 724, + "id": 736, "name": "message", "variant": "declaration", "kind": 1024, @@ -30422,9 +31040,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 117, + "line": 122, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L117" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L122" } ], "type": { @@ -30433,7 +31051,7 @@ } }, { - "id": 723, + "id": 735, "name": "reasons", "variant": "declaration", "kind": 1024, @@ -30441,16 +31059,16 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 116, + "line": 121, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L116" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L121" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 720, + "target": 732, "name": "WeakPasswordReasons", "package": "@supabase/auth-js" } @@ -30460,22 +31078,22 @@ "groups": [ { "title": "Properties", - "children": [724, 723] + "children": [736, 735] } ], "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 115, + "line": 120, "character": 27, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L120" } ] } } }, { - "id": 720, + "id": 732, "name": "WeakPasswordReasons", "variant": "declaration", "kind": 2097152, @@ -30483,9 +31101,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 114, + "line": 119, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L119" } ], "type": { @@ -30510,7 +31128,7 @@ } }, { - "id": 998, + "id": 1011, "name": "Web3Credentials", "variant": "declaration", "kind": 2097152, @@ -30518,9 +31136,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 695, + "line": 709, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L695" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L709" } ], "type": { @@ -30528,13 +31146,13 @@ "types": [ { "type": "reference", - "target": 963, + "target": 976, "name": "SolanaWeb3Credentials", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 981, + "target": 994, "name": "EthereumWeb3Credentials", "package": "@supabase/auth-js" } @@ -30542,7 +31160,7 @@ } }, { - "id": 660, + "id": 671, "name": "AuthAdminApi", "variant": "declaration", "kind": 32, @@ -30554,7 +31172,7 @@ "fileName": "packages/core/auth-js/src/AuthAdminApi.ts", "line": 3, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/AuthAdminApi.ts#L3" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/AuthAdminApi.ts#L3" } ], "type": { @@ -30569,7 +31187,7 @@ "defaultValue": "GoTrueAdminApi" }, { - "id": 661, + "id": 672, "name": "AuthClient", "variant": "declaration", "kind": 32, @@ -30581,7 +31199,7 @@ "fileName": "packages/core/auth-js/src/AuthClient.ts", "line": 3, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/AuthClient.ts#L3" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/AuthClient.ts#L3" } ], "type": { @@ -30596,7 +31214,7 @@ "defaultValue": "GoTrueClient" }, { - "id": 675, + "id": 686, "name": "lockInternals", "variant": "declaration", "kind": 32, @@ -30612,20 +31230,20 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 6, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L6" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L6" } ], "type": { "type": "reflection", "declaration": { - "id": 676, + "id": 687, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 677, + "id": 688, "name": "debug", "variant": "declaration", "kind": 1024, @@ -30639,7 +31257,7 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 10, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L10" } ], "type": { @@ -30652,7 +31270,7 @@ "groups": [ { "title": "Properties", - "children": [677] + "children": [688] } ], "sources": [ @@ -30660,7 +31278,7 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 6, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L6" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L6" } ] } @@ -30668,7 +31286,7 @@ "defaultValue": "..." }, { - "id": 1323, + "id": 1354, "name": "SIGN_OUT_SCOPES", "variant": "declaration", "kind": 32, @@ -30678,9 +31296,9 @@ "sources": [ { "fileName": "packages/core/auth-js/src/lib/types.ts", - "line": 1449, + "line": 1499, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/types.ts#L1449" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/types.ts#L1499" } ], "type": { @@ -30707,7 +31325,7 @@ "defaultValue": "..." }, { - "id": 1435, + "id": 1466, "name": "isAuthApiError", "variant": "declaration", "kind": 64, @@ -30717,12 +31335,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 41, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L41" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L41" } ], "signatures": [ { - "id": 1436, + "id": 1467, "name": "isAuthApiError", "variant": "signature", "kind": 4096, @@ -30732,12 +31350,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 41, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L41" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L41" } ], "parameters": [ { - "id": 1437, + "id": 1468, "name": "error", "variant": "param", "kind": 32768, @@ -30754,7 +31372,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1460, + "target": 1491, "name": "AuthApiError", "package": "@supabase/auth-js" } @@ -30763,7 +31381,7 @@ ] }, { - "id": 1432, + "id": 1463, "name": "isAuthError", "variant": "declaration", "kind": 64, @@ -30773,12 +31391,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 26, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L26" } ], "signatures": [ { - "id": 1433, + "id": 1464, "name": "isAuthError", "variant": "signature", "kind": 4096, @@ -30788,12 +31406,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 26, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L26" } ], "parameters": [ { - "id": 1434, + "id": 1465, "name": "error", "variant": "param", "kind": 32768, @@ -30810,7 +31428,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1450, + "target": 1481, "name": "AuthError", "package": "@supabase/auth-js" } @@ -30819,7 +31437,7 @@ ] }, { - "id": 1441, + "id": 1472, "name": "isAuthImplicitGrantRedirectError", "variant": "declaration", "kind": 64, @@ -30829,12 +31447,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 105, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L105" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L105" } ], "signatures": [ { - "id": 1442, + "id": 1473, "name": "isAuthImplicitGrantRedirectError", "variant": "signature", "kind": 4096, @@ -30844,12 +31462,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 105, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L105" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L105" } ], "parameters": [ { - "id": 1443, + "id": 1474, "name": "error", "variant": "param", "kind": 32768, @@ -30866,7 +31484,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1517, + "target": 1548, "name": "AuthImplicitGrantRedirectError", "package": "@supabase/auth-js" } @@ -30875,7 +31493,7 @@ ] }, { - "id": 1444, + "id": 1475, "name": "isAuthRetryableFetchError", "variant": "declaration", "kind": 64, @@ -30885,12 +31503,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 135, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L135" } ], "signatures": [ { - "id": 1445, + "id": 1476, "name": "isAuthRetryableFetchError", "variant": "signature", "kind": 4096, @@ -30900,12 +31518,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 135, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L135" } ], "parameters": [ { - "id": 1446, + "id": 1477, "name": "error", "variant": "param", "kind": 32768, @@ -30922,7 +31540,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1571, + "target": 1602, "name": "AuthRetryableFetchError", "package": "@supabase/auth-js" } @@ -30931,7 +31549,7 @@ ] }, { - "id": 1438, + "id": 1469, "name": "isAuthSessionMissingError", "variant": "declaration", "kind": 64, @@ -30941,12 +31559,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 72, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L72" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L72" } ], "signatures": [ { - "id": 1439, + "id": 1470, "name": "isAuthSessionMissingError", "variant": "signature", "kind": 4096, @@ -30956,12 +31574,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 72, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L72" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L72" } ], "parameters": [ { - "id": 1440, + "id": 1471, "name": "error", "variant": "param", "kind": 32768, @@ -30978,7 +31596,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1492, + "target": 1523, "name": "AuthSessionMissingError", "package": "@supabase/auth-js" } @@ -30987,7 +31605,7 @@ ] }, { - "id": 1447, + "id": 1478, "name": "isAuthWeakPasswordError", "variant": "declaration", "kind": 64, @@ -30997,12 +31615,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 157, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L157" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L157" } ], "signatures": [ { - "id": 1448, + "id": 1479, "name": "isAuthWeakPasswordError", "variant": "signature", "kind": 4096, @@ -31012,12 +31630,12 @@ "fileName": "packages/core/auth-js/src/lib/errors.ts", "line": 157, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/errors.ts#L157" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/errors.ts#L157" } ], "parameters": [ { - "id": 1449, + "id": 1480, "name": "error", "variant": "param", "kind": 32768, @@ -31034,7 +31652,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1581, + "target": 1612, "name": "AuthWeakPasswordError", "package": "@supabase/auth-js" } @@ -31043,7 +31661,7 @@ ] }, { - "id": 662, + "id": 673, "name": "navigatorLock", "variant": "declaration", "kind": 64, @@ -31053,12 +31671,12 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 59, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L59" } ], "signatures": [ { - "id": 663, + "id": 674, "name": "navigatorLock", "variant": "signature", "kind": 4096, @@ -31118,12 +31736,12 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 59, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L59" } ], "typeParameters": [ { - "id": 664, + "id": 675, "name": "R", "variant": "typeParam", "kind": 131072, @@ -31132,7 +31750,7 @@ ], "parameters": [ { - "id": 665, + "id": 676, "name": "name", "variant": "param", "kind": 32768, @@ -31151,7 +31769,7 @@ } }, { - "id": 666, + "id": 677, "name": "acquireTimeout", "variant": "param", "kind": 32768, @@ -31178,7 +31796,7 @@ } }, { - "id": 667, + "id": 678, "name": "fn", "variant": "param", "kind": 32768, @@ -31194,7 +31812,7 @@ "type": { "type": "reflection", "declaration": { - "id": 668, + "id": 679, "name": "__type", "variant": "declaration", "kind": 65536, @@ -31204,12 +31822,12 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 62, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L62" } ], "signatures": [ { - "id": 669, + "id": 680, "name": "__type", "variant": "signature", "kind": 4096, @@ -31219,7 +31837,7 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 62, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L62" } ], "type": { @@ -31231,7 +31849,7 @@ "typeArguments": [ { "type": "reference", - "target": 664, + "target": 675, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -31255,7 +31873,7 @@ "typeArguments": [ { "type": "reference", - "target": 664, + "target": 675, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -31268,7 +31886,7 @@ ] }, { - "id": 678, + "id": 689, "name": "processLock", "variant": "declaration", "kind": 64, @@ -31278,12 +31896,12 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 171, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L171" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L171" } ], "signatures": [ { - "id": 679, + "id": 690, "name": "processLock", "variant": "signature", "kind": 4096, @@ -31310,12 +31928,12 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 171, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L171" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L171" } ], "typeParameters": [ { - "id": 680, + "id": 691, "name": "R", "variant": "typeParam", "kind": 131072, @@ -31324,7 +31942,7 @@ ], "parameters": [ { - "id": 681, + "id": 692, "name": "name", "variant": "param", "kind": 32768, @@ -31343,7 +31961,7 @@ } }, { - "id": 682, + "id": 693, "name": "acquireTimeout", "variant": "param", "kind": 32768, @@ -31370,7 +31988,7 @@ } }, { - "id": 683, + "id": 694, "name": "fn", "variant": "param", "kind": 32768, @@ -31386,7 +32004,7 @@ "type": { "type": "reflection", "declaration": { - "id": 684, + "id": 695, "name": "__type", "variant": "declaration", "kind": 65536, @@ -31396,12 +32014,12 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 174, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L174" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L174" } ], "signatures": [ { - "id": 685, + "id": 696, "name": "__type", "variant": "signature", "kind": 4096, @@ -31411,7 +32029,7 @@ "fileName": "packages/core/auth-js/src/lib/locks.ts", "line": 174, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/auth-js/src/lib/locks.ts#L174" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/auth-js/src/lib/locks.ts#L174" } ], "type": { @@ -31423,7 +32041,7 @@ "typeArguments": [ { "type": "reference", - "target": 680, + "target": 691, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -31447,7 +32065,7 @@ "typeArguments": [ { "type": "reference", - "target": 680, + "target": 691, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -31464,42 +32082,42 @@ { "title": "Classes", "children": [ - 1460, 1450, 1517, 1508, 1593, 1500, 1544, 1571, 1492, 1470, 1581, 1480, 1, 107, 670 + 1491, 1481, 1548, 1539, 1624, 1531, 1575, 1602, 1523, 1501, 1612, 1511, 1, 107, 681 ] }, { "title": "Interfaces", "children": [ - 865, 800, 1416, 1070, 1263, 1373, 1133, 1316, 789, 878, 833, 826, 859, 803, 830, 1008, 1000, - 1016 + 878, 812, 1447, 1085, 1278, 1404, 1148, 1347, 1327, 801, 891, 846, 838, 872, 815, 843, 1021, + 1013, 1029 ] }, { "title": "Type Aliases", "children": [ - 798, 688, 687, 1127, 924, 1253, 1250, 1260, 1257, 1118, 1122, 1117, 1119, 1120, 1121, 1295, - 1113, 1294, 1296, 1128, 1123, 1114, 1112, 1105, 1412, 1413, 756, 747, 751, 761, 765, 1276, - 1345, 1020, 980, 981, 816, 815, 1064, 1054, 1073, 1078, 1074, 1085, 1059, 1048, 698, 1273, - 1297, 1312, 689, 1104, 1103, 1101, 1100, 1102, 1086, 1292, 1291, 1293, 1099, 1087, 1098, - 1091, 1090, 1092, 1096, 1019, 1396, 1402, 1329, 1325, 1361, 1328, 1360, 1326, 1327, 770, - 1284, 1277, 725, 686, 730, 739, 1302, 1021, 888, 937, 925, 902, 907, 1035, 1288, 1324, 894, - 947, 963, 783, 727, 1270, 1353, 786, 999, 721, 720, 998 + 810, 699, 698, 1142, 937, 1268, 1265, 1275, 1272, 1133, 1137, 1132, 1134, 1135, 1136, 1310, + 1128, 1309, 1311, 1143, 1138, 1129, 1127, 1120, 1443, 1444, 768, 759, 763, 773, 777, 1291, + 1376, 1033, 993, 994, 828, 827, 1079, 1069, 1088, 1093, 1089, 1100, 1074, 1063, 709, 1288, + 1312, 700, 1119, 1118, 1116, 1115, 1117, 1101, 1307, 1306, 1308, 1114, 1102, 1113, 1106, + 1105, 1107, 1111, 1032, 1427, 1433, 1360, 1356, 1392, 1359, 1391, 1357, 1358, 782, 1299, + 1292, 737, 697, 742, 751, 1317, 1034, 901, 950, 938, 915, 920, 1048, 1303, 1355, 907, 960, + 976, 795, 739, 1285, 1384, 798, 1012, 733, 732, 1011 ] }, { "title": "Variables", - "children": [660, 661, 675, 1323] + "children": [671, 672, 686, 1354] }, { "title": "Functions", - "children": [1435, 1432, 1441, 1444, 1438, 1447, 662, 678] + "children": [1466, 1463, 1472, 1475, 1469, 1478, 673, 689] } ], "packageName": "@supabase/auth-js", "readme": [ { "kind": "text", - "text": "
\n

\n \n \n \n \n \"Supabase\n \n \n\n

Supabase Auth JS SDK

\n\n

An isomorphic JavaScript SDK for the Supabase Auth API.

\n\n

\n Guides\n ·\n Reference Docs\n ·\n TypeDoc\n

\n

\n\n
\n\n[![Build](https://github.com/supabase/supabase-js/workflows/CI/badge.svg)](https://github.com/supabase/supabase-js/actions?query=branch%3Amaster)\n[![Package](https://img.shields.io/npm/v/@supabase/auth-js)](https://www.npmjs.com/package/@supabase/auth-js)\n[![License: MIT](https://img.shields.io/npm/l/@supabase/supabase-js)](#license)\n[![pkg.pr.new](https://pkg.pr.new/badge/supabase/auth-js)](https://pkg.pr.new/~/supabase/auth-js)\n\n
\n\n## Quick start\n\nInstall\n\n" + "text": "
\n

\n \n \n \n \n \"Supabase\n \n \n\n

Supabase Auth JS SDK

\n\n

An isomorphic JavaScript SDK for the Supabase Auth API.

\n\n

\n Guides\n ·\n Reference Docs\n ·\n TypeDoc\n

\n

\n\n
\n\n[![Build](https://github.com/supabase/supabase-js/workflows/CI/badge.svg)](https://github.com/supabase/supabase-js/actions?query=branch%3Amaster)\n[![Package](https://img.shields.io/npm/v/@supabase/auth-js)](https://www.npmjs.com/package/@supabase/auth-js)\n[![License: MIT](https://img.shields.io/npm/l/@supabase/supabase-js)](#license)\n[![pkg.pr.new](https://pkg.pr.new/badge/supabase/auth-js)](https://pkg.pr.new/~/supabase/auth-js)\n\n
\n\n## Requirements\n\n- **Node.js 20 or later** (Node.js 18 support dropped as of October 31, 2025)\n- For browser support, all modern browsers are supported\n\n> ⚠️ **Node.js 18 Deprecation Notice**\n>\n> Node.js 18 reached end-of-life on April 30, 2025. As announced in [our deprecation notice](https://github.com/orgs/supabase/discussions/37217), support for Node.js 18 was dropped on October 31, 2025.\n\n## Quick start\n\nInstall\n\n" }, { "kind": "code", @@ -31952,1861 +32570,1825 @@ "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.oauth" }, - "174": { + "172": { + "sourceFileName": "src/GoTrueClient.ts", + "qualifiedName": "default.isThrowOnErrorEnabled" + }, + "173": { + "sourceFileName": "src/GoTrueClient.ts", + "qualifiedName": "default.isThrowOnErrorEnabled" + }, + "185": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.initialize" }, - "175": { + "186": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.initialize" }, - "178": { + "189": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInAnonymously" }, - "179": { + "190": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInAnonymously" }, - "180": { + "191": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "181": { + "192": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signUp" }, - "182": { + "193": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signUp" }, - "183": { + "194": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "184": { + "195": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithPassword" }, - "185": { + "196": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithPassword" }, - "186": { + "197": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "187": { + "198": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithOAuth" }, - "188": { + "199": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithOAuth" }, - "189": { + "200": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "190": { + "201": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.exchangeCodeForSession" }, - "191": { + "202": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.exchangeCodeForSession" }, - "192": { + "203": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "authCode" }, - "193": { + "204": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithWeb3" }, - "194": { + "205": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithWeb3" }, - "195": { + "206": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "196": { + "207": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "197": { + "208": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "198": { + "209": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "199": { + "210": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "200": { + "211": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.user" }, - "201": { + "212": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "202": { + "213": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "203": { + "214": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "204": { + "215": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "205": { + "216": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "206": { + "217": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.user" }, - "207": { + "218": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "246": { + "257": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithIdToken" }, - "247": { + "258": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithIdToken" }, - "248": { + "259": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "249": { + "260": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithOtp" }, - "250": { + "261": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithOtp" }, - "251": { + "262": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "252": { + "263": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.verifyOtp" }, - "253": { + "264": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.verifyOtp" }, - "254": { + "265": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "params" }, - "255": { + "266": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithSSO" }, - "256": { + "267": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signInWithSSO" }, - "257": { + "268": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "params" }, - "258": { + "269": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.reauthenticate" }, - "259": { + "270": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.reauthenticate" }, - "262": { + "273": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.resend" }, - "263": { + "274": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.resend" }, - "264": { + "275": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "265": { + "276": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.getSession" }, - "266": { + "277": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.getSession" }, - "267": { + "278": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "268": { + "279": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "269": { + "280": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "270": { + "281": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "271": { + "282": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "272": { + "283": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "273": { + "284": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "274": { + "285": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "275": { + "286": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "276": { + "287": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "277": { + "288": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "278": { + "289": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "279": { + "290": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "280": { + "291": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "281": { + "292": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "328": { + "339": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.getUser" }, - "329": { + "340": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.getUser" }, - "330": { + "341": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "jwt" }, - "334": { + "345": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.updateUser" }, - "335": { + "346": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.updateUser" }, - "336": { + "347": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "attributes" }, - "337": { + "348": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "options" }, - "338": { + "349": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "339": { + "350": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.emailRedirectTo" }, - "346": { + "357": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.setSession" }, - "347": { + "358": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.setSession" }, - "348": { + "359": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "currentSession" }, - "349": { + "360": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "350": { + "361": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.access_token" }, - "351": { + "362": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.refresh_token" }, - "358": { + "369": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.refreshSession" }, - "359": { + "370": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.refreshSession" }, - "360": { + "371": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "currentSession" }, - "361": { + "372": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "362": { + "373": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.refresh_token" }, - "399": { + "410": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signOut" }, - "400": { + "411": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.signOut" }, - "401": { + "412": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "options" }, - "402": { + "413": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "403": { + "414": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "409": { + "420": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.onAuthStateChange" }, - "410": { + "421": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.onAuthStateChange" }, - "411": { + "422": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "callback" }, - "412": { + "423": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "413": { + "424": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "414": { + "425": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "event" }, - "415": { + "426": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "session" }, - "416": { + "427": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "417": { + "428": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "418": { + "429": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "419": { + "430": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.subscription" }, - "420": { + "431": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.onAuthStateChange" }, - "421": { + "432": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "callback" }, - "422": { + "433": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "423": { + "434": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "424": { + "435": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "event" }, - "425": { + "436": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "session" }, - "426": { + "437": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "427": { + "438": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "428": { + "439": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "429": { + "440": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.subscription" }, - "433": { + "444": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.resetPasswordForEmail" }, - "434": { + "445": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.resetPasswordForEmail" }, - "435": { + "446": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "email" }, - "436": { + "447": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "options" }, - "437": { + "448": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "438": { + "449": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.redirectTo" }, - "439": { + "450": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.captchaToken" }, - "440": { + "451": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "441": { + "452": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "442": { + "453": { "sourceFileName": "", "qualifiedName": "__type" }, - "443": { + "454": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "444": { + "455": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "445": { + "456": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "446": { + "457": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "447": { + "458": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.getUserIdentities" }, - "448": { + "459": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.getUserIdentities" }, - "449": { + "460": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "450": { + "461": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "451": { + "462": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "452": { + "463": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.identities" }, - "453": { + "464": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "454": { + "465": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "455": { + "466": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "456": { + "467": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "457": { + "468": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.linkIdentity" }, - "458": { + "469": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.linkIdentity" }, - "459": { + "470": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "460": { + "471": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.linkIdentity" }, - "461": { + "472": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "468": { + "479": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.unlinkIdentity" }, - "469": { + "480": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.unlinkIdentity" }, - "470": { + "481": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "identity" }, - "471": { + "482": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "472": { + "483": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "473": { + "484": { "sourceFileName": "", "qualifiedName": "__type" }, - "474": { + "485": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "475": { + "486": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "476": { + "487": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "477": { + "488": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "523": { + "534": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.startAutoRefresh" }, - "524": { + "535": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.startAutoRefresh" }, - "525": { + "536": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.stopAutoRefresh" }, - "526": { + "537": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.stopAutoRefresh" }, - "637": { + "648": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.getClaims" }, - "638": { + "649": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "default.getClaims" }, - "639": { + "650": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "jwt" }, - "640": { + "651": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "options" }, - "641": { + "652": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "642": { + "653": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.keys" }, - "643": { + "654": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.allowExpired" }, - "644": { + "655": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.jwks" }, - "645": { + "656": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "646": { + "657": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.keys" }, - "647": { + "658": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "648": { + "659": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "649": { + "660": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "650": { + "661": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.claims" }, - "651": { + "662": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.header" }, - "652": { + "663": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.signature" }, - "653": { + "664": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "654": { + "665": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "655": { + "666": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "656": { + "667": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "657": { + "668": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type" }, - "658": { + "669": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "659": { + "670": { "sourceFileName": "src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "660": { + "671": { "sourceFileName": "src/AuthAdminApi.ts", "qualifiedName": "AuthAdminApi" }, - "661": { + "672": { "sourceFileName": "src/AuthClient.ts", "qualifiedName": "AuthClient" }, - "662": { + "673": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "navigatorLock" }, - "663": { + "674": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "navigatorLock" }, - "664": { + "675": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "R" }, - "665": { + "676": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "name" }, - "666": { + "677": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "acquireTimeout" }, - "667": { + "678": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "fn" }, - "668": { + "679": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "__type" }, - "669": { + "680": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "__type" }, - "670": { + "681": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "NavigatorLockAcquireTimeoutError" }, - "671": { + "682": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "LockAcquireTimeoutError.__constructor" }, - "672": { + "683": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "NavigatorLockAcquireTimeoutError" }, - "673": { + "684": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "message" }, - "674": { + "685": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "LockAcquireTimeoutError.isAcquireTimeout" }, - "675": { + "686": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "internals" }, - "676": { + "687": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "__object" }, - "677": { + "688": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "__object.debug" }, - "678": { + "689": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "processLock" }, - "679": { + "690": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "processLock" }, - "680": { + "691": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "R" }, - "681": { + "692": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "name" }, - "682": { + "693": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "acquireTimeout" }, - "683": { + "694": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "fn" }, - "684": { + "695": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "__type" }, - "685": { + "696": { "sourceFileName": "src/lib/locks.ts", "qualifiedName": "__type" }, - "686": { + "697": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Provider" }, - "687": { + "698": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthChangeEventMFA" }, - "688": { + "699": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthChangeEvent" }, - "689": { + "700": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "LockFunc" }, - "690": { + "701": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "691": { + "702": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "692": { + "703": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "name" }, - "693": { + "704": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "acquireTimeout" }, - "694": { + "705": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "fn" }, - "695": { + "706": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "696": { + "707": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "697": { + "708": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "R" }, - "698": { + "709": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueClientOptions" }, - "699": { + "710": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "700": { + "711": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.url" }, - "701": { + "712": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.headers" }, - "702": { + "713": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "703": { + "714": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.__index" }, - "705": { + "716": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.storageKey" }, - "706": { + "717": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.detectSessionInUrl" }, - "707": { + "718": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.autoRefreshToken" }, - "708": { + "719": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.persistSession" }, - "709": { + "720": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.storage" }, - "710": { + "721": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.userStorage" }, - "711": { + "722": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.fetch" }, - "712": { + "723": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.flowType" }, - "713": { + "724": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.debug" }, - "714": { + "725": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "715": { + "726": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "716": { + "727": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "message" }, - "717": { + "728": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "args" }, - "718": { + "729": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.lock" }, - "719": { + "730": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.hasCustomAuthorizationHeader" }, - "720": { + "731": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.throwOnError" + }, + "732": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "WeakPasswordReasons" }, - "721": { + "733": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "WeakPassword" }, - "722": { + "734": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "723": { + "735": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.reasons" }, - "724": { + "736": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.message" }, - "725": { + "737": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Prettify" }, - "726": { + "738": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "T" }, - "727": { + "739": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "StrictOmit" }, - "728": { + "740": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "T" }, - "729": { + "741": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "K" }, - "730": { + "742": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "RequestResult" }, - "731": { + "743": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "732": { + "744": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "733": { + "745": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.error" }, - "734": { + "746": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "735": { + "747": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "736": { + "748": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.error" }, - "737": { + "749": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "T" }, - "738": { + "750": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "ErrorType" }, - "739": { + "751": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "RequestResultSafeDestructure" }, - "740": { + "752": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "741": { + "753": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "742": { + "754": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.error" }, - "743": { + "755": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "744": { + "756": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "745": { + "757": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.error" }, - "746": { + "758": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "T" }, - "747": { + "759": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthResponse" }, - "748": { + "760": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "749": { + "761": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.user" }, - "750": { + "762": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.session" }, - "751": { + "763": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthResponsePassword" }, - "752": { + "764": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "753": { + "765": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.user" }, - "754": { + "766": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.session" }, - "755": { + "767": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.weak_password" }, - "756": { + "768": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOtpResponse" }, - "757": { + "769": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "758": { + "770": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.user" }, - "759": { + "771": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.session" }, - "760": { + "772": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.messageId" }, - "761": { + "773": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthTokenResponse" }, - "762": { + "774": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "763": { + "775": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.user" }, - "764": { + "776": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.session" }, - "765": { + "777": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthTokenResponsePassword" }, - "766": { + "778": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "767": { + "779": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.user" }, - "768": { + "780": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.session" }, - "769": { + "781": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.weakPassword" }, - "770": { + "782": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthResponse" }, - "771": { + "783": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "772": { + "784": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "773": { + "785": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "774": { + "786": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.provider" }, - "775": { + "787": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.url" }, - "776": { + "788": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.error" }, - "777": { + "789": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "778": { + "790": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "779": { + "791": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "780": { + "792": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.provider" }, - "781": { + "793": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.url" }, - "782": { + "794": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.error" }, - "783": { + "795": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "SSOResponse" }, - "784": { + "796": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "785": { + "797": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.url" }, - "786": { + "798": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserResponse" }, - "787": { + "799": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "788": { + "800": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.user" }, - "789": { + "801": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Session" }, - "790": { + "802": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Session.provider_token" }, - "791": { + "803": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Session.provider_refresh_token" }, - "792": { + "804": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Session.access_token" }, - "793": { + "805": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Session.refresh_token" }, - "794": { + "806": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Session.expires_in" }, - "795": { + "807": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Session.expires_at" }, - "796": { + "808": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Session.token_type" }, - "797": { + "809": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Session.user" }, - "798": { + "810": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AMRMethod" }, - "799": { + "811": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "800": { + "812": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AMREntry" }, - "801": { + "813": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AMREntry.method" }, - "802": { + "814": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AMREntry.timestamp" }, - "803": { + "815": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserIdentity" }, - "804": { + "816": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserIdentity.id" }, - "805": { + "817": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserIdentity.user_id" }, - "806": { + "818": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserIdentity.identity_data" }, - "807": { + "819": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "808": { + "820": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.__index" }, - "810": { + "822": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserIdentity.identity_id" }, - "811": { + "823": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserIdentity.provider" }, - "812": { + "824": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserIdentity.created_at" }, - "813": { + "825": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserIdentity.last_sign_in_at" }, - "814": { + "826": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserIdentity.updated_at" }, - "815": { + "827": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "FactorType" }, - "816": { + "828": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Factor" }, - "817": { + "829": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "818": { + "830": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.id" }, - "819": { + "831": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.friendly_name" }, - "820": { + "832": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.factor_type" }, - "821": { + "833": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.status" }, - "822": { + "834": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.created_at" }, - "823": { + "835": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.updated_at" }, - "824": { + "836": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Type" }, - "825": { + "837": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Status" }, - "826": { + "838": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserAppMetadata" }, - "827": { + "839": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserAppMetadata.provider" }, - "828": { + "840": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "UserAppMetadata.providers" + }, + "841": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserAppMetadata.__index" }, - "830": { + "843": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserMetadata" }, - "831": { + "844": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserMetadata.__index" }, - "833": { + "846": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User" }, - "834": { + "847": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.id" }, - "835": { + "848": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.app_metadata" }, - "836": { + "849": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.user_metadata" }, - "837": { + "850": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.aud" }, - "838": { + "851": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.confirmation_sent_at" }, - "839": { + "852": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.recovery_sent_at" }, - "840": { + "853": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.email_change_sent_at" }, - "841": { + "854": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.new_email" }, - "842": { + "855": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.new_phone" }, - "843": { + "856": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.invited_at" }, - "844": { + "857": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.action_link" }, - "845": { + "858": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.email" }, - "846": { + "859": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.phone" }, - "847": { + "860": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.created_at" }, - "848": { + "861": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.confirmed_at" }, - "849": { + "862": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.email_confirmed_at" }, - "850": { + "863": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.phone_confirmed_at" }, - "851": { + "864": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.last_sign_in_at" }, - "852": { + "865": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.role" }, - "853": { + "866": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.updated_at" }, - "854": { + "867": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.identities" }, - "855": { + "868": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.is_anonymous" }, - "856": { + "869": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.is_sso_user" }, - "857": { + "870": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.factors" }, - "858": { + "871": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "User.deleted_at" }, - "859": { + "872": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserAttributes" }, - "860": { + "873": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserAttributes.email" }, - "861": { + "874": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserAttributes.phone" }, - "862": { + "875": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserAttributes.password" }, - "863": { + "876": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserAttributes.nonce" }, - "864": { + "877": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UserAttributes.data" }, - "865": { + "878": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AdminUserAttributes" }, - "866": { + "879": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AdminUserAttributes.user_metadata" }, - "867": { + "880": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AdminUserAttributes.app_metadata" }, - "868": { + "881": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AdminUserAttributes.email_confirm" }, - "869": { + "882": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AdminUserAttributes.phone_confirm" }, - "870": { + "883": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AdminUserAttributes.ban_duration" }, - "871": { + "884": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AdminUserAttributes.role" }, - "872": { + "885": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AdminUserAttributes.password_hash" }, - "873": { + "886": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AdminUserAttributes.id" }, - "874": { + "887": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "nonce" }, - "875": { + "888": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "phone" }, - "876": { + "889": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "email" }, - "877": { + "890": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "password" }, - "878": { + "891": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Subscription" }, - "879": { + "892": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Subscription.id" }, - "880": { + "893": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Subscription.callback" }, - "881": { + "894": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "882": { + "895": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "883": { + "896": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "event" }, - "884": { + "897": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "session" }, - "885": { + "898": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "Subscription.unsubscribe" }, - "886": { + "899": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "887": { + "900": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "888": { + "901": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "SignInAnonymouslyCredentials" }, - "889": { + "902": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "890": { + "903": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.options" }, - "891": { + "904": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "892": { + "905": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "893": { + "906": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.captchaToken" }, - "894": { + "907": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "SignUpWithPasswordCredentials" }, - "895": { + "908": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "896": { + "909": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.options" }, - "897": { + "910": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "898": { + "911": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.emailRedirectTo" }, - "899": { + "912": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "900": { + "913": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.captchaToken" }, - "901": { + "914": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.channel" }, - "902": { + "915": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "SignInWithPasswordCredentials" }, - "903": { + "916": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "904": { + "917": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.options" }, - "905": { + "918": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "906": { + "919": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.captchaToken" }, - "907": { + "920": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "SignInWithPasswordlessCredentials" }, - "908": { + "921": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "909": { + "922": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.email" }, - "910": { + "923": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.options" }, - "911": { + "924": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "912": { + "925": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.emailRedirectTo" }, - "913": { + "926": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.shouldCreateUser" }, - "914": { + "927": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "915": { + "928": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.captchaToken" }, - "916": { + "929": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "917": { + "930": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.phone" }, - "918": { + "931": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.options" }, - "919": { + "932": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "920": { + "933": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.shouldCreateUser" }, - "921": { + "934": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "922": { + "935": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.captchaToken" }, - "923": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.channel" - }, - "924": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthFlowType" - }, - "925": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "SignInWithOAuthCredentials" - }, - "926": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" - }, - "927": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.provider" - }, - "928": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" - }, - "929": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" - }, - "930": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.redirectTo" - }, - "931": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.scopes" - }, - "932": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.queryParams" - }, - "933": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" - }, - "934": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.__index" - }, "936": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.skipBrowserRedirect" + "qualifiedName": "__type.channel" }, "937": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "SignInWithIdTokenCredentials" + "qualifiedName": "AuthFlowType" }, "938": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "SignInWithOAuthCredentials" }, "939": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.provider" + "qualifiedName": "__type" }, "940": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.provider" }, "941": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.token" + "qualifiedName": "__type.options" }, "942": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.access_token" + "qualifiedName": "__type" }, "943": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.nonce" + "qualifiedName": "__type.redirectTo" }, "944": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.scopes" }, "945": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.queryParams" }, "946": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type" }, "947": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "SolanaWallet" - }, - "948": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.__index" }, "949": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.signIn" + "qualifiedName": "__type.skipBrowserRedirect" }, "950": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "SignInWithIdTokenCredentials" }, "951": { "sourceFileName": "src/lib/types.ts", @@ -33814,51 +34396,51 @@ }, "952": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "inputs" + "qualifiedName": "__type.provider" }, "953": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.publicKey" + "qualifiedName": "__type" }, "954": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.token" }, "955": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.toBase58" + "qualifiedName": "__type.access_token" }, "956": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.nonce" }, "957": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.options" }, "958": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.signMessage" + "qualifiedName": "__type" }, "959": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.captchaToken" }, "960": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "SolanaWallet" }, "961": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "message" + "qualifiedName": "__type" }, "962": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "encoding" + "qualifiedName": "__type.signIn" }, "963": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "SolanaWeb3Credentials" + "qualifiedName": "__type" }, "964": { "sourceFileName": "src/lib/types.ts", @@ -33866,19 +34448,19 @@ }, "965": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.chain" + "qualifiedName": "inputs" }, "966": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.wallet" + "qualifiedName": "__type.publicKey" }, "967": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.statement" + "qualifiedName": "__type" }, "968": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.toBase58" }, "969": { "sourceFileName": "src/lib/types.ts", @@ -33886,15 +34468,15 @@ }, "970": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.url" + "qualifiedName": "__type" }, "971": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.signMessage" }, "972": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.signInWithSolana" + "qualifiedName": "__type" }, "973": { "sourceFileName": "src/lib/types.ts", @@ -33902,35 +34484,35 @@ }, "974": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.chain" + "qualifiedName": "message" }, "975": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.message" + "qualifiedName": "encoding" }, "976": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.signature" + "qualifiedName": "SolanaWeb3Credentials" }, "977": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "978": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.chain" }, "979": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.wallet" }, "980": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "EthereumWallet" + "qualifiedName": "__type.statement" }, "981": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "EthereumWeb3Credentials" + "qualifiedName": "__type.options" }, "982": { "sourceFileName": "src/lib/types.ts", @@ -33938,35 +34520,35 @@ }, "983": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.chain" + "qualifiedName": "__type.url" }, "984": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.wallet" + "qualifiedName": "__type.captchaToken" }, "985": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.statement" + "qualifiedName": "__type.signInWithSolana" }, "986": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "987": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.chain" }, "988": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.url" + "qualifiedName": "__type.message" }, "989": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.signature" }, "990": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.signInWithEthereum" + "qualifiedName": "__type.options" }, "991": { "sourceFileName": "src/lib/types.ts", @@ -33974,139 +34556,139 @@ }, "992": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.chain" + "qualifiedName": "__type.captchaToken" }, "993": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.message" + "qualifiedName": "EthereumWallet" }, "994": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.signature" + "qualifiedName": "EthereumWeb3Credentials" }, "995": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "996": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.chain" }, "997": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.wallet" }, "998": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "Web3Credentials" + "qualifiedName": "__type.statement" }, "999": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyOtpParams" + "qualifiedName": "__type.options" }, "1000": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams" + "qualifiedName": "__type" }, "1001": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams.phone" + "qualifiedName": "__type.url" }, "1002": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams.token" + "qualifiedName": "__type.captchaToken" }, "1003": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams.type" + "qualifiedName": "__type.signInWithEthereum" }, "1004": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams.options" + "qualifiedName": "__type" }, "1005": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.chain" }, "1006": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.redirectTo" + "qualifiedName": "__type.message" }, "1007": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.signature" }, "1008": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams" + "qualifiedName": "__type.options" }, "1009": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams.email" + "qualifiedName": "__type" }, "1010": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams.token" + "qualifiedName": "__type.captchaToken" }, "1011": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams.type" + "qualifiedName": "Web3Credentials" }, "1012": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams.options" + "qualifiedName": "VerifyOtpParams" }, "1013": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "VerifyMobileOtpParams" }, "1014": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.redirectTo" + "qualifiedName": "VerifyMobileOtpParams.phone" }, "1015": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "VerifyMobileOtpParams.token" }, "1016": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyTokenHashParams" + "qualifiedName": "VerifyMobileOtpParams.type" }, "1017": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyTokenHashParams.token_hash" + "qualifiedName": "VerifyMobileOtpParams.options" }, "1018": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "VerifyTokenHashParams.type" + "qualifiedName": "__type" }, "1019": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MobileOtpType" + "qualifiedName": "__type.redirectTo" }, "1020": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "EmailOtpType" + "qualifiedName": "__type.captchaToken" }, "1021": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "ResendParams" + "qualifiedName": "VerifyEmailOtpParams" }, "1022": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "VerifyEmailOtpParams.email" }, "1023": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "VerifyEmailOtpParams.token" }, "1024": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "VerifyEmailOtpParams.type" }, "1025": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "VerifyEmailOtpParams.options" }, "1026": { "sourceFileName": "src/lib/types.ts", @@ -34114,7 +34696,7 @@ }, "1027": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.emailRedirectTo" + "qualifiedName": "__type.redirectTo" }, "1028": { "sourceFileName": "src/lib/types.ts", @@ -34122,39 +34704,39 @@ }, "1029": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "VerifyTokenHashParams" }, "1030": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "VerifyTokenHashParams.token_hash" }, "1031": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.phone" + "qualifiedName": "VerifyTokenHashParams.type" }, "1032": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "MobileOtpType" }, "1033": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "EmailOtpType" }, "1034": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "ResendParams" }, "1035": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "SignInWithSSO" + "qualifiedName": "__type" }, "1036": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.type" }, "1037": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.providerId" + "qualifiedName": "__type.email" }, "1038": { "sourceFileName": "src/lib/types.ts", @@ -34166,7 +34748,7 @@ }, "1040": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.redirectTo" + "qualifiedName": "__type.emailRedirectTo" }, "1041": { "sourceFileName": "src/lib/types.ts", @@ -34178,19 +34760,19 @@ }, "1043": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.domain" + "qualifiedName": "__type.type" }, "1044": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.phone" }, "1045": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.options" }, "1046": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.redirectTo" + "qualifiedName": "__type" }, "1047": { "sourceFileName": "src/lib/types.ts", @@ -34198,7 +34780,7 @@ }, "1048": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateSignupLinkParams" + "qualifiedName": "SignInWithSSO" }, "1049": { "sourceFileName": "src/lib/types.ts", @@ -34206,35 +34788,35 @@ }, "1050": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type.providerId" }, "1051": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "__type.options" }, "1052": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.password" + "qualifiedName": "__type" }, "1053": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.redirectTo" }, "1054": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateInviteOrMagiclinkParams" + "qualifiedName": "__type.captchaToken" }, "1055": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.skipBrowserRedirect" }, "1056": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type" }, "1057": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "__type.domain" }, "1058": { "sourceFileName": "src/lib/types.ts", @@ -34242,67 +34824,67 @@ }, "1059": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateRecoveryLinkParams" + "qualifiedName": "__type" }, "1060": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.redirectTo" }, "1061": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type.captchaToken" }, "1062": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "__type.skipBrowserRedirect" }, "1063": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "GenerateSignupLinkParams" }, "1064": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateEmailChangeLinkParams" + "qualifiedName": "__type" }, "1065": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.type" }, "1066": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type.email" }, "1067": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "__type.password" }, "1068": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.newEmail" + "qualifiedName": "__type.options" }, "1069": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "GenerateInviteOrMagiclinkParams" }, "1070": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateLinkOptions" + "qualifiedName": "__type" }, "1071": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateLinkOptions.data" + "qualifiedName": "__type.type" }, "1072": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateLinkOptions.redirectTo" + "qualifiedName": "__type.email" }, "1073": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateLinkParams" + "qualifiedName": "__type.options" }, "1074": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateLinkResponse" + "qualifiedName": "GenerateRecoveryLinkParams" }, "1075": { "sourceFileName": "src/lib/types.ts", @@ -34310,355 +34892,355 @@ }, "1076": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.properties" + "qualifiedName": "__type.type" }, "1077": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.user" + "qualifiedName": "__type.email" }, "1078": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateLinkProperties" + "qualifiedName": "__type.options" }, "1079": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GenerateEmailChangeLinkParams" }, "1080": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.action_link" + "qualifiedName": "__type" }, "1081": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.email_otp" + "qualifiedName": "__type.type" }, "1082": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.hashed_token" + "qualifiedName": "__type.email" }, "1083": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.redirect_to" + "qualifiedName": "__type.newEmail" }, "1084": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.verification_type" + "qualifiedName": "__type.options" }, "1085": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GenerateLinkType" + "qualifiedName": "GenerateLinkOptions" }, "1086": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAEnrollParams" + "qualifiedName": "GenerateLinkOptions.data" }, "1087": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAUnenrollParams" + "qualifiedName": "GenerateLinkOptions.redirectTo" }, "1088": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GenerateLinkParams" }, "1089": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.factorId" + "qualifiedName": "GenerateLinkResponse" }, "1090": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAVerifyTOTPParams" + "qualifiedName": "__type" }, "1091": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAVerifyPhoneParams" + "qualifiedName": "__type.properties" }, "1092": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAVerifyWebauthnParamFields" + "qualifiedName": "__type.user" }, "1093": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GenerateLinkProperties" }, "1094": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.webauthn" + "qualifiedName": "__type" }, "1095": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "T" + "qualifiedName": "__type.action_link" }, "1096": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAVerifyWebauthnParams" + "qualifiedName": "__type.email_otp" }, "1097": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "T" + "qualifiedName": "__type.hashed_token" }, "1098": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAVerifyParams" + "qualifiedName": "__type.redirect_to" }, "1099": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFATOTPChannel" + "qualifiedName": "__type.verification_type" }, "1100": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAChallengeTOTPParams" + "qualifiedName": "GenerateLinkType" }, "1101": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAChallengePhoneParams" + "qualifiedName": "MFAEnrollParams" }, "1102": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAChallengeWebauthnParams" + "qualifiedName": "MFAUnenrollParams" }, "1103": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAChallengeParams" + "qualifiedName": "__type" }, "1104": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAChallengeAndVerifyParams" + "qualifiedName": "__type.factorId" }, "1105": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAVerifyResponseData" + "qualifiedName": "MFAVerifyTOTPParams" }, "1106": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "MFAVerifyPhoneParams" }, "1107": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.access_token" + "qualifiedName": "MFAVerifyWebauthnParamFields" }, "1108": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.token_type" + "qualifiedName": "__type" }, "1109": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.expires_in" + "qualifiedName": "__type.webauthn" }, "1110": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.refresh_token" + "qualifiedName": "T" }, "1111": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.user" + "qualifiedName": "MFAVerifyWebauthnParams" }, "1112": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAVerifyResponse" + "qualifiedName": "T" }, "1113": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAEnrollResponse" + "qualifiedName": "MFAVerifyParams" }, "1114": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAUnenrollResponse" + "qualifiedName": "MFATOTPChannel" }, "1115": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "MFAChallengeTOTPParams" }, "1116": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.id" + "qualifiedName": "MFAChallengePhoneParams" }, "1117": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeTOTPResponse" + "qualifiedName": "MFAChallengeWebauthnParams" }, "1118": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAChallengePhoneResponse" + "qualifiedName": "MFAChallengeParams" }, "1119": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeWebauthnResponse" + "qualifiedName": "MFAChallengeAndVerifyParams" }, "1120": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeWebauthnResponseDataJSON" + "qualifiedName": "AuthMFAVerifyResponseData" }, "1121": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeWebauthnServerResponse" + "qualifiedName": "__type" }, "1122": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeResponse" + "qualifiedName": "__type.access_token" }, "1123": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAListFactorsResponse" + "qualifiedName": "__type.token_type" }, "1124": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.expires_in" }, "1125": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.all" + "qualifiedName": "__type.refresh_token" }, "1126": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "T" + "qualifiedName": "__type.user" }, "1127": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthenticatorAssuranceLevels" + "qualifiedName": "AuthMFAVerifyResponse" }, "1128": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAGetAuthenticatorAssuranceLevelResponse" + "qualifiedName": "AuthMFAEnrollResponse" }, "1129": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AuthMFAUnenrollResponse" }, "1130": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.currentLevel" + "qualifiedName": "__type" }, "1131": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.nextLevel" + "qualifiedName": "__type.id" }, "1132": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.currentAuthenticationMethods" + "qualifiedName": "AuthMFAChallengeTOTPResponse" }, "1133": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi" + "qualifiedName": "AuthMFAChallengePhoneResponse" }, "1134": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.enroll" + "qualifiedName": "AuthMFAChallengeWebauthnResponse" }, "1135": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.enroll" + "qualifiedName": "AuthMFAChallengeWebauthnResponseDataJSON" }, "1136": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "AuthMFAChallengeWebauthnServerResponse" }, "1137": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AuthMFAChallengeResponse" }, "1138": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "factorType" + "qualifiedName": "AuthMFAListFactorsResponse" }, "1139": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "friendlyName" + "qualifiedName": "__type" }, "1140": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "issuer" + "qualifiedName": "__type.all" }, "1141": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.enroll" + "qualifiedName": "T" }, "1142": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "AuthenticatorAssuranceLevels" }, "1143": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AuthMFAGetAuthenticatorAssuranceLevelResponse" }, "1144": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "factorType" + "qualifiedName": "__type" }, "1145": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "friendlyName" + "qualifiedName": "__type.currentLevel" }, "1146": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "phone" + "qualifiedName": "__type.nextLevel" }, "1147": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.enroll" + "qualifiedName": "__type.currentAuthenticationMethods" }, "1148": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "GoTrueMFAApi" }, "1149": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueMFAApi.enroll" }, "1150": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "factorType" + "qualifiedName": "GoTrueMFAApi.enroll" }, "1151": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "friendlyName" + "qualifiedName": "params" }, "1152": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.enroll" + "qualifiedName": "__type" }, "1153": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "factorType" }, "1154": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challenge" + "qualifiedName": "friendlyName" }, "1155": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challenge" + "qualifiedName": "issuer" }, "1156": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "GoTrueMFAApi.enroll" }, "1157": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "params" }, "1158": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "__type" }, "1159": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "factorType" }, "1160": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "data" + "qualifiedName": "friendlyName" }, "1161": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "error" + "qualifiedName": "phone" }, "1162": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueMFAApi.enroll" }, "1163": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "data" + "qualifiedName": "params" }, "1164": { "sourceFileName": "src/lib/types.ts", @@ -34666,19 +35248,19 @@ }, "1165": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "id" + "qualifiedName": "factorType" }, "1166": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "type" + "qualifiedName": "friendlyName" }, "1167": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "expires_at" + "qualifiedName": "GoTrueMFAApi.enroll" }, "1168": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "error" + "qualifiedName": "params" }, "1169": { "sourceFileName": "src/lib/types.ts", @@ -34686,19 +35268,19 @@ }, "1170": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "GoTrueMFAApi.challenge" }, "1171": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "params" }, "1172": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "__type" }, "1173": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "channel" + "qualifiedName": "factorId" }, "1174": { "sourceFileName": "src/lib/types.ts", @@ -34758,7 +35340,7 @@ }, "1188": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "webauthn" + "qualifiedName": "channel" }, "1189": { "sourceFileName": "src/lib/types.ts", @@ -34766,11 +35348,11 @@ }, "1190": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.rpId" + "qualifiedName": "data" }, "1191": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.rpOrigins" + "qualifiedName": "error" }, "1192": { "sourceFileName": "src/lib/types.ts", @@ -34782,55 +35364,55 @@ }, "1194": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "error" + "qualifiedName": "__type" }, "1195": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "id" }, "1196": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "data" + "qualifiedName": "type" }, "1197": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "expires_at" }, "1198": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "id" + "qualifiedName": "error" }, "1199": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "type" + "qualifiedName": "GoTrueMFAApi.challenge" }, "1200": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "expires_at" + "qualifiedName": "params" }, "1201": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "webauthn" + "qualifiedName": "__type" }, "1202": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "factorId" }, "1203": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "webauthn" }, "1204": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.credential_options" + "qualifiedName": "__type" }, "1205": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.rpId" }, "1206": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.publicKey" + "qualifiedName": "__type.rpOrigins" }, "1207": { "sourceFileName": "src/lib/types.ts", @@ -34838,11 +35420,11 @@ }, "1208": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "data" }, "1209": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.credential_options" + "qualifiedName": "error" }, "1210": { "sourceFileName": "src/lib/types.ts", @@ -34850,75 +35432,75 @@ }, "1211": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.publicKey" + "qualifiedName": "data" }, "1212": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "error" + "qualifiedName": "__type" }, "1213": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challenge" + "qualifiedName": "id" }, "1214": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "type" }, "1215": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.verify" + "qualifiedName": "expires_at" }, "1216": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.verify" + "qualifiedName": "webauthn" }, "1217": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type" }, "1218": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.type" }, "1219": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "__type.credential_options" }, "1220": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "challengeId" + "qualifiedName": "__type" }, "1221": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "code" + "qualifiedName": "__type.publicKey" }, "1222": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.verify" + "qualifiedName": "__type" }, "1223": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type.type" }, "1224": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.credential_options" }, "1225": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "__type" }, "1226": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "challengeId" + "qualifiedName": "__type.publicKey" }, "1227": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "code" + "qualifiedName": "error" }, "1228": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.verify" + "qualifiedName": "GoTrueMFAApi.challenge" }, "1229": { "sourceFileName": "src/lib/types.ts", @@ -34926,35 +35508,35 @@ }, "1230": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueMFAApi.verify" }, "1231": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "GoTrueMFAApi.verify" }, "1232": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "challengeId" + "qualifiedName": "params" }, "1233": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "webauthn" + "qualifiedName": "__type" }, "1234": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.verify" + "qualifiedName": "factorId" }, "1235": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "challengeId" }, "1236": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.unenroll" + "qualifiedName": "code" }, "1237": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.unenroll" + "qualifiedName": "GoTrueMFAApi.verify" }, "1238": { "sourceFileName": "src/lib/types.ts", @@ -34962,199 +35544,203 @@ }, "1239": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challengeAndVerify" + "qualifiedName": "__type" }, "1240": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challengeAndVerify" + "qualifiedName": "factorId" }, "1241": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "challengeId" }, "1242": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "code" }, "1243": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "GoTrueMFAApi.verify" }, "1244": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "code" + "qualifiedName": "params" }, "1245": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.listFactors" + "qualifiedName": "__type" }, "1246": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.listFactors" + "qualifiedName": "factorId" }, "1247": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.getAuthenticatorAssuranceLevel" + "qualifiedName": "challengeId" }, "1248": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.getAuthenticatorAssuranceLevel" + "qualifiedName": "webauthn" }, "1249": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.webauthn" + "qualifiedName": "GoTrueMFAApi.verify" }, "1250": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAAdminDeleteFactorResponse" + "qualifiedName": "params" }, "1251": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueMFAApi.unenroll" }, "1252": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.id" + "qualifiedName": "GoTrueMFAApi.unenroll" }, "1253": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAAdminDeleteFactorParams" + "qualifiedName": "params" }, "1254": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueMFAApi.challengeAndVerify" }, "1255": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.id" + "qualifiedName": "GoTrueMFAApi.challengeAndVerify" }, "1256": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.userId" + "qualifiedName": "params" }, "1257": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAAdminListFactorsResponse" + "qualifiedName": "__type" }, "1258": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "factorId" }, "1259": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.factors" + "qualifiedName": "code" }, "1260": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAAdminListFactorsParams" + "qualifiedName": "GoTrueMFAApi.listFactors" }, "1261": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueMFAApi.listFactors" }, "1262": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.userId" + "qualifiedName": "GoTrueMFAApi.getAuthenticatorAssuranceLevel" }, "1263": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueAdminMFAApi" + "qualifiedName": "GoTrueMFAApi.getAuthenticatorAssuranceLevel" }, "1264": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueAdminMFAApi.listFactors" + "qualifiedName": "GoTrueMFAApi.webauthn" }, "1265": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueAdminMFAApi.listFactors" + "qualifiedName": "AuthMFAAdminDeleteFactorResponse" }, "1266": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type" }, "1267": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueAdminMFAApi.deleteFactor" + "qualifiedName": "__type.id" }, "1268": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "GoTrueAdminMFAApi.deleteFactor" + "qualifiedName": "AuthMFAAdminDeleteFactorParams" }, "1269": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type" }, "1270": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "SupportedStorage" + "qualifiedName": "__type.id" }, "1271": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.userId" }, "1272": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.isServer" + "qualifiedName": "AuthMFAAdminListFactorsResponse" }, "1273": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "InitializeResult" + "qualifiedName": "__type" }, "1274": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.factors" }, "1275": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.error" + "qualifiedName": "AuthMFAAdminListFactorsParams" }, "1276": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "CallRefreshTokenResult" + "qualifiedName": "__type" }, "1277": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "Pagination" + "qualifiedName": "__type.userId" }, "1278": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueAdminMFAApi" }, "1279": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.nextPage" + "qualifiedName": "GoTrueAdminMFAApi.listFactors" }, "1280": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.lastPage" + "qualifiedName": "GoTrueAdminMFAApi.listFactors" }, "1281": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.total" + "qualifiedName": "params" }, "1282": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.__index" + "qualifiedName": "GoTrueAdminMFAApi.deleteFactor" + }, + "1283": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "GoTrueAdminMFAApi.deleteFactor" }, "1284": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "PageParams" + "qualifiedName": "params" }, "1285": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "SupportedStorage" }, "1286": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.page" + "qualifiedName": "__type" }, "1287": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.perPage" + "qualifiedName": "__type.isServer" }, "1288": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "SignOut" + "qualifiedName": "InitializeResult" }, "1289": { "sourceFileName": "src/lib/types.ts", @@ -35162,1193 +35748,1313 @@ }, "1290": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.scope" + "qualifiedName": "__type.error" }, "1291": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAEnrollTOTPParams" + "qualifiedName": "CallRefreshTokenResult" }, "1292": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAEnrollPhoneParams" + "qualifiedName": "Pagination" }, "1293": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "MFAEnrollWebauthnParams" + "qualifiedName": "__type" }, "1294": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAEnrollTOTPResponse" + "qualifiedName": "__type.nextPage" }, "1295": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAEnrollPhoneResponse" + "qualifiedName": "__type.lastPage" }, "1296": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "AuthMFAEnrollWebauthnResponse" + "qualifiedName": "__type.total" }, "1297": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.__index" + }, + "1299": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "PageParams" + }, + "1300": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type" + }, + "1301": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.page" + }, + "1302": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.perPage" + }, + "1303": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "SignOut" + }, + "1304": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type" + }, + "1305": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.scope" + }, + "1306": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "MFAEnrollTOTPParams" + }, + "1307": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "MFAEnrollPhoneParams" + }, + "1308": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "MFAEnrollWebauthnParams" + }, + "1309": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "AuthMFAEnrollTOTPResponse" + }, + "1310": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "AuthMFAEnrollPhoneResponse" + }, + "1311": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "AuthMFAEnrollWebauthnResponse" + }, + "1312": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "JwtHeader" }, - "1298": { + "1313": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1299": { + "1314": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.alg" }, - "1300": { + "1315": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.kid" }, - "1301": { + "1316": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.typ" }, - "1302": { + "1317": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "RequiredClaims" }, - "1303": { + "1318": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1304": { + "1319": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.iss" }, - "1305": { + "1320": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.sub" }, - "1306": { + "1321": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.aud" }, - "1307": { + "1322": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.exp" }, - "1308": { + "1323": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.iat" }, - "1309": { + "1324": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.role" + }, + "1325": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.aal" + }, + "1326": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.session_id" + }, + "1327": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "JwtPayload" + }, + "1328": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "JwtPayload.email" + }, + "1329": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "JwtPayload.phone" + }, + "1330": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "JwtPayload.is_anonymous" + }, + "1331": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "JwtPayload.jti" + }, + "1332": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "JwtPayload.nbf" + }, + "1333": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "JwtPayload.app_metadata" + }, + "1334": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "JwtPayload.user_metadata" + }, + "1335": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "JwtPayload.amr" + }, + "1336": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "JwtPayload.ref" + }, + "1337": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.iss" + }, + "1338": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.sub" + }, + "1339": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.aud" + }, + "1340": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.exp" + }, + "1341": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.iat" + }, + "1342": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.role" }, - "1310": { + "1343": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.aal" }, - "1311": { + "1344": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.session_id" }, - "1312": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "JwtPayload" - }, - "1313": { - "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type" - }, - "1314": { + "1345": { "sourceFileName": "src/lib/types.ts", - "qualifiedName": "__type.__index" + "qualifiedName": "JwtPayload.__index" }, - "1316": { + "1347": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "JWK" }, - "1317": { + "1348": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "JWK.kty" }, - "1318": { + "1349": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "JWK.key_ops" }, - "1319": { + "1350": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "JWK.alg" }, - "1320": { + "1351": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "JWK.kid" }, - "1321": { + "1352": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "JWK.__index" }, - "1323": { + "1354": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "SIGN_OUT_SCOPES" }, - "1324": { + "1355": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "SignOutScope" }, - "1325": { + "1356": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthClientGrantType" }, - "1326": { + "1357": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthClientResponseType" }, - "1327": { + "1358": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthClientType" }, - "1328": { + "1359": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthClientRegistrationType" }, - "1329": { + "1360": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthClient" }, - "1330": { + "1361": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1331": { + "1362": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_id" }, - "1332": { + "1363": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_name" }, - "1333": { + "1364": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_secret" }, - "1334": { + "1365": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_type" }, - "1335": { + "1366": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.token_endpoint_auth_method" }, - "1336": { + "1367": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.registration_type" }, - "1337": { + "1368": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_uri" }, - "1338": { + "1369": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.logo_uri" }, - "1339": { + "1370": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.redirect_uris" }, - "1340": { + "1371": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.grant_types" }, - "1341": { + "1372": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.response_types" }, - "1342": { + "1373": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.scope" }, - "1343": { + "1374": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.created_at" }, - "1344": { + "1375": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.updated_at" }, - "1345": { + "1376": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "CreateOAuthClientParams" }, - "1346": { + "1377": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1347": { + "1378": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_name" }, - "1348": { + "1379": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_uri" }, - "1349": { + "1380": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.redirect_uris" }, - "1350": { + "1381": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.grant_types" }, - "1351": { + "1382": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.response_types" }, - "1352": { + "1383": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.scope" }, - "1353": { + "1384": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "UpdateOAuthClientParams" }, - "1354": { + "1385": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1355": { + "1386": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_name" }, - "1356": { + "1387": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_uri" }, - "1357": { + "1388": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.logo_uri" }, - "1358": { + "1389": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.redirect_uris" }, - "1359": { + "1390": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.grant_types" }, - "1360": { + "1391": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthClientResponse" }, - "1361": { + "1392": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthClientListResponse" }, - "1362": { + "1393": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1363": { + "1394": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "1364": { + "1395": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1365": { + "1396": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.clients" }, - "1366": { + "1397": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.aud" }, - "1367": { + "1398": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.error" }, - "1368": { + "1399": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1369": { + "1400": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "1370": { + "1401": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1371": { + "1402": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.clients" }, - "1372": { + "1403": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.error" }, - "1373": { + "1404": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi" }, - "1374": { + "1405": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.listClients" }, - "1375": { + "1406": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.listClients" }, - "1376": { + "1407": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "params" }, - "1377": { + "1408": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.createClient" }, - "1378": { + "1409": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.createClient" }, - "1379": { + "1410": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "params" }, - "1380": { + "1411": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.getClient" }, - "1381": { + "1412": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.getClient" }, - "1382": { + "1413": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "clientId" }, - "1383": { + "1414": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.updateClient" }, - "1384": { + "1415": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.updateClient" }, - "1385": { + "1416": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "clientId" }, - "1386": { + "1417": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "params" }, - "1387": { + "1418": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.deleteClient" }, - "1388": { + "1419": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.deleteClient" }, - "1389": { + "1420": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "clientId" }, - "1390": { + "1421": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1391": { + "1422": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "1392": { + "1423": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.error" }, - "1393": { + "1424": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.regenerateClientSecret" }, - "1394": { + "1425": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.regenerateClientSecret" }, - "1395": { + "1426": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "clientId" }, - "1396": { + "1427": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthAuthorizationClient" }, - "1397": { + "1428": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1398": { + "1429": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_id" }, - "1399": { + "1430": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_name" }, - "1400": { + "1431": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client_uri" }, - "1401": { + "1432": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.logo_uri" }, - "1402": { + "1433": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "OAuthAuthorizationDetails" }, - "1403": { + "1434": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1404": { + "1435": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.authorization_id" }, - "1405": { + "1436": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.redirect_uri" }, - "1406": { + "1437": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.client" }, - "1407": { + "1438": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.user" }, - "1408": { + "1439": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1409": { + "1440": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.id" }, - "1410": { + "1441": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.email" }, - "1411": { + "1442": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.scope" }, - "1412": { + "1443": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOAuthAuthorizationDetailsResponse" }, - "1413": { + "1444": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOAuthConsentResponse" }, - "1414": { + "1445": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1415": { + "1446": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.redirect_url" }, - "1416": { + "1447": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi" }, - "1417": { + "1448": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.getAuthorizationDetails" }, - "1418": { + "1449": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.getAuthorizationDetails" }, - "1419": { + "1450": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "authorizationId" }, - "1420": { + "1451": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.approveAuthorization" }, - "1421": { + "1452": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.approveAuthorization" }, - "1422": { + "1453": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "authorizationId" }, - "1423": { + "1454": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "options" }, - "1424": { + "1455": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1425": { + "1456": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.skipBrowserRedirect" }, - "1426": { + "1457": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.denyAuthorization" }, - "1427": { + "1458": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.denyAuthorization" }, - "1428": { + "1459": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "authorizationId" }, - "1429": { + "1460": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "options" }, - "1430": { + "1461": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "1431": { + "1462": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.skipBrowserRedirect" }, - "1432": { + "1463": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthError" }, - "1433": { + "1464": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthError" }, - "1434": { + "1465": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "error" }, - "1435": { + "1466": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthApiError" }, - "1436": { + "1467": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthApiError" }, - "1437": { + "1468": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "error" }, - "1438": { + "1469": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthSessionMissingError" }, - "1439": { + "1470": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthSessionMissingError" }, - "1440": { + "1471": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "error" }, - "1441": { + "1472": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthImplicitGrantRedirectError" }, - "1442": { + "1473": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthImplicitGrantRedirectError" }, - "1443": { + "1474": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "error" }, - "1444": { + "1475": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthRetryableFetchError" }, - "1445": { + "1476": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthRetryableFetchError" }, - "1446": { + "1477": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "error" }, - "1447": { + "1478": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthWeakPasswordError" }, - "1448": { + "1479": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "isAuthWeakPasswordError" }, - "1449": { + "1480": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "error" }, - "1450": { + "1481": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError" }, - "1451": { + "1482": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.__constructor" }, - "1452": { + "1483": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError" }, - "1453": { + "1484": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1454": { + "1485": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "status" }, - "1455": { + "1486": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "code" }, - "1456": { + "1487": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1457": { + "1488": { "sourceFileName": "", "qualifiedName": "__type" }, - "1458": { + "1489": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.status" }, - "1460": { + "1491": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthApiError" }, - "1461": { + "1492": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthApiError.__constructor" }, - "1462": { + "1493": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthApiError" }, - "1463": { + "1494": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1464": { + "1495": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "status" }, - "1465": { + "1496": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "code" }, - "1466": { + "1497": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthApiError.status" }, - "1467": { + "1498": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1468": { + "1499": { "sourceFileName": "", "qualifiedName": "__type" }, - "1470": { + "1501": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthUnknownError" }, - "1471": { + "1502": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthUnknownError.__constructor" }, - "1472": { + "1503": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthUnknownError" }, - "1473": { + "1504": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1474": { + "1505": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "originalError" }, - "1475": { + "1506": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthUnknownError.originalError" }, - "1476": { + "1507": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1477": { + "1508": { "sourceFileName": "", "qualifiedName": "__type" }, - "1478": { + "1509": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.status" }, - "1480": { + "1511": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError" }, - "1481": { + "1512": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.__constructor" }, - "1482": { + "1513": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError" }, - "1483": { + "1514": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1484": { + "1515": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "name" }, - "1485": { + "1516": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "status" }, - "1486": { + "1517": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "code" }, - "1487": { + "1518": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1488": { + "1519": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1489": { + "1520": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1490": { + "1521": { "sourceFileName": "", "qualifiedName": "__type" }, - "1492": { + "1523": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthSessionMissingError" }, - "1493": { + "1524": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthSessionMissingError.__constructor" }, - "1494": { + "1525": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthSessionMissingError" }, - "1495": { + "1526": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1496": { + "1527": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1497": { + "1528": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1498": { + "1529": { "sourceFileName": "", "qualifiedName": "__type" }, - "1500": { + "1531": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthInvalidTokenResponseError" }, - "1501": { + "1532": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthInvalidTokenResponseError.__constructor" }, - "1502": { + "1533": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthInvalidTokenResponseError" }, - "1503": { + "1534": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1504": { + "1535": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1505": { + "1536": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1506": { + "1537": { "sourceFileName": "", "qualifiedName": "__type" }, - "1508": { + "1539": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthInvalidCredentialsError" }, - "1509": { + "1540": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthInvalidCredentialsError.__constructor" }, - "1510": { + "1541": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthInvalidCredentialsError" }, - "1511": { + "1542": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1512": { + "1543": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1513": { + "1544": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1514": { + "1545": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1515": { + "1546": { "sourceFileName": "", "qualifiedName": "__type" }, - "1517": { + "1548": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError" }, - "1518": { + "1549": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError.__constructor" }, - "1519": { + "1550": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError" }, - "1520": { + "1551": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1521": { + "1552": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "details" }, - "1522": { + "1553": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type" }, - "1523": { + "1554": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1524": { + "1555": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1525": { + "1556": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError.details" }, - "1526": { + "1557": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type" }, - "1527": { + "1558": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1528": { + "1559": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1529": { + "1560": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError.toJSON" }, - "1530": { + "1561": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError.toJSON" }, - "1531": { + "1562": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object" }, - "1532": { + "1563": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object.name" }, - "1533": { + "1564": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object.message" }, - "1534": { + "1565": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object.status" }, - "1535": { + "1566": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object.details" }, - "1536": { + "1567": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type" }, - "1537": { + "1568": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1538": { + "1569": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1539": { + "1570": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1540": { + "1571": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1541": { + "1572": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1542": { + "1573": { "sourceFileName": "", "qualifiedName": "__type" }, - "1544": { + "1575": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError" }, - "1545": { + "1576": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError.__constructor" }, - "1546": { + "1577": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError" }, - "1547": { + "1578": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1548": { + "1579": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "details" }, - "1549": { + "1580": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type" }, - "1550": { + "1581": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1551": { + "1582": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1552": { + "1583": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError.details" }, - "1553": { + "1584": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type" }, - "1554": { + "1585": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1555": { + "1586": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1556": { + "1587": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError.toJSON" }, - "1557": { + "1588": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError.toJSON" }, - "1558": { + "1589": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object" }, - "1559": { + "1590": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object.name" }, - "1560": { + "1591": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object.message" }, - "1561": { + "1592": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object.status" }, - "1562": { + "1593": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__object.details" }, - "1563": { + "1594": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type" }, - "1564": { + "1595": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1565": { + "1596": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1566": { + "1597": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1567": { + "1598": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1568": { + "1599": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1569": { + "1600": { "sourceFileName": "", "qualifiedName": "__type" }, - "1571": { + "1602": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthRetryableFetchError" }, - "1572": { + "1603": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthRetryableFetchError.__constructor" }, - "1573": { + "1604": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthRetryableFetchError" }, - "1574": { + "1605": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1575": { + "1606": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "status" }, - "1576": { + "1607": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1577": { + "1608": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1578": { + "1609": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1579": { + "1610": { "sourceFileName": "", "qualifiedName": "__type" }, - "1581": { + "1612": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthWeakPasswordError" }, - "1582": { + "1613": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthWeakPasswordError.__constructor" }, - "1583": { + "1614": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthWeakPasswordError" }, - "1584": { + "1615": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1585": { + "1616": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "status" }, - "1586": { + "1617": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "reasons" }, - "1587": { + "1618": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthWeakPasswordError.reasons" }, - "1588": { + "1619": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1589": { + "1620": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1590": { + "1621": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1591": { + "1622": { "sourceFileName": "", "qualifiedName": "__type" }, - "1593": { + "1624": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthInvalidJwtError" }, - "1594": { + "1625": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthInvalidJwtError.__constructor" }, - "1595": { + "1626": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthInvalidJwtError" }, - "1596": { + "1627": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "message" }, - "1597": { + "1628": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1598": { + "1629": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1599": { + "1630": { "sourceFileName": "src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1600": { + "1631": { "sourceFileName": "", "qualifiedName": "__type" } diff --git a/apps/docs/spec/enrichments/tsdoc_v2/postgrest.json b/apps/docs/spec/enrichments/tsdoc_v2/postgrest.json index 4d370d2e90a73..a86259374232d 100644 --- a/apps/docs/spec/enrichments/tsdoc_v2/postgrest.json +++ b/apps/docs/spec/enrichments/tsdoc_v2/postgrest.json @@ -23,9 +23,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 34, + "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" } ], "signatures": [ @@ -38,9 +38,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 34, + "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" } ], "typeParameters": [ @@ -107,9 +107,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 39, + "line": 36, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L36" } ], "type": { @@ -128,9 +128,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 42, + "line": 39, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L42" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L39" } ], "type": { @@ -355,9 +355,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 37, + "line": 34, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" } ], "type": { @@ -381,9 +381,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 43, + "line": 40, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L43" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L40" } ], "type": { @@ -400,9 +400,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 35, + "line": 32, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L32" } ], "type": { @@ -442,9 +442,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 38, + "line": 35, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L35" } ], "type": { @@ -463,9 +463,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 40, + "line": 37, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L37" } ], "type": { @@ -484,9 +484,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 41, + "line": 38, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L41" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L38" } ], "type": { @@ -508,9 +508,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 36, + "line": 33, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L36" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L33" } ], "type": { @@ -533,9 +533,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 34, + "line": 31, "character": 23, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" } ] } @@ -590,9 +590,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 28, + "line": 25, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L25" } ], "type": { @@ -611,9 +611,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 31, + "line": 28, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L28" } ], "type": { @@ -840,9 +840,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 26, + "line": 23, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L23" } ], "type": { @@ -866,9 +866,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 32, + "line": 29, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L32" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L29" } ], "type": { @@ -887,9 +887,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 24, + "line": 21, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L21" } ], "type": { @@ -930,9 +930,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 27, + "line": 24, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L24" } ], "type": { @@ -951,9 +951,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 29, + "line": 26, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L29" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L26" } ], "type": { @@ -974,9 +974,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 30, + "line": 27, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L27" } ], "type": { @@ -1000,9 +1000,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 25, + "line": 22, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L22" } ], "type": { @@ -1024,9 +1024,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 275, + "line": 270, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L275" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L270" } ], "signatures": [ @@ -1075,9 +1075,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 275, + "line": 270, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L275" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L270" } ], "typeParameters": [ @@ -1130,9 +1130,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ], "type": { @@ -1150,9 +1150,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ] } @@ -1175,9 +1175,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 44, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ], "type": { @@ -1195,9 +1195,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ] } @@ -1420,9 +1420,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 240, + "line": 235, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L240" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L235" } ], "signatures": [ @@ -1462,9 +1462,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 240, + "line": 235, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L240" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L235" } ], "typeParameters": [ @@ -1547,9 +1547,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 77, + "line": 72, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L72" } ], "signatures": [ @@ -1570,9 +1570,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 77, + "line": 72, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L72" } ], "parameters": [ @@ -1615,9 +1615,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 83, + "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L78" } ], "signatures": [ @@ -1649,9 +1649,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 83, + "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L78" } ], "typeParameters": [ @@ -1756,9 +1756,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 90, + "line": 85, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L85" } ], "signatures": [ @@ -1771,9 +1771,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 90, + "line": 85, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L85" } ], "parameters": [ @@ -1903,9 +1903,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 97, + "line": 92, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L92" } ], "signatures": [ @@ -1918,9 +1918,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 97, + "line": 92, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L92" } ], "parameters": [ @@ -2026,9 +2026,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 69, + "line": 64, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L64" } ], "signatures": [ @@ -2055,9 +2055,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 69, + "line": 64, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L64" } ], "type": { @@ -2148,9 +2148,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 15, + "line": 12, "character": 30, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L15" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L12" } ], "typeParameters": [ @@ -2284,7 +2284,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 52, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L52" } ], "signatures": [ @@ -2307,7 +2307,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 52, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L52" } ], "typeParameters": [ @@ -2364,7 +2364,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 19, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L19" } ], "type": { @@ -2390,7 +2390,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 18, "character": 63, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L18" } ] } @@ -2644,7 +2644,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 61, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L61" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L61" } ], "type": { @@ -2881,7 +2881,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 59, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L59" } ], "type": { @@ -2916,7 +2916,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 60, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L60" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L60" } ], "type": { @@ -2940,7 +2940,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 58, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L58" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L58" } ] } @@ -3005,7 +3005,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 40, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L40" } ], "type": { @@ -3232,7 +3232,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 38, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L38" } ], "type": { @@ -3258,7 +3258,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 39, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L39" } ], "type": { @@ -3281,7 +3281,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 37, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L37" } ], "type": { @@ -3320,19 +3320,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 69, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L69" }, { "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 73, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L73" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L73" }, { "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 81, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L81" } ], "signatures": [ @@ -3347,7 +3347,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 69, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L69" } ], "typeParameters": [ @@ -3446,7 +3446,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 73, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L73" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L73" } ], "typeParameters": [ @@ -3547,7 +3547,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 135, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L135" } ], "signatures": [ @@ -3570,7 +3570,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 135, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L135" } ], "typeParameters": [ @@ -3796,7 +3796,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 153, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L153" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L153" } ], "type": { @@ -3846,7 +3846,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 152, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L152" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L152" } ], "type": { @@ -3892,7 +3892,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 151, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L151" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L151" } ], "type": { @@ -3913,7 +3913,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 150, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L150" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L150" } ] } @@ -4020,7 +4020,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 97, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L97" } ], "signatures": [ @@ -4043,7 +4043,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 97, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L97" } ], "typeParameters": [ @@ -4183,7 +4183,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 16, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L16" } ], "typeParameters": [ @@ -4248,7 +4248,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 19, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L19" } ], "type": { @@ -4274,7 +4274,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 18, "character": 63, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L18" } ] } @@ -4302,7 +4302,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 22, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L22" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L22" } ] } @@ -4576,7 +4576,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L11" } ], "signatures": [ @@ -4591,7 +4591,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L11" } ], "parameters": [ @@ -4621,7 +4621,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 11, "character": 73, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L11" } ], "type": { @@ -4640,7 +4640,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 11, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L11" } ], "type": { @@ -4659,7 +4659,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 11, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L11" } ], "type": { @@ -4678,7 +4678,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 11, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L11" } ], "type": { @@ -4698,7 +4698,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 11, "character": 23, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L11" } ] } @@ -4736,7 +4736,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 9, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L9" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L9" } ], "type": { @@ -4755,7 +4755,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 7, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L7" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L7" } ], "type": { @@ -4774,7 +4774,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 8, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L8" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L8" } ], "type": { @@ -4798,7 +4798,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 6, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L6" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L6" } ], "extendedTypes": [ @@ -4829,9 +4829,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 34, + "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" } ], "signatures": [ @@ -4844,9 +4844,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 34, + "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" } ], "typeParameters": [ @@ -4973,9 +4973,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 39, + "line": 36, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L36" } ], "type": { @@ -4994,9 +4994,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 42, + "line": 39, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L42" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L39" } ], "type": { @@ -5221,9 +5221,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 37, + "line": 34, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" } ], "type": { @@ -5247,9 +5247,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 43, + "line": 40, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L43" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L40" } ], "type": { @@ -5266,9 +5266,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 35, + "line": 32, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L32" } ], "type": { @@ -5308,9 +5308,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 38, + "line": 35, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L35" } ], "type": { @@ -5329,9 +5329,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 40, + "line": 37, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L37" } ], "type": { @@ -5350,9 +5350,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 41, + "line": 38, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L41" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L38" } ], "type": { @@ -5374,9 +5374,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 36, + "line": 33, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L36" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L33" } ], "type": { @@ -5399,9 +5399,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 34, + "line": 31, "character": 23, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" } ] } @@ -5499,9 +5499,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 28, + "line": 25, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L25" } ], "type": { @@ -5526,9 +5526,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 31, + "line": 28, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L28" } ], "type": { @@ -5761,9 +5761,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 26, + "line": 23, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L23" } ], "type": { @@ -5793,9 +5793,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 32, + "line": 29, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L32" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L29" } ], "type": { @@ -5820,9 +5820,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 24, + "line": 21, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L21" } ], "type": { @@ -5869,9 +5869,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 27, + "line": 24, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L24" } ], "type": { @@ -5896,9 +5896,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 29, + "line": 26, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L29" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L26" } ], "type": { @@ -5925,9 +5925,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 30, + "line": 27, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L27" } ], "type": { @@ -5957,9 +5957,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 25, + "line": 22, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L22" } ], "type": { @@ -5990,7 +5990,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 200, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L200" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L200" } ], "signatures": [ @@ -6015,7 +6015,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 200, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L200" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L200" } ], "parameters": [ @@ -6118,19 +6118,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 356, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L356" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L356" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 360, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L360" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L360" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 368, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L368" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L368" } ], "signatures": [ @@ -6145,7 +6145,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 356, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L356" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L356" } ], "typeParameters": [ @@ -6253,7 +6253,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 360, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L360" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L360" } ], "parameters": [ @@ -6379,19 +6379,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 329, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L329" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L329" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 333, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L333" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 341, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L341" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L341" } ], "signatures": [ @@ -6406,7 +6406,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 329, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L329" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L329" } ], "typeParameters": [ @@ -6514,7 +6514,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 333, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L333" } ], "parameters": [ @@ -6596,7 +6596,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 242, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L242" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L242" } ], "signatures": [ @@ -6629,7 +6629,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 242, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L242" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L242" } ], "type": { @@ -6677,7 +6677,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 101, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L101" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L101" } ], "signatures": [ @@ -6732,7 +6732,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 101, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L101" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L101" } ], "typeParameters": [ @@ -6930,7 +6930,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 280, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L280" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L280" } ], "signatures": [ @@ -6963,7 +6963,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 280, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L280" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L280" } ], "parameters": [ @@ -7019,7 +7019,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 288, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L288" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L288" } ], "type": { @@ -7057,7 +7057,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 291, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L291" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L291" } ], "type": { @@ -7099,7 +7099,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 293, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L293" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L293" } ], "type": { @@ -7146,7 +7146,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 290, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L290" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L290" } ], "type": { @@ -7192,7 +7192,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 289, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L289" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L289" } ], "type": { @@ -7230,7 +7230,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 292, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L292" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L292" } ], "type": { @@ -7251,7 +7251,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 287, "character": 5, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L287" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L287" } ] } @@ -7412,19 +7412,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 583, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L583" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L583" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 588, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L588" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L588" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 602, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L602" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L602" } ], "signatures": [ @@ -7439,7 +7439,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 583, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L583" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L583" } ], "typeParameters": [ @@ -7607,7 +7607,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 588, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L588" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L588" } ], "parameters": [ @@ -7665,7 +7665,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 250, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L250" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L250" } ], "signatures": [ @@ -7698,7 +7698,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 250, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L250" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L250" } ], "type": { @@ -7807,19 +7807,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 134, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L134" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L134" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 135, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L135" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 142, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L142" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L142" } ], "signatures": [ @@ -7834,7 +7834,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 134, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L134" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L134" } ], "typeParameters": [ @@ -7907,7 +7907,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 135, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L135" } ], "parameters": [ @@ -7998,19 +7998,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 147, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L147" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L147" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 148, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L148" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L148" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 155, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L155" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L155" } ], "signatures": [ @@ -8025,7 +8025,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 147, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L147" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L147" } ], "typeParameters": [ @@ -8098,7 +8098,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 148, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L148" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L148" } ], "parameters": [ @@ -8189,19 +8189,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 231, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L231" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L231" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 232, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L232" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L232" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 239, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L239" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L239" } ], "signatures": [ @@ -8216,7 +8216,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 231, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L231" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L231" } ], "typeParameters": [ @@ -8275,7 +8275,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 232, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L232" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L232" } ], "parameters": [ @@ -8366,19 +8366,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 244, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L244" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L244" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 248, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L248" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L248" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 255, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L255" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L255" } ], "signatures": [ @@ -8393,7 +8393,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 244, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L244" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L244" } ], "typeParameters": [ @@ -8459,7 +8459,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 248, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L248" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L248" } ], "parameters": [ @@ -8557,19 +8557,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 260, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L260" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L260" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 264, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L264" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L264" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 271, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L271" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L271" } ], "signatures": [ @@ -8584,7 +8584,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 260, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L260" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L260" } ], "typeParameters": [ @@ -8650,7 +8650,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 264, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L264" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L264" } ], "parameters": [ @@ -8702,7 +8702,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 304, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L304" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L304" } ], "signatures": [ @@ -8741,7 +8741,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 304, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L304" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L304" } ], "typeParameters": [ @@ -9029,19 +9029,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 276, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L276" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L276" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 280, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L280" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L280" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 293, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L293" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L293" } ], "signatures": [ @@ -9056,7 +9056,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 276, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L276" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L276" } ], "typeParameters": [ @@ -9147,7 +9147,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 280, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L280" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L280" } ], "parameters": [ @@ -9247,19 +9247,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 186, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L186" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L186" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 187, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L187" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L187" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 194, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L194" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L194" } ], "signatures": [ @@ -9274,7 +9274,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 186, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L186" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L186" } ], "typeParameters": [ @@ -9333,7 +9333,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 187, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L187" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L187" } ], "parameters": [ @@ -9424,19 +9424,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 199, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L199" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L199" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 203, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L203" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L203" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 210, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L210" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L210" } ], "signatures": [ @@ -9451,7 +9451,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 199, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L199" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L199" } ], "typeParameters": [ @@ -9517,7 +9517,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 203, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L203" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L203" } ], "parameters": [ @@ -9615,19 +9615,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 215, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L215" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L215" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 219, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L219" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L219" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 226, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L226" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L226" } ], "signatures": [ @@ -9642,7 +9642,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 215, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L215" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L215" } ], "typeParameters": [ @@ -9708,7 +9708,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 219, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L219" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L219" } ], "parameters": [ @@ -9762,7 +9762,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 151, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L151" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L151" } ], "signatures": [ @@ -9795,7 +9795,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 151, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L151" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L151" } ], "parameters": [ @@ -9870,7 +9870,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 156, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" } ], "type": { @@ -9899,7 +9899,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 156, "character": 32, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" } ], "type": { @@ -9920,7 +9920,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 156, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" } ] } @@ -10002,19 +10002,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 160, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L160" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L160" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 161, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L161" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L161" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 168, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L168" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L168" } ], "signatures": [ @@ -10029,7 +10029,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 160, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L160" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L160" } ], "typeParameters": [ @@ -10102,7 +10102,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 161, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L161" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L161" } ], "parameters": [ @@ -10193,19 +10193,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 173, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L173" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 174, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L174" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L174" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 181, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L181" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L181" } ], "signatures": [ @@ -10220,7 +10220,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 173, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L173" } ], "typeParameters": [ @@ -10293,7 +10293,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 174, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L174" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L174" } ], "parameters": [ @@ -10374,19 +10374,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 516, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L516" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L516" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 517, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L517" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L517" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 525, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L525" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L525" } ], "signatures": [ @@ -10401,7 +10401,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 516, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L516" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L516" } ], "typeParameters": [ @@ -10478,7 +10478,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 517, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L517" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L517" } ], "parameters": [ @@ -10529,7 +10529,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 359, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L359" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L359" } ], "signatures": [ @@ -10554,7 +10554,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 359, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L359" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L359" } ], "parameters": [ @@ -10760,7 +10760,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 225, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L225" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L225" } ], "signatures": [ @@ -10801,7 +10801,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 225, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L225" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L225" } ], "typeParameters": [ @@ -10908,7 +10908,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 122, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L122" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L122" } ], "signatures": [ @@ -10947,7 +10947,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 122, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L122" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L122" } ], "typeParameters": [ @@ -11182,19 +11182,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 532, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L532" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L532" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 537, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L537" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L537" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 551, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L551" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L551" } ], "signatures": [ @@ -11209,7 +11209,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 532, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L532" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L532" } ], "typeParameters": [ @@ -11298,7 +11298,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 537, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L537" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L537" } ], "parameters": [ @@ -11354,7 +11354,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 571, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L571" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L571" } ], "signatures": [ @@ -11393,7 +11393,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 571, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L571" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L571" } ], "parameters": [ @@ -11468,7 +11468,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 576, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L576" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L576" } ], "type": { @@ -11497,7 +11497,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 576, "character": 32, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L576" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L576" } ], "type": { @@ -11518,7 +11518,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 576, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L576" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L576" } ] } @@ -11680,31 +11680,31 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 75, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L75" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L75" }, { "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 79, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L79" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L79" }, { "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 86, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L86" }, { "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 93, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L93" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L93" }, { "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 115, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L115" } ], "signatures": [ @@ -11721,7 +11721,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 75, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L75" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L75" } ], "typeParameters": [ @@ -11782,7 +11782,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 77, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" } ], "type": { @@ -11803,7 +11803,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 77, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" } ], "type": { @@ -11824,7 +11824,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 77, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" } ], "type": { @@ -11844,7 +11844,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 77, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" } ] } @@ -11874,7 +11874,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 79, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L79" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L79" } ], "parameters": [ @@ -11919,7 +11919,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 81, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" } ], "type": { @@ -11940,7 +11940,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 81, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" } ], "type": { @@ -11961,7 +11961,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 81, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" } ], "type": { @@ -11981,7 +11981,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 81, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" } ] } @@ -12037,7 +12037,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 86, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L86" } ], "typeParameters": [ @@ -12098,7 +12098,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 88, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" } ], "type": { @@ -12119,7 +12119,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 88, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" } ], "type": { @@ -12140,7 +12140,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 88, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" } ], "type": { @@ -12160,7 +12160,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 88, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" } ] } @@ -12216,7 +12216,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 93, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L93" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L93" } ], "parameters": [ @@ -12261,7 +12261,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 95, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" } ], "type": { @@ -12282,7 +12282,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 95, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" } ], "type": { @@ -12303,7 +12303,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 95, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" } ], "type": { @@ -12323,7 +12323,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 95, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" } ] } @@ -12404,19 +12404,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 455, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L455" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L455" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 459, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L459" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L459" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 467, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L467" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L467" } ], "signatures": [ @@ -12431,7 +12431,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 455, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L455" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L455" } ], "typeParameters": [ @@ -12520,7 +12520,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 459, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L459" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L459" } ], "parameters": [ @@ -12581,9 +12581,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 275, + "line": 270, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L275" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L270" } ], "signatures": [ @@ -12634,9 +12634,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 275, + "line": 270, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L275" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L270" } ], "typeParameters": [ @@ -12689,9 +12689,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ], "type": { @@ -12709,9 +12709,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ] } @@ -12734,9 +12734,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 44, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ], "type": { @@ -12754,9 +12754,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ] } @@ -12989,7 +12989,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 178, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L178" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L178" } ], "signatures": [ @@ -13054,7 +13054,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 178, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L178" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L178" } ], "parameters": [ @@ -13148,7 +13148,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 184, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" } ], "type": { @@ -13177,7 +13177,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 184, "character": 32, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" } ], "type": { @@ -13198,7 +13198,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 184, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" } ] } @@ -13280,19 +13280,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 440, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L440" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L440" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 441, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L441" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L441" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 450, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L450" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L450" } ], "signatures": [ @@ -13307,7 +13307,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 440, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L440" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L440" } ], "typeParameters": [ @@ -13366,7 +13366,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 441, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L441" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L441" } ], "parameters": [ @@ -13457,19 +13457,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 382, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L382" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L382" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 383, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L383" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L383" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 391, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L391" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L391" } ], "signatures": [ @@ -13484,7 +13484,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 382, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L382" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L382" } ], "typeParameters": [ @@ -13543,7 +13543,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 383, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L383" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L383" } ], "parameters": [ @@ -13642,19 +13642,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 396, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L396" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L396" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 397, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L397" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L397" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 406, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L406" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L406" } ], "signatures": [ @@ -13669,7 +13669,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 396, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L396" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L396" } ], "typeParameters": [ @@ -13728,7 +13728,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 397, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L397" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L397" } ], "parameters": [ @@ -13819,19 +13819,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 411, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L411" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L411" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 412, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L412" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L412" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 420, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L420" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L420" } ], "signatures": [ @@ -13846,7 +13846,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 411, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L411" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L411" } ], "typeParameters": [ @@ -13905,7 +13905,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 412, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L412" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L412" } ], "parameters": [ @@ -14004,19 +14004,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 425, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L425" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L425" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 426, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L426" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L426" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 435, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L435" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L435" } ], "signatures": [ @@ -14031,7 +14031,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 425, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L425" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L425" } ], "typeParameters": [ @@ -14090,7 +14090,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 426, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L426" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L426" } ], "parameters": [ @@ -14137,7 +14137,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 333, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L333" } ], "signatures": [ @@ -14181,7 +14181,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 333, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L333" } ], "typeParameters": [ @@ -14310,7 +14310,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 322, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L322" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L322" } ], "signatures": [ @@ -14343,7 +14343,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 322, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L322" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L322" } ], "type": { @@ -14376,7 +14376,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L26" } ], "signatures": [ @@ -14441,7 +14441,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L26" } ], "typeParameters": [ @@ -14690,9 +14690,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 77, + "line": 72, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L72" } ], "signatures": [ @@ -14715,9 +14715,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 77, + "line": 72, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L72" } ], "parameters": [ @@ -14774,7 +14774,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 211, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L211" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L211" } ], "signatures": [ @@ -14815,7 +14815,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 211, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L211" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L211" } ], "typeParameters": [ @@ -14997,19 +14997,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 478, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L478" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L478" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 483, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L483" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L483" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 498, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L498" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L498" } ], "signatures": [ @@ -15024,7 +15024,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 478, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L478" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L478" } ], "typeParameters": [ @@ -15096,7 +15096,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 481, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L481" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L481" } ], "type": { @@ -15117,7 +15117,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 481, "character": 33, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L481" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L481" } ], "type": { @@ -15150,7 +15150,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 481, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L481" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L481" } ] } @@ -15173,7 +15173,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 483, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L483" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L483" } ], "parameters": [ @@ -15229,7 +15229,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 486, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L486" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L486" } ], "type": { @@ -15250,7 +15250,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 486, "character": 33, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L486" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L486" } ], "type": { @@ -15283,7 +15283,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 486, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L486" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L486" } ] } @@ -15308,9 +15308,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 83, + "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L78" } ], "signatures": [ @@ -15344,9 +15344,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 83, + "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L78" } ], "typeParameters": [ @@ -15420,9 +15420,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 90, + "line": 85, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L85" } ], "signatures": [ @@ -15435,9 +15435,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 90, + "line": 85, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L85" } ], "parameters": [ @@ -15536,9 +15536,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 97, + "line": 92, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L92" } ], "signatures": [ @@ -15551,9 +15551,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 97, + "line": 92, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L92" } ], "parameters": [ @@ -15661,9 +15661,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 69, + "line": 64, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L64" } ], "signatures": [ @@ -15692,9 +15692,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 69, + "line": 64, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L64" } ], "type": { @@ -15833,7 +15833,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 76, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L76" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L76" } ], "typeParameters": [ @@ -16018,7 +16018,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 24, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L24" } ], "signatures": [ @@ -16033,7 +16033,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 24, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L24" } ], "typeParameters": [ @@ -16143,7 +16143,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 16, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L16" } ], "type": { @@ -16169,7 +16169,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 16, "character": 35, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L16" } ] } @@ -16236,7 +16236,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 33, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L33" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L33" } ], "type": { @@ -16465,7 +16465,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 31, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L31" } ], "type": { @@ -16492,7 +16492,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 32, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L32" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L32" } ], "type": { @@ -16512,7 +16512,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 30, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L30" } ] } @@ -16584,7 +16584,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 22, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L22" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L22" } ], "type": { @@ -16811,7 +16811,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L19" } ], "type": { @@ -16837,7 +16837,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 20, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L20" } ], "type": { @@ -16858,7 +16858,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 21, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L21" } ], "type": { @@ -16882,7 +16882,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L18" } ], "type": { @@ -16906,7 +16906,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 416, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L416" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L416" } ], "signatures": [ @@ -16937,7 +16937,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 416, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L416" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L416" } ], "parameters": [ @@ -17017,7 +17017,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 419, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L419" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L419" } ], "type": { @@ -17050,7 +17050,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 418, "character": 5, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L418" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L418" } ] } @@ -17234,19 +17234,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 121, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L121" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L121" }, { "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 135, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L135" }, { "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 176, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L176" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L176" } ], "signatures": [ @@ -17261,7 +17261,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 121, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L121" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L121" } ], "typeParameters": [ @@ -17337,7 +17337,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 124, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L124" } ], "type": { @@ -17370,7 +17370,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 123, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L123" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L123" } ] } @@ -17453,7 +17453,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 135, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L135" } ], "typeParameters": [ @@ -17532,7 +17532,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 138, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L138" } ], "type": { @@ -17566,7 +17566,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 139, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L139" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L139" } ], "type": { @@ -17586,7 +17586,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 137, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L137" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L137" } ] } @@ -17671,7 +17671,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 63, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L63" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L63" } ], "signatures": [ @@ -17694,7 +17694,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 63, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L63" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L63" } ], "typeParameters": [ @@ -17890,7 +17890,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 77, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L77" } ], "type": { @@ -17948,7 +17948,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 76, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L76" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L76" } ], "type": { @@ -17968,7 +17968,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 75, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L75" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L75" } ] } @@ -18059,7 +18059,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 366, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L366" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L366" } ], "signatures": [ @@ -18090,7 +18090,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 366, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L366" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L366" } ], "typeParameters": [ @@ -18220,7 +18220,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 371, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L371" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L371" } ], "type": { @@ -18253,7 +18253,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 370, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L370" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L370" } ] } @@ -18529,19 +18529,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 222, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L222" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L222" }, { "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 238, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L238" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L238" }, { "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 293, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L293" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L293" } ], "signatures": [ @@ -18556,7 +18556,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 222, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L222" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L222" } ], "typeParameters": [ @@ -18632,7 +18632,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 227, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L227" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L227" } ], "type": { @@ -18666,7 +18666,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 226, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L226" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L226" } ], "type": { @@ -18687,7 +18687,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 225, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L225" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L225" } ], "type": { @@ -18707,7 +18707,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 224, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L224" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L224" } ] } @@ -18790,7 +18790,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 238, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L238" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L238" } ], "typeParameters": [ @@ -18869,7 +18869,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 243, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L243" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L243" } ], "type": { @@ -18903,7 +18903,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 244, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L244" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L244" } ], "type": { @@ -18924,7 +18924,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 242, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L242" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L242" } ], "type": { @@ -18945,7 +18945,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 241, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L241" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L241" } ], "type": { @@ -18965,7 +18965,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 240, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L240" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L240" } ] } @@ -19059,7 +19059,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 11, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L11" } ], "typeParameters": [ @@ -19169,7 +19169,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 16, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L16" } ], "type": { @@ -19189,7 +19189,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 16, "character": 35, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L16" } ] } @@ -19228,9 +19228,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 34, + "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" } ], "signatures": [ @@ -19243,9 +19243,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 34, + "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" } ], "typeParameters": [ @@ -19372,9 +19372,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 39, + "line": 36, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L36" } ], "type": { @@ -19393,9 +19393,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 42, + "line": 39, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L42" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L39" } ], "type": { @@ -19620,9 +19620,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 37, + "line": 34, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" } ], "type": { @@ -19646,9 +19646,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 43, + "line": 40, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L43" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L40" } ], "type": { @@ -19665,9 +19665,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 35, + "line": 32, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L32" } ], "type": { @@ -19707,9 +19707,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 38, + "line": 35, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L35" } ], "type": { @@ -19728,9 +19728,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 40, + "line": 37, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L37" } ], "type": { @@ -19749,9 +19749,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 41, + "line": 38, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L41" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L38" } ], "type": { @@ -19773,9 +19773,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 36, + "line": 33, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L36" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L33" } ], "type": { @@ -19798,9 +19798,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 34, + "line": 31, "character": 23, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" } ] } @@ -19898,9 +19898,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 28, + "line": 25, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L25" } ], "type": { @@ -19925,9 +19925,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 31, + "line": 28, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L28" } ], "type": { @@ -20160,9 +20160,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 26, + "line": 23, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L23" } ], "type": { @@ -20192,9 +20192,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 32, + "line": 29, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L32" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L29" } ], "type": { @@ -20219,9 +20219,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 24, + "line": 21, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L21" } ], "type": { @@ -20268,9 +20268,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 27, + "line": 24, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L24" } ], "type": { @@ -20295,9 +20295,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 29, + "line": 26, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L29" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L26" } ], "type": { @@ -20324,9 +20324,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 30, + "line": 27, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L27" } ], "type": { @@ -20356,9 +20356,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 25, + "line": 22, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L22" } ], "type": { @@ -20387,7 +20387,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 200, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L200" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L200" } ], "signatures": [ @@ -20410,7 +20410,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 200, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L200" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L200" } ], "parameters": [ @@ -20457,7 +20457,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 242, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L242" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L242" } ], "signatures": [ @@ -20488,7 +20488,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 242, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L242" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L242" } ], "type": { @@ -20526,7 +20526,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 280, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L280" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L280" } ], "signatures": [ @@ -20557,7 +20557,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 280, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L280" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L280" } ], "parameters": [ @@ -20613,7 +20613,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 288, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L288" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L288" } ], "type": { @@ -20651,7 +20651,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 291, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L291" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L291" } ], "type": { @@ -20693,7 +20693,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 293, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L293" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L293" } ], "type": { @@ -20740,7 +20740,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 290, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L290" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L290" } ], "type": { @@ -20786,7 +20786,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 289, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L289" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L289" } ], "type": { @@ -20824,7 +20824,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 292, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L292" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L292" } ], "type": { @@ -20845,7 +20845,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 287, "character": 5, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L287" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L287" } ] } @@ -20940,7 +20940,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 250, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L250" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L250" } ], "signatures": [ @@ -20971,7 +20971,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 250, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L250" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L250" } ], "type": { @@ -21024,7 +21024,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 151, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L151" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L151" } ], "signatures": [ @@ -21055,7 +21055,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 151, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L151" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L151" } ], "parameters": [ @@ -21130,7 +21130,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 156, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" } ], "type": { @@ -21159,7 +21159,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 156, "character": 32, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" } ], "type": { @@ -21180,7 +21180,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 156, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" } ] } @@ -21206,7 +21206,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 359, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L359" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L359" } ], "signatures": [ @@ -21229,7 +21229,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 359, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L359" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L359" } ], "parameters": [ @@ -21423,7 +21423,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 225, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L225" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L225" } ], "signatures": [ @@ -21462,7 +21462,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 225, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L225" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L225" } ], "typeParameters": [ @@ -21693,31 +21693,31 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 75, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L75" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L75" }, { "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 79, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L79" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L79" }, { "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 86, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L86" }, { "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 93, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L93" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L93" }, { "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 115, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L115" } ], "signatures": [ @@ -21732,7 +21732,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 75, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L75" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L75" } ], "typeParameters": [ @@ -21793,7 +21793,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 77, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" } ], "type": { @@ -21814,7 +21814,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 77, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" } ], "type": { @@ -21835,7 +21835,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 77, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" } ], "type": { @@ -21855,7 +21855,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 77, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" } ] } @@ -21878,7 +21878,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 79, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L79" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L79" } ], "parameters": [ @@ -21923,7 +21923,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 81, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" } ], "type": { @@ -21944,7 +21944,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 81, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" } ], "type": { @@ -21965,7 +21965,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 81, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" } ], "type": { @@ -21985,7 +21985,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 81, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" } ] } @@ -22034,7 +22034,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 86, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L86" } ], "typeParameters": [ @@ -22095,7 +22095,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 88, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" } ], "type": { @@ -22116,7 +22116,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 88, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" } ], "type": { @@ -22137,7 +22137,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 88, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" } ], "type": { @@ -22157,7 +22157,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 88, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" } ] } @@ -22206,7 +22206,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 93, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L93" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L93" } ], "parameters": [ @@ -22251,7 +22251,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 95, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" } ], "type": { @@ -22272,7 +22272,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 95, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" } ], "type": { @@ -22293,7 +22293,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 95, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" } ], "type": { @@ -22313,7 +22313,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 95, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" } ] } @@ -22338,9 +22338,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 275, + "line": 270, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L275" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L270" } ], "signatures": [ @@ -22391,9 +22391,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 275, + "line": 270, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L275" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L270" } ], "typeParameters": [ @@ -22446,9 +22446,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ], "type": { @@ -22466,9 +22466,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ] } @@ -22491,9 +22491,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 44, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ], "type": { @@ -22511,9 +22511,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ] } @@ -22744,7 +22744,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 178, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L178" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L178" } ], "signatures": [ @@ -22807,7 +22807,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 178, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L178" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L178" } ], "parameters": [ @@ -22901,7 +22901,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 184, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" } ], "type": { @@ -22930,7 +22930,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 184, "character": 32, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" } ], "type": { @@ -22951,7 +22951,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 184, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" } ] } @@ -22977,7 +22977,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 333, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L333" } ], "signatures": [ @@ -23019,7 +23019,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 333, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L333" } ], "typeParameters": [ @@ -23146,7 +23146,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 322, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L322" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L322" } ], "signatures": [ @@ -23177,7 +23177,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 322, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L322" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L322" } ], "type": { @@ -23198,7 +23198,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L26" } ], "signatures": [ @@ -23261,7 +23261,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L26" } ], "typeParameters": [ @@ -23500,9 +23500,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 77, + "line": 72, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L72" } ], "signatures": [ @@ -23525,9 +23525,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 77, + "line": 72, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L72" } ], "parameters": [ @@ -23582,7 +23582,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 211, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L211" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L211" } ], "signatures": [ @@ -23621,7 +23621,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 211, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L211" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L211" } ], "typeParameters": [ @@ -23709,9 +23709,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 83, + "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L78" } ], "signatures": [ @@ -23745,9 +23745,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 83, + "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L78" } ], "typeParameters": [ @@ -23821,9 +23821,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 90, + "line": 85, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L85" } ], "signatures": [ @@ -23836,9 +23836,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 90, + "line": 85, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L85" } ], "parameters": [ @@ -23937,9 +23937,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 97, + "line": 92, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L92" } ], "signatures": [ @@ -23952,9 +23952,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 97, + "line": 92, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L92" } ], "parameters": [ @@ -24062,9 +24062,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 69, + "line": 64, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L64" } ], "signatures": [ @@ -24093,9 +24093,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 69, + "line": 64, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L64" } ], "type": { @@ -24232,7 +24232,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 8, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L8" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L8" } ], "typeParameters": [ @@ -24384,7 +24384,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 23, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L23" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L23" } ], "type": { @@ -24403,7 +24403,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 22, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L22" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L22" } ], "type": { @@ -24422,7 +24422,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 21, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L21" } ], "type": { @@ -24446,7 +24446,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 12, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L12" } ], "type": { @@ -24472,7 +24472,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 13, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L13" } ], "type": { @@ -24497,7 +24497,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 20, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L20" } ], "extendedTypes": [ @@ -24530,7 +24530,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L18" } ], "type": { @@ -24558,7 +24558,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 17, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L17" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L17" } ], "type": { @@ -24581,7 +24581,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 16, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L16" } ], "type": { @@ -24602,7 +24602,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 12, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L12" } ], "type": { @@ -24628,7 +24628,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 13, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L13" } ], "type": { @@ -24653,7 +24653,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 15, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L15" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L15" } ], "typeParameters": [ @@ -24688,7 +24688,7 @@ "fileName": "packages/core/postgrest-js/src/types/common/common.ts", "line": 54, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/common/common.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/common/common.ts#L54" } ], "type": { @@ -24713,7 +24713,7 @@ "fileName": "packages/core/postgrest-js/src/types/common/common.ts", "line": 55, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/common/common.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/common/common.ts#L55" } ], "type": { @@ -24733,7 +24733,7 @@ "fileName": "packages/core/postgrest-js/src/types/common/common.ts", "line": 54, "character": 34, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/common/common.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/common/common.ts#L54" } ] } @@ -24750,7 +24750,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 30, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L30" } ], "typeParameters": [ @@ -24798,7 +24798,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 31, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L31" } ], "typeParameters": [ @@ -24840,7 +24840,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 29, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L29" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L29" } ], "typeParameters": [ @@ -24898,7 +24898,7 @@ "fileName": "packages/core/postgrest-js/src/select-query-parser/result.ts", "line": 38, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/select-query-parser/result.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/select-query-parser/result.ts#L38" } ], "typeParameters": [ @@ -25483,7 +25483,7 @@ "fileName": "packages/core/postgrest-js/src/index.ts", "line": 17, "character": 0, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/index.ts#L17" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/index.ts#L17" } ], "type": { @@ -25506,7 +25506,7 @@ "fileName": "packages/core/postgrest-js/src/index.ts", "line": 22, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/index.ts#L22" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/index.ts#L22" } ], "type": { @@ -25530,7 +25530,7 @@ "fileName": "packages/core/postgrest-js/src/index.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/index.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/index.ts#L18" } ], "type": { @@ -25554,7 +25554,7 @@ "fileName": "packages/core/postgrest-js/src/index.ts", "line": 23, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/index.ts#L23" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/index.ts#L23" } ], "type": { @@ -25578,7 +25578,7 @@ "fileName": "packages/core/postgrest-js/src/index.ts", "line": 20, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/index.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/index.ts#L20" } ], "type": { @@ -25602,7 +25602,7 @@ "fileName": "packages/core/postgrest-js/src/index.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/index.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/index.ts#L19" } ], "type": { @@ -25626,7 +25626,7 @@ "fileName": "packages/core/postgrest-js/src/index.ts", "line": 21, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/index.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/index.ts#L21" } ], "type": { @@ -25651,7 +25651,7 @@ "fileName": "packages/core/postgrest-js/src/index.ts", "line": 17, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/index.ts#L17" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/index.ts#L17" } ] } @@ -25812,7 +25812,7 @@ }, { "kind": "code", - "text": "```bash\n# Run all tests (from monorepo root)\nnpx nx test postgrest-js\n```" + "text": "```bash\n# Run all tests (from monorepo root)\nnpx nx test:ci:postgrest postgrest-js\n```" }, { "kind": "text", diff --git a/apps/docs/spec/enrichments/tsdoc_v2/postgrest_dereferenced.json b/apps/docs/spec/enrichments/tsdoc_v2/postgrest_dereferenced.json index 4d370d2e90a73..a86259374232d 100644 --- a/apps/docs/spec/enrichments/tsdoc_v2/postgrest_dereferenced.json +++ b/apps/docs/spec/enrichments/tsdoc_v2/postgrest_dereferenced.json @@ -23,9 +23,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 34, + "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" } ], "signatures": [ @@ -38,9 +38,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 34, + "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" } ], "typeParameters": [ @@ -107,9 +107,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 39, + "line": 36, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L36" } ], "type": { @@ -128,9 +128,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 42, + "line": 39, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L42" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L39" } ], "type": { @@ -355,9 +355,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 37, + "line": 34, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" } ], "type": { @@ -381,9 +381,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 43, + "line": 40, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L43" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L40" } ], "type": { @@ -400,9 +400,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 35, + "line": 32, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L32" } ], "type": { @@ -442,9 +442,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 38, + "line": 35, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L35" } ], "type": { @@ -463,9 +463,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 40, + "line": 37, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L37" } ], "type": { @@ -484,9 +484,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 41, + "line": 38, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L41" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L38" } ], "type": { @@ -508,9 +508,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 36, + "line": 33, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L36" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L33" } ], "type": { @@ -533,9 +533,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 34, + "line": 31, "character": 23, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" } ] } @@ -590,9 +590,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 28, + "line": 25, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L25" } ], "type": { @@ -611,9 +611,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 31, + "line": 28, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L28" } ], "type": { @@ -840,9 +840,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 26, + "line": 23, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L23" } ], "type": { @@ -866,9 +866,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 32, + "line": 29, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L32" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L29" } ], "type": { @@ -887,9 +887,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 24, + "line": 21, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L21" } ], "type": { @@ -930,9 +930,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 27, + "line": 24, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L24" } ], "type": { @@ -951,9 +951,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 29, + "line": 26, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L29" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L26" } ], "type": { @@ -974,9 +974,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 30, + "line": 27, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L27" } ], "type": { @@ -1000,9 +1000,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 25, + "line": 22, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L22" } ], "type": { @@ -1024,9 +1024,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 275, + "line": 270, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L275" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L270" } ], "signatures": [ @@ -1075,9 +1075,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 275, + "line": 270, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L275" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L270" } ], "typeParameters": [ @@ -1130,9 +1130,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ], "type": { @@ -1150,9 +1150,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ] } @@ -1175,9 +1175,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 44, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ], "type": { @@ -1195,9 +1195,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ] } @@ -1420,9 +1420,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 240, + "line": 235, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L240" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L235" } ], "signatures": [ @@ -1462,9 +1462,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 240, + "line": 235, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L240" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L235" } ], "typeParameters": [ @@ -1547,9 +1547,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 77, + "line": 72, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L72" } ], "signatures": [ @@ -1570,9 +1570,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 77, + "line": 72, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L72" } ], "parameters": [ @@ -1615,9 +1615,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 83, + "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L78" } ], "signatures": [ @@ -1649,9 +1649,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 83, + "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L78" } ], "typeParameters": [ @@ -1756,9 +1756,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 90, + "line": 85, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L85" } ], "signatures": [ @@ -1771,9 +1771,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 90, + "line": 85, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L85" } ], "parameters": [ @@ -1903,9 +1903,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 97, + "line": 92, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L92" } ], "signatures": [ @@ -1918,9 +1918,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 97, + "line": 92, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L92" } ], "parameters": [ @@ -2026,9 +2026,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 69, + "line": 64, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L64" } ], "signatures": [ @@ -2055,9 +2055,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 69, + "line": 64, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L64" } ], "type": { @@ -2148,9 +2148,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 15, + "line": 12, "character": 30, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L15" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L12" } ], "typeParameters": [ @@ -2284,7 +2284,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 52, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L52" } ], "signatures": [ @@ -2307,7 +2307,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 52, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L52" } ], "typeParameters": [ @@ -2364,7 +2364,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 19, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L19" } ], "type": { @@ -2390,7 +2390,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 18, "character": 63, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L18" } ] } @@ -2644,7 +2644,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 61, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L61" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L61" } ], "type": { @@ -2881,7 +2881,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 59, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L59" } ], "type": { @@ -2916,7 +2916,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 60, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L60" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L60" } ], "type": { @@ -2940,7 +2940,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 58, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L58" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L58" } ] } @@ -3005,7 +3005,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 40, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L40" } ], "type": { @@ -3232,7 +3232,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 38, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L38" } ], "type": { @@ -3258,7 +3258,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 39, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L39" } ], "type": { @@ -3281,7 +3281,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 37, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L37" } ], "type": { @@ -3320,19 +3320,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 69, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L69" }, { "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 73, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L73" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L73" }, { "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 81, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L81" } ], "signatures": [ @@ -3347,7 +3347,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 69, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L69" } ], "typeParameters": [ @@ -3446,7 +3446,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 73, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L73" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L73" } ], "typeParameters": [ @@ -3547,7 +3547,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 135, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L135" } ], "signatures": [ @@ -3570,7 +3570,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 135, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L135" } ], "typeParameters": [ @@ -3796,7 +3796,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 153, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L153" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L153" } ], "type": { @@ -3846,7 +3846,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 152, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L152" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L152" } ], "type": { @@ -3892,7 +3892,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 151, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L151" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L151" } ], "type": { @@ -3913,7 +3913,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 150, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L150" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L150" } ] } @@ -4020,7 +4020,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 97, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L97" } ], "signatures": [ @@ -4043,7 +4043,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 97, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L97" } ], "typeParameters": [ @@ -4183,7 +4183,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 16, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L16" } ], "typeParameters": [ @@ -4248,7 +4248,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 19, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L19" } ], "type": { @@ -4274,7 +4274,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 18, "character": 63, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L18" } ] } @@ -4302,7 +4302,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestClient.ts", "line": 22, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestClient.ts#L22" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestClient.ts#L22" } ] } @@ -4576,7 +4576,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L11" } ], "signatures": [ @@ -4591,7 +4591,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L11" } ], "parameters": [ @@ -4621,7 +4621,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 11, "character": 73, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L11" } ], "type": { @@ -4640,7 +4640,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 11, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L11" } ], "type": { @@ -4659,7 +4659,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 11, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L11" } ], "type": { @@ -4678,7 +4678,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 11, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L11" } ], "type": { @@ -4698,7 +4698,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 11, "character": 23, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L11" } ] } @@ -4736,7 +4736,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 9, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L9" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L9" } ], "type": { @@ -4755,7 +4755,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 7, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L7" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L7" } ], "type": { @@ -4774,7 +4774,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 8, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L8" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L8" } ], "type": { @@ -4798,7 +4798,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestError.ts", "line": 6, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestError.ts#L6" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestError.ts#L6" } ], "extendedTypes": [ @@ -4829,9 +4829,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 34, + "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" } ], "signatures": [ @@ -4844,9 +4844,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 34, + "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" } ], "typeParameters": [ @@ -4973,9 +4973,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 39, + "line": 36, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L36" } ], "type": { @@ -4994,9 +4994,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 42, + "line": 39, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L42" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L39" } ], "type": { @@ -5221,9 +5221,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 37, + "line": 34, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" } ], "type": { @@ -5247,9 +5247,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 43, + "line": 40, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L43" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L40" } ], "type": { @@ -5266,9 +5266,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 35, + "line": 32, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L32" } ], "type": { @@ -5308,9 +5308,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 38, + "line": 35, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L35" } ], "type": { @@ -5329,9 +5329,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 40, + "line": 37, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L37" } ], "type": { @@ -5350,9 +5350,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 41, + "line": 38, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L41" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L38" } ], "type": { @@ -5374,9 +5374,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 36, + "line": 33, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L36" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L33" } ], "type": { @@ -5399,9 +5399,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 34, + "line": 31, "character": 23, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" } ] } @@ -5499,9 +5499,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 28, + "line": 25, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L25" } ], "type": { @@ -5526,9 +5526,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 31, + "line": 28, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L28" } ], "type": { @@ -5761,9 +5761,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 26, + "line": 23, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L23" } ], "type": { @@ -5793,9 +5793,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 32, + "line": 29, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L32" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L29" } ], "type": { @@ -5820,9 +5820,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 24, + "line": 21, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L21" } ], "type": { @@ -5869,9 +5869,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 27, + "line": 24, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L24" } ], "type": { @@ -5896,9 +5896,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 29, + "line": 26, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L29" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L26" } ], "type": { @@ -5925,9 +5925,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 30, + "line": 27, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L27" } ], "type": { @@ -5957,9 +5957,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 25, + "line": 22, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L22" } ], "type": { @@ -5990,7 +5990,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 200, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L200" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L200" } ], "signatures": [ @@ -6015,7 +6015,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 200, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L200" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L200" } ], "parameters": [ @@ -6118,19 +6118,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 356, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L356" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L356" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 360, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L360" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L360" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 368, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L368" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L368" } ], "signatures": [ @@ -6145,7 +6145,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 356, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L356" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L356" } ], "typeParameters": [ @@ -6253,7 +6253,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 360, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L360" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L360" } ], "parameters": [ @@ -6379,19 +6379,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 329, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L329" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L329" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 333, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L333" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 341, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L341" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L341" } ], "signatures": [ @@ -6406,7 +6406,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 329, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L329" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L329" } ], "typeParameters": [ @@ -6514,7 +6514,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 333, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L333" } ], "parameters": [ @@ -6596,7 +6596,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 242, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L242" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L242" } ], "signatures": [ @@ -6629,7 +6629,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 242, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L242" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L242" } ], "type": { @@ -6677,7 +6677,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 101, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L101" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L101" } ], "signatures": [ @@ -6732,7 +6732,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 101, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L101" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L101" } ], "typeParameters": [ @@ -6930,7 +6930,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 280, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L280" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L280" } ], "signatures": [ @@ -6963,7 +6963,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 280, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L280" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L280" } ], "parameters": [ @@ -7019,7 +7019,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 288, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L288" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L288" } ], "type": { @@ -7057,7 +7057,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 291, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L291" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L291" } ], "type": { @@ -7099,7 +7099,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 293, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L293" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L293" } ], "type": { @@ -7146,7 +7146,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 290, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L290" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L290" } ], "type": { @@ -7192,7 +7192,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 289, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L289" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L289" } ], "type": { @@ -7230,7 +7230,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 292, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L292" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L292" } ], "type": { @@ -7251,7 +7251,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 287, "character": 5, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L287" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L287" } ] } @@ -7412,19 +7412,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 583, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L583" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L583" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 588, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L588" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L588" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 602, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L602" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L602" } ], "signatures": [ @@ -7439,7 +7439,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 583, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L583" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L583" } ], "typeParameters": [ @@ -7607,7 +7607,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 588, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L588" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L588" } ], "parameters": [ @@ -7665,7 +7665,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 250, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L250" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L250" } ], "signatures": [ @@ -7698,7 +7698,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 250, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L250" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L250" } ], "type": { @@ -7807,19 +7807,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 134, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L134" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L134" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 135, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L135" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 142, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L142" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L142" } ], "signatures": [ @@ -7834,7 +7834,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 134, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L134" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L134" } ], "typeParameters": [ @@ -7907,7 +7907,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 135, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L135" } ], "parameters": [ @@ -7998,19 +7998,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 147, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L147" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L147" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 148, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L148" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L148" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 155, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L155" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L155" } ], "signatures": [ @@ -8025,7 +8025,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 147, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L147" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L147" } ], "typeParameters": [ @@ -8098,7 +8098,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 148, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L148" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L148" } ], "parameters": [ @@ -8189,19 +8189,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 231, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L231" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L231" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 232, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L232" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L232" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 239, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L239" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L239" } ], "signatures": [ @@ -8216,7 +8216,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 231, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L231" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L231" } ], "typeParameters": [ @@ -8275,7 +8275,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 232, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L232" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L232" } ], "parameters": [ @@ -8366,19 +8366,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 244, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L244" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L244" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 248, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L248" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L248" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 255, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L255" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L255" } ], "signatures": [ @@ -8393,7 +8393,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 244, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L244" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L244" } ], "typeParameters": [ @@ -8459,7 +8459,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 248, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L248" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L248" } ], "parameters": [ @@ -8557,19 +8557,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 260, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L260" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L260" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 264, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L264" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L264" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 271, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L271" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L271" } ], "signatures": [ @@ -8584,7 +8584,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 260, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L260" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L260" } ], "typeParameters": [ @@ -8650,7 +8650,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 264, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L264" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L264" } ], "parameters": [ @@ -8702,7 +8702,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 304, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L304" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L304" } ], "signatures": [ @@ -8741,7 +8741,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 304, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L304" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L304" } ], "typeParameters": [ @@ -9029,19 +9029,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 276, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L276" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L276" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 280, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L280" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L280" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 293, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L293" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L293" } ], "signatures": [ @@ -9056,7 +9056,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 276, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L276" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L276" } ], "typeParameters": [ @@ -9147,7 +9147,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 280, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L280" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L280" } ], "parameters": [ @@ -9247,19 +9247,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 186, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L186" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L186" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 187, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L187" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L187" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 194, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L194" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L194" } ], "signatures": [ @@ -9274,7 +9274,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 186, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L186" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L186" } ], "typeParameters": [ @@ -9333,7 +9333,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 187, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L187" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L187" } ], "parameters": [ @@ -9424,19 +9424,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 199, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L199" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L199" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 203, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L203" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L203" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 210, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L210" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L210" } ], "signatures": [ @@ -9451,7 +9451,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 199, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L199" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L199" } ], "typeParameters": [ @@ -9517,7 +9517,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 203, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L203" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L203" } ], "parameters": [ @@ -9615,19 +9615,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 215, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L215" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L215" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 219, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L219" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L219" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 226, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L226" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L226" } ], "signatures": [ @@ -9642,7 +9642,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 215, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L215" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L215" } ], "typeParameters": [ @@ -9708,7 +9708,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 219, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L219" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L219" } ], "parameters": [ @@ -9762,7 +9762,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 151, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L151" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L151" } ], "signatures": [ @@ -9795,7 +9795,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 151, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L151" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L151" } ], "parameters": [ @@ -9870,7 +9870,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 156, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" } ], "type": { @@ -9899,7 +9899,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 156, "character": 32, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" } ], "type": { @@ -9920,7 +9920,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 156, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" } ] } @@ -10002,19 +10002,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 160, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L160" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L160" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 161, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L161" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L161" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 168, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L168" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L168" } ], "signatures": [ @@ -10029,7 +10029,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 160, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L160" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L160" } ], "typeParameters": [ @@ -10102,7 +10102,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 161, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L161" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L161" } ], "parameters": [ @@ -10193,19 +10193,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 173, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L173" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 174, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L174" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L174" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 181, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L181" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L181" } ], "signatures": [ @@ -10220,7 +10220,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 173, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L173" } ], "typeParameters": [ @@ -10293,7 +10293,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 174, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L174" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L174" } ], "parameters": [ @@ -10374,19 +10374,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 516, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L516" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L516" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 517, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L517" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L517" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 525, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L525" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L525" } ], "signatures": [ @@ -10401,7 +10401,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 516, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L516" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L516" } ], "typeParameters": [ @@ -10478,7 +10478,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 517, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L517" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L517" } ], "parameters": [ @@ -10529,7 +10529,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 359, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L359" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L359" } ], "signatures": [ @@ -10554,7 +10554,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 359, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L359" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L359" } ], "parameters": [ @@ -10760,7 +10760,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 225, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L225" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L225" } ], "signatures": [ @@ -10801,7 +10801,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 225, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L225" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L225" } ], "typeParameters": [ @@ -10908,7 +10908,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 122, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L122" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L122" } ], "signatures": [ @@ -10947,7 +10947,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 122, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L122" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L122" } ], "typeParameters": [ @@ -11182,19 +11182,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 532, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L532" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L532" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 537, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L537" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L537" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 551, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L551" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L551" } ], "signatures": [ @@ -11209,7 +11209,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 532, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L532" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L532" } ], "typeParameters": [ @@ -11298,7 +11298,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 537, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L537" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L537" } ], "parameters": [ @@ -11354,7 +11354,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 571, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L571" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L571" } ], "signatures": [ @@ -11393,7 +11393,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 571, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L571" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L571" } ], "parameters": [ @@ -11468,7 +11468,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 576, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L576" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L576" } ], "type": { @@ -11497,7 +11497,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 576, "character": 32, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L576" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L576" } ], "type": { @@ -11518,7 +11518,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 576, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L576" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L576" } ] } @@ -11680,31 +11680,31 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 75, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L75" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L75" }, { "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 79, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L79" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L79" }, { "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 86, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L86" }, { "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 93, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L93" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L93" }, { "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 115, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L115" } ], "signatures": [ @@ -11721,7 +11721,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 75, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L75" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L75" } ], "typeParameters": [ @@ -11782,7 +11782,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 77, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" } ], "type": { @@ -11803,7 +11803,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 77, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" } ], "type": { @@ -11824,7 +11824,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 77, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" } ], "type": { @@ -11844,7 +11844,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 77, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" } ] } @@ -11874,7 +11874,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 79, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L79" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L79" } ], "parameters": [ @@ -11919,7 +11919,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 81, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" } ], "type": { @@ -11940,7 +11940,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 81, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" } ], "type": { @@ -11961,7 +11961,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 81, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" } ], "type": { @@ -11981,7 +11981,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 81, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" } ] } @@ -12037,7 +12037,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 86, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L86" } ], "typeParameters": [ @@ -12098,7 +12098,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 88, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" } ], "type": { @@ -12119,7 +12119,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 88, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" } ], "type": { @@ -12140,7 +12140,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 88, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" } ], "type": { @@ -12160,7 +12160,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 88, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" } ] } @@ -12216,7 +12216,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 93, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L93" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L93" } ], "parameters": [ @@ -12261,7 +12261,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 95, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" } ], "type": { @@ -12282,7 +12282,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 95, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" } ], "type": { @@ -12303,7 +12303,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 95, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" } ], "type": { @@ -12323,7 +12323,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 95, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" } ] } @@ -12404,19 +12404,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 455, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L455" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L455" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 459, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L459" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L459" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 467, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L467" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L467" } ], "signatures": [ @@ -12431,7 +12431,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 455, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L455" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L455" } ], "typeParameters": [ @@ -12520,7 +12520,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 459, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L459" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L459" } ], "parameters": [ @@ -12581,9 +12581,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 275, + "line": 270, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L275" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L270" } ], "signatures": [ @@ -12634,9 +12634,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 275, + "line": 270, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L275" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L270" } ], "typeParameters": [ @@ -12689,9 +12689,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ], "type": { @@ -12709,9 +12709,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ] } @@ -12734,9 +12734,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 44, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ], "type": { @@ -12754,9 +12754,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ] } @@ -12989,7 +12989,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 178, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L178" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L178" } ], "signatures": [ @@ -13054,7 +13054,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 178, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L178" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L178" } ], "parameters": [ @@ -13148,7 +13148,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 184, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" } ], "type": { @@ -13177,7 +13177,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 184, "character": 32, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" } ], "type": { @@ -13198,7 +13198,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 184, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" } ] } @@ -13280,19 +13280,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 440, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L440" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L440" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 441, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L441" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L441" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 450, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L450" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L450" } ], "signatures": [ @@ -13307,7 +13307,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 440, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L440" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L440" } ], "typeParameters": [ @@ -13366,7 +13366,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 441, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L441" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L441" } ], "parameters": [ @@ -13457,19 +13457,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 382, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L382" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L382" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 383, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L383" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L383" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 391, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L391" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L391" } ], "signatures": [ @@ -13484,7 +13484,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 382, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L382" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L382" } ], "typeParameters": [ @@ -13543,7 +13543,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 383, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L383" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L383" } ], "parameters": [ @@ -13642,19 +13642,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 396, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L396" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L396" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 397, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L397" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L397" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 406, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L406" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L406" } ], "signatures": [ @@ -13669,7 +13669,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 396, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L396" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L396" } ], "typeParameters": [ @@ -13728,7 +13728,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 397, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L397" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L397" } ], "parameters": [ @@ -13819,19 +13819,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 411, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L411" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L411" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 412, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L412" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L412" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 420, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L420" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L420" } ], "signatures": [ @@ -13846,7 +13846,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 411, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L411" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L411" } ], "typeParameters": [ @@ -13905,7 +13905,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 412, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L412" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L412" } ], "parameters": [ @@ -14004,19 +14004,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 425, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L425" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L425" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 426, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L426" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L426" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 435, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L435" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L435" } ], "signatures": [ @@ -14031,7 +14031,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 425, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L425" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L425" } ], "typeParameters": [ @@ -14090,7 +14090,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 426, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L426" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L426" } ], "parameters": [ @@ -14137,7 +14137,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 333, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L333" } ], "signatures": [ @@ -14181,7 +14181,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 333, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L333" } ], "typeParameters": [ @@ -14310,7 +14310,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 322, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L322" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L322" } ], "signatures": [ @@ -14343,7 +14343,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 322, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L322" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L322" } ], "type": { @@ -14376,7 +14376,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L26" } ], "signatures": [ @@ -14441,7 +14441,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L26" } ], "typeParameters": [ @@ -14690,9 +14690,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 77, + "line": 72, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L72" } ], "signatures": [ @@ -14715,9 +14715,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 77, + "line": 72, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L72" } ], "parameters": [ @@ -14774,7 +14774,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 211, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L211" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L211" } ], "signatures": [ @@ -14815,7 +14815,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 211, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L211" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L211" } ], "typeParameters": [ @@ -14997,19 +14997,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 478, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L478" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L478" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 483, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L483" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L483" }, { "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 498, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L498" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L498" } ], "signatures": [ @@ -15024,7 +15024,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 478, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L478" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L478" } ], "typeParameters": [ @@ -15096,7 +15096,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 481, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L481" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L481" } ], "type": { @@ -15117,7 +15117,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 481, "character": 33, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L481" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L481" } ], "type": { @@ -15150,7 +15150,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 481, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L481" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L481" } ] } @@ -15173,7 +15173,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 483, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L483" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L483" } ], "parameters": [ @@ -15229,7 +15229,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 486, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L486" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L486" } ], "type": { @@ -15250,7 +15250,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 486, "character": 33, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L486" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L486" } ], "type": { @@ -15283,7 +15283,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 486, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L486" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L486" } ] } @@ -15308,9 +15308,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 83, + "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L78" } ], "signatures": [ @@ -15344,9 +15344,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 83, + "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L78" } ], "typeParameters": [ @@ -15420,9 +15420,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 90, + "line": 85, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L85" } ], "signatures": [ @@ -15435,9 +15435,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 90, + "line": 85, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L85" } ], "parameters": [ @@ -15536,9 +15536,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 97, + "line": 92, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L92" } ], "signatures": [ @@ -15551,9 +15551,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 97, + "line": 92, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L92" } ], "parameters": [ @@ -15661,9 +15661,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 69, + "line": 64, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L64" } ], "signatures": [ @@ -15692,9 +15692,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 69, + "line": 64, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L64" } ], "type": { @@ -15833,7 +15833,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestFilterBuilder.ts", "line": 76, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L76" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestFilterBuilder.ts#L76" } ], "typeParameters": [ @@ -16018,7 +16018,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 24, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L24" } ], "signatures": [ @@ -16033,7 +16033,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 24, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L24" } ], "typeParameters": [ @@ -16143,7 +16143,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 16, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L16" } ], "type": { @@ -16169,7 +16169,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 16, "character": 35, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L16" } ] } @@ -16236,7 +16236,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 33, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L33" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L33" } ], "type": { @@ -16465,7 +16465,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 31, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L31" } ], "type": { @@ -16492,7 +16492,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 32, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L32" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L32" } ], "type": { @@ -16512,7 +16512,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 30, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L30" } ] } @@ -16584,7 +16584,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 22, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L22" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L22" } ], "type": { @@ -16811,7 +16811,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L19" } ], "type": { @@ -16837,7 +16837,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 20, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L20" } ], "type": { @@ -16858,7 +16858,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 21, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L21" } ], "type": { @@ -16882,7 +16882,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L18" } ], "type": { @@ -16906,7 +16906,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 416, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L416" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L416" } ], "signatures": [ @@ -16937,7 +16937,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 416, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L416" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L416" } ], "parameters": [ @@ -17017,7 +17017,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 419, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L419" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L419" } ], "type": { @@ -17050,7 +17050,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 418, "character": 5, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L418" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L418" } ] } @@ -17234,19 +17234,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 121, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L121" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L121" }, { "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 135, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L135" }, { "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 176, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L176" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L176" } ], "signatures": [ @@ -17261,7 +17261,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 121, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L121" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L121" } ], "typeParameters": [ @@ -17337,7 +17337,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 124, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L124" } ], "type": { @@ -17370,7 +17370,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 123, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L123" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L123" } ] } @@ -17453,7 +17453,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 135, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L135" } ], "typeParameters": [ @@ -17532,7 +17532,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 138, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L138" } ], "type": { @@ -17566,7 +17566,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 139, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L139" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L139" } ], "type": { @@ -17586,7 +17586,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 137, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L137" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L137" } ] } @@ -17671,7 +17671,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 63, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L63" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L63" } ], "signatures": [ @@ -17694,7 +17694,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 63, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L63" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L63" } ], "typeParameters": [ @@ -17890,7 +17890,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 77, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L77" } ], "type": { @@ -17948,7 +17948,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 76, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L76" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L76" } ], "type": { @@ -17968,7 +17968,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 75, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L75" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L75" } ] } @@ -18059,7 +18059,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 366, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L366" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L366" } ], "signatures": [ @@ -18090,7 +18090,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 366, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L366" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L366" } ], "typeParameters": [ @@ -18220,7 +18220,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 371, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L371" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L371" } ], "type": { @@ -18253,7 +18253,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 370, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L370" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L370" } ] } @@ -18529,19 +18529,19 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 222, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L222" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L222" }, { "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 238, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L238" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L238" }, { "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 293, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L293" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L293" } ], "signatures": [ @@ -18556,7 +18556,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 222, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L222" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L222" } ], "typeParameters": [ @@ -18632,7 +18632,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 227, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L227" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L227" } ], "type": { @@ -18666,7 +18666,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 226, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L226" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L226" } ], "type": { @@ -18687,7 +18687,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 225, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L225" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L225" } ], "type": { @@ -18707,7 +18707,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 224, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L224" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L224" } ] } @@ -18790,7 +18790,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 238, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L238" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L238" } ], "typeParameters": [ @@ -18869,7 +18869,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 243, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L243" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L243" } ], "type": { @@ -18903,7 +18903,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 244, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L244" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L244" } ], "type": { @@ -18924,7 +18924,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 242, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L242" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L242" } ], "type": { @@ -18945,7 +18945,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 241, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L241" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L241" } ], "type": { @@ -18965,7 +18965,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 240, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L240" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L240" } ] } @@ -19059,7 +19059,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 11, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L11" } ], "typeParameters": [ @@ -19169,7 +19169,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 16, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L16" } ], "type": { @@ -19189,7 +19189,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestQueryBuilder.ts", "line": 16, "character": 35, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestQueryBuilder.ts#L16" } ] } @@ -19228,9 +19228,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 34, + "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" } ], "signatures": [ @@ -19243,9 +19243,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 34, + "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" } ], "typeParameters": [ @@ -19372,9 +19372,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 39, + "line": 36, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L36" } ], "type": { @@ -19393,9 +19393,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 42, + "line": 39, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L42" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L39" } ], "type": { @@ -19620,9 +19620,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 37, + "line": 34, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" } ], "type": { @@ -19646,9 +19646,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 43, + "line": 40, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L43" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L40" } ], "type": { @@ -19665,9 +19665,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 35, + "line": 32, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L32" } ], "type": { @@ -19707,9 +19707,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 38, + "line": 35, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L35" } ], "type": { @@ -19728,9 +19728,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 40, + "line": 37, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L37" } ], "type": { @@ -19749,9 +19749,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 41, + "line": 38, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L41" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L38" } ], "type": { @@ -19773,9 +19773,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 36, + "line": 33, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L36" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L33" } ], "type": { @@ -19798,9 +19798,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 34, + "line": 31, "character": 23, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" } ] } @@ -19898,9 +19898,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 28, + "line": 25, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L25" } ], "type": { @@ -19925,9 +19925,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 31, + "line": 28, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L28" } ], "type": { @@ -20160,9 +20160,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 26, + "line": 23, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L23" } ], "type": { @@ -20192,9 +20192,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 32, + "line": 29, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L32" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L29" } ], "type": { @@ -20219,9 +20219,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 24, + "line": 21, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L21" } ], "type": { @@ -20268,9 +20268,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 27, + "line": 24, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L24" } ], "type": { @@ -20295,9 +20295,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 29, + "line": 26, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L29" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L26" } ], "type": { @@ -20324,9 +20324,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 30, + "line": 27, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L27" } ], "type": { @@ -20356,9 +20356,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 25, + "line": 22, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L22" } ], "type": { @@ -20387,7 +20387,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 200, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L200" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L200" } ], "signatures": [ @@ -20410,7 +20410,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 200, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L200" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L200" } ], "parameters": [ @@ -20457,7 +20457,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 242, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L242" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L242" } ], "signatures": [ @@ -20488,7 +20488,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 242, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L242" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L242" } ], "type": { @@ -20526,7 +20526,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 280, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L280" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L280" } ], "signatures": [ @@ -20557,7 +20557,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 280, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L280" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L280" } ], "parameters": [ @@ -20613,7 +20613,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 288, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L288" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L288" } ], "type": { @@ -20651,7 +20651,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 291, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L291" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L291" } ], "type": { @@ -20693,7 +20693,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 293, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L293" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L293" } ], "type": { @@ -20740,7 +20740,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 290, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L290" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L290" } ], "type": { @@ -20786,7 +20786,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 289, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L289" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L289" } ], "type": { @@ -20824,7 +20824,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 292, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L292" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L292" } ], "type": { @@ -20845,7 +20845,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 287, "character": 5, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L287" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L287" } ] } @@ -20940,7 +20940,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 250, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L250" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L250" } ], "signatures": [ @@ -20971,7 +20971,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 250, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L250" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L250" } ], "type": { @@ -21024,7 +21024,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 151, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L151" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L151" } ], "signatures": [ @@ -21055,7 +21055,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 151, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L151" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L151" } ], "parameters": [ @@ -21130,7 +21130,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 156, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" } ], "type": { @@ -21159,7 +21159,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 156, "character": 32, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" } ], "type": { @@ -21180,7 +21180,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 156, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L156" } ] } @@ -21206,7 +21206,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 359, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L359" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L359" } ], "signatures": [ @@ -21229,7 +21229,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 359, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L359" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L359" } ], "parameters": [ @@ -21423,7 +21423,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 225, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L225" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L225" } ], "signatures": [ @@ -21462,7 +21462,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 225, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L225" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L225" } ], "typeParameters": [ @@ -21693,31 +21693,31 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 75, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L75" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L75" }, { "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 79, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L79" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L79" }, { "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 86, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L86" }, { "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 93, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L93" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L93" }, { "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 115, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L115" } ], "signatures": [ @@ -21732,7 +21732,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 75, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L75" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L75" } ], "typeParameters": [ @@ -21793,7 +21793,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 77, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" } ], "type": { @@ -21814,7 +21814,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 77, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" } ], "type": { @@ -21835,7 +21835,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 77, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" } ], "type": { @@ -21855,7 +21855,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 77, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L77" } ] } @@ -21878,7 +21878,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 79, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L79" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L79" } ], "parameters": [ @@ -21923,7 +21923,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 81, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" } ], "type": { @@ -21944,7 +21944,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 81, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" } ], "type": { @@ -21965,7 +21965,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 81, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" } ], "type": { @@ -21985,7 +21985,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 81, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L81" } ] } @@ -22034,7 +22034,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 86, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L86" } ], "typeParameters": [ @@ -22095,7 +22095,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 88, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" } ], "type": { @@ -22116,7 +22116,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 88, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" } ], "type": { @@ -22137,7 +22137,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 88, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" } ], "type": { @@ -22157,7 +22157,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 88, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L88" } ] } @@ -22206,7 +22206,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 93, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L93" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L93" } ], "parameters": [ @@ -22251,7 +22251,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 95, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" } ], "type": { @@ -22272,7 +22272,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 95, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" } ], "type": { @@ -22293,7 +22293,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 95, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" } ], "type": { @@ -22313,7 +22313,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 95, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L95" } ] } @@ -22338,9 +22338,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 275, + "line": 270, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L275" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L270" } ], "signatures": [ @@ -22391,9 +22391,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 275, + "line": 270, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L275" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L270" } ], "typeParameters": [ @@ -22446,9 +22446,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ], "type": { @@ -22466,9 +22466,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ] } @@ -22491,9 +22491,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 44, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ], "type": { @@ -22511,9 +22511,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 277, + "line": 272, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L272" } ] } @@ -22744,7 +22744,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 178, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L178" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L178" } ], "signatures": [ @@ -22807,7 +22807,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 178, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L178" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L178" } ], "parameters": [ @@ -22901,7 +22901,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 184, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" } ], "type": { @@ -22930,7 +22930,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 184, "character": 32, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" } ], "type": { @@ -22951,7 +22951,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 184, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L184" } ] } @@ -22977,7 +22977,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 333, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L333" } ], "signatures": [ @@ -23019,7 +23019,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 333, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L333" } ], "typeParameters": [ @@ -23146,7 +23146,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 322, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L322" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L322" } ], "signatures": [ @@ -23177,7 +23177,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 322, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L322" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L322" } ], "type": { @@ -23198,7 +23198,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L26" } ], "signatures": [ @@ -23261,7 +23261,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L26" } ], "typeParameters": [ @@ -23500,9 +23500,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 77, + "line": 72, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L72" } ], "signatures": [ @@ -23525,9 +23525,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 77, + "line": 72, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L72" } ], "parameters": [ @@ -23582,7 +23582,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 211, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L211" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L211" } ], "signatures": [ @@ -23621,7 +23621,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 211, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L211" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L211" } ], "typeParameters": [ @@ -23709,9 +23709,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 83, + "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L78" } ], "signatures": [ @@ -23745,9 +23745,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 83, + "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L78" } ], "typeParameters": [ @@ -23821,9 +23821,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 90, + "line": 85, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L85" } ], "signatures": [ @@ -23836,9 +23836,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 90, + "line": 85, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L85" } ], "parameters": [ @@ -23937,9 +23937,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 97, + "line": 92, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L92" } ], "signatures": [ @@ -23952,9 +23952,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 97, + "line": 92, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L92" } ], "parameters": [ @@ -24062,9 +24062,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 69, + "line": 64, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L64" } ], "signatures": [ @@ -24093,9 +24093,9 @@ "sources": [ { "fileName": "packages/core/postgrest-js/src/PostgrestBuilder.ts", - "line": 69, + "line": 64, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestBuilder.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestBuilder.ts#L64" } ], "type": { @@ -24232,7 +24232,7 @@ "fileName": "packages/core/postgrest-js/src/PostgrestTransformBuilder.ts", "line": 8, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L8" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/PostgrestTransformBuilder.ts#L8" } ], "typeParameters": [ @@ -24384,7 +24384,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 23, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L23" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L23" } ], "type": { @@ -24403,7 +24403,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 22, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L22" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L22" } ], "type": { @@ -24422,7 +24422,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 21, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L21" } ], "type": { @@ -24446,7 +24446,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 12, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L12" } ], "type": { @@ -24472,7 +24472,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 13, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L13" } ], "type": { @@ -24497,7 +24497,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 20, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L20" } ], "extendedTypes": [ @@ -24530,7 +24530,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L18" } ], "type": { @@ -24558,7 +24558,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 17, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L17" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L17" } ], "type": { @@ -24581,7 +24581,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 16, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L16" } ], "type": { @@ -24602,7 +24602,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 12, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L12" } ], "type": { @@ -24628,7 +24628,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 13, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L13" } ], "type": { @@ -24653,7 +24653,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 15, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L15" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L15" } ], "typeParameters": [ @@ -24688,7 +24688,7 @@ "fileName": "packages/core/postgrest-js/src/types/common/common.ts", "line": 54, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/common/common.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/common/common.ts#L54" } ], "type": { @@ -24713,7 +24713,7 @@ "fileName": "packages/core/postgrest-js/src/types/common/common.ts", "line": 55, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/common/common.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/common/common.ts#L55" } ], "type": { @@ -24733,7 +24733,7 @@ "fileName": "packages/core/postgrest-js/src/types/common/common.ts", "line": 54, "character": 34, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/common/common.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/common/common.ts#L54" } ] } @@ -24750,7 +24750,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 30, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L30" } ], "typeParameters": [ @@ -24798,7 +24798,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 31, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L31" } ], "typeParameters": [ @@ -24840,7 +24840,7 @@ "fileName": "packages/core/postgrest-js/src/types/types.ts", "line": 29, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/types/types.ts#L29" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/types/types.ts#L29" } ], "typeParameters": [ @@ -24898,7 +24898,7 @@ "fileName": "packages/core/postgrest-js/src/select-query-parser/result.ts", "line": 38, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/select-query-parser/result.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/select-query-parser/result.ts#L38" } ], "typeParameters": [ @@ -25483,7 +25483,7 @@ "fileName": "packages/core/postgrest-js/src/index.ts", "line": 17, "character": 0, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/index.ts#L17" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/index.ts#L17" } ], "type": { @@ -25506,7 +25506,7 @@ "fileName": "packages/core/postgrest-js/src/index.ts", "line": 22, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/index.ts#L22" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/index.ts#L22" } ], "type": { @@ -25530,7 +25530,7 @@ "fileName": "packages/core/postgrest-js/src/index.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/index.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/index.ts#L18" } ], "type": { @@ -25554,7 +25554,7 @@ "fileName": "packages/core/postgrest-js/src/index.ts", "line": 23, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/index.ts#L23" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/index.ts#L23" } ], "type": { @@ -25578,7 +25578,7 @@ "fileName": "packages/core/postgrest-js/src/index.ts", "line": 20, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/index.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/index.ts#L20" } ], "type": { @@ -25602,7 +25602,7 @@ "fileName": "packages/core/postgrest-js/src/index.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/index.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/index.ts#L19" } ], "type": { @@ -25626,7 +25626,7 @@ "fileName": "packages/core/postgrest-js/src/index.ts", "line": 21, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/index.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/index.ts#L21" } ], "type": { @@ -25651,7 +25651,7 @@ "fileName": "packages/core/postgrest-js/src/index.ts", "line": 17, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/postgrest-js/src/index.ts#L17" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/postgrest-js/src/index.ts#L17" } ] } @@ -25812,7 +25812,7 @@ }, { "kind": "code", - "text": "```bash\n# Run all tests (from monorepo root)\nnpx nx test postgrest-js\n```" + "text": "```bash\n# Run all tests (from monorepo root)\nnpx nx test:ci:postgrest postgrest-js\n```" }, { "kind": "text", diff --git a/apps/docs/spec/enrichments/tsdoc_v2/realtime.json b/apps/docs/spec/enrichments/tsdoc_v2/realtime.json index 97f8b8787c19a..826ccf2ad60bd 100644 --- a/apps/docs/spec/enrichments/tsdoc_v2/realtime.json +++ b/apps/docs/spec/enrichments/tsdoc_v2/realtime.json @@ -6,14 +6,14 @@ "flags": {}, "children": [ { - "id": 758, + "id": 760, "name": "REALTIME_LISTEN_TYPES", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 759, + "id": 761, "name": "BROADCAST", "variant": "declaration", "kind": 16, @@ -23,7 +23,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 135, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L135" } ], "type": { @@ -32,7 +32,7 @@ } }, { - "id": 761, + "id": 763, "name": "POSTGRES_CHANGES", "variant": "declaration", "kind": 16, @@ -42,7 +42,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 137, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L137" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L137" } ], "type": { @@ -51,7 +51,7 @@ } }, { - "id": 760, + "id": 762, "name": "PRESENCE", "variant": "declaration", "kind": 16, @@ -61,7 +61,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 136, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L136" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L136" } ], "type": { @@ -70,7 +70,7 @@ } }, { - "id": 762, + "id": 764, "name": "SYSTEM", "variant": "declaration", "kind": 16, @@ -80,7 +80,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 138, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L138" } ], "type": { @@ -92,7 +92,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [759, 761, 760, 762] + "children": [761, 763, 762, 764] } ], "sources": [ @@ -100,19 +100,19 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 134, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L134" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L134" } ] }, { - "id": 763, + "id": 765, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 764, + "id": 766, "name": "ALL", "variant": "declaration", "kind": 16, @@ -122,7 +122,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 128, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L128" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L128" } ], "type": { @@ -131,7 +131,7 @@ } }, { - "id": 767, + "id": 769, "name": "DELETE", "variant": "declaration", "kind": 16, @@ -141,7 +141,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 131, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L131" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L131" } ], "type": { @@ -150,7 +150,7 @@ } }, { - "id": 765, + "id": 767, "name": "INSERT", "variant": "declaration", "kind": 16, @@ -160,7 +160,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 129, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L129" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L129" } ], "type": { @@ -169,7 +169,7 @@ } }, { - "id": 766, + "id": 768, "name": "UPDATE", "variant": "declaration", "kind": 16, @@ -179,7 +179,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 130, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L130" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L130" } ], "type": { @@ -191,7 +191,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [764, 767, 765, 766] + "children": [766, 769, 767, 768] } ], "sources": [ @@ -199,19 +199,19 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 127, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L127" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L127" } ] }, { - "id": 768, + "id": 770, "name": "REALTIME_PRESENCE_LISTEN_EVENTS", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 770, + "id": 772, "name": "JOIN", "variant": "declaration", "kind": 16, @@ -221,7 +221,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 33, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L33" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L33" } ], "type": { @@ -230,7 +230,7 @@ } }, { - "id": 771, + "id": 773, "name": "LEAVE", "variant": "declaration", "kind": 16, @@ -240,7 +240,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 34, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L34" } ], "type": { @@ -249,7 +249,7 @@ } }, { - "id": 769, + "id": 771, "name": "SYNC", "variant": "declaration", "kind": 16, @@ -259,7 +259,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 32, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L32" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L32" } ], "type": { @@ -271,7 +271,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [770, 771, 769] + "children": [772, 773, 771] } ], "sources": [ @@ -279,19 +279,19 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 31, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L31" } ] }, { - "id": 772, + "id": 774, "name": "REALTIME_SUBSCRIBE_STATES", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 776, + "id": 778, "name": "CHANNEL_ERROR", "variant": "declaration", "kind": 16, @@ -301,7 +301,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 145, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L145" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L145" } ], "type": { @@ -310,7 +310,7 @@ } }, { - "id": 775, + "id": 777, "name": "CLOSED", "variant": "declaration", "kind": 16, @@ -320,7 +320,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 144, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L144" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L144" } ], "type": { @@ -329,7 +329,7 @@ } }, { - "id": 773, + "id": 775, "name": "SUBSCRIBED", "variant": "declaration", "kind": 16, @@ -339,7 +339,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 142, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L142" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L142" } ], "type": { @@ -348,7 +348,7 @@ } }, { - "id": 774, + "id": 776, "name": "TIMED_OUT", "variant": "declaration", "kind": 16, @@ -358,7 +358,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 143, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L143" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L143" } ], "type": { @@ -370,7 +370,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [776, 775, 773, 774] + "children": [778, 777, 775, 776] } ], "sources": [ @@ -378,7 +378,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 141, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L141" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L141" } ] }, @@ -408,7 +408,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 184, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L184" } ], "signatures": [ @@ -423,7 +423,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 184, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L184" } ], "parameters": [ @@ -496,7 +496,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 165, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L165" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L165" } ], "type": { @@ -512,7 +512,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 165, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L165" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L165" } ], "indexSignatures": [ @@ -527,7 +527,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 166, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L166" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L166" } ], "parameters": [ @@ -565,7 +565,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 169, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L169" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L169" } ], "type": { @@ -589,7 +589,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 168, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L168" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L168" } ], "type": { @@ -605,7 +605,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 168, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L168" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L168" } ], "indexSignatures": [ @@ -620,7 +620,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 168, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L168" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L168" } ], "parameters": [ @@ -658,7 +658,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 170, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L170" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L170" } ], "type": { @@ -677,7 +677,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 167, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L167" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L167" } ], "type": { @@ -697,7 +697,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 166, "character": 19, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L166" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L166" } ] } @@ -720,7 +720,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 180, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L180" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L180" } ], "type": { @@ -739,7 +739,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 175, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L175" } ], "type": { @@ -759,7 +759,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 176, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L176" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L176" } ], "type": { @@ -786,7 +786,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 187, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L187" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L187" } ], "type": { @@ -808,7 +808,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 179, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L179" } ], "type": { @@ -830,7 +830,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 182, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L182" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L182" } ], "type": { @@ -849,7 +849,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 178, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L178" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L178" } ], "type": { @@ -878,7 +878,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 177, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L177" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L177" } ], "type": { @@ -905,7 +905,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 188, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L188" } ], "type": { @@ -927,7 +927,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 174, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L174" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L174" } ], "type": { @@ -952,7 +952,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 181, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L181" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L181" } ], "type": { @@ -971,7 +971,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 173, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L173" } ], "type": { @@ -1000,7 +1000,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 186, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L186" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L186" } ], "type": { @@ -1019,7 +1019,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 520, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L520" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L520" } ], "signatures": [ @@ -1053,7 +1053,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 520, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L520" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L520" } ], "parameters": [ @@ -1131,7 +1131,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 523, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L523" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L523" } ], "type": { @@ -1151,7 +1151,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 523, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L523" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L523" } ] } @@ -1189,7 +1189,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 524, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L524" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L524" } ], "type": { @@ -1209,7 +1209,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 524, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L524" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L524" } ] } @@ -1234,7 +1234,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 524, "character": 67, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L524" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L524" } ], "type": { @@ -1253,7 +1253,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 524, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L524" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L524" } ], "type": { @@ -1272,7 +1272,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 524, "character": 35, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L524" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L524" } ], "type": { @@ -1292,7 +1292,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 524, "character": 33, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L524" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L524" } ] } @@ -1317,91 +1317,91 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 387, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L387" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L387" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 392, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L392" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L392" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 397, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L397" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L397" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 402, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L402" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L402" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 407, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L407" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L407" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 412, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L412" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L412" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 417, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L417" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L417" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 428, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L428" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L428" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 441, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L441" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L441" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 454, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L454" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L454" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 463, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L463" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L463" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 472, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L472" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L472" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 481, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L481" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L481" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 490, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L490" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L490" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 495, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L495" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L495" } ], "signatures": [ @@ -1424,7 +1424,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 387, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L387" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L387" } ], "parameters": [ @@ -1465,7 +1465,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 389, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L389" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L389" } ], "type": { @@ -1485,7 +1485,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 389, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L389" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L389" } ] } @@ -1510,7 +1510,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 390, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L390" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L390" } ], "signatures": [ @@ -1525,7 +1525,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 390, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L390" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L390" } ], "type": { @@ -1565,7 +1565,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 392, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L392" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L392" } ], "typeParameters": [ @@ -1588,7 +1588,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 392, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L392" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L392" } ], "indexSignatures": [ @@ -1603,7 +1603,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 392, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L392" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L392" } ], "parameters": [ @@ -1667,7 +1667,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 394, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L394" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L394" } ], "type": { @@ -1687,7 +1687,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 394, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L394" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L394" } ] } @@ -1712,7 +1712,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 395, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L395" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L395" } ], "signatures": [ @@ -1727,7 +1727,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 395, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L395" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L395" } ], "parameters": [ @@ -1739,7 +1739,7 @@ "flags": {}, "type": { "type": "reference", - "target": 728, + "target": 730, "typeArguments": [ { "type": "reference", @@ -1791,7 +1791,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 397, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L397" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L397" } ], "typeParameters": [ @@ -1814,7 +1814,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 397, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L397" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L397" } ], "indexSignatures": [ @@ -1829,7 +1829,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 397, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L397" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L397" } ], "parameters": [ @@ -1893,7 +1893,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 399, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L399" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L399" } ], "type": { @@ -1913,7 +1913,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 399, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L399" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L399" } ] } @@ -1938,7 +1938,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 400, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L400" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L400" } ], "signatures": [ @@ -1953,7 +1953,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 400, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L400" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L400" } ], "parameters": [ @@ -1965,7 +1965,7 @@ "flags": {}, "type": { "type": "reference", - "target": 738, + "target": 740, "typeArguments": [ { "type": "reference", @@ -2017,7 +2017,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 402, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L402" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L402" } ], "typeParameters": [ @@ -2040,7 +2040,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 402, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L402" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L402" } ], "indexSignatures": [ @@ -2055,7 +2055,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 402, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L402" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L402" } ], "parameters": [ @@ -2101,7 +2101,7 @@ "flags": {}, "type": { "type": "reference", - "target": 687, + "target": 689, "typeArguments": [ { "type": "literal", @@ -2131,7 +2131,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 405, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L405" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L405" } ], "signatures": [ @@ -2146,7 +2146,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 405, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L405" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L405" } ], "parameters": [ @@ -2158,7 +2158,7 @@ "flags": {}, "type": { "type": "reference", - "target": 694, + "target": 696, "typeArguments": [ { "type": "reference", @@ -2210,7 +2210,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 407, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L407" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L407" } ], "typeParameters": [ @@ -2233,7 +2233,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 407, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L407" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L407" } ], "indexSignatures": [ @@ -2248,7 +2248,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 407, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L407" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L407" } ], "parameters": [ @@ -2294,7 +2294,7 @@ "flags": {}, "type": { "type": "reference", - "target": 687, + "target": 689, "typeArguments": [ { "type": "literal", @@ -2324,7 +2324,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 410, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L410" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L410" } ], "signatures": [ @@ -2339,7 +2339,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 410, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L410" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L410" } ], "parameters": [ @@ -2351,7 +2351,7 @@ "flags": {}, "type": { "type": "reference", - "target": 699, + "target": 701, "typeArguments": [ { "type": "reference", @@ -2403,7 +2403,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 412, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L412" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L412" } ], "typeParameters": [ @@ -2426,7 +2426,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 412, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L412" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L412" } ], "indexSignatures": [ @@ -2441,7 +2441,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 412, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L412" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L412" } ], "parameters": [ @@ -2487,7 +2487,7 @@ "flags": {}, "type": { "type": "reference", - "target": 687, + "target": 689, "typeArguments": [ { "type": "literal", @@ -2517,7 +2517,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 415, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L415" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L415" } ], "signatures": [ @@ -2532,7 +2532,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 415, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L415" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L415" } ], "parameters": [ @@ -2544,7 +2544,7 @@ "flags": {}, "type": { "type": "reference", - "target": 709, + "target": 711, "typeArguments": [ { "type": "reference", @@ -2596,7 +2596,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 417, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L417" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L417" } ], "typeParameters": [ @@ -2619,7 +2619,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 417, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L417" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L417" } ], "indexSignatures": [ @@ -2634,7 +2634,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 417, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L417" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L417" } ], "parameters": [ @@ -2680,7 +2680,7 @@ "flags": {}, "type": { "type": "reference", - "target": 687, + "target": 689, "typeArguments": [ { "type": "literal", @@ -2710,7 +2710,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 420, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L420" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L420" } ], "signatures": [ @@ -2725,7 +2725,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 420, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L420" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L420" } ], "parameters": [ @@ -2737,7 +2737,7 @@ "flags": {}, "type": { "type": "reference", - "target": 718, + "target": 720, "typeArguments": [ { "type": "reference", @@ -2789,7 +2789,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 428, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L428" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L428" } ], "parameters": [ @@ -2846,7 +2846,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 430, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L430" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L430" } ], "type": { @@ -2866,7 +2866,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 430, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L430" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L430" } ] } @@ -2899,7 +2899,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 431, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L431" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L431" } ], "signatures": [ @@ -2914,7 +2914,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 431, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L431" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L431" } ], "parameters": [ @@ -2944,7 +2944,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 433, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L433" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L433" } ], "type": { @@ -2965,7 +2965,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 434, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L434" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L434" } ], "type": { @@ -2988,7 +2988,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 436, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L436" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L436" } ], "type": { @@ -3009,7 +3009,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 435, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L435" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L435" } ], "type": { @@ -3029,7 +3029,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 434, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L434" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L434" } ] } @@ -3046,7 +3046,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 432, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L432" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L432" } ], "type": { @@ -3066,7 +3066,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 431, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L431" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L431" } ], "indexSignatures": [ @@ -3081,7 +3081,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 438, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L438" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L438" } ], "parameters": [ @@ -3144,7 +3144,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 441, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L441" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L441" } ], "typeParameters": [ @@ -3167,7 +3167,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 441, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L441" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L441" } ], "indexSignatures": [ @@ -3182,7 +3182,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 441, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L441" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L441" } ], "parameters": [ @@ -3246,7 +3246,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 443, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L443" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L443" } ], "type": { @@ -3266,7 +3266,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 443, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L443" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L443" } ] } @@ -3291,7 +3291,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 444, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L444" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L444" } ], "signatures": [ @@ -3306,7 +3306,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 444, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L444" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L444" } ], "parameters": [ @@ -3336,7 +3336,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 446, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L446" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L446" } ], "type": { @@ -3357,7 +3357,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 447, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L447" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L447" } ], "type": { @@ -3380,7 +3380,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 449, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L449" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L449" } ], "type": { @@ -3401,7 +3401,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 448, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L448" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L448" } ], "type": { @@ -3421,7 +3421,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 447, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L447" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L447" } ] } @@ -3438,7 +3438,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 451, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L451" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L451" } ], "type": { @@ -3460,7 +3460,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 445, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L445" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L445" } ], "type": { @@ -3480,7 +3480,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 444, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L444" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L444" } ] } @@ -3524,7 +3524,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 454, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L454" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L454" } ], "typeParameters": [ @@ -3593,12 +3593,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 456, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L456" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L456" } ], "type": { "type": "reference", - "target": 764, + "target": 766, "name": "ALL", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.ALL" @@ -3616,7 +3616,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 456, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L456" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L456" } ] } @@ -3641,7 +3641,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 457, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L457" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L457" } ], "signatures": [ @@ -3656,7 +3656,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 457, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L457" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L457" } ], "parameters": [ @@ -3686,12 +3686,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 459, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L459" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L459" } ], "type": { "type": "reference", - "target": 764, + "target": 766, "name": "ALL", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.ALL" @@ -3708,7 +3708,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 460, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L460" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L460" } ], "type": { @@ -3741,7 +3741,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 458, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L458" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L458" } ], "type": { @@ -3761,7 +3761,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 457, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L457" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L457" } ] } @@ -3805,7 +3805,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 463, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L463" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L463" } ], "typeParameters": [ @@ -3828,7 +3828,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 463, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L463" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L463" } ], "indexSignatures": [ @@ -3843,7 +3843,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 463, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L463" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L463" } ], "parameters": [ @@ -3907,12 +3907,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 465, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L465" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L465" } ], "type": { "type": "reference", - "target": 765, + "target": 767, "name": "INSERT", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT" @@ -3930,7 +3930,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 465, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L465" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L465" } ] } @@ -3955,7 +3955,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 466, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L466" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L466" } ], "signatures": [ @@ -3970,7 +3970,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 466, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L466" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L466" } ], "parameters": [ @@ -4000,12 +4000,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 468, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L468" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L468" } ], "type": { "type": "reference", - "target": 765, + "target": 767, "name": "INSERT", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT" @@ -4022,7 +4022,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 469, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L469" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L469" } ], "type": { @@ -4055,7 +4055,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 467, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L467" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L467" } ], "type": { @@ -4075,7 +4075,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 466, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L466" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L466" } ] } @@ -4119,7 +4119,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 472, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L472" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L472" } ], "typeParameters": [ @@ -4142,7 +4142,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 472, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L472" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L472" } ], "indexSignatures": [ @@ -4157,7 +4157,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 472, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L472" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L472" } ], "parameters": [ @@ -4221,12 +4221,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 474, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L474" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L474" } ], "type": { "type": "reference", - "target": 766, + "target": 768, "name": "UPDATE", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE" @@ -4244,7 +4244,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 474, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L474" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L474" } ] } @@ -4269,7 +4269,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 475, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L475" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L475" } ], "signatures": [ @@ -4284,7 +4284,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 475, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L475" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L475" } ], "parameters": [ @@ -4314,12 +4314,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 477, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L477" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L477" } ], "type": { "type": "reference", - "target": 766, + "target": 768, "name": "UPDATE", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE" @@ -4336,7 +4336,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 478, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L478" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L478" } ], "type": { @@ -4369,7 +4369,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 476, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L476" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L476" } ], "type": { @@ -4389,7 +4389,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 475, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L475" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L475" } ] } @@ -4433,7 +4433,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 481, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L481" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L481" } ], "typeParameters": [ @@ -4456,7 +4456,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 481, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L481" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L481" } ], "indexSignatures": [ @@ -4471,7 +4471,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 481, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L481" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L481" } ], "parameters": [ @@ -4535,12 +4535,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 483, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L483" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L483" } ], "type": { "type": "reference", - "target": 767, + "target": 769, "name": "DELETE", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE" @@ -4558,7 +4558,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 483, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L483" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L483" } ] } @@ -4583,7 +4583,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 484, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L484" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L484" } ], "signatures": [ @@ -4598,7 +4598,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 484, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L484" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L484" } ], "parameters": [ @@ -4628,12 +4628,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 486, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L486" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L486" } ], "type": { "type": "reference", - "target": 767, + "target": 769, "name": "DELETE", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE" @@ -4650,7 +4650,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 487, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L487" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L487" } ], "type": { @@ -4683,7 +4683,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 485, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L485" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L485" } ], "type": { @@ -4703,7 +4703,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 484, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L484" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L484" } ] } @@ -4747,7 +4747,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 490, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L490" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L490" } ], "typeParameters": [ @@ -4770,7 +4770,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 490, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L490" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L490" } ], "indexSignatures": [ @@ -4785,7 +4785,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 490, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L490" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L490" } ], "parameters": [ @@ -4859,7 +4859,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 493, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L493" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L493" } ], "signatures": [ @@ -4874,7 +4874,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 493, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L493" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L493" } ], "parameters": [ @@ -4921,7 +4921,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 356, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L356" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L356" } ], "signatures": [ @@ -4936,7 +4936,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 356, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L356" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L356" } ], "typeParameters": [ @@ -4959,7 +4959,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 356, "character": 26, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L356" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L356" } ], "indexSignatures": [ @@ -4974,7 +4974,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 356, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L356" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L356" } ], "parameters": [ @@ -5012,7 +5012,7 @@ ], "type": { "type": "reference", - "target": 748, + "target": 750, "typeArguments": [ { "type": "reference", @@ -5039,7 +5039,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 580, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L580" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L580" } ], "signatures": [ @@ -5062,7 +5062,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 580, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L580" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L580" } ], "parameters": [ @@ -5108,7 +5108,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 583, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L583" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L583" } ], "type": { @@ -5137,7 +5137,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 584, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L584" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L584" } ], "type": { @@ -5164,7 +5164,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 582, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L582" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L582" } ], "type": { @@ -5172,11 +5172,11 @@ "types": [ { "type": "literal", - "value": "presence" + "value": "broadcast" }, { "type": "literal", - "value": "broadcast" + "value": "presence" }, { "type": "literal", @@ -5197,7 +5197,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 581, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L581" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L581" } ], "indexSignatures": [ @@ -5212,7 +5212,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 585, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L585" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L585" } ], "parameters": [ @@ -5264,7 +5264,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 587, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L587" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L587" } ], "indexSignatures": [ @@ -5279,7 +5279,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 587, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L587" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L587" } ], "parameters": [ @@ -5337,7 +5337,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 254, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L254" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L254" } ], "signatures": [ @@ -5360,7 +5360,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 254, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L254" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L254" } ], "parameters": [ @@ -5385,7 +5385,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 255, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L255" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L255" } ], "signatures": [ @@ -5400,7 +5400,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 255, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L255" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L255" } ], "parameters": [ @@ -5412,7 +5412,7 @@ "flags": {}, "type": { "type": "reference", - "target": 772, + "target": 774, "name": "REALTIME_SUBSCRIBE_STATES", "package": "@supabase/realtime-js" } @@ -5479,7 +5479,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 702, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L702" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L702" } ], "signatures": [ @@ -5502,7 +5502,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 702, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L702" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L702" } ], "type": { @@ -5523,7 +5523,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 360, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L360" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L360" } ], "signatures": [ @@ -5538,7 +5538,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 360, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L360" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L360" } ], "parameters": [ @@ -5561,7 +5561,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 361, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L361" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L361" } ], "indexSignatures": [ @@ -5576,7 +5576,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 361, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L361" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L361" } ], "parameters": [ @@ -5620,7 +5620,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 362, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L362" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L362" } ], "indexSignatures": [ @@ -5635,7 +5635,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 362, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L362" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L362" } ], "parameters": [ @@ -5693,7 +5693,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 663, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L663" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L663" } ], "signatures": [ @@ -5724,7 +5724,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 663, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L663" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L663" } ], "parameters": [ @@ -5783,7 +5783,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 374, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L374" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L374" } ], "signatures": [ @@ -5798,7 +5798,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 374, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L374" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L374" } ], "parameters": [ @@ -5821,7 +5821,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 374, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L374" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L374" } ], "indexSignatures": [ @@ -5836,7 +5836,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 374, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L374" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L374" } ], "parameters": [ @@ -5894,7 +5894,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 650, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L650" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L650" } ], "signatures": [ @@ -5909,7 +5909,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 650, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L650" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L650" } ], "parameters": [ @@ -5932,7 +5932,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 650, "character": 29, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L650" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L650" } ], "indexSignatures": [ @@ -5947,7 +5947,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 650, "character": 31, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L650" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L650" } ], "parameters": [ @@ -6000,7 +6000,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 164, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L164" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L164" } ] }, @@ -6020,9 +6020,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 159, + "line": 163, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L159" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L163" } ], "signatures": [ @@ -6043,9 +6043,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 159, + "line": 163, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L159" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L163" } ], "parameters": [ @@ -6078,7 +6078,7 @@ }, "type": { "type": "reference", - "target": 651, + "target": 652, "name": "RealtimeClientOptions", "package": "@supabase/realtime-js", "highlightedProperties": { @@ -6183,7 +6183,7 @@ ] }, { - "id": 510, + "id": 511, "name": "accessToken", "variant": "declaration", "kind": 1024, @@ -6191,9 +6191,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 132, + "line": 136, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L132" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L136" } ], "type": { @@ -6206,7 +6206,7 @@ { "type": "reflection", "declaration": { - "id": 511, + "id": 512, "name": "__type", "variant": "declaration", "kind": 65536, @@ -6214,14 +6214,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 132, + "line": 136, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L132" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L136" } ], "signatures": [ { - "id": 512, + "id": 513, "name": "__type", "variant": "signature", "kind": 4096, @@ -6229,9 +6229,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 132, + "line": 136, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L132" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L136" } ], "type": { @@ -6275,9 +6275,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 96, + "line": 99, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L96" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L99" } ], "type": { @@ -6304,9 +6304,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 97, + "line": 100, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L100" } ], "type": { @@ -6333,9 +6333,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 98, + "line": 101, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L98" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L101" } ], "type": { @@ -6351,7 +6351,7 @@ "defaultValue": "..." }, { - "id": 493, + "id": 494, "name": "conn", "variant": "declaration", "kind": 1024, @@ -6359,9 +6359,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 117, + "line": 121, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L117" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L121" } ], "type": { @@ -6373,7 +6373,7 @@ }, { "type": "reference", - "target": 795, + "target": 797, "name": "WebSocketLike", "package": "@supabase/realtime-js" } @@ -6382,7 +6382,7 @@ "defaultValue": "null" }, { - "id": 491, + "id": 492, "name": "decode", "variant": "declaration", "kind": 1024, @@ -6390,9 +6390,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 115, + "line": 119, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L119" } ], "type": { @@ -6406,7 +6406,7 @@ } }, { - "id": 490, + "id": 491, "name": "encode", "variant": "declaration", "kind": 1024, @@ -6414,9 +6414,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 114, + "line": 118, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L118" } ], "type": { @@ -6438,9 +6438,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 99, + "line": 102, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L99" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L102" } ], "type": { @@ -6450,7 +6450,7 @@ "defaultValue": "''" }, { - "id": 502, + "id": 503, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -6458,15 +6458,15 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 131, + "line": 135, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L131" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L135" } ], "type": { "type": "reflection", "declaration": { - "id": 503, + "id": 504, "name": "__type", "variant": "declaration", "kind": 65536, @@ -6485,7 +6485,7 @@ ], "signatures": [ { - "id": 504, + "id": 505, "name": "__type", "variant": "signature", "kind": 4096, @@ -6507,7 +6507,7 @@ ], "parameters": [ { - "id": 505, + "id": 506, "name": "input", "variant": "param", "kind": 32768, @@ -6537,7 +6537,7 @@ } }, { - "id": 506, + "id": 507, "name": "init", "variant": "param", "kind": 32768, @@ -6577,7 +6577,7 @@ } }, { - "id": 507, + "id": 508, "name": "__type", "variant": "signature", "kind": 4096, @@ -6599,7 +6599,7 @@ ], "parameters": [ { - "id": 508, + "id": 509, "name": "input", "variant": "param", "kind": 32768, @@ -6633,7 +6633,7 @@ } }, { - "id": 509, + "id": 510, "name": "init", "variant": "param", "kind": 32768, @@ -6701,9 +6701,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 102, + "line": 105, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L102" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L105" } ], "type": { @@ -6717,9 +6717,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 102, + "line": 105, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L102" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L105" } ], "indexSignatures": [ @@ -6732,9 +6732,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 102, + "line": 105, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L102" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L105" } ], "parameters": [ @@ -6769,9 +6769,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 109, + "line": 112, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L109" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L112" } ], "type": { @@ -6785,9 +6785,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 109, + "line": 112, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L109" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L112" } ], "signatures": [ @@ -6800,9 +6800,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 109, + "line": 112, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L109" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L112" } ], "parameters": [ @@ -6842,9 +6842,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 106, + "line": 109, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L106" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L109" } ], "type": { @@ -6862,9 +6862,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 107, + "line": 110, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L107" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L110" } ], "type": { @@ -6897,9 +6897,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 100, + "line": 103, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L100" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L103" } ], "type": { @@ -6909,7 +6909,7 @@ "defaultValue": "''" }, { - "id": 488, + "id": 489, "name": "logger", "variant": "declaration", "kind": 1024, @@ -6917,9 +6917,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 112, + "line": 116, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L116" } ], "type": { @@ -6934,7 +6934,7 @@ "defaultValue": "noop" }, { - "id": 489, + "id": 490, "name": "logLevel", "variant": "declaration", "kind": 1024, @@ -6944,9 +6944,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 113, + "line": 117, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L113" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L117" } ], "type": { @@ -6970,9 +6970,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 103, + "line": 106, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L103" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L106" } ], "type": { @@ -6986,9 +6986,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 103, + "line": 106, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L103" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L106" } ], "indexSignatures": [ @@ -7001,9 +7001,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 103, + "line": 106, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L103" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L106" } ], "parameters": [ @@ -7038,9 +7038,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 108, + "line": 111, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L108" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L111" } ], "type": { @@ -7059,7 +7059,7 @@ "defaultValue": "null" }, { - "id": 492, + "id": 493, "name": "reconnectAfterMs", "variant": "declaration", "kind": 1024, @@ -7067,9 +7067,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 116, + "line": 120, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L116" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L120" } ], "type": { @@ -7091,9 +7091,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 111, + "line": 114, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L111" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L114" } ], "type": { @@ -7126,9 +7126,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 110, + "line": 113, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L110" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L113" } ], "type": { @@ -7138,7 +7138,7 @@ "defaultValue": "0" }, { - "id": 494, + "id": 495, "name": "sendBuffer", "variant": "declaration", "kind": 1024, @@ -7146,9 +7146,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 118, + "line": 122, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L118" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L122" } ], "type": { @@ -7166,7 +7166,7 @@ "defaultValue": "[]" }, { - "id": 495, + "id": 496, "name": "serializer", "variant": "declaration", "kind": 1024, @@ -7174,9 +7174,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 119, + "line": 123, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L119" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L123" } ], "type": { @@ -7192,7 +7192,7 @@ "defaultValue": "..." }, { - "id": 496, + "id": 497, "name": "stateChangeCallbacks", "variant": "declaration", "kind": 1024, @@ -7200,22 +7200,22 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 120, + "line": 124, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L124" } ], "type": { "type": "reflection", "declaration": { - "id": 497, + "id": 498, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 499, + "id": 500, "name": "close", "variant": "declaration", "kind": 1024, @@ -7223,9 +7223,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 122, + "line": 126, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L122" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L126" } ], "type": { @@ -7242,7 +7242,7 @@ } }, { - "id": 500, + "id": 501, "name": "error", "variant": "declaration", "kind": 1024, @@ -7250,9 +7250,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 123, + "line": 127, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L123" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L127" } ], "type": { @@ -7269,7 +7269,7 @@ } }, { - "id": 501, + "id": 502, "name": "message", "variant": "declaration", "kind": 1024, @@ -7277,9 +7277,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 124, + "line": 128, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L128" } ], "type": { @@ -7296,7 +7296,7 @@ } }, { - "id": 498, + "id": 499, "name": "open", "variant": "declaration", "kind": 1024, @@ -7304,9 +7304,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 121, + "line": 125, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L121" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L125" } ], "type": { @@ -7326,15 +7326,15 @@ "groups": [ { "title": "Properties", - "children": [499, 500, 501, 498] + "children": [500, 501, 502, 499] } ], "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 120, + "line": 124, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L124" } ] } @@ -7350,9 +7350,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 104, + "line": 107, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L104" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L107" } ], "type": { @@ -7370,9 +7370,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 105, + "line": 108, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L105" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L108" } ], "type": { @@ -7384,7 +7384,7 @@ }, { "type": "reference", - "target": 845, + "target": 847, "name": "WebSocketLikeConstructor", "package": "@supabase/realtime-js" } @@ -7393,7 +7393,27 @@ "defaultValue": "null" }, { - "id": 513, + "id": 488, + "name": "vsn", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "sources": [ + { + "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", + "line": 115, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L115" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "defaultValue": "DEFAULT_VSN" + }, + { + "id": 514, "name": "worker", "variant": "declaration", "kind": 1024, @@ -7403,9 +7423,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 133, + "line": 137, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L133" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L137" } ], "type": { @@ -7414,7 +7434,7 @@ } }, { - "id": 515, + "id": 516, "name": "workerRef", "variant": "declaration", "kind": 1024, @@ -7424,9 +7444,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 135, + "line": 139, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L139" } ], "type": { @@ -7440,7 +7460,7 @@ } }, { - "id": 514, + "id": 515, "name": "workerUrl", "variant": "declaration", "kind": 1024, @@ -7450,9 +7470,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 134, + "line": 138, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L134" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L138" } ], "type": { @@ -7461,7 +7481,7 @@ } }, { - "id": 547, + "id": 548, "name": "channel", "variant": "declaration", "kind": 2048, @@ -7469,14 +7489,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 346, + "line": 358, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L346" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L358" } ], "signatures": [ { - "id": 548, + "id": 549, "name": "channel", "variant": "signature", "kind": 4096, @@ -7484,14 +7504,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 346, + "line": 358, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L346" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L358" } ], "parameters": [ { - "id": 549, + "id": 550, "name": "topic", "variant": "param", "kind": 32768, @@ -7502,7 +7522,7 @@ } }, { - "id": 550, + "id": 551, "name": "params", "variant": "param", "kind": 32768, @@ -7527,7 +7547,7 @@ ] }, { - "id": 519, + "id": 520, "name": "connect", "variant": "declaration", "kind": 2048, @@ -7535,14 +7555,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 178, + "line": 182, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L178" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L182" } ], "signatures": [ { - "id": 520, + "id": 521, "name": "connect", "variant": "signature", "kind": 4096, @@ -7558,9 +7578,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 178, + "line": 182, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L178" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L182" } ], "type": { @@ -7571,7 +7591,7 @@ ] }, { - "id": 539, + "id": 540, "name": "connectionState", "variant": "declaration", "kind": 2048, @@ -7579,14 +7599,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 312, + "line": 324, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L312" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L324" } ], "signatures": [ { - "id": 540, + "id": 541, "name": "connectionState", "variant": "signature", "kind": 4096, @@ -7602,9 +7622,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 312, + "line": 324, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L312" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L324" } ], "type": { @@ -7620,7 +7640,7 @@ ] }, { - "id": 523, + "id": 524, "name": "disconnect", "variant": "declaration", "kind": 2048, @@ -7628,14 +7648,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 238, + "line": 248, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L238" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L248" } ], "signatures": [ { - "id": 524, + "id": 525, "name": "disconnect", "variant": "signature", "kind": 4096, @@ -7651,14 +7671,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 238, + "line": 248, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L238" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L248" } ], "parameters": [ { - "id": 525, + "id": 526, "name": "code", "variant": "param", "kind": 32768, @@ -7679,7 +7699,7 @@ } }, { - "id": 526, + "id": 527, "name": "reason", "variant": "param", "kind": 32768, @@ -7708,7 +7728,7 @@ ] }, { - "id": 521, + "id": 522, "name": "endpointURL", "variant": "declaration", "kind": 2048, @@ -7716,14 +7736,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 228, + "line": 238, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L238" } ], "signatures": [ { - "id": 522, + "id": 523, "name": "endpointURL", "variant": "signature", "kind": 4096, @@ -7750,9 +7770,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 228, + "line": 238, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L238" } ], "type": { @@ -7763,7 +7783,7 @@ ] }, { - "id": 565, + "id": 566, "name": "flushSendBuffer", "variant": "declaration", "kind": 2048, @@ -7771,14 +7791,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 455, + "line": 467, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L455" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L467" } ], "signatures": [ { - "id": 566, + "id": 567, "name": "flushSendBuffer", "variant": "signature", "kind": 4096, @@ -7794,9 +7814,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 455, + "line": 467, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L455" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L467" } ], "type": { @@ -7807,7 +7827,7 @@ ] }, { - "id": 527, + "id": 528, "name": "getChannels", "variant": "declaration", "kind": 2048, @@ -7815,14 +7835,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 272, + "line": 284, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L272" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L284" } ], "signatures": [ { - "id": 528, + "id": 529, "name": "getChannels", "variant": "signature", "kind": 4096, @@ -7838,9 +7858,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 272, + "line": 284, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L272" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L284" } ], "type": { @@ -7857,7 +7877,7 @@ ] }, { - "id": 541, + "id": 542, "name": "isConnected", "variant": "declaration", "kind": 2048, @@ -7865,14 +7885,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 328, + "line": 340, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L328" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L340" } ], "signatures": [ { - "id": 542, + "id": 543, "name": "isConnected", "variant": "signature", "kind": 4096, @@ -7896,9 +7916,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 328, + "line": 340, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L328" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L340" } ], "type": { @@ -7909,7 +7929,7 @@ ] }, { - "id": 543, + "id": 544, "name": "isConnecting", "variant": "declaration", "kind": 2048, @@ -7917,14 +7937,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 335, + "line": 347, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L335" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L347" } ], "signatures": [ { - "id": 544, + "id": 545, "name": "isConnecting", "variant": "signature", "kind": 4096, @@ -7948,9 +7968,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 335, + "line": 347, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L335" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L347" } ], "type": { @@ -7961,7 +7981,7 @@ ] }, { - "id": 545, + "id": 546, "name": "isDisconnecting", "variant": "declaration", "kind": 2048, @@ -7969,14 +7989,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 342, + "line": 354, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L342" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L354" } ], "signatures": [ { - "id": 546, + "id": 547, "name": "isDisconnecting", "variant": "signature", "kind": 4096, @@ -8000,9 +8020,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 342, + "line": 354, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L342" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L354" } ], "type": { @@ -8013,7 +8033,7 @@ ] }, { - "id": 534, + "id": 535, "name": "log", "variant": "declaration", "kind": 2048, @@ -8021,14 +8041,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 305, + "line": 317, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L305" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L317" } ], "signatures": [ { - "id": 535, + "id": 536, "name": "log", "variant": "signature", "kind": 4096, @@ -8052,14 +8072,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 305, + "line": 317, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L305" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L317" } ], "parameters": [ { - "id": 536, + "id": 537, "name": "kind", "variant": "param", "kind": 32768, @@ -8070,7 +8090,7 @@ } }, { - "id": 537, + "id": 538, "name": "msg", "variant": "param", "kind": 32768, @@ -8081,7 +8101,7 @@ } }, { - "id": 538, + "id": 539, "name": "data", "variant": "param", "kind": 32768, @@ -8102,7 +8122,7 @@ ] }, { - "id": 559, + "id": 560, "name": "onHeartbeat", "variant": "declaration", "kind": 2048, @@ -8110,14 +8130,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 449, + "line": 461, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L449" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L461" } ], "signatures": [ { - "id": 560, + "id": 561, "name": "onHeartbeat", "variant": "signature", "kind": 4096, @@ -8125,14 +8145,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 449, + "line": 461, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L449" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L461" } ], "parameters": [ { - "id": 561, + "id": 562, "name": "callback", "variant": "param", "kind": 32768, @@ -8140,7 +8160,7 @@ "type": { "type": "reflection", "declaration": { - "id": 562, + "id": 563, "name": "__type", "variant": "declaration", "kind": 65536, @@ -8148,14 +8168,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 449, + "line": 461, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L449" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L461" } ], "signatures": [ { - "id": 563, + "id": 564, "name": "__type", "variant": "signature", "kind": 4096, @@ -8163,14 +8183,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 449, + "line": 461, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L449" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L461" } ], "parameters": [ { - "id": 564, + "id": 565, "name": "status", "variant": "param", "kind": 32768, @@ -8204,7 +8224,7 @@ ] }, { - "id": 551, + "id": 552, "name": "push", "variant": "declaration", "kind": 2048, @@ -8212,14 +8232,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 365, + "line": 377, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L365" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L377" } ], "signatures": [ { - "id": 552, + "id": 553, "name": "push", "variant": "signature", "kind": 4096, @@ -8235,21 +8255,21 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 365, + "line": 377, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L365" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L377" } ], "parameters": [ { - "id": 553, + "id": 554, "name": "data", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 680, + "target": 682, "name": "RealtimeMessage", "package": "@supabase/realtime-js" } @@ -8263,7 +8283,7 @@ ] }, { - "id": 532, + "id": 533, "name": "removeAllChannels", "variant": "declaration", "kind": 2048, @@ -8271,14 +8291,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 293, + "line": 305, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L293" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L305" } ], "signatures": [ { - "id": 533, + "id": 534, "name": "removeAllChannels", "variant": "signature", "kind": 4096, @@ -8294,9 +8314,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 293, + "line": 305, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L293" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L305" } ], "type": { @@ -8310,7 +8330,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 757, + "target": 759, "name": "RealtimeRemoveChannelResponse", "package": "@supabase/realtime-js" } @@ -8323,7 +8343,7 @@ ] }, { - "id": 529, + "id": 530, "name": "removeChannel", "variant": "declaration", "kind": 2048, @@ -8331,14 +8351,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 280, + "line": 292, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L280" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L292" } ], "signatures": [ { - "id": 530, + "id": 531, "name": "removeChannel", "variant": "signature", "kind": 4096, @@ -8354,14 +8374,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 280, + "line": 292, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L280" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L292" } ], "parameters": [ { - "id": 531, + "id": 532, "name": "channel", "variant": "param", "kind": 32768, @@ -8392,7 +8412,7 @@ "typeArguments": [ { "type": "reference", - "target": 757, + "target": 759, "name": "RealtimeRemoveChannelResponse", "package": "@supabase/realtime-js" } @@ -8404,7 +8424,7 @@ ] }, { - "id": 557, + "id": 558, "name": "sendHeartbeat", "variant": "declaration", "kind": 2048, @@ -8412,14 +8432,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 400, + "line": 412, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L400" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L412" } ], "signatures": [ { - "id": 558, + "id": 559, "name": "sendHeartbeat", "variant": "signature", "kind": 4096, @@ -8435,9 +8455,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 400, + "line": 412, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L400" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L412" } ], "type": { @@ -8459,7 +8479,7 @@ ] }, { - "id": 554, + "id": 555, "name": "setAuth", "variant": "declaration", "kind": 2048, @@ -8467,14 +8487,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 389, + "line": 401, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L389" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L401" } ], "signatures": [ { - "id": 555, + "id": 556, "name": "setAuth", "variant": "signature", "kind": 4096, @@ -8498,14 +8518,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 389, + "line": 401, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L389" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L401" } ], "parameters": [ { - "id": 556, + "id": 557, "name": "token", "variant": "param", "kind": 32768, @@ -8561,23 +8581,23 @@ { "title": "Properties", "children": [ - 510, 464, 465, 466, 493, 491, 490, 467, 502, 469, 482, 479, 480, 468, 488, 489, 473, - 481, 492, 487, 486, 494, 495, 496, 477, 478, 513, 515, 514 + 511, 464, 465, 466, 494, 492, 491, 467, 503, 469, 482, 479, 480, 468, 489, 490, 473, + 481, 493, 487, 486, 495, 496, 497, 477, 478, 488, 514, 516, 515 ] }, { "title": "Methods", "children": [ - 547, 519, 539, 523, 521, 565, 527, 541, 543, 545, 534, 559, 551, 532, 529, 557, 554 + 548, 520, 540, 524, 522, 566, 528, 542, 544, 546, 535, 560, 552, 533, 530, 558, 555 ] } ], "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 95, + "line": 98, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L98" } ] }, @@ -8599,7 +8619,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 81, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L81" } ], "signatures": [ @@ -8622,7 +8642,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 81, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L81" } ], "parameters": [ @@ -8700,7 +8720,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 64, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L64" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L64" } ], "type": { @@ -8723,7 +8743,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 65, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L65" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L65" } ], "type": { @@ -8747,7 +8767,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 66, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L66" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L66" } ], "type": { @@ -8771,7 +8791,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 67, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L67" } ], "type": { @@ -8787,7 +8807,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 67, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L67" } ], "signatures": [ @@ -8802,7 +8822,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 67, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L67" } ], "type": { @@ -8826,7 +8846,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 64, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L64" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L64" } ] } @@ -8854,7 +8874,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 82, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L82" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L82" } ], "type": { @@ -8876,7 +8896,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 63, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L63" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L63" } ], "type": { @@ -8896,7 +8916,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 62, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L62" } ], "type": { @@ -8925,7 +8945,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 61, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L61" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L61" } ], "type": { @@ -8953,12 +8973,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 60, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L60" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L60" } ], "type": { "type": "reference", - "target": 748, + "target": 750, "name": "RealtimePresenceState", "package": "@supabase/realtime-js" }, @@ -8980,33 +9000,33 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 59, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L59" } ] }, { - "id": 778, + "id": 780, "name": "WebSocketFactory", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 793, + "id": 795, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 794, + "id": 796, "name": "WebSocketFactory", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 778, + "target": 780, "name": "WebSocketFactory", "package": "@supabase/realtime-js" } @@ -9014,7 +9034,7 @@ ] }, { - "id": 787, + "id": 789, "name": "createWebSocket", "variant": "declaration", "kind": 2048, @@ -9027,12 +9047,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 130, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L130" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L130" } ], "signatures": [ { - "id": 788, + "id": 790, "name": "createWebSocket", "variant": "signature", "kind": 4096, @@ -9042,12 +9062,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 130, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L130" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L130" } ], "parameters": [ { - "id": 789, + "id": 791, "name": "url", "variant": "param", "kind": 32768, @@ -9072,7 +9092,7 @@ } }, { - "id": 790, + "id": 792, "name": "protocols", "variant": "param", "kind": 32768, @@ -9099,7 +9119,7 @@ ], "type": { "type": "reference", - "target": 795, + "target": 797, "name": "WebSocketLike", "package": "@supabase/realtime-js" } @@ -9107,7 +9127,7 @@ ] }, { - "id": 781, + "id": 783, "name": "getWebSocketConstructor", "variant": "declaration", "kind": 2048, @@ -9120,12 +9140,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 118, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L118" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L118" } ], "signatures": [ { - "id": 782, + "id": 784, "name": "getWebSocketConstructor", "variant": "signature", "kind": 4096, @@ -9135,13 +9155,13 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 118, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L118" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L118" } ], "type": { "type": "reflection", "declaration": { - "id": 783, + "id": 785, "name": "__type", "variant": "declaration", "kind": 65536, @@ -9155,7 +9175,7 @@ ], "signatures": [ { - "id": 784, + "id": 786, "name": "getWebSocketConstructor", "variant": "signature", "kind": 16384, @@ -9169,7 +9189,7 @@ ], "parameters": [ { - "id": 785, + "id": 787, "name": "url", "variant": "param", "kind": 32768, @@ -9194,7 +9214,7 @@ } }, { - "id": 786, + "id": 788, "name": "protocols", "variant": "param", "kind": 32768, @@ -9236,7 +9256,7 @@ ] }, { - "id": 791, + "id": 793, "name": "isWebSocketSupported", "variant": "declaration", "kind": 2048, @@ -9249,12 +9269,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 135, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L135" } ], "signatures": [ { - "id": 792, + "id": 794, "name": "isWebSocketSupported", "variant": "signature", "kind": 4096, @@ -9264,7 +9284,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 135, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L135" } ], "type": { @@ -9278,11 +9298,11 @@ "groups": [ { "title": "Constructors", - "children": [793] + "children": [795] }, { "title": "Methods", - "children": [787, 781, 791] + "children": [789, 783, 793] } ], "sources": [ @@ -9290,19 +9310,19 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 35, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L35" } ] }, { - "id": 795, + "id": 797, "name": "WebSocketLike", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 838, + "id": 840, "name": "binaryType", "variant": "declaration", "kind": 1024, @@ -9314,7 +9334,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 22, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L22" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L22" } ], "type": { @@ -9323,7 +9343,7 @@ } }, { - "id": 839, + "id": 841, "name": "bufferedAmount", "variant": "declaration", "kind": 1024, @@ -9335,7 +9355,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 23, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L23" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L23" } ], "type": { @@ -9344,7 +9364,7 @@ } }, { - "id": 799, + "id": 801, "name": "CLOSED", "variant": "declaration", "kind": 1024, @@ -9356,7 +9376,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 5, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L5" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L5" } ], "type": { @@ -9365,7 +9385,7 @@ } }, { - "id": 798, + "id": 800, "name": "CLOSING", "variant": "declaration", "kind": 1024, @@ -9377,7 +9397,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 4, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L4" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L4" } ], "type": { @@ -9386,7 +9406,7 @@ } }, { - "id": 796, + "id": 798, "name": "CONNECTING", "variant": "declaration", "kind": 1024, @@ -9398,7 +9418,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 2, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L2" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L2" } ], "type": { @@ -9407,7 +9427,7 @@ } }, { - "id": 841, + "id": 843, "name": "dispatchEvent", "variant": "declaration", "kind": 1024, @@ -9419,13 +9439,13 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 25, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L25" } ], "type": { "type": "reflection", "declaration": { - "id": 842, + "id": 844, "name": "__type", "variant": "declaration", "kind": 65536, @@ -9435,12 +9455,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 25, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L25" } ], "signatures": [ { - "id": 843, + "id": 845, "name": "__type", "variant": "signature", "kind": 4096, @@ -9450,12 +9470,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 25, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L25" } ], "parameters": [ { - "id": 844, + "id": 846, "name": "event", "variant": "param", "kind": 32768, @@ -9481,7 +9501,7 @@ } }, { - "id": 840, + "id": 842, "name": "extensions", "variant": "declaration", "kind": 1024, @@ -9493,7 +9513,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 24, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L24" } ], "type": { @@ -9502,7 +9522,7 @@ } }, { - "id": 820, + "id": 822, "name": "onclose", "variant": "declaration", "kind": 1024, @@ -9512,7 +9532,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 15, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L15" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L15" } ], "type": { @@ -9525,7 +9545,7 @@ { "type": "reflection", "declaration": { - "id": 821, + "id": 823, "name": "__type", "variant": "declaration", "kind": 65536, @@ -9535,12 +9555,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 15, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L15" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L15" } ], "signatures": [ { - "id": 822, + "id": 824, "name": "__type", "variant": "signature", "kind": 4096, @@ -9550,12 +9570,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 15, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L15" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L15" } ], "parameters": [ { - "id": 823, + "id": 825, "name": "this", "variant": "param", "kind": 32768, @@ -9566,7 +9586,7 @@ } }, { - "id": 824, + "id": 826, "name": "ev", "variant": "param", "kind": 32768, @@ -9594,7 +9614,7 @@ } }, { - "id": 825, + "id": 827, "name": "onerror", "variant": "declaration", "kind": 1024, @@ -9604,7 +9624,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 16, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L16" } ], "type": { @@ -9617,7 +9637,7 @@ { "type": "reflection", "declaration": { - "id": 826, + "id": 828, "name": "__type", "variant": "declaration", "kind": 65536, @@ -9627,12 +9647,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 16, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L16" } ], "signatures": [ { - "id": 827, + "id": 829, "name": "__type", "variant": "signature", "kind": 4096, @@ -9642,12 +9662,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 16, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L16" } ], "parameters": [ { - "id": 828, + "id": 830, "name": "this", "variant": "param", "kind": 32768, @@ -9658,7 +9678,7 @@ } }, { - "id": 829, + "id": 831, "name": "ev", "variant": "param", "kind": 32768, @@ -9686,7 +9706,7 @@ } }, { - "id": 815, + "id": 817, "name": "onmessage", "variant": "declaration", "kind": 1024, @@ -9696,7 +9716,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 14, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L14" } ], "type": { @@ -9709,7 +9729,7 @@ { "type": "reflection", "declaration": { - "id": 816, + "id": 818, "name": "__type", "variant": "declaration", "kind": 65536, @@ -9719,12 +9739,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 14, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L14" } ], "signatures": [ { - "id": 817, + "id": 819, "name": "__type", "variant": "signature", "kind": 4096, @@ -9734,12 +9754,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 14, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L14" } ], "parameters": [ { - "id": 818, + "id": 820, "name": "this", "variant": "param", "kind": 32768, @@ -9750,7 +9770,7 @@ } }, { - "id": 819, + "id": 821, "name": "ev", "variant": "param", "kind": 32768, @@ -9778,7 +9798,7 @@ } }, { - "id": 810, + "id": 812, "name": "onopen", "variant": "declaration", "kind": 1024, @@ -9788,7 +9808,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 13, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L13" } ], "type": { @@ -9801,7 +9821,7 @@ { "type": "reflection", "declaration": { - "id": 811, + "id": 813, "name": "__type", "variant": "declaration", "kind": 65536, @@ -9811,12 +9831,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 13, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L13" } ], "signatures": [ { - "id": 812, + "id": 814, "name": "__type", "variant": "signature", "kind": 4096, @@ -9826,12 +9846,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 13, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L13" } ], "parameters": [ { - "id": 813, + "id": 815, "name": "this", "variant": "param", "kind": 32768, @@ -9842,7 +9862,7 @@ } }, { - "id": 814, + "id": 816, "name": "ev", "variant": "param", "kind": 32768, @@ -9870,7 +9890,7 @@ } }, { - "id": 797, + "id": 799, "name": "OPEN", "variant": "declaration", "kind": 1024, @@ -9882,7 +9902,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 3, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L3" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L3" } ], "type": { @@ -9891,7 +9911,7 @@ } }, { - "id": 802, + "id": 804, "name": "protocol", "variant": "declaration", "kind": 1024, @@ -9903,7 +9923,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 8, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L8" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L8" } ], "type": { @@ -9912,7 +9932,7 @@ } }, { - "id": 800, + "id": 802, "name": "readyState", "variant": "declaration", "kind": 1024, @@ -9924,7 +9944,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 6, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L6" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L6" } ], "type": { @@ -9933,7 +9953,7 @@ } }, { - "id": 801, + "id": 803, "name": "url", "variant": "declaration", "kind": 1024, @@ -9945,7 +9965,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 7, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L7" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L7" } ], "type": { @@ -9954,7 +9974,7 @@ } }, { - "id": 830, + "id": 832, "name": "addEventListener", "variant": "declaration", "kind": 2048, @@ -9964,12 +9984,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L18" } ], "signatures": [ { - "id": 831, + "id": 833, "name": "addEventListener", "variant": "signature", "kind": 4096, @@ -9979,12 +9999,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L18" } ], "parameters": [ { - "id": 832, + "id": 834, "name": "type", "variant": "param", "kind": 32768, @@ -9995,7 +10015,7 @@ } }, { - "id": 833, + "id": 835, "name": "listener", "variant": "param", "kind": 32768, @@ -10019,7 +10039,7 @@ ] }, { - "id": 803, + "id": 805, "name": "close", "variant": "declaration", "kind": 2048, @@ -10029,12 +10049,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 10, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L10" } ], "signatures": [ { - "id": 804, + "id": 806, "name": "close", "variant": "signature", "kind": 4096, @@ -10044,12 +10064,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 10, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L10" } ], "parameters": [ { - "id": 805, + "id": 807, "name": "code", "variant": "param", "kind": 32768, @@ -10062,7 +10082,7 @@ } }, { - "id": 806, + "id": 808, "name": "reason", "variant": "param", "kind": 32768, @@ -10083,7 +10103,7 @@ ] }, { - "id": 834, + "id": 836, "name": "removeEventListener", "variant": "declaration", "kind": 2048, @@ -10093,12 +10113,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L19" } ], "signatures": [ { - "id": 835, + "id": 837, "name": "removeEventListener", "variant": "signature", "kind": 4096, @@ -10108,12 +10128,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L19" } ], "parameters": [ { - "id": 836, + "id": 838, "name": "type", "variant": "param", "kind": 32768, @@ -10124,7 +10144,7 @@ } }, { - "id": 837, + "id": 839, "name": "listener", "variant": "param", "kind": 32768, @@ -10148,7 +10168,7 @@ ] }, { - "id": 807, + "id": 809, "name": "send", "variant": "declaration", "kind": 2048, @@ -10158,12 +10178,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L11" } ], "signatures": [ { - "id": 808, + "id": 810, "name": "send", "variant": "signature", "kind": 4096, @@ -10173,12 +10193,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L11" } ], "parameters": [ { - "id": 809, + "id": 811, "name": "data", "variant": "param", "kind": 32768, @@ -10243,11 +10263,11 @@ "groups": [ { "title": "Properties", - "children": [838, 839, 799, 798, 796, 841, 840, 820, 825, 815, 810, 797, 802, 800, 801] + "children": [840, 841, 801, 800, 798, 843, 842, 822, 827, 817, 812, 799, 804, 802, 803] }, { "title": "Methods", - "children": [830, 803, 834, 807] + "children": [832, 805, 836, 809] } ], "sources": [ @@ -10255,19 +10275,19 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 1, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L1" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L1" } ] }, { - "id": 845, + "id": 847, "name": "WebSocketLikeConstructor", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 846, + "id": 848, "name": "constructor", "variant": "declaration", "kind": 512, @@ -10275,14 +10295,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 56, + "line": 58, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L58" } ], "signatures": [ { - "id": 847, + "id": 849, "name": "WebSocketLikeConstructor", "variant": "signature", "kind": 16384, @@ -10290,14 +10310,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 57, + "line": 59, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L59" } ], "parameters": [ { - "id": 848, + "id": 850, "name": "address", "variant": "param", "kind": 32768, @@ -10322,7 +10342,7 @@ } }, { - "id": 849, + "id": 851, "name": "subprotocols", "variant": "param", "kind": 32768, @@ -10349,7 +10369,7 @@ ], "type": { "type": "reference", - "target": 795, + "target": 797, "name": "WebSocketLike", "package": "@supabase/realtime-js" } @@ -10360,20 +10380,20 @@ "groups": [ { "title": "Constructors", - "children": [846] + "children": [848] } ], "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 56, + "line": 58, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L58" } ], "indexSignatures": [ { - "id": 850, + "id": 852, "name": "__index", "variant": "signature", "kind": 8192, @@ -10381,14 +10401,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 59, + "line": 61, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L61" } ], "parameters": [ { - "id": 851, + "id": 853, "name": "key", "variant": "param", "kind": 32768, @@ -10417,7 +10437,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 19, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L19" } ], "type": { @@ -10440,7 +10460,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 20, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L20" } ], "type": { @@ -10473,7 +10493,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 26, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L26" } ], "type": { @@ -10498,7 +10518,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 26, "character": 34, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L26" } ], "type": { @@ -10519,7 +10539,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 26, "character": 49, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L26" } ], "type": { @@ -10545,7 +10565,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 26, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L26" } ], "type": { @@ -10565,7 +10585,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 26, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L26" } ] } @@ -10592,7 +10612,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 30, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L30" } ], "type": { @@ -10617,7 +10637,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 30, "character": 31, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L30" } ], "type": { @@ -10638,7 +10658,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 30, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L30" } ], "type": { @@ -10658,7 +10678,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 30, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L30" } ] } @@ -10685,7 +10705,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 34, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L34" } ], "type": { @@ -10705,7 +10725,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 20, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L20" } ] } @@ -10723,7 +10743,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 19, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L19" } ] } @@ -10740,7 +10760,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 125, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L125" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L125" } ], "type": { @@ -10762,7 +10782,7 @@ } }, { - "id": 651, + "id": 652, "name": "RealtimeClientOptions", "variant": "declaration", "kind": 2097152, @@ -10770,22 +10790,22 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 68, + "line": 70, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L68" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L70" } ], "type": { "type": "reflection", "declaration": { - "id": 652, + "id": 653, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 677, + "id": 679, "name": "accessToken", "variant": "declaration", "kind": 1024, @@ -10795,15 +10815,15 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 85, + "line": 88, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L88" } ], "type": { "type": "reflection", "declaration": { - "id": 678, + "id": 680, "name": "__type", "variant": "declaration", "kind": 65536, @@ -10811,14 +10831,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 85, + "line": 88, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L88" } ], "signatures": [ { - "id": 679, + "id": 681, "name": "__type", "variant": "signature", "kind": 4096, @@ -10853,7 +10873,7 @@ } }, { - "id": 662, + "id": 664, "name": "decode", "variant": "declaration", "kind": 1024, @@ -10863,9 +10883,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 75, + "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L75" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L78" } ], "type": { @@ -10879,7 +10899,7 @@ } }, { - "id": 661, + "id": 663, "name": "encode", "variant": "declaration", "kind": 1024, @@ -10889,9 +10909,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 74, + "line": 77, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L74" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L77" } ], "type": { @@ -10905,7 +10925,7 @@ } }, { - "id": 674, + "id": 676, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -10915,9 +10935,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 82, + "line": 85, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L82" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L85" } ], "type": { @@ -10931,7 +10951,7 @@ } }, { - "id": 664, + "id": 666, "name": "headers", "variant": "declaration", "kind": 1024, @@ -10941,15 +10961,15 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 77, + "line": 80, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L80" } ], "type": { "type": "reflection", "declaration": { - "id": 665, + "id": 667, "name": "__type", "variant": "declaration", "kind": 65536, @@ -10957,14 +10977,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 77, + "line": 80, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L80" } ], "indexSignatures": [ { - "id": 666, + "id": 668, "name": "__index", "variant": "signature", "kind": 8192, @@ -10972,14 +10992,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 77, + "line": 80, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L80" } ], "parameters": [ { - "id": 667, + "id": 669, "name": "key", "variant": "param", "kind": 32768, @@ -11000,7 +11020,7 @@ } }, { - "id": 656, + "id": 657, "name": "heartbeatCallback", "variant": "declaration", "kind": 1024, @@ -11010,15 +11030,15 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 72, + "line": 74, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L72" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L74" } ], "type": { "type": "reflection", "declaration": { - "id": 657, + "id": 658, "name": "__type", "variant": "declaration", "kind": 65536, @@ -11026,21 +11046,21 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 72, + "line": 74, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L72" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L74" } ], "signatures": [ { - "id": 658, + "id": 659, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 659, + "id": 660, "name": "status", "variant": "param", "kind": 32768, @@ -11066,7 +11086,7 @@ } }, { - "id": 655, + "id": 656, "name": "heartbeatIntervalMs", "variant": "declaration", "kind": 1024, @@ -11076,9 +11096,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 71, + "line": 73, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L73" } ], "type": { @@ -11087,7 +11107,7 @@ } }, { - "id": 672, + "id": 674, "name": "log_level", "variant": "declaration", "kind": 1024, @@ -11097,9 +11117,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 80, + "line": 83, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L83" } ], "type": { @@ -11113,7 +11133,7 @@ } }, { - "id": 660, + "id": 662, "name": "logger", "variant": "declaration", "kind": 1024, @@ -11123,9 +11143,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 73, + "line": 76, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L73" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L76" } ], "type": { @@ -11139,7 +11159,7 @@ } }, { - "id": 673, + "id": 675, "name": "logLevel", "variant": "declaration", "kind": 1024, @@ -11149,9 +11169,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 81, + "line": 84, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L84" } ], "type": { @@ -11165,7 +11185,7 @@ } }, { - "id": 668, + "id": 670, "name": "params", "variant": "declaration", "kind": 1024, @@ -11175,15 +11195,15 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 78, + "line": 81, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L78" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L81" } ], "type": { "type": "reflection", "declaration": { - "id": 669, + "id": 671, "name": "__type", "variant": "declaration", "kind": 65536, @@ -11191,14 +11211,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 78, + "line": 81, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L78" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L81" } ], "indexSignatures": [ { - "id": 670, + "id": 672, "name": "__index", "variant": "signature", "kind": 8192, @@ -11206,14 +11226,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 78, + "line": 81, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L78" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L81" } ], "parameters": [ { - "id": 671, + "id": 673, "name": "key", "variant": "param", "kind": 32768, @@ -11234,7 +11254,7 @@ } }, { - "id": 663, + "id": 665, "name": "reconnectAfterMs", "variant": "declaration", "kind": 1024, @@ -11244,9 +11264,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 76, + "line": 79, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L76" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L79" } ], "type": { @@ -11260,7 +11280,7 @@ } }, { - "id": 654, + "id": 655, "name": "timeout", "variant": "declaration", "kind": 1024, @@ -11270,9 +11290,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 70, + "line": 72, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L70" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L72" } ], "type": { @@ -11281,7 +11301,7 @@ } }, { - "id": 653, + "id": 654, "name": "transport", "variant": "declaration", "kind": 1024, @@ -11291,20 +11311,41 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 69, + "line": 71, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L71" } ], "type": { "type": "reference", - "target": 845, + "target": 847, "name": "WebSocketLikeConstructor", "package": "@supabase/realtime-js" } }, { - "id": 675, + "id": 661, + "name": "vsn", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", + "line": 75, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L75" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 677, "name": "worker", "variant": "declaration", "kind": 1024, @@ -11314,9 +11355,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 83, + "line": 86, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L86" } ], "type": { @@ -11325,7 +11366,7 @@ } }, { - "id": 676, + "id": 678, "name": "workerUrl", "variant": "declaration", "kind": 1024, @@ -11335,9 +11376,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 84, + "line": 87, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L87" } ], "type": { @@ -11350,23 +11391,23 @@ { "title": "Properties", "children": [ - 677, 662, 661, 674, 664, 656, 655, 672, 660, 673, 668, 663, 654, 653, 675, 676 + 679, 664, 663, 676, 666, 657, 656, 674, 662, 675, 670, 665, 655, 654, 661, 677, 678 ] } ], "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 68, + "line": 70, "character": 36, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L68" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L70" } ] } } }, { - "id": 680, + "id": 682, "name": "RealtimeMessage", "variant": "declaration", "kind": 2097152, @@ -11374,22 +11415,22 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 31, + "line": 33, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L33" } ], "type": { "type": "reflection", "declaration": { - "id": 681, + "id": 683, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 683, + "id": 685, "name": "event", "variant": "declaration", "kind": 1024, @@ -11397,9 +11438,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 33, + "line": 35, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L33" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L35" } ], "type": { @@ -11408,7 +11449,7 @@ } }, { - "id": 686, + "id": 688, "name": "join_ref", "variant": "declaration", "kind": 1024, @@ -11418,9 +11459,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 36, + "line": 38, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L36" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L38" } ], "type": { @@ -11429,7 +11470,7 @@ } }, { - "id": 684, + "id": 686, "name": "payload", "variant": "declaration", "kind": 1024, @@ -11437,9 +11478,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 34, + "line": 36, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L36" } ], "type": { @@ -11448,7 +11489,7 @@ } }, { - "id": 685, + "id": 687, "name": "ref", "variant": "declaration", "kind": 1024, @@ -11456,9 +11497,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 35, + "line": 37, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L37" } ], "type": { @@ -11467,7 +11508,7 @@ } }, { - "id": 682, + "id": 684, "name": "topic", "variant": "declaration", "kind": 1024, @@ -11475,9 +11516,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 32, + "line": 34, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L32" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L34" } ], "type": { @@ -11489,22 +11530,22 @@ "groups": [ { "title": "Properties", - "children": [683, 686, 684, 685, 682] + "children": [685, 688, 686, 687, 684] } ], "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 31, + "line": 33, "character": 30, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L33" } ] } } }, { - "id": 687, + "id": 689, "name": "RealtimePostgresChangesFilter", "variant": "declaration", "kind": 2097152, @@ -11514,12 +11555,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 106, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L106" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L106" } ], "typeParameters": [ { - "id": 693, + "id": 695, "name": "T", "variant": "typeParam", "kind": 131072, @@ -11531,7 +11572,7 @@ [ { "type": "reference", - "target": 763, + "target": 765, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT", "package": "@supabase/realtime-js" }, @@ -11544,14 +11585,14 @@ "type": { "type": "reflection", "declaration": { - "id": 688, + "id": 690, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 689, + "id": 691, "name": "event", "variant": "declaration", "kind": 1024, @@ -11569,19 +11610,19 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 110, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L110" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L110" } ], "type": { "type": "reference", - "target": 693, + "target": 695, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true } }, { - "id": 692, + "id": 694, "name": "filter", "variant": "declaration", "kind": 1024, @@ -11601,7 +11642,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 122, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L122" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L122" } ], "type": { @@ -11610,7 +11651,7 @@ } }, { - "id": 690, + "id": 692, "name": "schema", "variant": "declaration", "kind": 1024, @@ -11628,7 +11669,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 114, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L114" } ], "type": { @@ -11637,7 +11678,7 @@ } }, { - "id": 691, + "id": 693, "name": "table", "variant": "declaration", "kind": 1024, @@ -11657,7 +11698,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 118, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L118" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L118" } ], "type": { @@ -11669,7 +11710,7 @@ "groups": [ { "title": "Properties", - "children": [689, 692, 690, 691] + "children": [691, 694, 692, 693] } ], "sources": [ @@ -11677,14 +11718,14 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 106, "character": 99, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L106" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L106" } ] } } }, { - "id": 694, + "id": 696, "name": "RealtimePostgresChangesPayload", "variant": "declaration", "kind": 2097152, @@ -11694,12 +11735,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 101, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L101" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L101" } ], "typeParameters": [ { - "id": 695, + "id": 697, "name": "T", "variant": "typeParam", "kind": 131072, @@ -11707,7 +11748,7 @@ "type": { "type": "reflection", "declaration": { - "id": 696, + "id": 698, "name": "__type", "variant": "declaration", "kind": 65536, @@ -11717,12 +11758,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 101, "character": 53, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L101" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L101" } ], "indexSignatures": [ { - "id": 697, + "id": 699, "name": "__index", "variant": "signature", "kind": 8192, @@ -11732,12 +11773,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 101, "character": 55, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L101" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L101" } ], "parameters": [ { - "id": 698, + "id": 700, "name": "key", "variant": "param", "kind": 32768, @@ -11763,11 +11804,11 @@ "types": [ { "type": "reference", - "target": 699, + "target": 701, "typeArguments": [ { "type": "reference", - "target": 695, + "target": 697, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -11778,11 +11819,11 @@ }, { "type": "reference", - "target": 709, + "target": 711, "typeArguments": [ { "type": "reference", - "target": 695, + "target": 697, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -11793,11 +11834,11 @@ }, { "type": "reference", - "target": 718, + "target": 720, "typeArguments": [ { "type": "reference", - "target": 695, + "target": 697, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -11810,7 +11851,7 @@ } }, { - "id": 718, + "id": 720, "name": "RealtimePostgresDeletePayload", "variant": "declaration", "kind": 2097152, @@ -11820,12 +11861,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 94, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L94" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L94" } ], "typeParameters": [ { - "id": 724, + "id": 726, "name": "T", "variant": "typeParam", "kind": 131072, @@ -11833,7 +11874,7 @@ "type": { "type": "reflection", "declaration": { - "id": 725, + "id": 727, "name": "__type", "variant": "declaration", "kind": 65536, @@ -11843,12 +11884,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 94, "character": 52, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L94" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L94" } ], "indexSignatures": [ { - "id": 726, + "id": 728, "name": "__index", "variant": "signature", "kind": 8192, @@ -11858,12 +11899,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 94, "character": 54, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L94" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L94" } ], "parameters": [ { - "id": 727, + "id": 729, "name": "key", "variant": "param", "kind": 32768, @@ -11899,14 +11940,14 @@ { "type": "reflection", "declaration": { - "id": 719, + "id": 721, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 720, + "id": 722, "name": "eventType", "variant": "declaration", "kind": 1024, @@ -11916,7 +11957,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 96, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L96" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L96" } ], "type": { @@ -11926,7 +11967,7 @@ [ { "type": "reference", - "target": 767, + "target": 769, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE", "package": "@supabase/realtime-js" }, @@ -11936,7 +11977,7 @@ } }, { - "id": 721, + "id": 723, "name": "new", "variant": "declaration", "kind": 1024, @@ -11946,13 +11987,13 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 97, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L97" } ], "type": { "type": "reflection", "declaration": { - "id": 722, + "id": 724, "name": "__type", "variant": "declaration", "kind": 65536, @@ -11962,14 +12003,14 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 97, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L97" } ] } } }, { - "id": 723, + "id": 725, "name": "old", "variant": "declaration", "kind": 1024, @@ -11979,7 +12020,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 98, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L98" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L98" } ], "type": { @@ -11991,7 +12032,7 @@ "typeArguments": [ { "type": "reference", - "target": 724, + "target": 726, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -12005,7 +12046,7 @@ "groups": [ { "title": "Properties", - "children": [720, 721, 723] + "children": [722, 723, 725] } ], "sources": [ @@ -12013,7 +12054,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 95, "character": 39, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L95" } ] } @@ -12022,7 +12063,7 @@ } }, { - "id": 699, + "id": 701, "name": "RealtimePostgresInsertPayload", "variant": "declaration", "kind": 2097152, @@ -12032,12 +12073,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 80, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L80" } ], "typeParameters": [ { - "id": 705, + "id": 707, "name": "T", "variant": "typeParam", "kind": 131072, @@ -12045,7 +12086,7 @@ "type": { "type": "reflection", "declaration": { - "id": 706, + "id": 708, "name": "__type", "variant": "declaration", "kind": 65536, @@ -12055,12 +12096,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 80, "character": 52, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L80" } ], "indexSignatures": [ { - "id": 707, + "id": 709, "name": "__index", "variant": "signature", "kind": 8192, @@ -12070,12 +12111,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 80, "character": 54, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L80" } ], "parameters": [ { - "id": 708, + "id": 710, "name": "key", "variant": "param", "kind": 32768, @@ -12111,14 +12152,14 @@ { "type": "reflection", "declaration": { - "id": 700, + "id": 702, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 701, + "id": 703, "name": "eventType", "variant": "declaration", "kind": 1024, @@ -12128,7 +12169,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 82, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L82" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L82" } ], "type": { @@ -12138,7 +12179,7 @@ [ { "type": "reference", - "target": 765, + "target": 767, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT", "package": "@supabase/realtime-js" }, @@ -12148,7 +12189,7 @@ } }, { - "id": 702, + "id": 704, "name": "new", "variant": "declaration", "kind": 1024, @@ -12158,19 +12199,19 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 83, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L83" } ], "type": { "type": "reference", - "target": 705, + "target": 707, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true } }, { - "id": 703, + "id": 705, "name": "old", "variant": "declaration", "kind": 1024, @@ -12180,13 +12221,13 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 84, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L84" } ], "type": { "type": "reflection", "declaration": { - "id": 704, + "id": 706, "name": "__type", "variant": "declaration", "kind": 65536, @@ -12196,7 +12237,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 84, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L84" } ] } @@ -12206,7 +12247,7 @@ "groups": [ { "title": "Properties", - "children": [701, 702, 703] + "children": [703, 704, 705] } ], "sources": [ @@ -12214,7 +12255,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 81, "character": 39, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L81" } ] } @@ -12223,7 +12264,7 @@ } }, { - "id": 709, + "id": 711, "name": "RealtimePostgresUpdatePayload", "variant": "declaration", "kind": 2097152, @@ -12233,12 +12274,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 87, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L87" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L87" } ], "typeParameters": [ { - "id": 714, + "id": 716, "name": "T", "variant": "typeParam", "kind": 131072, @@ -12246,7 +12287,7 @@ "type": { "type": "reflection", "declaration": { - "id": 715, + "id": 717, "name": "__type", "variant": "declaration", "kind": 65536, @@ -12256,12 +12297,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 87, "character": 52, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L87" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L87" } ], "indexSignatures": [ { - "id": 716, + "id": 718, "name": "__index", "variant": "signature", "kind": 8192, @@ -12271,12 +12312,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 87, "character": 54, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L87" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L87" } ], "parameters": [ { - "id": 717, + "id": 719, "name": "key", "variant": "param", "kind": 32768, @@ -12312,14 +12353,14 @@ { "type": "reflection", "declaration": { - "id": 710, + "id": 712, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 711, + "id": 713, "name": "eventType", "variant": "declaration", "kind": 1024, @@ -12329,7 +12370,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 89, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L89" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L89" } ], "type": { @@ -12339,7 +12380,7 @@ [ { "type": "reference", - "target": 766, + "target": 768, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE", "package": "@supabase/realtime-js" }, @@ -12349,7 +12390,7 @@ } }, { - "id": 712, + "id": 714, "name": "new", "variant": "declaration", "kind": 1024, @@ -12359,19 +12400,19 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 90, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L90" } ], "type": { "type": "reference", - "target": 714, + "target": 716, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true } }, { - "id": 713, + "id": 715, "name": "old", "variant": "declaration", "kind": 1024, @@ -12381,7 +12422,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 91, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L91" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L91" } ], "type": { @@ -12393,7 +12434,7 @@ "typeArguments": [ { "type": "reference", - "target": 714, + "target": 716, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -12407,7 +12448,7 @@ "groups": [ { "title": "Properties", - "children": [711, 712, 713] + "children": [713, 714, 715] } ], "sources": [ @@ -12415,7 +12456,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 88, "character": 39, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L88" } ] } @@ -12424,7 +12465,7 @@ } }, { - "id": 728, + "id": 730, "name": "RealtimePresenceJoinPayload", "variant": "declaration", "kind": 2097152, @@ -12434,12 +12475,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 17, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L17" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L17" } ], "typeParameters": [ { - "id": 734, + "id": 736, "name": "T", "variant": "typeParam", "kind": 131072, @@ -12447,7 +12488,7 @@ "type": { "type": "reflection", "declaration": { - "id": 735, + "id": 737, "name": "__type", "variant": "declaration", "kind": 65536, @@ -12457,12 +12498,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 17, "character": 50, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L17" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L17" } ], "indexSignatures": [ { - "id": 736, + "id": 738, "name": "__index", "variant": "signature", "kind": 8192, @@ -12472,12 +12513,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 17, "character": 52, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L17" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L17" } ], "parameters": [ { - "id": 737, + "id": 739, "name": "key", "variant": "param", "kind": 32768, @@ -12501,14 +12542,14 @@ "type": { "type": "reflection", "declaration": { - "id": 729, + "id": 731, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 732, + "id": 734, "name": "currentPresences", "variant": "declaration", "kind": 1024, @@ -12518,7 +12559,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 20, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L20" } ], "type": { @@ -12532,7 +12573,7 @@ "typeArguments": [ { "type": "reference", - "target": 734, + "target": 736, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -12544,7 +12585,7 @@ } }, { - "id": 730, + "id": 732, "name": "event", "variant": "declaration", "kind": 1024, @@ -12554,7 +12595,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L18" } ], "type": { @@ -12564,7 +12605,7 @@ [ { "type": "reference", - "target": 770, + "target": 772, "name": "REALTIME_PRESENCE_LISTEN_EVENTS.JOIN", "package": "@supabase/realtime-js" }, @@ -12574,7 +12615,7 @@ } }, { - "id": 731, + "id": 733, "name": "key", "variant": "declaration", "kind": 1024, @@ -12584,7 +12625,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L19" } ], "type": { @@ -12593,7 +12634,7 @@ } }, { - "id": 733, + "id": 735, "name": "newPresences", "variant": "declaration", "kind": 1024, @@ -12603,7 +12644,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 21, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L21" } ], "type": { @@ -12617,7 +12658,7 @@ "typeArguments": [ { "type": "reference", - "target": 734, + "target": 736, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -12632,7 +12673,7 @@ "groups": [ { "title": "Properties", - "children": [732, 730, 731, 733] + "children": [734, 732, 733, 735] } ], "sources": [ @@ -12640,14 +12681,14 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 17, "character": 76, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L17" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L17" } ] } } }, { - "id": 738, + "id": 740, "name": "RealtimePresenceLeavePayload", "variant": "declaration", "kind": 2097152, @@ -12657,12 +12698,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 24, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L24" } ], "typeParameters": [ { - "id": 744, + "id": 746, "name": "T", "variant": "typeParam", "kind": 131072, @@ -12670,7 +12711,7 @@ "type": { "type": "reflection", "declaration": { - "id": 745, + "id": 747, "name": "__type", "variant": "declaration", "kind": 65536, @@ -12680,12 +12721,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 24, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L24" } ], "indexSignatures": [ { - "id": 746, + "id": 748, "name": "__index", "variant": "signature", "kind": 8192, @@ -12695,12 +12736,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 24, "character": 53, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L24" } ], "parameters": [ { - "id": 747, + "id": 749, "name": "key", "variant": "param", "kind": 32768, @@ -12724,14 +12765,14 @@ "type": { "type": "reflection", "declaration": { - "id": 739, + "id": 741, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 742, + "id": 744, "name": "currentPresences", "variant": "declaration", "kind": 1024, @@ -12741,7 +12782,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 27, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L27" } ], "type": { @@ -12755,7 +12796,7 @@ "typeArguments": [ { "type": "reference", - "target": 744, + "target": 746, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -12767,7 +12808,7 @@ } }, { - "id": 740, + "id": 742, "name": "event", "variant": "declaration", "kind": 1024, @@ -12777,7 +12818,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 25, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L25" } ], "type": { @@ -12787,7 +12828,7 @@ [ { "type": "reference", - "target": 771, + "target": 773, "name": "REALTIME_PRESENCE_LISTEN_EVENTS.LEAVE", "package": "@supabase/realtime-js" }, @@ -12797,7 +12838,7 @@ } }, { - "id": 741, + "id": 743, "name": "key", "variant": "declaration", "kind": 1024, @@ -12807,7 +12848,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L26" } ], "type": { @@ -12816,7 +12857,7 @@ } }, { - "id": 743, + "id": 745, "name": "leftPresences", "variant": "declaration", "kind": 1024, @@ -12826,7 +12867,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 28, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L28" } ], "type": { @@ -12840,7 +12881,7 @@ "typeArguments": [ { "type": "reference", - "target": 744, + "target": 746, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -12855,7 +12896,7 @@ "groups": [ { "title": "Properties", - "children": [742, 740, 741, 743] + "children": [744, 742, 743, 745] } ], "sources": [ @@ -12863,14 +12904,14 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 24, "character": 77, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L24" } ] } } }, { - "id": 748, + "id": 750, "name": "RealtimePresenceState", "variant": "declaration", "kind": 2097152, @@ -12880,12 +12921,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 13, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L13" } ], "typeParameters": [ { - "id": 752, + "id": 754, "name": "T", "variant": "typeParam", "kind": 131072, @@ -12893,7 +12934,7 @@ "type": { "type": "reflection", "declaration": { - "id": 753, + "id": 755, "name": "__type", "variant": "declaration", "kind": 65536, @@ -12903,12 +12944,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 13, "character": 44, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L13" } ], "indexSignatures": [ { - "id": 754, + "id": 756, "name": "__index", "variant": "signature", "kind": 8192, @@ -12918,12 +12959,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 13, "character": 46, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L13" } ], "parameters": [ { - "id": 755, + "id": 757, "name": "key", "variant": "param", "kind": 32768, @@ -12945,7 +12986,7 @@ "default": { "type": "reflection", "declaration": { - "id": 756, + "id": 758, "name": "__type", "variant": "declaration", "kind": 65536, @@ -12955,7 +12996,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 13, "character": 69, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L13" } ] } @@ -12965,7 +13006,7 @@ "type": { "type": "reflection", "declaration": { - "id": 749, + "id": 751, "name": "__type", "variant": "declaration", "kind": 65536, @@ -12975,12 +13016,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 13, "character": 75, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L13" } ], "indexSignatures": [ { - "id": 750, + "id": 752, "name": "__index", "variant": "signature", "kind": 8192, @@ -12990,12 +13031,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 14, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L14" } ], "parameters": [ { - "id": 751, + "id": 753, "name": "key", "variant": "param", "kind": 32768, @@ -13017,7 +13058,7 @@ "typeArguments": [ { "type": "reference", - "target": 752, + "target": 754, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -13033,7 +13074,7 @@ } }, { - "id": 757, + "id": 759, "name": "RealtimeRemoveChannelResponse", "variant": "declaration", "kind": 2097152, @@ -13041,9 +13082,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 39, + "line": 41, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L41" } ], "type": { @@ -13065,7 +13106,7 @@ } }, { - "id": 777, + "id": 779, "name": "REALTIME_CHANNEL_STATES", "variant": "declaration", "kind": 32, @@ -13077,7 +13118,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 148, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L148" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L148" } ], "type": { @@ -13099,23 +13140,23 @@ "groups": [ { "title": "Enumerations", - "children": [758, 763, 768, 772] + "children": [760, 765, 770, 774] }, { "title": "Classes", - "children": [59, 459, 1, 778] + "children": [59, 459, 1, 780] }, { "title": "Interfaces", - "children": [795, 845] + "children": [797, 847] }, { "title": "Type Aliases", - "children": [444, 458, 651, 680, 687, 694, 718, 699, 709, 728, 738, 748, 757] + "children": [444, 458, 652, 682, 689, 696, 720, 701, 711, 730, 740, 750, 759] }, { "title": "Variables", - "children": [777] + "children": [779] } ], "packageName": "@supabase/realtime-js", @@ -14733,67 +14774,67 @@ }, "488": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.logger" + "qualifiedName": "default.vsn" }, "489": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.logLevel" + "qualifiedName": "default.logger" }, "490": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.encode" + "qualifiedName": "default.logLevel" }, "491": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.decode" + "qualifiedName": "default.encode" }, "492": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.reconnectAfterMs" + "qualifiedName": "default.decode" }, "493": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.conn" + "qualifiedName": "default.reconnectAfterMs" }, "494": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.sendBuffer" + "qualifiedName": "default.conn" }, "495": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.serializer" + "qualifiedName": "default.sendBuffer" }, "496": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.stateChangeCallbacks" + "qualifiedName": "default.serializer" }, "497": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type" + "qualifiedName": "default.stateChangeCallbacks" }, "498": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.open" + "qualifiedName": "__type" }, "499": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.close" + "qualifiedName": "__type.open" }, "500": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.error" + "qualifiedName": "__type.close" }, "501": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.message" + "qualifiedName": "__type.error" }, "502": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.fetch" + "qualifiedName": "__type.message" }, "503": { - "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "fetch" + "sourceFileName": "src/RealtimeClient.ts", + "qualifiedName": "default.fetch" }, "504": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", @@ -14801,31 +14842,31 @@ }, "505": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "input" + "qualifiedName": "fetch" }, "506": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "init" + "qualifiedName": "input" }, "507": { - "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", - "qualifiedName": "fetch" + "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", + "qualifiedName": "init" }, "508": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", - "qualifiedName": "input" + "qualifiedName": "fetch" }, "509": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", - "qualifiedName": "init" + "qualifiedName": "input" }, "510": { - "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.accessToken" + "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", + "qualifiedName": "init" }, "511": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type" + "qualifiedName": "default.accessToken" }, "512": { "sourceFileName": "src/RealtimeClient.ts", @@ -14833,19 +14874,19 @@ }, "513": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.worker" + "qualifiedName": "__type" }, "514": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.workerUrl" + "qualifiedName": "default.worker" }, "515": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.workerRef" + "qualifiedName": "default.workerUrl" }, - "519": { + "516": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.connect" + "qualifiedName": "default.workerRef" }, "520": { "sourceFileName": "src/RealtimeClient.ts", @@ -14853,7 +14894,7 @@ }, "521": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.endpointURL" + "qualifiedName": "default.connect" }, "522": { "sourceFileName": "src/RealtimeClient.ts", @@ -14861,7 +14902,7 @@ }, "523": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.disconnect" + "qualifiedName": "default.endpointURL" }, "524": { "sourceFileName": "src/RealtimeClient.ts", @@ -14869,15 +14910,15 @@ }, "525": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "code" + "qualifiedName": "default.disconnect" }, "526": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "reason" + "qualifiedName": "code" }, "527": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.getChannels" + "qualifiedName": "reason" }, "528": { "sourceFileName": "src/RealtimeClient.ts", @@ -14885,7 +14926,7 @@ }, "529": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.removeChannel" + "qualifiedName": "default.getChannels" }, "530": { "sourceFileName": "src/RealtimeClient.ts", @@ -14893,11 +14934,11 @@ }, "531": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "channel" + "qualifiedName": "default.removeChannel" }, "532": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.removeAllChannels" + "qualifiedName": "channel" }, "533": { "sourceFileName": "src/RealtimeClient.ts", @@ -14905,7 +14946,7 @@ }, "534": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.log" + "qualifiedName": "default.removeAllChannels" }, "535": { "sourceFileName": "src/RealtimeClient.ts", @@ -14913,19 +14954,19 @@ }, "536": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "kind" + "qualifiedName": "default.log" }, "537": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "msg" + "qualifiedName": "kind" }, "538": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "data" + "qualifiedName": "msg" }, "539": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.connectionState" + "qualifiedName": "data" }, "540": { "sourceFileName": "src/RealtimeClient.ts", @@ -14933,7 +14974,7 @@ }, "541": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.isConnected" + "qualifiedName": "default.connectionState" }, "542": { "sourceFileName": "src/RealtimeClient.ts", @@ -14941,7 +14982,7 @@ }, "543": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.isConnecting" + "qualifiedName": "default.isConnected" }, "544": { "sourceFileName": "src/RealtimeClient.ts", @@ -14949,7 +14990,7 @@ }, "545": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.isDisconnecting" + "qualifiedName": "default.isConnecting" }, "546": { "sourceFileName": "src/RealtimeClient.ts", @@ -14957,7 +14998,7 @@ }, "547": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.channel" + "qualifiedName": "default.isDisconnecting" }, "548": { "sourceFileName": "src/RealtimeClient.ts", @@ -14965,15 +15006,15 @@ }, "549": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "topic" + "qualifiedName": "default.channel" }, "550": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "params" + "qualifiedName": "topic" }, "551": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.push" + "qualifiedName": "params" }, "552": { "sourceFileName": "src/RealtimeClient.ts", @@ -14981,11 +15022,11 @@ }, "553": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "data" + "qualifiedName": "default.push" }, "554": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.setAuth" + "qualifiedName": "data" }, "555": { "sourceFileName": "src/RealtimeClient.ts", @@ -14993,11 +15034,11 @@ }, "556": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "token" + "qualifiedName": "default.setAuth" }, "557": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.sendHeartbeat" + "qualifiedName": "token" }, "558": { "sourceFileName": "src/RealtimeClient.ts", @@ -15005,7 +15046,7 @@ }, "559": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.onHeartbeat" + "qualifiedName": "default.sendHeartbeat" }, "560": { "sourceFileName": "src/RealtimeClient.ts", @@ -15013,11 +15054,11 @@ }, "561": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "callback" + "qualifiedName": "default.onHeartbeat" }, "562": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type" + "qualifiedName": "callback" }, "563": { "sourceFileName": "src/RealtimeClient.ts", @@ -15025,43 +15066,43 @@ }, "564": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "status" + "qualifiedName": "__type" }, "565": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.flushSendBuffer" + "qualifiedName": "status" }, "566": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "default.flushSendBuffer" }, - "651": { + "567": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "RealtimeClientOptions" + "qualifiedName": "default.flushSendBuffer" }, "652": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type" + "qualifiedName": "RealtimeClientOptions" }, "653": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.transport" + "qualifiedName": "__type" }, "654": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.timeout" + "qualifiedName": "__type.transport" }, "655": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.heartbeatIntervalMs" + "qualifiedName": "__type.timeout" }, "656": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.heartbeatCallback" + "qualifiedName": "__type.heartbeatIntervalMs" }, "657": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.heartbeatCallback" }, "658": { "sourceFileName": "src/RealtimeClient.ts", @@ -15069,713 +15110,721 @@ }, "659": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "status" + "qualifiedName": "__type" }, "660": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.logger" + "qualifiedName": "status" }, "661": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.encode" + "qualifiedName": "__type.vsn" }, "662": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.decode" + "qualifiedName": "__type.logger" }, "663": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.reconnectAfterMs" + "qualifiedName": "__type.encode" }, "664": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.headers" + "qualifiedName": "__type.decode" }, "665": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.reconnectAfterMs" }, "666": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.__index" + "qualifiedName": "__type.headers" + }, + "667": { + "sourceFileName": "src/RealtimeClient.ts", + "qualifiedName": "__type" }, "668": { + "sourceFileName": "src/RealtimeClient.ts", + "qualifiedName": "__type.__index" + }, + "670": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.params" }, - "669": { + "671": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type" }, - "670": { + "672": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.__index" }, - "672": { + "674": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.log_level" }, - "673": { + "675": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.logLevel" }, - "674": { + "676": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.fetch" }, - "675": { + "677": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.worker" }, - "676": { + "678": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.workerUrl" }, - "677": { + "679": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.accessToken" }, - "678": { + "680": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type" }, - "679": { + "681": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type" }, - "680": { + "682": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "RealtimeMessage" }, - "681": { + "683": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type" }, - "682": { + "684": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.topic" }, - "683": { + "685": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.event" }, - "684": { + "686": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.payload" }, - "685": { + "687": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.ref" }, - "686": { + "688": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.join_ref" }, - "687": { + "689": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresChangesFilter" }, - "688": { + "690": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "689": { + "691": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "690": { + "692": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.schema" }, - "691": { + "693": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.table" }, - "692": { + "694": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.filter" }, - "693": { + "695": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "T" }, - "694": { + "696": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresChangesPayload" }, - "695": { + "697": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "T" }, - "696": { + "698": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "697": { + "699": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "699": { + "701": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresInsertPayload" }, - "700": { + "702": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "701": { + "703": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.eventType" }, - "702": { + "704": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.new" }, - "703": { + "705": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.old" }, - "704": { + "706": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "705": { + "707": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "T" }, - "706": { + "708": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "707": { + "709": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "709": { + "711": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresUpdatePayload" }, - "710": { + "712": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "711": { + "713": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.eventType" }, - "712": { + "714": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.new" }, - "713": { + "715": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.old" }, - "714": { + "716": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "T" }, - "715": { + "717": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "716": { + "718": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "718": { + "720": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresDeletePayload" }, - "719": { + "721": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "720": { + "722": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.eventType" }, - "721": { + "723": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.new" }, - "722": { + "724": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "723": { + "725": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.old" }, - "724": { + "726": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "T" }, - "725": { + "727": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "726": { + "728": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "728": { + "730": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "RealtimePresenceJoinPayload" }, - "729": { + "731": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type" }, - "730": { + "732": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.event" }, - "731": { + "733": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.key" }, - "732": { + "734": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.currentPresences" }, - "733": { + "735": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.newPresences" }, - "734": { + "736": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "T" }, - "735": { + "737": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type" }, - "736": { + "738": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.__index" }, - "738": { + "740": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "RealtimePresenceLeavePayload" }, - "739": { + "741": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type" }, - "740": { + "742": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.event" }, - "741": { + "743": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.key" }, - "742": { + "744": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.currentPresences" }, - "743": { + "745": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.leftPresences" }, - "744": { + "746": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "T" }, - "745": { + "747": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type" }, - "746": { + "748": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.__index" }, - "748": { + "750": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "RealtimePresenceState" }, - "749": { + "751": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type" }, - "750": { + "752": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.__index" }, - "752": { + "754": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "T" }, - "753": { + "755": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type" }, - "754": { + "756": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.__index" }, - "756": { + "758": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type" }, - "757": { + "759": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "RealtimeRemoveChannelResponse" }, - "758": { + "760": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES" }, - "759": { + "761": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES.BROADCAST" }, - "760": { + "762": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES.PRESENCE" }, - "761": { + "763": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES.POSTGRES_CHANGES" }, - "762": { + "764": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES.SYSTEM" }, - "763": { + "765": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" }, - "764": { + "766": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.ALL" }, - "765": { + "767": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT" }, - "766": { + "768": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE" }, - "767": { + "769": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE" }, - "768": { + "770": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "REALTIME_PRESENCE_LISTEN_EVENTS" }, - "769": { + "771": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "REALTIME_PRESENCE_LISTEN_EVENTS.SYNC" }, - "770": { + "772": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "REALTIME_PRESENCE_LISTEN_EVENTS.JOIN" }, - "771": { + "773": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "REALTIME_PRESENCE_LISTEN_EVENTS.LEAVE" }, - "772": { + "774": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES" }, - "773": { + "775": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES.SUBSCRIBED" }, - "774": { + "776": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES.TIMED_OUT" }, - "775": { + "777": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES.CLOSED" }, - "776": { + "778": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES.CHANNEL_ERROR" }, - "777": { + "779": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_CHANNEL_STATES" }, - "778": { + "780": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory" }, - "781": { + "783": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.getWebSocketConstructor" }, - "782": { + "784": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.getWebSocketConstructor" }, - "783": { + "785": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "__type" }, - "784": { + "786": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "__type" }, - "785": { + "787": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "url" }, - "786": { + "788": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "protocols" }, - "787": { + "789": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.createWebSocket" }, - "788": { + "790": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.createWebSocket" }, - "789": { + "791": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "url" }, - "790": { + "792": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "protocols" }, - "791": { + "793": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.isWebSocketSupported" }, - "792": { + "794": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.isWebSocketSupported" }, - "795": { + "797": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike" }, - "796": { + "798": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.CONNECTING" }, - "797": { + "799": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.OPEN" }, - "798": { + "800": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.CLOSING" }, - "799": { + "801": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.CLOSED" }, - "800": { + "802": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.readyState" }, - "801": { + "803": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.url" }, - "802": { + "804": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.protocol" }, - "803": { + "805": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.close" }, - "804": { + "806": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.close" }, - "805": { + "807": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "code" }, - "806": { + "808": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "reason" }, - "807": { + "809": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.send" }, - "808": { + "810": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.send" }, - "809": { + "811": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "data" }, - "810": { + "812": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.onopen" }, - "811": { + "813": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "812": { + "814": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "813": { + "815": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "this" }, - "814": { + "816": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "ev" }, - "815": { + "817": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.onmessage" }, - "816": { + "818": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "817": { + "819": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "818": { + "820": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "this" }, - "819": { + "821": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "ev" }, - "820": { + "822": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.onclose" }, - "821": { + "823": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "822": { + "824": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "823": { + "825": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "this" }, - "824": { + "826": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "ev" }, - "825": { + "827": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.onerror" }, - "826": { + "828": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "827": { + "829": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "828": { + "830": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "this" }, - "829": { + "831": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "ev" }, - "830": { + "832": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.addEventListener" }, - "831": { + "833": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.addEventListener" }, - "832": { + "834": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "type" }, - "833": { + "835": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "listener" }, - "834": { + "836": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.removeEventListener" }, - "835": { + "837": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.removeEventListener" }, - "836": { + "838": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "type" }, - "837": { + "839": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "listener" }, - "838": { + "840": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.binaryType" }, - "839": { + "841": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.bufferedAmount" }, - "840": { + "842": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.extensions" }, - "841": { + "843": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.dispatchEvent" }, - "842": { + "844": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "843": { + "845": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "844": { + "846": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "event" }, - "845": { + "847": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "WebSocketLikeConstructor" }, - "846": { + "848": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "WebSocketLikeConstructor" }, - "847": { + "849": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "WebSocketLikeConstructor" }, - "848": { + "850": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "address" }, - "849": { + "851": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "subprotocols" }, - "850": { + "852": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "WebSocketLikeConstructor.__index" } diff --git a/apps/docs/spec/enrichments/tsdoc_v2/realtime_dereferenced.json b/apps/docs/spec/enrichments/tsdoc_v2/realtime_dereferenced.json index 97f8b8787c19a..826ccf2ad60bd 100644 --- a/apps/docs/spec/enrichments/tsdoc_v2/realtime_dereferenced.json +++ b/apps/docs/spec/enrichments/tsdoc_v2/realtime_dereferenced.json @@ -6,14 +6,14 @@ "flags": {}, "children": [ { - "id": 758, + "id": 760, "name": "REALTIME_LISTEN_TYPES", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 759, + "id": 761, "name": "BROADCAST", "variant": "declaration", "kind": 16, @@ -23,7 +23,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 135, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L135" } ], "type": { @@ -32,7 +32,7 @@ } }, { - "id": 761, + "id": 763, "name": "POSTGRES_CHANGES", "variant": "declaration", "kind": 16, @@ -42,7 +42,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 137, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L137" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L137" } ], "type": { @@ -51,7 +51,7 @@ } }, { - "id": 760, + "id": 762, "name": "PRESENCE", "variant": "declaration", "kind": 16, @@ -61,7 +61,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 136, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L136" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L136" } ], "type": { @@ -70,7 +70,7 @@ } }, { - "id": 762, + "id": 764, "name": "SYSTEM", "variant": "declaration", "kind": 16, @@ -80,7 +80,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 138, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L138" } ], "type": { @@ -92,7 +92,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [759, 761, 760, 762] + "children": [761, 763, 762, 764] } ], "sources": [ @@ -100,19 +100,19 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 134, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L134" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L134" } ] }, { - "id": 763, + "id": 765, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 764, + "id": 766, "name": "ALL", "variant": "declaration", "kind": 16, @@ -122,7 +122,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 128, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L128" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L128" } ], "type": { @@ -131,7 +131,7 @@ } }, { - "id": 767, + "id": 769, "name": "DELETE", "variant": "declaration", "kind": 16, @@ -141,7 +141,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 131, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L131" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L131" } ], "type": { @@ -150,7 +150,7 @@ } }, { - "id": 765, + "id": 767, "name": "INSERT", "variant": "declaration", "kind": 16, @@ -160,7 +160,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 129, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L129" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L129" } ], "type": { @@ -169,7 +169,7 @@ } }, { - "id": 766, + "id": 768, "name": "UPDATE", "variant": "declaration", "kind": 16, @@ -179,7 +179,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 130, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L130" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L130" } ], "type": { @@ -191,7 +191,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [764, 767, 765, 766] + "children": [766, 769, 767, 768] } ], "sources": [ @@ -199,19 +199,19 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 127, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L127" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L127" } ] }, { - "id": 768, + "id": 770, "name": "REALTIME_PRESENCE_LISTEN_EVENTS", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 770, + "id": 772, "name": "JOIN", "variant": "declaration", "kind": 16, @@ -221,7 +221,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 33, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L33" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L33" } ], "type": { @@ -230,7 +230,7 @@ } }, { - "id": 771, + "id": 773, "name": "LEAVE", "variant": "declaration", "kind": 16, @@ -240,7 +240,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 34, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L34" } ], "type": { @@ -249,7 +249,7 @@ } }, { - "id": 769, + "id": 771, "name": "SYNC", "variant": "declaration", "kind": 16, @@ -259,7 +259,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 32, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L32" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L32" } ], "type": { @@ -271,7 +271,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [770, 771, 769] + "children": [772, 773, 771] } ], "sources": [ @@ -279,19 +279,19 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 31, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L31" } ] }, { - "id": 772, + "id": 774, "name": "REALTIME_SUBSCRIBE_STATES", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 776, + "id": 778, "name": "CHANNEL_ERROR", "variant": "declaration", "kind": 16, @@ -301,7 +301,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 145, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L145" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L145" } ], "type": { @@ -310,7 +310,7 @@ } }, { - "id": 775, + "id": 777, "name": "CLOSED", "variant": "declaration", "kind": 16, @@ -320,7 +320,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 144, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L144" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L144" } ], "type": { @@ -329,7 +329,7 @@ } }, { - "id": 773, + "id": 775, "name": "SUBSCRIBED", "variant": "declaration", "kind": 16, @@ -339,7 +339,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 142, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L142" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L142" } ], "type": { @@ -348,7 +348,7 @@ } }, { - "id": 774, + "id": 776, "name": "TIMED_OUT", "variant": "declaration", "kind": 16, @@ -358,7 +358,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 143, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L143" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L143" } ], "type": { @@ -370,7 +370,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [776, 775, 773, 774] + "children": [778, 777, 775, 776] } ], "sources": [ @@ -378,7 +378,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 141, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L141" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L141" } ] }, @@ -408,7 +408,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 184, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L184" } ], "signatures": [ @@ -423,7 +423,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 184, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L184" } ], "parameters": [ @@ -496,7 +496,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 165, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L165" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L165" } ], "type": { @@ -512,7 +512,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 165, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L165" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L165" } ], "indexSignatures": [ @@ -527,7 +527,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 166, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L166" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L166" } ], "parameters": [ @@ -565,7 +565,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 169, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L169" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L169" } ], "type": { @@ -589,7 +589,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 168, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L168" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L168" } ], "type": { @@ -605,7 +605,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 168, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L168" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L168" } ], "indexSignatures": [ @@ -620,7 +620,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 168, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L168" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L168" } ], "parameters": [ @@ -658,7 +658,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 170, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L170" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L170" } ], "type": { @@ -677,7 +677,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 167, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L167" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L167" } ], "type": { @@ -697,7 +697,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 166, "character": 19, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L166" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L166" } ] } @@ -720,7 +720,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 180, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L180" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L180" } ], "type": { @@ -739,7 +739,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 175, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L175" } ], "type": { @@ -759,7 +759,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 176, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L176" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L176" } ], "type": { @@ -786,7 +786,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 187, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L187" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L187" } ], "type": { @@ -808,7 +808,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 179, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L179" } ], "type": { @@ -830,7 +830,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 182, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L182" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L182" } ], "type": { @@ -849,7 +849,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 178, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L178" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L178" } ], "type": { @@ -878,7 +878,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 177, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L177" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L177" } ], "type": { @@ -905,7 +905,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 188, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L188" } ], "type": { @@ -927,7 +927,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 174, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L174" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L174" } ], "type": { @@ -952,7 +952,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 181, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L181" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L181" } ], "type": { @@ -971,7 +971,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 173, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L173" } ], "type": { @@ -1000,7 +1000,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 186, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L186" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L186" } ], "type": { @@ -1019,7 +1019,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 520, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L520" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L520" } ], "signatures": [ @@ -1053,7 +1053,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 520, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L520" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L520" } ], "parameters": [ @@ -1131,7 +1131,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 523, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L523" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L523" } ], "type": { @@ -1151,7 +1151,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 523, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L523" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L523" } ] } @@ -1189,7 +1189,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 524, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L524" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L524" } ], "type": { @@ -1209,7 +1209,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 524, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L524" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L524" } ] } @@ -1234,7 +1234,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 524, "character": 67, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L524" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L524" } ], "type": { @@ -1253,7 +1253,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 524, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L524" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L524" } ], "type": { @@ -1272,7 +1272,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 524, "character": 35, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L524" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L524" } ], "type": { @@ -1292,7 +1292,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 524, "character": 33, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L524" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L524" } ] } @@ -1317,91 +1317,91 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 387, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L387" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L387" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 392, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L392" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L392" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 397, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L397" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L397" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 402, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L402" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L402" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 407, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L407" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L407" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 412, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L412" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L412" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 417, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L417" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L417" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 428, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L428" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L428" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 441, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L441" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L441" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 454, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L454" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L454" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 463, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L463" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L463" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 472, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L472" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L472" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 481, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L481" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L481" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 490, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L490" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L490" }, { "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 495, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L495" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L495" } ], "signatures": [ @@ -1424,7 +1424,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 387, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L387" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L387" } ], "parameters": [ @@ -1465,7 +1465,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 389, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L389" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L389" } ], "type": { @@ -1485,7 +1485,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 389, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L389" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L389" } ] } @@ -1510,7 +1510,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 390, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L390" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L390" } ], "signatures": [ @@ -1525,7 +1525,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 390, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L390" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L390" } ], "type": { @@ -1565,7 +1565,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 392, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L392" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L392" } ], "typeParameters": [ @@ -1588,7 +1588,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 392, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L392" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L392" } ], "indexSignatures": [ @@ -1603,7 +1603,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 392, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L392" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L392" } ], "parameters": [ @@ -1667,7 +1667,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 394, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L394" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L394" } ], "type": { @@ -1687,7 +1687,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 394, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L394" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L394" } ] } @@ -1712,7 +1712,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 395, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L395" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L395" } ], "signatures": [ @@ -1727,7 +1727,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 395, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L395" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L395" } ], "parameters": [ @@ -1739,7 +1739,7 @@ "flags": {}, "type": { "type": "reference", - "target": 728, + "target": 730, "typeArguments": [ { "type": "reference", @@ -1791,7 +1791,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 397, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L397" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L397" } ], "typeParameters": [ @@ -1814,7 +1814,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 397, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L397" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L397" } ], "indexSignatures": [ @@ -1829,7 +1829,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 397, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L397" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L397" } ], "parameters": [ @@ -1893,7 +1893,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 399, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L399" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L399" } ], "type": { @@ -1913,7 +1913,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 399, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L399" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L399" } ] } @@ -1938,7 +1938,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 400, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L400" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L400" } ], "signatures": [ @@ -1953,7 +1953,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 400, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L400" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L400" } ], "parameters": [ @@ -1965,7 +1965,7 @@ "flags": {}, "type": { "type": "reference", - "target": 738, + "target": 740, "typeArguments": [ { "type": "reference", @@ -2017,7 +2017,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 402, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L402" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L402" } ], "typeParameters": [ @@ -2040,7 +2040,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 402, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L402" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L402" } ], "indexSignatures": [ @@ -2055,7 +2055,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 402, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L402" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L402" } ], "parameters": [ @@ -2101,7 +2101,7 @@ "flags": {}, "type": { "type": "reference", - "target": 687, + "target": 689, "typeArguments": [ { "type": "literal", @@ -2131,7 +2131,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 405, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L405" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L405" } ], "signatures": [ @@ -2146,7 +2146,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 405, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L405" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L405" } ], "parameters": [ @@ -2158,7 +2158,7 @@ "flags": {}, "type": { "type": "reference", - "target": 694, + "target": 696, "typeArguments": [ { "type": "reference", @@ -2210,7 +2210,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 407, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L407" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L407" } ], "typeParameters": [ @@ -2233,7 +2233,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 407, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L407" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L407" } ], "indexSignatures": [ @@ -2248,7 +2248,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 407, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L407" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L407" } ], "parameters": [ @@ -2294,7 +2294,7 @@ "flags": {}, "type": { "type": "reference", - "target": 687, + "target": 689, "typeArguments": [ { "type": "literal", @@ -2324,7 +2324,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 410, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L410" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L410" } ], "signatures": [ @@ -2339,7 +2339,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 410, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L410" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L410" } ], "parameters": [ @@ -2351,7 +2351,7 @@ "flags": {}, "type": { "type": "reference", - "target": 699, + "target": 701, "typeArguments": [ { "type": "reference", @@ -2403,7 +2403,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 412, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L412" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L412" } ], "typeParameters": [ @@ -2426,7 +2426,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 412, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L412" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L412" } ], "indexSignatures": [ @@ -2441,7 +2441,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 412, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L412" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L412" } ], "parameters": [ @@ -2487,7 +2487,7 @@ "flags": {}, "type": { "type": "reference", - "target": 687, + "target": 689, "typeArguments": [ { "type": "literal", @@ -2517,7 +2517,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 415, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L415" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L415" } ], "signatures": [ @@ -2532,7 +2532,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 415, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L415" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L415" } ], "parameters": [ @@ -2544,7 +2544,7 @@ "flags": {}, "type": { "type": "reference", - "target": 709, + "target": 711, "typeArguments": [ { "type": "reference", @@ -2596,7 +2596,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 417, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L417" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L417" } ], "typeParameters": [ @@ -2619,7 +2619,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 417, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L417" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L417" } ], "indexSignatures": [ @@ -2634,7 +2634,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 417, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L417" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L417" } ], "parameters": [ @@ -2680,7 +2680,7 @@ "flags": {}, "type": { "type": "reference", - "target": 687, + "target": 689, "typeArguments": [ { "type": "literal", @@ -2710,7 +2710,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 420, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L420" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L420" } ], "signatures": [ @@ -2725,7 +2725,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 420, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L420" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L420" } ], "parameters": [ @@ -2737,7 +2737,7 @@ "flags": {}, "type": { "type": "reference", - "target": 718, + "target": 720, "typeArguments": [ { "type": "reference", @@ -2789,7 +2789,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 428, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L428" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L428" } ], "parameters": [ @@ -2846,7 +2846,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 430, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L430" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L430" } ], "type": { @@ -2866,7 +2866,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 430, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L430" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L430" } ] } @@ -2899,7 +2899,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 431, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L431" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L431" } ], "signatures": [ @@ -2914,7 +2914,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 431, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L431" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L431" } ], "parameters": [ @@ -2944,7 +2944,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 433, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L433" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L433" } ], "type": { @@ -2965,7 +2965,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 434, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L434" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L434" } ], "type": { @@ -2988,7 +2988,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 436, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L436" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L436" } ], "type": { @@ -3009,7 +3009,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 435, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L435" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L435" } ], "type": { @@ -3029,7 +3029,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 434, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L434" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L434" } ] } @@ -3046,7 +3046,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 432, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L432" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L432" } ], "type": { @@ -3066,7 +3066,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 431, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L431" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L431" } ], "indexSignatures": [ @@ -3081,7 +3081,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 438, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L438" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L438" } ], "parameters": [ @@ -3144,7 +3144,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 441, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L441" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L441" } ], "typeParameters": [ @@ -3167,7 +3167,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 441, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L441" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L441" } ], "indexSignatures": [ @@ -3182,7 +3182,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 441, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L441" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L441" } ], "parameters": [ @@ -3246,7 +3246,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 443, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L443" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L443" } ], "type": { @@ -3266,7 +3266,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 443, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L443" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L443" } ] } @@ -3291,7 +3291,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 444, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L444" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L444" } ], "signatures": [ @@ -3306,7 +3306,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 444, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L444" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L444" } ], "parameters": [ @@ -3336,7 +3336,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 446, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L446" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L446" } ], "type": { @@ -3357,7 +3357,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 447, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L447" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L447" } ], "type": { @@ -3380,7 +3380,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 449, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L449" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L449" } ], "type": { @@ -3401,7 +3401,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 448, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L448" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L448" } ], "type": { @@ -3421,7 +3421,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 447, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L447" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L447" } ] } @@ -3438,7 +3438,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 451, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L451" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L451" } ], "type": { @@ -3460,7 +3460,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 445, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L445" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L445" } ], "type": { @@ -3480,7 +3480,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 444, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L444" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L444" } ] } @@ -3524,7 +3524,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 454, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L454" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L454" } ], "typeParameters": [ @@ -3593,12 +3593,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 456, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L456" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L456" } ], "type": { "type": "reference", - "target": 764, + "target": 766, "name": "ALL", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.ALL" @@ -3616,7 +3616,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 456, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L456" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L456" } ] } @@ -3641,7 +3641,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 457, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L457" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L457" } ], "signatures": [ @@ -3656,7 +3656,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 457, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L457" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L457" } ], "parameters": [ @@ -3686,12 +3686,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 459, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L459" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L459" } ], "type": { "type": "reference", - "target": 764, + "target": 766, "name": "ALL", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.ALL" @@ -3708,7 +3708,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 460, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L460" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L460" } ], "type": { @@ -3741,7 +3741,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 458, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L458" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L458" } ], "type": { @@ -3761,7 +3761,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 457, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L457" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L457" } ] } @@ -3805,7 +3805,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 463, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L463" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L463" } ], "typeParameters": [ @@ -3828,7 +3828,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 463, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L463" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L463" } ], "indexSignatures": [ @@ -3843,7 +3843,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 463, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L463" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L463" } ], "parameters": [ @@ -3907,12 +3907,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 465, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L465" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L465" } ], "type": { "type": "reference", - "target": 765, + "target": 767, "name": "INSERT", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT" @@ -3930,7 +3930,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 465, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L465" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L465" } ] } @@ -3955,7 +3955,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 466, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L466" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L466" } ], "signatures": [ @@ -3970,7 +3970,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 466, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L466" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L466" } ], "parameters": [ @@ -4000,12 +4000,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 468, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L468" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L468" } ], "type": { "type": "reference", - "target": 765, + "target": 767, "name": "INSERT", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT" @@ -4022,7 +4022,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 469, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L469" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L469" } ], "type": { @@ -4055,7 +4055,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 467, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L467" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L467" } ], "type": { @@ -4075,7 +4075,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 466, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L466" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L466" } ] } @@ -4119,7 +4119,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 472, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L472" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L472" } ], "typeParameters": [ @@ -4142,7 +4142,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 472, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L472" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L472" } ], "indexSignatures": [ @@ -4157,7 +4157,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 472, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L472" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L472" } ], "parameters": [ @@ -4221,12 +4221,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 474, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L474" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L474" } ], "type": { "type": "reference", - "target": 766, + "target": 768, "name": "UPDATE", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE" @@ -4244,7 +4244,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 474, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L474" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L474" } ] } @@ -4269,7 +4269,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 475, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L475" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L475" } ], "signatures": [ @@ -4284,7 +4284,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 475, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L475" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L475" } ], "parameters": [ @@ -4314,12 +4314,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 477, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L477" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L477" } ], "type": { "type": "reference", - "target": 766, + "target": 768, "name": "UPDATE", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE" @@ -4336,7 +4336,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 478, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L478" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L478" } ], "type": { @@ -4369,7 +4369,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 476, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L476" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L476" } ], "type": { @@ -4389,7 +4389,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 475, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L475" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L475" } ] } @@ -4433,7 +4433,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 481, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L481" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L481" } ], "typeParameters": [ @@ -4456,7 +4456,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 481, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L481" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L481" } ], "indexSignatures": [ @@ -4471,7 +4471,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 481, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L481" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L481" } ], "parameters": [ @@ -4535,12 +4535,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 483, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L483" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L483" } ], "type": { "type": "reference", - "target": 767, + "target": 769, "name": "DELETE", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE" @@ -4558,7 +4558,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 483, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L483" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L483" } ] } @@ -4583,7 +4583,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 484, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L484" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L484" } ], "signatures": [ @@ -4598,7 +4598,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 484, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L484" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L484" } ], "parameters": [ @@ -4628,12 +4628,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 486, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L486" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L486" } ], "type": { "type": "reference", - "target": 767, + "target": 769, "name": "DELETE", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE" @@ -4650,7 +4650,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 487, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L487" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L487" } ], "type": { @@ -4683,7 +4683,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 485, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L485" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L485" } ], "type": { @@ -4703,7 +4703,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 484, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L484" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L484" } ] } @@ -4747,7 +4747,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 490, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L490" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L490" } ], "typeParameters": [ @@ -4770,7 +4770,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 490, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L490" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L490" } ], "indexSignatures": [ @@ -4785,7 +4785,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 490, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L490" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L490" } ], "parameters": [ @@ -4859,7 +4859,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 493, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L493" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L493" } ], "signatures": [ @@ -4874,7 +4874,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 493, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L493" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L493" } ], "parameters": [ @@ -4921,7 +4921,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 356, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L356" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L356" } ], "signatures": [ @@ -4936,7 +4936,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 356, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L356" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L356" } ], "typeParameters": [ @@ -4959,7 +4959,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 356, "character": 26, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L356" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L356" } ], "indexSignatures": [ @@ -4974,7 +4974,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 356, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L356" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L356" } ], "parameters": [ @@ -5012,7 +5012,7 @@ ], "type": { "type": "reference", - "target": 748, + "target": 750, "typeArguments": [ { "type": "reference", @@ -5039,7 +5039,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 580, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L580" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L580" } ], "signatures": [ @@ -5062,7 +5062,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 580, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L580" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L580" } ], "parameters": [ @@ -5108,7 +5108,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 583, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L583" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L583" } ], "type": { @@ -5137,7 +5137,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 584, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L584" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L584" } ], "type": { @@ -5164,7 +5164,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 582, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L582" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L582" } ], "type": { @@ -5172,11 +5172,11 @@ "types": [ { "type": "literal", - "value": "presence" + "value": "broadcast" }, { "type": "literal", - "value": "broadcast" + "value": "presence" }, { "type": "literal", @@ -5197,7 +5197,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 581, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L581" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L581" } ], "indexSignatures": [ @@ -5212,7 +5212,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 585, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L585" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L585" } ], "parameters": [ @@ -5264,7 +5264,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 587, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L587" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L587" } ], "indexSignatures": [ @@ -5279,7 +5279,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 587, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L587" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L587" } ], "parameters": [ @@ -5337,7 +5337,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 254, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L254" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L254" } ], "signatures": [ @@ -5360,7 +5360,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 254, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L254" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L254" } ], "parameters": [ @@ -5385,7 +5385,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 255, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L255" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L255" } ], "signatures": [ @@ -5400,7 +5400,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 255, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L255" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L255" } ], "parameters": [ @@ -5412,7 +5412,7 @@ "flags": {}, "type": { "type": "reference", - "target": 772, + "target": 774, "name": "REALTIME_SUBSCRIBE_STATES", "package": "@supabase/realtime-js" } @@ -5479,7 +5479,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 702, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L702" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L702" } ], "signatures": [ @@ -5502,7 +5502,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 702, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L702" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L702" } ], "type": { @@ -5523,7 +5523,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 360, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L360" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L360" } ], "signatures": [ @@ -5538,7 +5538,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 360, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L360" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L360" } ], "parameters": [ @@ -5561,7 +5561,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 361, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L361" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L361" } ], "indexSignatures": [ @@ -5576,7 +5576,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 361, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L361" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L361" } ], "parameters": [ @@ -5620,7 +5620,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 362, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L362" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L362" } ], "indexSignatures": [ @@ -5635,7 +5635,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 362, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L362" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L362" } ], "parameters": [ @@ -5693,7 +5693,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 663, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L663" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L663" } ], "signatures": [ @@ -5724,7 +5724,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 663, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L663" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L663" } ], "parameters": [ @@ -5783,7 +5783,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 374, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L374" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L374" } ], "signatures": [ @@ -5798,7 +5798,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 374, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L374" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L374" } ], "parameters": [ @@ -5821,7 +5821,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 374, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L374" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L374" } ], "indexSignatures": [ @@ -5836,7 +5836,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 374, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L374" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L374" } ], "parameters": [ @@ -5894,7 +5894,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 650, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L650" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L650" } ], "signatures": [ @@ -5909,7 +5909,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 650, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L650" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L650" } ], "parameters": [ @@ -5932,7 +5932,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 650, "character": 29, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L650" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L650" } ], "indexSignatures": [ @@ -5947,7 +5947,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 650, "character": 31, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L650" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L650" } ], "parameters": [ @@ -6000,7 +6000,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 164, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L164" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L164" } ] }, @@ -6020,9 +6020,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 159, + "line": 163, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L159" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L163" } ], "signatures": [ @@ -6043,9 +6043,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 159, + "line": 163, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L159" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L163" } ], "parameters": [ @@ -6078,7 +6078,7 @@ }, "type": { "type": "reference", - "target": 651, + "target": 652, "name": "RealtimeClientOptions", "package": "@supabase/realtime-js", "highlightedProperties": { @@ -6183,7 +6183,7 @@ ] }, { - "id": 510, + "id": 511, "name": "accessToken", "variant": "declaration", "kind": 1024, @@ -6191,9 +6191,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 132, + "line": 136, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L132" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L136" } ], "type": { @@ -6206,7 +6206,7 @@ { "type": "reflection", "declaration": { - "id": 511, + "id": 512, "name": "__type", "variant": "declaration", "kind": 65536, @@ -6214,14 +6214,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 132, + "line": 136, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L132" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L136" } ], "signatures": [ { - "id": 512, + "id": 513, "name": "__type", "variant": "signature", "kind": 4096, @@ -6229,9 +6229,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 132, + "line": 136, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L132" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L136" } ], "type": { @@ -6275,9 +6275,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 96, + "line": 99, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L96" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L99" } ], "type": { @@ -6304,9 +6304,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 97, + "line": 100, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L100" } ], "type": { @@ -6333,9 +6333,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 98, + "line": 101, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L98" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L101" } ], "type": { @@ -6351,7 +6351,7 @@ "defaultValue": "..." }, { - "id": 493, + "id": 494, "name": "conn", "variant": "declaration", "kind": 1024, @@ -6359,9 +6359,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 117, + "line": 121, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L117" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L121" } ], "type": { @@ -6373,7 +6373,7 @@ }, { "type": "reference", - "target": 795, + "target": 797, "name": "WebSocketLike", "package": "@supabase/realtime-js" } @@ -6382,7 +6382,7 @@ "defaultValue": "null" }, { - "id": 491, + "id": 492, "name": "decode", "variant": "declaration", "kind": 1024, @@ -6390,9 +6390,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 115, + "line": 119, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L119" } ], "type": { @@ -6406,7 +6406,7 @@ } }, { - "id": 490, + "id": 491, "name": "encode", "variant": "declaration", "kind": 1024, @@ -6414,9 +6414,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 114, + "line": 118, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L118" } ], "type": { @@ -6438,9 +6438,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 99, + "line": 102, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L99" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L102" } ], "type": { @@ -6450,7 +6450,7 @@ "defaultValue": "''" }, { - "id": 502, + "id": 503, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -6458,15 +6458,15 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 131, + "line": 135, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L131" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L135" } ], "type": { "type": "reflection", "declaration": { - "id": 503, + "id": 504, "name": "__type", "variant": "declaration", "kind": 65536, @@ -6485,7 +6485,7 @@ ], "signatures": [ { - "id": 504, + "id": 505, "name": "__type", "variant": "signature", "kind": 4096, @@ -6507,7 +6507,7 @@ ], "parameters": [ { - "id": 505, + "id": 506, "name": "input", "variant": "param", "kind": 32768, @@ -6537,7 +6537,7 @@ } }, { - "id": 506, + "id": 507, "name": "init", "variant": "param", "kind": 32768, @@ -6577,7 +6577,7 @@ } }, { - "id": 507, + "id": 508, "name": "__type", "variant": "signature", "kind": 4096, @@ -6599,7 +6599,7 @@ ], "parameters": [ { - "id": 508, + "id": 509, "name": "input", "variant": "param", "kind": 32768, @@ -6633,7 +6633,7 @@ } }, { - "id": 509, + "id": 510, "name": "init", "variant": "param", "kind": 32768, @@ -6701,9 +6701,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 102, + "line": 105, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L102" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L105" } ], "type": { @@ -6717,9 +6717,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 102, + "line": 105, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L102" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L105" } ], "indexSignatures": [ @@ -6732,9 +6732,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 102, + "line": 105, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L102" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L105" } ], "parameters": [ @@ -6769,9 +6769,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 109, + "line": 112, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L109" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L112" } ], "type": { @@ -6785,9 +6785,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 109, + "line": 112, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L109" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L112" } ], "signatures": [ @@ -6800,9 +6800,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 109, + "line": 112, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L109" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L112" } ], "parameters": [ @@ -6842,9 +6842,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 106, + "line": 109, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L106" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L109" } ], "type": { @@ -6862,9 +6862,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 107, + "line": 110, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L107" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L110" } ], "type": { @@ -6897,9 +6897,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 100, + "line": 103, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L100" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L103" } ], "type": { @@ -6909,7 +6909,7 @@ "defaultValue": "''" }, { - "id": 488, + "id": 489, "name": "logger", "variant": "declaration", "kind": 1024, @@ -6917,9 +6917,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 112, + "line": 116, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L116" } ], "type": { @@ -6934,7 +6934,7 @@ "defaultValue": "noop" }, { - "id": 489, + "id": 490, "name": "logLevel", "variant": "declaration", "kind": 1024, @@ -6944,9 +6944,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 113, + "line": 117, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L113" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L117" } ], "type": { @@ -6970,9 +6970,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 103, + "line": 106, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L103" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L106" } ], "type": { @@ -6986,9 +6986,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 103, + "line": 106, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L103" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L106" } ], "indexSignatures": [ @@ -7001,9 +7001,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 103, + "line": 106, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L103" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L106" } ], "parameters": [ @@ -7038,9 +7038,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 108, + "line": 111, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L108" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L111" } ], "type": { @@ -7059,7 +7059,7 @@ "defaultValue": "null" }, { - "id": 492, + "id": 493, "name": "reconnectAfterMs", "variant": "declaration", "kind": 1024, @@ -7067,9 +7067,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 116, + "line": 120, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L116" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L120" } ], "type": { @@ -7091,9 +7091,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 111, + "line": 114, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L111" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L114" } ], "type": { @@ -7126,9 +7126,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 110, + "line": 113, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L110" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L113" } ], "type": { @@ -7138,7 +7138,7 @@ "defaultValue": "0" }, { - "id": 494, + "id": 495, "name": "sendBuffer", "variant": "declaration", "kind": 1024, @@ -7146,9 +7146,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 118, + "line": 122, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L118" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L122" } ], "type": { @@ -7166,7 +7166,7 @@ "defaultValue": "[]" }, { - "id": 495, + "id": 496, "name": "serializer", "variant": "declaration", "kind": 1024, @@ -7174,9 +7174,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 119, + "line": 123, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L119" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L123" } ], "type": { @@ -7192,7 +7192,7 @@ "defaultValue": "..." }, { - "id": 496, + "id": 497, "name": "stateChangeCallbacks", "variant": "declaration", "kind": 1024, @@ -7200,22 +7200,22 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 120, + "line": 124, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L124" } ], "type": { "type": "reflection", "declaration": { - "id": 497, + "id": 498, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 499, + "id": 500, "name": "close", "variant": "declaration", "kind": 1024, @@ -7223,9 +7223,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 122, + "line": 126, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L122" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L126" } ], "type": { @@ -7242,7 +7242,7 @@ } }, { - "id": 500, + "id": 501, "name": "error", "variant": "declaration", "kind": 1024, @@ -7250,9 +7250,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 123, + "line": 127, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L123" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L127" } ], "type": { @@ -7269,7 +7269,7 @@ } }, { - "id": 501, + "id": 502, "name": "message", "variant": "declaration", "kind": 1024, @@ -7277,9 +7277,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 124, + "line": 128, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L128" } ], "type": { @@ -7296,7 +7296,7 @@ } }, { - "id": 498, + "id": 499, "name": "open", "variant": "declaration", "kind": 1024, @@ -7304,9 +7304,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 121, + "line": 125, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L121" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L125" } ], "type": { @@ -7326,15 +7326,15 @@ "groups": [ { "title": "Properties", - "children": [499, 500, 501, 498] + "children": [500, 501, 502, 499] } ], "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 120, + "line": 124, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L124" } ] } @@ -7350,9 +7350,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 104, + "line": 107, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L104" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L107" } ], "type": { @@ -7370,9 +7370,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 105, + "line": 108, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L105" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L108" } ], "type": { @@ -7384,7 +7384,7 @@ }, { "type": "reference", - "target": 845, + "target": 847, "name": "WebSocketLikeConstructor", "package": "@supabase/realtime-js" } @@ -7393,7 +7393,27 @@ "defaultValue": "null" }, { - "id": 513, + "id": 488, + "name": "vsn", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "sources": [ + { + "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", + "line": 115, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L115" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "defaultValue": "DEFAULT_VSN" + }, + { + "id": 514, "name": "worker", "variant": "declaration", "kind": 1024, @@ -7403,9 +7423,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 133, + "line": 137, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L133" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L137" } ], "type": { @@ -7414,7 +7434,7 @@ } }, { - "id": 515, + "id": 516, "name": "workerRef", "variant": "declaration", "kind": 1024, @@ -7424,9 +7444,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 135, + "line": 139, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L139" } ], "type": { @@ -7440,7 +7460,7 @@ } }, { - "id": 514, + "id": 515, "name": "workerUrl", "variant": "declaration", "kind": 1024, @@ -7450,9 +7470,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 134, + "line": 138, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L134" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L138" } ], "type": { @@ -7461,7 +7481,7 @@ } }, { - "id": 547, + "id": 548, "name": "channel", "variant": "declaration", "kind": 2048, @@ -7469,14 +7489,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 346, + "line": 358, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L346" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L358" } ], "signatures": [ { - "id": 548, + "id": 549, "name": "channel", "variant": "signature", "kind": 4096, @@ -7484,14 +7504,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 346, + "line": 358, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L346" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L358" } ], "parameters": [ { - "id": 549, + "id": 550, "name": "topic", "variant": "param", "kind": 32768, @@ -7502,7 +7522,7 @@ } }, { - "id": 550, + "id": 551, "name": "params", "variant": "param", "kind": 32768, @@ -7527,7 +7547,7 @@ ] }, { - "id": 519, + "id": 520, "name": "connect", "variant": "declaration", "kind": 2048, @@ -7535,14 +7555,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 178, + "line": 182, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L178" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L182" } ], "signatures": [ { - "id": 520, + "id": 521, "name": "connect", "variant": "signature", "kind": 4096, @@ -7558,9 +7578,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 178, + "line": 182, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L178" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L182" } ], "type": { @@ -7571,7 +7591,7 @@ ] }, { - "id": 539, + "id": 540, "name": "connectionState", "variant": "declaration", "kind": 2048, @@ -7579,14 +7599,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 312, + "line": 324, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L312" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L324" } ], "signatures": [ { - "id": 540, + "id": 541, "name": "connectionState", "variant": "signature", "kind": 4096, @@ -7602,9 +7622,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 312, + "line": 324, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L312" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L324" } ], "type": { @@ -7620,7 +7640,7 @@ ] }, { - "id": 523, + "id": 524, "name": "disconnect", "variant": "declaration", "kind": 2048, @@ -7628,14 +7648,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 238, + "line": 248, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L238" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L248" } ], "signatures": [ { - "id": 524, + "id": 525, "name": "disconnect", "variant": "signature", "kind": 4096, @@ -7651,14 +7671,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 238, + "line": 248, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L238" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L248" } ], "parameters": [ { - "id": 525, + "id": 526, "name": "code", "variant": "param", "kind": 32768, @@ -7679,7 +7699,7 @@ } }, { - "id": 526, + "id": 527, "name": "reason", "variant": "param", "kind": 32768, @@ -7708,7 +7728,7 @@ ] }, { - "id": 521, + "id": 522, "name": "endpointURL", "variant": "declaration", "kind": 2048, @@ -7716,14 +7736,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 228, + "line": 238, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L238" } ], "signatures": [ { - "id": 522, + "id": 523, "name": "endpointURL", "variant": "signature", "kind": 4096, @@ -7750,9 +7770,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 228, + "line": 238, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L238" } ], "type": { @@ -7763,7 +7783,7 @@ ] }, { - "id": 565, + "id": 566, "name": "flushSendBuffer", "variant": "declaration", "kind": 2048, @@ -7771,14 +7791,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 455, + "line": 467, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L455" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L467" } ], "signatures": [ { - "id": 566, + "id": 567, "name": "flushSendBuffer", "variant": "signature", "kind": 4096, @@ -7794,9 +7814,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 455, + "line": 467, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L455" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L467" } ], "type": { @@ -7807,7 +7827,7 @@ ] }, { - "id": 527, + "id": 528, "name": "getChannels", "variant": "declaration", "kind": 2048, @@ -7815,14 +7835,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 272, + "line": 284, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L272" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L284" } ], "signatures": [ { - "id": 528, + "id": 529, "name": "getChannels", "variant": "signature", "kind": 4096, @@ -7838,9 +7858,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 272, + "line": 284, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L272" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L284" } ], "type": { @@ -7857,7 +7877,7 @@ ] }, { - "id": 541, + "id": 542, "name": "isConnected", "variant": "declaration", "kind": 2048, @@ -7865,14 +7885,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 328, + "line": 340, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L328" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L340" } ], "signatures": [ { - "id": 542, + "id": 543, "name": "isConnected", "variant": "signature", "kind": 4096, @@ -7896,9 +7916,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 328, + "line": 340, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L328" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L340" } ], "type": { @@ -7909,7 +7929,7 @@ ] }, { - "id": 543, + "id": 544, "name": "isConnecting", "variant": "declaration", "kind": 2048, @@ -7917,14 +7937,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 335, + "line": 347, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L335" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L347" } ], "signatures": [ { - "id": 544, + "id": 545, "name": "isConnecting", "variant": "signature", "kind": 4096, @@ -7948,9 +7968,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 335, + "line": 347, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L335" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L347" } ], "type": { @@ -7961,7 +7981,7 @@ ] }, { - "id": 545, + "id": 546, "name": "isDisconnecting", "variant": "declaration", "kind": 2048, @@ -7969,14 +7989,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 342, + "line": 354, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L342" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L354" } ], "signatures": [ { - "id": 546, + "id": 547, "name": "isDisconnecting", "variant": "signature", "kind": 4096, @@ -8000,9 +8020,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 342, + "line": 354, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L342" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L354" } ], "type": { @@ -8013,7 +8033,7 @@ ] }, { - "id": 534, + "id": 535, "name": "log", "variant": "declaration", "kind": 2048, @@ -8021,14 +8041,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 305, + "line": 317, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L305" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L317" } ], "signatures": [ { - "id": 535, + "id": 536, "name": "log", "variant": "signature", "kind": 4096, @@ -8052,14 +8072,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 305, + "line": 317, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L305" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L317" } ], "parameters": [ { - "id": 536, + "id": 537, "name": "kind", "variant": "param", "kind": 32768, @@ -8070,7 +8090,7 @@ } }, { - "id": 537, + "id": 538, "name": "msg", "variant": "param", "kind": 32768, @@ -8081,7 +8101,7 @@ } }, { - "id": 538, + "id": 539, "name": "data", "variant": "param", "kind": 32768, @@ -8102,7 +8122,7 @@ ] }, { - "id": 559, + "id": 560, "name": "onHeartbeat", "variant": "declaration", "kind": 2048, @@ -8110,14 +8130,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 449, + "line": 461, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L449" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L461" } ], "signatures": [ { - "id": 560, + "id": 561, "name": "onHeartbeat", "variant": "signature", "kind": 4096, @@ -8125,14 +8145,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 449, + "line": 461, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L449" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L461" } ], "parameters": [ { - "id": 561, + "id": 562, "name": "callback", "variant": "param", "kind": 32768, @@ -8140,7 +8160,7 @@ "type": { "type": "reflection", "declaration": { - "id": 562, + "id": 563, "name": "__type", "variant": "declaration", "kind": 65536, @@ -8148,14 +8168,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 449, + "line": 461, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L449" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L461" } ], "signatures": [ { - "id": 563, + "id": 564, "name": "__type", "variant": "signature", "kind": 4096, @@ -8163,14 +8183,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 449, + "line": 461, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L449" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L461" } ], "parameters": [ { - "id": 564, + "id": 565, "name": "status", "variant": "param", "kind": 32768, @@ -8204,7 +8224,7 @@ ] }, { - "id": 551, + "id": 552, "name": "push", "variant": "declaration", "kind": 2048, @@ -8212,14 +8232,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 365, + "line": 377, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L365" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L377" } ], "signatures": [ { - "id": 552, + "id": 553, "name": "push", "variant": "signature", "kind": 4096, @@ -8235,21 +8255,21 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 365, + "line": 377, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L365" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L377" } ], "parameters": [ { - "id": 553, + "id": 554, "name": "data", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 680, + "target": 682, "name": "RealtimeMessage", "package": "@supabase/realtime-js" } @@ -8263,7 +8283,7 @@ ] }, { - "id": 532, + "id": 533, "name": "removeAllChannels", "variant": "declaration", "kind": 2048, @@ -8271,14 +8291,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 293, + "line": 305, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L293" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L305" } ], "signatures": [ { - "id": 533, + "id": 534, "name": "removeAllChannels", "variant": "signature", "kind": 4096, @@ -8294,9 +8314,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 293, + "line": 305, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L293" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L305" } ], "type": { @@ -8310,7 +8330,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 757, + "target": 759, "name": "RealtimeRemoveChannelResponse", "package": "@supabase/realtime-js" } @@ -8323,7 +8343,7 @@ ] }, { - "id": 529, + "id": 530, "name": "removeChannel", "variant": "declaration", "kind": 2048, @@ -8331,14 +8351,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 280, + "line": 292, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L280" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L292" } ], "signatures": [ { - "id": 530, + "id": 531, "name": "removeChannel", "variant": "signature", "kind": 4096, @@ -8354,14 +8374,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 280, + "line": 292, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L280" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L292" } ], "parameters": [ { - "id": 531, + "id": 532, "name": "channel", "variant": "param", "kind": 32768, @@ -8392,7 +8412,7 @@ "typeArguments": [ { "type": "reference", - "target": 757, + "target": 759, "name": "RealtimeRemoveChannelResponse", "package": "@supabase/realtime-js" } @@ -8404,7 +8424,7 @@ ] }, { - "id": 557, + "id": 558, "name": "sendHeartbeat", "variant": "declaration", "kind": 2048, @@ -8412,14 +8432,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 400, + "line": 412, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L400" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L412" } ], "signatures": [ { - "id": 558, + "id": 559, "name": "sendHeartbeat", "variant": "signature", "kind": 4096, @@ -8435,9 +8455,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 400, + "line": 412, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L400" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L412" } ], "type": { @@ -8459,7 +8479,7 @@ ] }, { - "id": 554, + "id": 555, "name": "setAuth", "variant": "declaration", "kind": 2048, @@ -8467,14 +8487,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 389, + "line": 401, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L389" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L401" } ], "signatures": [ { - "id": 555, + "id": 556, "name": "setAuth", "variant": "signature", "kind": 4096, @@ -8498,14 +8518,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 389, + "line": 401, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L389" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L401" } ], "parameters": [ { - "id": 556, + "id": 557, "name": "token", "variant": "param", "kind": 32768, @@ -8561,23 +8581,23 @@ { "title": "Properties", "children": [ - 510, 464, 465, 466, 493, 491, 490, 467, 502, 469, 482, 479, 480, 468, 488, 489, 473, - 481, 492, 487, 486, 494, 495, 496, 477, 478, 513, 515, 514 + 511, 464, 465, 466, 494, 492, 491, 467, 503, 469, 482, 479, 480, 468, 489, 490, 473, + 481, 493, 487, 486, 495, 496, 497, 477, 478, 488, 514, 516, 515 ] }, { "title": "Methods", "children": [ - 547, 519, 539, 523, 521, 565, 527, 541, 543, 545, 534, 559, 551, 532, 529, 557, 554 + 548, 520, 540, 524, 522, 566, 528, 542, 544, 546, 535, 560, 552, 533, 530, 558, 555 ] } ], "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 95, + "line": 98, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L98" } ] }, @@ -8599,7 +8619,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 81, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L81" } ], "signatures": [ @@ -8622,7 +8642,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 81, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L81" } ], "parameters": [ @@ -8700,7 +8720,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 64, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L64" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L64" } ], "type": { @@ -8723,7 +8743,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 65, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L65" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L65" } ], "type": { @@ -8747,7 +8767,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 66, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L66" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L66" } ], "type": { @@ -8771,7 +8791,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 67, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L67" } ], "type": { @@ -8787,7 +8807,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 67, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L67" } ], "signatures": [ @@ -8802,7 +8822,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 67, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L67" } ], "type": { @@ -8826,7 +8846,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 64, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L64" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L64" } ] } @@ -8854,7 +8874,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 82, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L82" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L82" } ], "type": { @@ -8876,7 +8896,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 63, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L63" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L63" } ], "type": { @@ -8896,7 +8916,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 62, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L62" } ], "type": { @@ -8925,7 +8945,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 61, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L61" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L61" } ], "type": { @@ -8953,12 +8973,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 60, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L60" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L60" } ], "type": { "type": "reference", - "target": 748, + "target": 750, "name": "RealtimePresenceState", "package": "@supabase/realtime-js" }, @@ -8980,33 +9000,33 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 59, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L59" } ] }, { - "id": 778, + "id": 780, "name": "WebSocketFactory", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 793, + "id": 795, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 794, + "id": 796, "name": "WebSocketFactory", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 778, + "target": 780, "name": "WebSocketFactory", "package": "@supabase/realtime-js" } @@ -9014,7 +9034,7 @@ ] }, { - "id": 787, + "id": 789, "name": "createWebSocket", "variant": "declaration", "kind": 2048, @@ -9027,12 +9047,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 130, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L130" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L130" } ], "signatures": [ { - "id": 788, + "id": 790, "name": "createWebSocket", "variant": "signature", "kind": 4096, @@ -9042,12 +9062,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 130, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L130" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L130" } ], "parameters": [ { - "id": 789, + "id": 791, "name": "url", "variant": "param", "kind": 32768, @@ -9072,7 +9092,7 @@ } }, { - "id": 790, + "id": 792, "name": "protocols", "variant": "param", "kind": 32768, @@ -9099,7 +9119,7 @@ ], "type": { "type": "reference", - "target": 795, + "target": 797, "name": "WebSocketLike", "package": "@supabase/realtime-js" } @@ -9107,7 +9127,7 @@ ] }, { - "id": 781, + "id": 783, "name": "getWebSocketConstructor", "variant": "declaration", "kind": 2048, @@ -9120,12 +9140,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 118, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L118" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L118" } ], "signatures": [ { - "id": 782, + "id": 784, "name": "getWebSocketConstructor", "variant": "signature", "kind": 4096, @@ -9135,13 +9155,13 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 118, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L118" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L118" } ], "type": { "type": "reflection", "declaration": { - "id": 783, + "id": 785, "name": "__type", "variant": "declaration", "kind": 65536, @@ -9155,7 +9175,7 @@ ], "signatures": [ { - "id": 784, + "id": 786, "name": "getWebSocketConstructor", "variant": "signature", "kind": 16384, @@ -9169,7 +9189,7 @@ ], "parameters": [ { - "id": 785, + "id": 787, "name": "url", "variant": "param", "kind": 32768, @@ -9194,7 +9214,7 @@ } }, { - "id": 786, + "id": 788, "name": "protocols", "variant": "param", "kind": 32768, @@ -9236,7 +9256,7 @@ ] }, { - "id": 791, + "id": 793, "name": "isWebSocketSupported", "variant": "declaration", "kind": 2048, @@ -9249,12 +9269,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 135, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L135" } ], "signatures": [ { - "id": 792, + "id": 794, "name": "isWebSocketSupported", "variant": "signature", "kind": 4096, @@ -9264,7 +9284,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 135, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L135" } ], "type": { @@ -9278,11 +9298,11 @@ "groups": [ { "title": "Constructors", - "children": [793] + "children": [795] }, { "title": "Methods", - "children": [787, 781, 791] + "children": [789, 783, 793] } ], "sources": [ @@ -9290,19 +9310,19 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 35, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L35" } ] }, { - "id": 795, + "id": 797, "name": "WebSocketLike", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 838, + "id": 840, "name": "binaryType", "variant": "declaration", "kind": 1024, @@ -9314,7 +9334,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 22, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L22" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L22" } ], "type": { @@ -9323,7 +9343,7 @@ } }, { - "id": 839, + "id": 841, "name": "bufferedAmount", "variant": "declaration", "kind": 1024, @@ -9335,7 +9355,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 23, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L23" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L23" } ], "type": { @@ -9344,7 +9364,7 @@ } }, { - "id": 799, + "id": 801, "name": "CLOSED", "variant": "declaration", "kind": 1024, @@ -9356,7 +9376,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 5, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L5" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L5" } ], "type": { @@ -9365,7 +9385,7 @@ } }, { - "id": 798, + "id": 800, "name": "CLOSING", "variant": "declaration", "kind": 1024, @@ -9377,7 +9397,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 4, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L4" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L4" } ], "type": { @@ -9386,7 +9406,7 @@ } }, { - "id": 796, + "id": 798, "name": "CONNECTING", "variant": "declaration", "kind": 1024, @@ -9398,7 +9418,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 2, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L2" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L2" } ], "type": { @@ -9407,7 +9427,7 @@ } }, { - "id": 841, + "id": 843, "name": "dispatchEvent", "variant": "declaration", "kind": 1024, @@ -9419,13 +9439,13 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 25, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L25" } ], "type": { "type": "reflection", "declaration": { - "id": 842, + "id": 844, "name": "__type", "variant": "declaration", "kind": 65536, @@ -9435,12 +9455,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 25, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L25" } ], "signatures": [ { - "id": 843, + "id": 845, "name": "__type", "variant": "signature", "kind": 4096, @@ -9450,12 +9470,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 25, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L25" } ], "parameters": [ { - "id": 844, + "id": 846, "name": "event", "variant": "param", "kind": 32768, @@ -9481,7 +9501,7 @@ } }, { - "id": 840, + "id": 842, "name": "extensions", "variant": "declaration", "kind": 1024, @@ -9493,7 +9513,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 24, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L24" } ], "type": { @@ -9502,7 +9522,7 @@ } }, { - "id": 820, + "id": 822, "name": "onclose", "variant": "declaration", "kind": 1024, @@ -9512,7 +9532,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 15, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L15" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L15" } ], "type": { @@ -9525,7 +9545,7 @@ { "type": "reflection", "declaration": { - "id": 821, + "id": 823, "name": "__type", "variant": "declaration", "kind": 65536, @@ -9535,12 +9555,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 15, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L15" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L15" } ], "signatures": [ { - "id": 822, + "id": 824, "name": "__type", "variant": "signature", "kind": 4096, @@ -9550,12 +9570,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 15, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L15" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L15" } ], "parameters": [ { - "id": 823, + "id": 825, "name": "this", "variant": "param", "kind": 32768, @@ -9566,7 +9586,7 @@ } }, { - "id": 824, + "id": 826, "name": "ev", "variant": "param", "kind": 32768, @@ -9594,7 +9614,7 @@ } }, { - "id": 825, + "id": 827, "name": "onerror", "variant": "declaration", "kind": 1024, @@ -9604,7 +9624,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 16, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L16" } ], "type": { @@ -9617,7 +9637,7 @@ { "type": "reflection", "declaration": { - "id": 826, + "id": 828, "name": "__type", "variant": "declaration", "kind": 65536, @@ -9627,12 +9647,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 16, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L16" } ], "signatures": [ { - "id": 827, + "id": 829, "name": "__type", "variant": "signature", "kind": 4096, @@ -9642,12 +9662,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 16, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L16" } ], "parameters": [ { - "id": 828, + "id": 830, "name": "this", "variant": "param", "kind": 32768, @@ -9658,7 +9678,7 @@ } }, { - "id": 829, + "id": 831, "name": "ev", "variant": "param", "kind": 32768, @@ -9686,7 +9706,7 @@ } }, { - "id": 815, + "id": 817, "name": "onmessage", "variant": "declaration", "kind": 1024, @@ -9696,7 +9716,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 14, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L14" } ], "type": { @@ -9709,7 +9729,7 @@ { "type": "reflection", "declaration": { - "id": 816, + "id": 818, "name": "__type", "variant": "declaration", "kind": 65536, @@ -9719,12 +9739,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 14, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L14" } ], "signatures": [ { - "id": 817, + "id": 819, "name": "__type", "variant": "signature", "kind": 4096, @@ -9734,12 +9754,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 14, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L14" } ], "parameters": [ { - "id": 818, + "id": 820, "name": "this", "variant": "param", "kind": 32768, @@ -9750,7 +9770,7 @@ } }, { - "id": 819, + "id": 821, "name": "ev", "variant": "param", "kind": 32768, @@ -9778,7 +9798,7 @@ } }, { - "id": 810, + "id": 812, "name": "onopen", "variant": "declaration", "kind": 1024, @@ -9788,7 +9808,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 13, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L13" } ], "type": { @@ -9801,7 +9821,7 @@ { "type": "reflection", "declaration": { - "id": 811, + "id": 813, "name": "__type", "variant": "declaration", "kind": 65536, @@ -9811,12 +9831,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 13, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L13" } ], "signatures": [ { - "id": 812, + "id": 814, "name": "__type", "variant": "signature", "kind": 4096, @@ -9826,12 +9846,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 13, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L13" } ], "parameters": [ { - "id": 813, + "id": 815, "name": "this", "variant": "param", "kind": 32768, @@ -9842,7 +9862,7 @@ } }, { - "id": 814, + "id": 816, "name": "ev", "variant": "param", "kind": 32768, @@ -9870,7 +9890,7 @@ } }, { - "id": 797, + "id": 799, "name": "OPEN", "variant": "declaration", "kind": 1024, @@ -9882,7 +9902,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 3, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L3" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L3" } ], "type": { @@ -9891,7 +9911,7 @@ } }, { - "id": 802, + "id": 804, "name": "protocol", "variant": "declaration", "kind": 1024, @@ -9903,7 +9923,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 8, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L8" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L8" } ], "type": { @@ -9912,7 +9932,7 @@ } }, { - "id": 800, + "id": 802, "name": "readyState", "variant": "declaration", "kind": 1024, @@ -9924,7 +9944,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 6, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L6" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L6" } ], "type": { @@ -9933,7 +9953,7 @@ } }, { - "id": 801, + "id": 803, "name": "url", "variant": "declaration", "kind": 1024, @@ -9945,7 +9965,7 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 7, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L7" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L7" } ], "type": { @@ -9954,7 +9974,7 @@ } }, { - "id": 830, + "id": 832, "name": "addEventListener", "variant": "declaration", "kind": 2048, @@ -9964,12 +9984,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L18" } ], "signatures": [ { - "id": 831, + "id": 833, "name": "addEventListener", "variant": "signature", "kind": 4096, @@ -9979,12 +9999,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L18" } ], "parameters": [ { - "id": 832, + "id": 834, "name": "type", "variant": "param", "kind": 32768, @@ -9995,7 +10015,7 @@ } }, { - "id": 833, + "id": 835, "name": "listener", "variant": "param", "kind": 32768, @@ -10019,7 +10039,7 @@ ] }, { - "id": 803, + "id": 805, "name": "close", "variant": "declaration", "kind": 2048, @@ -10029,12 +10049,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 10, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L10" } ], "signatures": [ { - "id": 804, + "id": 806, "name": "close", "variant": "signature", "kind": 4096, @@ -10044,12 +10064,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 10, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L10" } ], "parameters": [ { - "id": 805, + "id": 807, "name": "code", "variant": "param", "kind": 32768, @@ -10062,7 +10082,7 @@ } }, { - "id": 806, + "id": 808, "name": "reason", "variant": "param", "kind": 32768, @@ -10083,7 +10103,7 @@ ] }, { - "id": 834, + "id": 836, "name": "removeEventListener", "variant": "declaration", "kind": 2048, @@ -10093,12 +10113,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L19" } ], "signatures": [ { - "id": 835, + "id": 837, "name": "removeEventListener", "variant": "signature", "kind": 4096, @@ -10108,12 +10128,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L19" } ], "parameters": [ { - "id": 836, + "id": 838, "name": "type", "variant": "param", "kind": 32768, @@ -10124,7 +10144,7 @@ } }, { - "id": 837, + "id": 839, "name": "listener", "variant": "param", "kind": 32768, @@ -10148,7 +10168,7 @@ ] }, { - "id": 807, + "id": 809, "name": "send", "variant": "declaration", "kind": 2048, @@ -10158,12 +10178,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L11" } ], "signatures": [ { - "id": 808, + "id": 810, "name": "send", "variant": "signature", "kind": 4096, @@ -10173,12 +10193,12 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L11" } ], "parameters": [ { - "id": 809, + "id": 811, "name": "data", "variant": "param", "kind": 32768, @@ -10243,11 +10263,11 @@ "groups": [ { "title": "Properties", - "children": [838, 839, 799, 798, 796, 841, 840, 820, 825, 815, 810, 797, 802, 800, 801] + "children": [840, 841, 801, 800, 798, 843, 842, 822, 827, 817, 812, 799, 804, 802, 803] }, { "title": "Methods", - "children": [830, 803, 834, 807] + "children": [832, 805, 836, 809] } ], "sources": [ @@ -10255,19 +10275,19 @@ "fileName": "packages/core/realtime-js/src/lib/websocket-factory.ts", "line": 1, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/lib/websocket-factory.ts#L1" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/lib/websocket-factory.ts#L1" } ] }, { - "id": 845, + "id": 847, "name": "WebSocketLikeConstructor", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 846, + "id": 848, "name": "constructor", "variant": "declaration", "kind": 512, @@ -10275,14 +10295,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 56, + "line": 58, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L58" } ], "signatures": [ { - "id": 847, + "id": 849, "name": "WebSocketLikeConstructor", "variant": "signature", "kind": 16384, @@ -10290,14 +10310,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 57, + "line": 59, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L59" } ], "parameters": [ { - "id": 848, + "id": 850, "name": "address", "variant": "param", "kind": 32768, @@ -10322,7 +10342,7 @@ } }, { - "id": 849, + "id": 851, "name": "subprotocols", "variant": "param", "kind": 32768, @@ -10349,7 +10369,7 @@ ], "type": { "type": "reference", - "target": 795, + "target": 797, "name": "WebSocketLike", "package": "@supabase/realtime-js" } @@ -10360,20 +10380,20 @@ "groups": [ { "title": "Constructors", - "children": [846] + "children": [848] } ], "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 56, + "line": 58, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L58" } ], "indexSignatures": [ { - "id": 850, + "id": 852, "name": "__index", "variant": "signature", "kind": 8192, @@ -10381,14 +10401,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 59, + "line": 61, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L61" } ], "parameters": [ { - "id": 851, + "id": 853, "name": "key", "variant": "param", "kind": 32768, @@ -10417,7 +10437,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 19, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L19" } ], "type": { @@ -10440,7 +10460,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 20, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L20" } ], "type": { @@ -10473,7 +10493,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 26, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L26" } ], "type": { @@ -10498,7 +10518,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 26, "character": 34, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L26" } ], "type": { @@ -10519,7 +10539,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 26, "character": 49, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L26" } ], "type": { @@ -10545,7 +10565,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 26, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L26" } ], "type": { @@ -10565,7 +10585,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 26, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L26" } ] } @@ -10592,7 +10612,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 30, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L30" } ], "type": { @@ -10617,7 +10637,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 30, "character": 31, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L30" } ], "type": { @@ -10638,7 +10658,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 30, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L30" } ], "type": { @@ -10658,7 +10678,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 30, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L30" } ] } @@ -10685,7 +10705,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 34, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L34" } ], "type": { @@ -10705,7 +10725,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 20, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L20" } ] } @@ -10723,7 +10743,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 19, "character": 37, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L19" } ] } @@ -10740,7 +10760,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 125, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L125" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L125" } ], "type": { @@ -10762,7 +10782,7 @@ } }, { - "id": 651, + "id": 652, "name": "RealtimeClientOptions", "variant": "declaration", "kind": 2097152, @@ -10770,22 +10790,22 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 68, + "line": 70, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L68" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L70" } ], "type": { "type": "reflection", "declaration": { - "id": 652, + "id": 653, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 677, + "id": 679, "name": "accessToken", "variant": "declaration", "kind": 1024, @@ -10795,15 +10815,15 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 85, + "line": 88, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L88" } ], "type": { "type": "reflection", "declaration": { - "id": 678, + "id": 680, "name": "__type", "variant": "declaration", "kind": 65536, @@ -10811,14 +10831,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 85, + "line": 88, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L88" } ], "signatures": [ { - "id": 679, + "id": 681, "name": "__type", "variant": "signature", "kind": 4096, @@ -10853,7 +10873,7 @@ } }, { - "id": 662, + "id": 664, "name": "decode", "variant": "declaration", "kind": 1024, @@ -10863,9 +10883,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 75, + "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L75" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L78" } ], "type": { @@ -10879,7 +10899,7 @@ } }, { - "id": 661, + "id": 663, "name": "encode", "variant": "declaration", "kind": 1024, @@ -10889,9 +10909,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 74, + "line": 77, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L74" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L77" } ], "type": { @@ -10905,7 +10925,7 @@ } }, { - "id": 674, + "id": 676, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -10915,9 +10935,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 82, + "line": 85, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L82" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L85" } ], "type": { @@ -10931,7 +10951,7 @@ } }, { - "id": 664, + "id": 666, "name": "headers", "variant": "declaration", "kind": 1024, @@ -10941,15 +10961,15 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 77, + "line": 80, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L80" } ], "type": { "type": "reflection", "declaration": { - "id": 665, + "id": 667, "name": "__type", "variant": "declaration", "kind": 65536, @@ -10957,14 +10977,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 77, + "line": 80, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L80" } ], "indexSignatures": [ { - "id": 666, + "id": 668, "name": "__index", "variant": "signature", "kind": 8192, @@ -10972,14 +10992,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 77, + "line": 80, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L80" } ], "parameters": [ { - "id": 667, + "id": 669, "name": "key", "variant": "param", "kind": 32768, @@ -11000,7 +11020,7 @@ } }, { - "id": 656, + "id": 657, "name": "heartbeatCallback", "variant": "declaration", "kind": 1024, @@ -11010,15 +11030,15 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 72, + "line": 74, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L72" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L74" } ], "type": { "type": "reflection", "declaration": { - "id": 657, + "id": 658, "name": "__type", "variant": "declaration", "kind": 65536, @@ -11026,21 +11046,21 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 72, + "line": 74, "character": 22, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L72" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L74" } ], "signatures": [ { - "id": 658, + "id": 659, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 659, + "id": 660, "name": "status", "variant": "param", "kind": 32768, @@ -11066,7 +11086,7 @@ } }, { - "id": 655, + "id": 656, "name": "heartbeatIntervalMs", "variant": "declaration", "kind": 1024, @@ -11076,9 +11096,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 71, + "line": 73, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L73" } ], "type": { @@ -11087,7 +11107,7 @@ } }, { - "id": 672, + "id": 674, "name": "log_level", "variant": "declaration", "kind": 1024, @@ -11097,9 +11117,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 80, + "line": 83, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L83" } ], "type": { @@ -11113,7 +11133,7 @@ } }, { - "id": 660, + "id": 662, "name": "logger", "variant": "declaration", "kind": 1024, @@ -11123,9 +11143,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 73, + "line": 76, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L73" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L76" } ], "type": { @@ -11139,7 +11159,7 @@ } }, { - "id": 673, + "id": 675, "name": "logLevel", "variant": "declaration", "kind": 1024, @@ -11149,9 +11169,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 81, + "line": 84, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L84" } ], "type": { @@ -11165,7 +11185,7 @@ } }, { - "id": 668, + "id": 670, "name": "params", "variant": "declaration", "kind": 1024, @@ -11175,15 +11195,15 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 78, + "line": 81, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L78" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L81" } ], "type": { "type": "reflection", "declaration": { - "id": 669, + "id": 671, "name": "__type", "variant": "declaration", "kind": 65536, @@ -11191,14 +11211,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 78, + "line": 81, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L78" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L81" } ], "indexSignatures": [ { - "id": 670, + "id": 672, "name": "__index", "variant": "signature", "kind": 8192, @@ -11206,14 +11226,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 78, + "line": 81, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L78" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L81" } ], "parameters": [ { - "id": 671, + "id": 673, "name": "key", "variant": "param", "kind": 32768, @@ -11234,7 +11254,7 @@ } }, { - "id": 663, + "id": 665, "name": "reconnectAfterMs", "variant": "declaration", "kind": 1024, @@ -11244,9 +11264,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 76, + "line": 79, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L76" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L79" } ], "type": { @@ -11260,7 +11280,7 @@ } }, { - "id": 654, + "id": 655, "name": "timeout", "variant": "declaration", "kind": 1024, @@ -11270,9 +11290,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 70, + "line": 72, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L70" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L72" } ], "type": { @@ -11281,7 +11301,7 @@ } }, { - "id": 653, + "id": 654, "name": "transport", "variant": "declaration", "kind": 1024, @@ -11291,20 +11311,41 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 69, + "line": 71, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L71" } ], "type": { "type": "reference", - "target": 845, + "target": 847, "name": "WebSocketLikeConstructor", "package": "@supabase/realtime-js" } }, { - "id": 675, + "id": 661, + "name": "vsn", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", + "line": 75, + "character": 2, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L75" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 677, "name": "worker", "variant": "declaration", "kind": 1024, @@ -11314,9 +11355,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 83, + "line": 86, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L86" } ], "type": { @@ -11325,7 +11366,7 @@ } }, { - "id": 676, + "id": 678, "name": "workerUrl", "variant": "declaration", "kind": 1024, @@ -11335,9 +11376,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 84, + "line": 87, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L87" } ], "type": { @@ -11350,23 +11391,23 @@ { "title": "Properties", "children": [ - 677, 662, 661, 674, 664, 656, 655, 672, 660, 673, 668, 663, 654, 653, 675, 676 + 679, 664, 663, 676, 666, 657, 656, 674, 662, 675, 670, 665, 655, 654, 661, 677, 678 ] } ], "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 68, + "line": 70, "character": 36, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L68" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L70" } ] } } }, { - "id": 680, + "id": 682, "name": "RealtimeMessage", "variant": "declaration", "kind": 2097152, @@ -11374,22 +11415,22 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 31, + "line": 33, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L33" } ], "type": { "type": "reflection", "declaration": { - "id": 681, + "id": 683, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 683, + "id": 685, "name": "event", "variant": "declaration", "kind": 1024, @@ -11397,9 +11438,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 33, + "line": 35, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L33" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L35" } ], "type": { @@ -11408,7 +11449,7 @@ } }, { - "id": 686, + "id": 688, "name": "join_ref", "variant": "declaration", "kind": 1024, @@ -11418,9 +11459,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 36, + "line": 38, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L36" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L38" } ], "type": { @@ -11429,7 +11470,7 @@ } }, { - "id": 684, + "id": 686, "name": "payload", "variant": "declaration", "kind": 1024, @@ -11437,9 +11478,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 34, + "line": 36, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L36" } ], "type": { @@ -11448,7 +11489,7 @@ } }, { - "id": 685, + "id": 687, "name": "ref", "variant": "declaration", "kind": 1024, @@ -11456,9 +11497,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 35, + "line": 37, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L37" } ], "type": { @@ -11467,7 +11508,7 @@ } }, { - "id": 682, + "id": 684, "name": "topic", "variant": "declaration", "kind": 1024, @@ -11475,9 +11516,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 32, + "line": 34, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L32" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L34" } ], "type": { @@ -11489,22 +11530,22 @@ "groups": [ { "title": "Properties", - "children": [683, 686, 684, 685, 682] + "children": [685, 688, 686, 687, 684] } ], "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 31, + "line": 33, "character": 30, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L33" } ] } } }, { - "id": 687, + "id": 689, "name": "RealtimePostgresChangesFilter", "variant": "declaration", "kind": 2097152, @@ -11514,12 +11555,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 106, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L106" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L106" } ], "typeParameters": [ { - "id": 693, + "id": 695, "name": "T", "variant": "typeParam", "kind": 131072, @@ -11531,7 +11572,7 @@ [ { "type": "reference", - "target": 763, + "target": 765, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT", "package": "@supabase/realtime-js" }, @@ -11544,14 +11585,14 @@ "type": { "type": "reflection", "declaration": { - "id": 688, + "id": 690, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 689, + "id": 691, "name": "event", "variant": "declaration", "kind": 1024, @@ -11569,19 +11610,19 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 110, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L110" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L110" } ], "type": { "type": "reference", - "target": 693, + "target": 695, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true } }, { - "id": 692, + "id": 694, "name": "filter", "variant": "declaration", "kind": 1024, @@ -11601,7 +11642,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 122, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L122" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L122" } ], "type": { @@ -11610,7 +11651,7 @@ } }, { - "id": 690, + "id": 692, "name": "schema", "variant": "declaration", "kind": 1024, @@ -11628,7 +11669,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 114, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L114" } ], "type": { @@ -11637,7 +11678,7 @@ } }, { - "id": 691, + "id": 693, "name": "table", "variant": "declaration", "kind": 1024, @@ -11657,7 +11698,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 118, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L118" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L118" } ], "type": { @@ -11669,7 +11710,7 @@ "groups": [ { "title": "Properties", - "children": [689, 692, 690, 691] + "children": [691, 694, 692, 693] } ], "sources": [ @@ -11677,14 +11718,14 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 106, "character": 99, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L106" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L106" } ] } } }, { - "id": 694, + "id": 696, "name": "RealtimePostgresChangesPayload", "variant": "declaration", "kind": 2097152, @@ -11694,12 +11735,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 101, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L101" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L101" } ], "typeParameters": [ { - "id": 695, + "id": 697, "name": "T", "variant": "typeParam", "kind": 131072, @@ -11707,7 +11748,7 @@ "type": { "type": "reflection", "declaration": { - "id": 696, + "id": 698, "name": "__type", "variant": "declaration", "kind": 65536, @@ -11717,12 +11758,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 101, "character": 53, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L101" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L101" } ], "indexSignatures": [ { - "id": 697, + "id": 699, "name": "__index", "variant": "signature", "kind": 8192, @@ -11732,12 +11773,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 101, "character": 55, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L101" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L101" } ], "parameters": [ { - "id": 698, + "id": 700, "name": "key", "variant": "param", "kind": 32768, @@ -11763,11 +11804,11 @@ "types": [ { "type": "reference", - "target": 699, + "target": 701, "typeArguments": [ { "type": "reference", - "target": 695, + "target": 697, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -11778,11 +11819,11 @@ }, { "type": "reference", - "target": 709, + "target": 711, "typeArguments": [ { "type": "reference", - "target": 695, + "target": 697, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -11793,11 +11834,11 @@ }, { "type": "reference", - "target": 718, + "target": 720, "typeArguments": [ { "type": "reference", - "target": 695, + "target": 697, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -11810,7 +11851,7 @@ } }, { - "id": 718, + "id": 720, "name": "RealtimePostgresDeletePayload", "variant": "declaration", "kind": 2097152, @@ -11820,12 +11861,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 94, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L94" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L94" } ], "typeParameters": [ { - "id": 724, + "id": 726, "name": "T", "variant": "typeParam", "kind": 131072, @@ -11833,7 +11874,7 @@ "type": { "type": "reflection", "declaration": { - "id": 725, + "id": 727, "name": "__type", "variant": "declaration", "kind": 65536, @@ -11843,12 +11884,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 94, "character": 52, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L94" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L94" } ], "indexSignatures": [ { - "id": 726, + "id": 728, "name": "__index", "variant": "signature", "kind": 8192, @@ -11858,12 +11899,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 94, "character": 54, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L94" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L94" } ], "parameters": [ { - "id": 727, + "id": 729, "name": "key", "variant": "param", "kind": 32768, @@ -11899,14 +11940,14 @@ { "type": "reflection", "declaration": { - "id": 719, + "id": 721, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 720, + "id": 722, "name": "eventType", "variant": "declaration", "kind": 1024, @@ -11916,7 +11957,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 96, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L96" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L96" } ], "type": { @@ -11926,7 +11967,7 @@ [ { "type": "reference", - "target": 767, + "target": 769, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE", "package": "@supabase/realtime-js" }, @@ -11936,7 +11977,7 @@ } }, { - "id": 721, + "id": 723, "name": "new", "variant": "declaration", "kind": 1024, @@ -11946,13 +11987,13 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 97, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L97" } ], "type": { "type": "reflection", "declaration": { - "id": 722, + "id": 724, "name": "__type", "variant": "declaration", "kind": 65536, @@ -11962,14 +12003,14 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 97, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L97" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L97" } ] } } }, { - "id": 723, + "id": 725, "name": "old", "variant": "declaration", "kind": 1024, @@ -11979,7 +12020,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 98, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L98" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L98" } ], "type": { @@ -11991,7 +12032,7 @@ "typeArguments": [ { "type": "reference", - "target": 724, + "target": 726, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -12005,7 +12046,7 @@ "groups": [ { "title": "Properties", - "children": [720, 721, 723] + "children": [722, 723, 725] } ], "sources": [ @@ -12013,7 +12054,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 95, "character": 39, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L95" } ] } @@ -12022,7 +12063,7 @@ } }, { - "id": 699, + "id": 701, "name": "RealtimePostgresInsertPayload", "variant": "declaration", "kind": 2097152, @@ -12032,12 +12073,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 80, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L80" } ], "typeParameters": [ { - "id": 705, + "id": 707, "name": "T", "variant": "typeParam", "kind": 131072, @@ -12045,7 +12086,7 @@ "type": { "type": "reflection", "declaration": { - "id": 706, + "id": 708, "name": "__type", "variant": "declaration", "kind": 65536, @@ -12055,12 +12096,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 80, "character": 52, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L80" } ], "indexSignatures": [ { - "id": 707, + "id": 709, "name": "__index", "variant": "signature", "kind": 8192, @@ -12070,12 +12111,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 80, "character": 54, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L80" } ], "parameters": [ { - "id": 708, + "id": 710, "name": "key", "variant": "param", "kind": 32768, @@ -12111,14 +12152,14 @@ { "type": "reflection", "declaration": { - "id": 700, + "id": 702, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 701, + "id": 703, "name": "eventType", "variant": "declaration", "kind": 1024, @@ -12128,7 +12169,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 82, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L82" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L82" } ], "type": { @@ -12138,7 +12179,7 @@ [ { "type": "reference", - "target": 765, + "target": 767, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT", "package": "@supabase/realtime-js" }, @@ -12148,7 +12189,7 @@ } }, { - "id": 702, + "id": 704, "name": "new", "variant": "declaration", "kind": 1024, @@ -12158,19 +12199,19 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 83, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L83" } ], "type": { "type": "reference", - "target": 705, + "target": 707, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true } }, { - "id": 703, + "id": 705, "name": "old", "variant": "declaration", "kind": 1024, @@ -12180,13 +12221,13 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 84, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L84" } ], "type": { "type": "reflection", "declaration": { - "id": 704, + "id": 706, "name": "__type", "variant": "declaration", "kind": 65536, @@ -12196,7 +12237,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 84, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L84" } ] } @@ -12206,7 +12247,7 @@ "groups": [ { "title": "Properties", - "children": [701, 702, 703] + "children": [703, 704, 705] } ], "sources": [ @@ -12214,7 +12255,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 81, "character": 39, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L81" } ] } @@ -12223,7 +12264,7 @@ } }, { - "id": 709, + "id": 711, "name": "RealtimePostgresUpdatePayload", "variant": "declaration", "kind": 2097152, @@ -12233,12 +12274,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 87, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L87" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L87" } ], "typeParameters": [ { - "id": 714, + "id": 716, "name": "T", "variant": "typeParam", "kind": 131072, @@ -12246,7 +12287,7 @@ "type": { "type": "reflection", "declaration": { - "id": 715, + "id": 717, "name": "__type", "variant": "declaration", "kind": 65536, @@ -12256,12 +12297,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 87, "character": 52, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L87" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L87" } ], "indexSignatures": [ { - "id": 716, + "id": 718, "name": "__index", "variant": "signature", "kind": 8192, @@ -12271,12 +12312,12 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 87, "character": 54, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L87" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L87" } ], "parameters": [ { - "id": 717, + "id": 719, "name": "key", "variant": "param", "kind": 32768, @@ -12312,14 +12353,14 @@ { "type": "reflection", "declaration": { - "id": 710, + "id": 712, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 711, + "id": 713, "name": "eventType", "variant": "declaration", "kind": 1024, @@ -12329,7 +12370,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 89, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L89" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L89" } ], "type": { @@ -12339,7 +12380,7 @@ [ { "type": "reference", - "target": 766, + "target": 768, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE", "package": "@supabase/realtime-js" }, @@ -12349,7 +12390,7 @@ } }, { - "id": 712, + "id": 714, "name": "new", "variant": "declaration", "kind": 1024, @@ -12359,19 +12400,19 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 90, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L90" } ], "type": { "type": "reference", - "target": 714, + "target": 716, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true } }, { - "id": 713, + "id": 715, "name": "old", "variant": "declaration", "kind": 1024, @@ -12381,7 +12422,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 91, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L91" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L91" } ], "type": { @@ -12393,7 +12434,7 @@ "typeArguments": [ { "type": "reference", - "target": 714, + "target": 716, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -12407,7 +12448,7 @@ "groups": [ { "title": "Properties", - "children": [711, 712, 713] + "children": [713, 714, 715] } ], "sources": [ @@ -12415,7 +12456,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 88, "character": 39, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L88" } ] } @@ -12424,7 +12465,7 @@ } }, { - "id": 728, + "id": 730, "name": "RealtimePresenceJoinPayload", "variant": "declaration", "kind": 2097152, @@ -12434,12 +12475,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 17, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L17" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L17" } ], "typeParameters": [ { - "id": 734, + "id": 736, "name": "T", "variant": "typeParam", "kind": 131072, @@ -12447,7 +12488,7 @@ "type": { "type": "reflection", "declaration": { - "id": 735, + "id": 737, "name": "__type", "variant": "declaration", "kind": 65536, @@ -12457,12 +12498,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 17, "character": 50, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L17" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L17" } ], "indexSignatures": [ { - "id": 736, + "id": 738, "name": "__index", "variant": "signature", "kind": 8192, @@ -12472,12 +12513,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 17, "character": 52, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L17" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L17" } ], "parameters": [ { - "id": 737, + "id": 739, "name": "key", "variant": "param", "kind": 32768, @@ -12501,14 +12542,14 @@ "type": { "type": "reflection", "declaration": { - "id": 729, + "id": 731, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 732, + "id": 734, "name": "currentPresences", "variant": "declaration", "kind": 1024, @@ -12518,7 +12559,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 20, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L20" } ], "type": { @@ -12532,7 +12573,7 @@ "typeArguments": [ { "type": "reference", - "target": 734, + "target": 736, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -12544,7 +12585,7 @@ } }, { - "id": 730, + "id": 732, "name": "event", "variant": "declaration", "kind": 1024, @@ -12554,7 +12595,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L18" } ], "type": { @@ -12564,7 +12605,7 @@ [ { "type": "reference", - "target": 770, + "target": 772, "name": "REALTIME_PRESENCE_LISTEN_EVENTS.JOIN", "package": "@supabase/realtime-js" }, @@ -12574,7 +12615,7 @@ } }, { - "id": 731, + "id": 733, "name": "key", "variant": "declaration", "kind": 1024, @@ -12584,7 +12625,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L19" } ], "type": { @@ -12593,7 +12634,7 @@ } }, { - "id": 733, + "id": 735, "name": "newPresences", "variant": "declaration", "kind": 1024, @@ -12603,7 +12644,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 21, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L21" } ], "type": { @@ -12617,7 +12658,7 @@ "typeArguments": [ { "type": "reference", - "target": 734, + "target": 736, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -12632,7 +12673,7 @@ "groups": [ { "title": "Properties", - "children": [732, 730, 731, 733] + "children": [734, 732, 733, 735] } ], "sources": [ @@ -12640,14 +12681,14 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 17, "character": 76, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L17" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L17" } ] } } }, { - "id": 738, + "id": 740, "name": "RealtimePresenceLeavePayload", "variant": "declaration", "kind": 2097152, @@ -12657,12 +12698,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 24, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L24" } ], "typeParameters": [ { - "id": 744, + "id": 746, "name": "T", "variant": "typeParam", "kind": 131072, @@ -12670,7 +12711,7 @@ "type": { "type": "reflection", "declaration": { - "id": 745, + "id": 747, "name": "__type", "variant": "declaration", "kind": 65536, @@ -12680,12 +12721,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 24, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L24" } ], "indexSignatures": [ { - "id": 746, + "id": 748, "name": "__index", "variant": "signature", "kind": 8192, @@ -12695,12 +12736,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 24, "character": 53, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L24" } ], "parameters": [ { - "id": 747, + "id": 749, "name": "key", "variant": "param", "kind": 32768, @@ -12724,14 +12765,14 @@ "type": { "type": "reflection", "declaration": { - "id": 739, + "id": 741, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 742, + "id": 744, "name": "currentPresences", "variant": "declaration", "kind": 1024, @@ -12741,7 +12782,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 27, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L27" } ], "type": { @@ -12755,7 +12796,7 @@ "typeArguments": [ { "type": "reference", - "target": 744, + "target": 746, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -12767,7 +12808,7 @@ } }, { - "id": 740, + "id": 742, "name": "event", "variant": "declaration", "kind": 1024, @@ -12777,7 +12818,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 25, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L25" } ], "type": { @@ -12787,7 +12828,7 @@ [ { "type": "reference", - "target": 771, + "target": 773, "name": "REALTIME_PRESENCE_LISTEN_EVENTS.LEAVE", "package": "@supabase/realtime-js" }, @@ -12797,7 +12838,7 @@ } }, { - "id": 741, + "id": 743, "name": "key", "variant": "declaration", "kind": 1024, @@ -12807,7 +12848,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L26" } ], "type": { @@ -12816,7 +12857,7 @@ } }, { - "id": 743, + "id": 745, "name": "leftPresences", "variant": "declaration", "kind": 1024, @@ -12826,7 +12867,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 28, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L28" } ], "type": { @@ -12840,7 +12881,7 @@ "typeArguments": [ { "type": "reference", - "target": 744, + "target": 746, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -12855,7 +12896,7 @@ "groups": [ { "title": "Properties", - "children": [742, 740, 741, 743] + "children": [744, 742, 743, 745] } ], "sources": [ @@ -12863,14 +12904,14 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 24, "character": 77, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L24" } ] } } }, { - "id": 748, + "id": 750, "name": "RealtimePresenceState", "variant": "declaration", "kind": 2097152, @@ -12880,12 +12921,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 13, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L13" } ], "typeParameters": [ { - "id": 752, + "id": 754, "name": "T", "variant": "typeParam", "kind": 131072, @@ -12893,7 +12934,7 @@ "type": { "type": "reflection", "declaration": { - "id": 753, + "id": 755, "name": "__type", "variant": "declaration", "kind": 65536, @@ -12903,12 +12944,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 13, "character": 44, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L13" } ], "indexSignatures": [ { - "id": 754, + "id": 756, "name": "__index", "variant": "signature", "kind": 8192, @@ -12918,12 +12959,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 13, "character": 46, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L13" } ], "parameters": [ { - "id": 755, + "id": 757, "name": "key", "variant": "param", "kind": 32768, @@ -12945,7 +12986,7 @@ "default": { "type": "reflection", "declaration": { - "id": 756, + "id": 758, "name": "__type", "variant": "declaration", "kind": 65536, @@ -12955,7 +12996,7 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 13, "character": 69, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L13" } ] } @@ -12965,7 +13006,7 @@ "type": { "type": "reflection", "declaration": { - "id": 749, + "id": 751, "name": "__type", "variant": "declaration", "kind": 65536, @@ -12975,12 +13016,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 13, "character": 75, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L13" } ], "indexSignatures": [ { - "id": 750, + "id": 752, "name": "__index", "variant": "signature", "kind": 8192, @@ -12990,12 +13031,12 @@ "fileName": "packages/core/realtime-js/src/RealtimePresence.ts", "line": 14, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimePresence.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimePresence.ts#L14" } ], "parameters": [ { - "id": 751, + "id": 753, "name": "key", "variant": "param", "kind": 32768, @@ -13017,7 +13058,7 @@ "typeArguments": [ { "type": "reference", - "target": 752, + "target": 754, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -13033,7 +13074,7 @@ } }, { - "id": 757, + "id": 759, "name": "RealtimeRemoveChannelResponse", "variant": "declaration", "kind": 2097152, @@ -13041,9 +13082,9 @@ "sources": [ { "fileName": "packages/core/realtime-js/src/RealtimeClient.ts", - "line": 39, + "line": 41, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeClient.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeClient.ts#L41" } ], "type": { @@ -13065,7 +13106,7 @@ } }, { - "id": 777, + "id": 779, "name": "REALTIME_CHANNEL_STATES", "variant": "declaration", "kind": 32, @@ -13077,7 +13118,7 @@ "fileName": "packages/core/realtime-js/src/RealtimeChannel.ts", "line": 148, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/realtime-js/src/RealtimeChannel.ts#L148" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/realtime-js/src/RealtimeChannel.ts#L148" } ], "type": { @@ -13099,23 +13140,23 @@ "groups": [ { "title": "Enumerations", - "children": [758, 763, 768, 772] + "children": [760, 765, 770, 774] }, { "title": "Classes", - "children": [59, 459, 1, 778] + "children": [59, 459, 1, 780] }, { "title": "Interfaces", - "children": [795, 845] + "children": [797, 847] }, { "title": "Type Aliases", - "children": [444, 458, 651, 680, 687, 694, 718, 699, 709, 728, 738, 748, 757] + "children": [444, 458, 652, 682, 689, 696, 720, 701, 711, 730, 740, 750, 759] }, { "title": "Variables", - "children": [777] + "children": [779] } ], "packageName": "@supabase/realtime-js", @@ -14733,67 +14774,67 @@ }, "488": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.logger" + "qualifiedName": "default.vsn" }, "489": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.logLevel" + "qualifiedName": "default.logger" }, "490": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.encode" + "qualifiedName": "default.logLevel" }, "491": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.decode" + "qualifiedName": "default.encode" }, "492": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.reconnectAfterMs" + "qualifiedName": "default.decode" }, "493": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.conn" + "qualifiedName": "default.reconnectAfterMs" }, "494": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.sendBuffer" + "qualifiedName": "default.conn" }, "495": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.serializer" + "qualifiedName": "default.sendBuffer" }, "496": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.stateChangeCallbacks" + "qualifiedName": "default.serializer" }, "497": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type" + "qualifiedName": "default.stateChangeCallbacks" }, "498": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.open" + "qualifiedName": "__type" }, "499": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.close" + "qualifiedName": "__type.open" }, "500": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.error" + "qualifiedName": "__type.close" }, "501": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.message" + "qualifiedName": "__type.error" }, "502": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.fetch" + "qualifiedName": "__type.message" }, "503": { - "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "fetch" + "sourceFileName": "src/RealtimeClient.ts", + "qualifiedName": "default.fetch" }, "504": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", @@ -14801,31 +14842,31 @@ }, "505": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "input" + "qualifiedName": "fetch" }, "506": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "init" + "qualifiedName": "input" }, "507": { - "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", - "qualifiedName": "fetch" + "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", + "qualifiedName": "init" }, "508": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", - "qualifiedName": "input" + "qualifiedName": "fetch" }, "509": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", - "qualifiedName": "init" + "qualifiedName": "input" }, "510": { - "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.accessToken" + "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", + "qualifiedName": "init" }, "511": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type" + "qualifiedName": "default.accessToken" }, "512": { "sourceFileName": "src/RealtimeClient.ts", @@ -14833,19 +14874,19 @@ }, "513": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.worker" + "qualifiedName": "__type" }, "514": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.workerUrl" + "qualifiedName": "default.worker" }, "515": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.workerRef" + "qualifiedName": "default.workerUrl" }, - "519": { + "516": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.connect" + "qualifiedName": "default.workerRef" }, "520": { "sourceFileName": "src/RealtimeClient.ts", @@ -14853,7 +14894,7 @@ }, "521": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.endpointURL" + "qualifiedName": "default.connect" }, "522": { "sourceFileName": "src/RealtimeClient.ts", @@ -14861,7 +14902,7 @@ }, "523": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.disconnect" + "qualifiedName": "default.endpointURL" }, "524": { "sourceFileName": "src/RealtimeClient.ts", @@ -14869,15 +14910,15 @@ }, "525": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "code" + "qualifiedName": "default.disconnect" }, "526": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "reason" + "qualifiedName": "code" }, "527": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.getChannels" + "qualifiedName": "reason" }, "528": { "sourceFileName": "src/RealtimeClient.ts", @@ -14885,7 +14926,7 @@ }, "529": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.removeChannel" + "qualifiedName": "default.getChannels" }, "530": { "sourceFileName": "src/RealtimeClient.ts", @@ -14893,11 +14934,11 @@ }, "531": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "channel" + "qualifiedName": "default.removeChannel" }, "532": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.removeAllChannels" + "qualifiedName": "channel" }, "533": { "sourceFileName": "src/RealtimeClient.ts", @@ -14905,7 +14946,7 @@ }, "534": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.log" + "qualifiedName": "default.removeAllChannels" }, "535": { "sourceFileName": "src/RealtimeClient.ts", @@ -14913,19 +14954,19 @@ }, "536": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "kind" + "qualifiedName": "default.log" }, "537": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "msg" + "qualifiedName": "kind" }, "538": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "data" + "qualifiedName": "msg" }, "539": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.connectionState" + "qualifiedName": "data" }, "540": { "sourceFileName": "src/RealtimeClient.ts", @@ -14933,7 +14974,7 @@ }, "541": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.isConnected" + "qualifiedName": "default.connectionState" }, "542": { "sourceFileName": "src/RealtimeClient.ts", @@ -14941,7 +14982,7 @@ }, "543": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.isConnecting" + "qualifiedName": "default.isConnected" }, "544": { "sourceFileName": "src/RealtimeClient.ts", @@ -14949,7 +14990,7 @@ }, "545": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.isDisconnecting" + "qualifiedName": "default.isConnecting" }, "546": { "sourceFileName": "src/RealtimeClient.ts", @@ -14957,7 +14998,7 @@ }, "547": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.channel" + "qualifiedName": "default.isDisconnecting" }, "548": { "sourceFileName": "src/RealtimeClient.ts", @@ -14965,15 +15006,15 @@ }, "549": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "topic" + "qualifiedName": "default.channel" }, "550": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "params" + "qualifiedName": "topic" }, "551": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.push" + "qualifiedName": "params" }, "552": { "sourceFileName": "src/RealtimeClient.ts", @@ -14981,11 +15022,11 @@ }, "553": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "data" + "qualifiedName": "default.push" }, "554": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.setAuth" + "qualifiedName": "data" }, "555": { "sourceFileName": "src/RealtimeClient.ts", @@ -14993,11 +15034,11 @@ }, "556": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "token" + "qualifiedName": "default.setAuth" }, "557": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.sendHeartbeat" + "qualifiedName": "token" }, "558": { "sourceFileName": "src/RealtimeClient.ts", @@ -15005,7 +15046,7 @@ }, "559": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.onHeartbeat" + "qualifiedName": "default.sendHeartbeat" }, "560": { "sourceFileName": "src/RealtimeClient.ts", @@ -15013,11 +15054,11 @@ }, "561": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "callback" + "qualifiedName": "default.onHeartbeat" }, "562": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type" + "qualifiedName": "callback" }, "563": { "sourceFileName": "src/RealtimeClient.ts", @@ -15025,43 +15066,43 @@ }, "564": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "status" + "qualifiedName": "__type" }, "565": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "default.flushSendBuffer" + "qualifiedName": "status" }, "566": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "default.flushSendBuffer" }, - "651": { + "567": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "RealtimeClientOptions" + "qualifiedName": "default.flushSendBuffer" }, "652": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type" + "qualifiedName": "RealtimeClientOptions" }, "653": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.transport" + "qualifiedName": "__type" }, "654": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.timeout" + "qualifiedName": "__type.transport" }, "655": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.heartbeatIntervalMs" + "qualifiedName": "__type.timeout" }, "656": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.heartbeatCallback" + "qualifiedName": "__type.heartbeatIntervalMs" }, "657": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.heartbeatCallback" }, "658": { "sourceFileName": "src/RealtimeClient.ts", @@ -15069,713 +15110,721 @@ }, "659": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "status" + "qualifiedName": "__type" }, "660": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.logger" + "qualifiedName": "status" }, "661": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.encode" + "qualifiedName": "__type.vsn" }, "662": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.decode" + "qualifiedName": "__type.logger" }, "663": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.reconnectAfterMs" + "qualifiedName": "__type.encode" }, "664": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.headers" + "qualifiedName": "__type.decode" }, "665": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.reconnectAfterMs" }, "666": { "sourceFileName": "src/RealtimeClient.ts", - "qualifiedName": "__type.__index" + "qualifiedName": "__type.headers" + }, + "667": { + "sourceFileName": "src/RealtimeClient.ts", + "qualifiedName": "__type" }, "668": { + "sourceFileName": "src/RealtimeClient.ts", + "qualifiedName": "__type.__index" + }, + "670": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.params" }, - "669": { + "671": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type" }, - "670": { + "672": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.__index" }, - "672": { + "674": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.log_level" }, - "673": { + "675": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.logLevel" }, - "674": { + "676": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.fetch" }, - "675": { + "677": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.worker" }, - "676": { + "678": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.workerUrl" }, - "677": { + "679": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.accessToken" }, - "678": { + "680": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type" }, - "679": { + "681": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type" }, - "680": { + "682": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "RealtimeMessage" }, - "681": { + "683": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type" }, - "682": { + "684": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.topic" }, - "683": { + "685": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.event" }, - "684": { + "686": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.payload" }, - "685": { + "687": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.ref" }, - "686": { + "688": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "__type.join_ref" }, - "687": { + "689": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresChangesFilter" }, - "688": { + "690": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "689": { + "691": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "690": { + "692": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.schema" }, - "691": { + "693": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.table" }, - "692": { + "694": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.filter" }, - "693": { + "695": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "T" }, - "694": { + "696": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresChangesPayload" }, - "695": { + "697": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "T" }, - "696": { + "698": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "697": { + "699": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "699": { + "701": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresInsertPayload" }, - "700": { + "702": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "701": { + "703": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.eventType" }, - "702": { + "704": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.new" }, - "703": { + "705": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.old" }, - "704": { + "706": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "705": { + "707": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "T" }, - "706": { + "708": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "707": { + "709": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "709": { + "711": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresUpdatePayload" }, - "710": { + "712": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "711": { + "713": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.eventType" }, - "712": { + "714": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.new" }, - "713": { + "715": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.old" }, - "714": { + "716": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "T" }, - "715": { + "717": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "716": { + "718": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "718": { + "720": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresDeletePayload" }, - "719": { + "721": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "720": { + "722": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.eventType" }, - "721": { + "723": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.new" }, - "722": { + "724": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "723": { + "725": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.old" }, - "724": { + "726": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "T" }, - "725": { + "727": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "726": { + "728": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "728": { + "730": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "RealtimePresenceJoinPayload" }, - "729": { + "731": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type" }, - "730": { + "732": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.event" }, - "731": { + "733": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.key" }, - "732": { + "734": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.currentPresences" }, - "733": { + "735": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.newPresences" }, - "734": { + "736": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "T" }, - "735": { + "737": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type" }, - "736": { + "738": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.__index" }, - "738": { + "740": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "RealtimePresenceLeavePayload" }, - "739": { + "741": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type" }, - "740": { + "742": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.event" }, - "741": { + "743": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.key" }, - "742": { + "744": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.currentPresences" }, - "743": { + "745": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.leftPresences" }, - "744": { + "746": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "T" }, - "745": { + "747": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type" }, - "746": { + "748": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.__index" }, - "748": { + "750": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "RealtimePresenceState" }, - "749": { + "751": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type" }, - "750": { + "752": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.__index" }, - "752": { + "754": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "T" }, - "753": { + "755": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type" }, - "754": { + "756": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type.__index" }, - "756": { + "758": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "__type" }, - "757": { + "759": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "RealtimeRemoveChannelResponse" }, - "758": { + "760": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES" }, - "759": { + "761": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES.BROADCAST" }, - "760": { + "762": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES.PRESENCE" }, - "761": { + "763": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES.POSTGRES_CHANGES" }, - "762": { + "764": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES.SYSTEM" }, - "763": { + "765": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" }, - "764": { + "766": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.ALL" }, - "765": { + "767": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT" }, - "766": { + "768": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE" }, - "767": { + "769": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE" }, - "768": { + "770": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "REALTIME_PRESENCE_LISTEN_EVENTS" }, - "769": { + "771": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "REALTIME_PRESENCE_LISTEN_EVENTS.SYNC" }, - "770": { + "772": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "REALTIME_PRESENCE_LISTEN_EVENTS.JOIN" }, - "771": { + "773": { "sourceFileName": "src/RealtimePresence.ts", "qualifiedName": "REALTIME_PRESENCE_LISTEN_EVENTS.LEAVE" }, - "772": { + "774": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES" }, - "773": { + "775": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES.SUBSCRIBED" }, - "774": { + "776": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES.TIMED_OUT" }, - "775": { + "777": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES.CLOSED" }, - "776": { + "778": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES.CHANNEL_ERROR" }, - "777": { + "779": { "sourceFileName": "src/RealtimeChannel.ts", "qualifiedName": "REALTIME_CHANNEL_STATES" }, - "778": { + "780": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory" }, - "781": { + "783": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.getWebSocketConstructor" }, - "782": { + "784": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.getWebSocketConstructor" }, - "783": { + "785": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "__type" }, - "784": { + "786": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "__type" }, - "785": { + "787": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "url" }, - "786": { + "788": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "protocols" }, - "787": { + "789": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.createWebSocket" }, - "788": { + "790": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.createWebSocket" }, - "789": { + "791": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "url" }, - "790": { + "792": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "protocols" }, - "791": { + "793": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.isWebSocketSupported" }, - "792": { + "794": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.isWebSocketSupported" }, - "795": { + "797": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike" }, - "796": { + "798": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.CONNECTING" }, - "797": { + "799": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.OPEN" }, - "798": { + "800": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.CLOSING" }, - "799": { + "801": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.CLOSED" }, - "800": { + "802": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.readyState" }, - "801": { + "803": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.url" }, - "802": { + "804": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.protocol" }, - "803": { + "805": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.close" }, - "804": { + "806": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.close" }, - "805": { + "807": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "code" }, - "806": { + "808": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "reason" }, - "807": { + "809": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.send" }, - "808": { + "810": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.send" }, - "809": { + "811": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "data" }, - "810": { + "812": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.onopen" }, - "811": { + "813": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "812": { + "814": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "813": { + "815": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "this" }, - "814": { + "816": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "ev" }, - "815": { + "817": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.onmessage" }, - "816": { + "818": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "817": { + "819": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "818": { + "820": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "this" }, - "819": { + "821": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "ev" }, - "820": { + "822": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.onclose" }, - "821": { + "823": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "822": { + "824": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "823": { + "825": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "this" }, - "824": { + "826": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "ev" }, - "825": { + "827": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.onerror" }, - "826": { + "828": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "827": { + "829": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "828": { + "830": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "this" }, - "829": { + "831": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "ev" }, - "830": { + "832": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.addEventListener" }, - "831": { + "833": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.addEventListener" }, - "832": { + "834": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "type" }, - "833": { + "835": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "listener" }, - "834": { + "836": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.removeEventListener" }, - "835": { + "837": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.removeEventListener" }, - "836": { + "838": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "type" }, - "837": { + "839": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "listener" }, - "838": { + "840": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.binaryType" }, - "839": { + "841": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.bufferedAmount" }, - "840": { + "842": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.extensions" }, - "841": { + "843": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.dispatchEvent" }, - "842": { + "844": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "843": { + "845": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "844": { + "846": { "sourceFileName": "src/lib/websocket-factory.ts", "qualifiedName": "event" }, - "845": { + "847": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "WebSocketLikeConstructor" }, - "846": { + "848": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "WebSocketLikeConstructor" }, - "847": { + "849": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "WebSocketLikeConstructor" }, - "848": { + "850": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "address" }, - "849": { + "851": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "subprotocols" }, - "850": { + "852": { "sourceFileName": "src/RealtimeClient.ts", "qualifiedName": "WebSocketLikeConstructor.__index" } diff --git a/apps/docs/spec/enrichments/tsdoc_v2/storage.json b/apps/docs/spec/enrichments/tsdoc_v2/storage.json index 0297ba138d44c..68fe5b81e4c3a 100644 --- a/apps/docs/spec/enrichments/tsdoc_v2/storage.json +++ b/apps/docs/spec/enrichments/tsdoc_v2/storage.json @@ -46,7 +46,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 67, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L67" } ], "type": { @@ -73,7 +73,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 73, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L73" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L73" } ], "type": { @@ -100,7 +100,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 69, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L69" } ], "type": { @@ -127,7 +127,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 75, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L75" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L75" } ], "type": { @@ -154,7 +154,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 77, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L77" } ], "type": { @@ -181,7 +181,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 71, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L71" } ], "type": { @@ -201,7 +201,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 65, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L65" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L65" } ] }, @@ -223,7 +223,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L18" } ], "signatures": [ @@ -238,7 +238,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L18" } ], "parameters": [ @@ -306,7 +306,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 15, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L15" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L15" } ], "type": { @@ -325,7 +325,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 16, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L16" } ], "type": { @@ -344,7 +344,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 25, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L25" } ], "signatures": [ @@ -359,7 +359,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 25, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L25" } ], "type": { @@ -382,7 +382,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 28, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L28" } ], "type": { @@ -402,7 +402,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 27, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L27" } ], "type": { @@ -422,7 +422,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 29, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L29" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L29" } ], "type": { @@ -442,7 +442,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 30, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L30" } ], "type": { @@ -463,7 +463,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 26, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L26" } ] } @@ -491,7 +491,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 14, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L14" } ], "extendedTypes": [ @@ -521,7 +521,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 12, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L12" } ], "signatures": [ @@ -536,7 +536,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 12, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L12" } ], "parameters": [ @@ -570,7 +570,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 14, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L14" } ], "indexSignatures": [ @@ -585,7 +585,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 14, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L14" } ], "parameters": [ @@ -878,7 +878,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 61, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L61" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L61" } ], "getSignature": { @@ -920,7 +920,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 61, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L61" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L61" } ], "type": { @@ -943,7 +943,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 35, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L35" } ], "getSignature": { @@ -976,7 +976,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 35, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L35" } ], "type": { @@ -1000,7 +1000,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 120, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L120" } ], "signatures": [ @@ -1036,7 +1036,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 120, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L120" } ], "parameters": [ @@ -1095,7 +1095,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 125, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L125" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L125" } ], "type": { @@ -1136,7 +1136,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 124, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L124" } ], "type": { @@ -1176,7 +1176,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 123, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L123" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L123" } ], "type": { @@ -1217,7 +1217,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 126, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L126" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L126" } ], "type": { @@ -1239,7 +1239,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 122, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L122" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L122" } ] } @@ -1277,7 +1277,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 132, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L132" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L132" } ], "type": { @@ -1313,7 +1313,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 133, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L133" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L133" } ], "type": { @@ -1333,7 +1333,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 131, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L131" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L131" } ] } @@ -1358,7 +1358,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 136, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L136" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L136" } ], "type": { @@ -1377,7 +1377,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 137, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L137" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L137" } ], "type": { @@ -1399,7 +1399,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 135, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L135" } ] } @@ -1436,7 +1436,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 263, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L263" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L263" } ], "signatures": [ @@ -1469,7 +1469,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 263, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L263" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L263" } ], "parameters": [ @@ -1523,7 +1523,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 265, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" } ], "type": { @@ -1546,7 +1546,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 265, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" } ], "type": { @@ -1566,7 +1566,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 265, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" } ] } @@ -1583,7 +1583,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 266, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L266" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L266" } ], "type": { @@ -1603,7 +1603,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 264, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L264" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L264" } ] } @@ -1628,7 +1628,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 269, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L269" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L269" } ], "type": { @@ -1647,7 +1647,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 270, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L270" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L270" } ], "type": { @@ -1669,7 +1669,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 268, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L268" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L268" } ] } @@ -1706,7 +1706,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 227, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L227" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L227" } ], "signatures": [ @@ -1731,7 +1731,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 227, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L227" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L227" } ], "parameters": [ @@ -1785,7 +1785,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 229, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" } ], "type": { @@ -1808,7 +1808,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 229, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" } ], "type": { @@ -1828,7 +1828,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 229, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" } ] } @@ -1845,7 +1845,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 230, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L230" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L230" } ], "type": { @@ -1865,7 +1865,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 228, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L228" } ] } @@ -1890,7 +1890,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 233, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L233" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L233" } ], "type": { @@ -1909,7 +1909,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 234, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L234" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L234" } ], "type": { @@ -1931,7 +1931,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 232, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L232" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L232" } ] } @@ -1966,7 +1966,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L26" } ], "signatures": [ @@ -1989,7 +1989,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L26" } ], "parameters": [ @@ -2036,7 +2036,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 80, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L80" } ], "signatures": [ @@ -2061,7 +2061,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 80, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L80" } ], "parameters": [ @@ -2115,7 +2115,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 82, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L82" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L82" } ], "type": { @@ -2136,7 +2136,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 83, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L83" } ], "type": { @@ -2156,7 +2156,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 81, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L81" } ] } @@ -2181,7 +2181,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 86, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L86" } ], "type": { @@ -2200,7 +2200,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 87, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L87" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L87" } ], "type": { @@ -2222,7 +2222,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 85, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L85" } ] } @@ -2259,7 +2259,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 47, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L47" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L47" } ], "signatures": [ @@ -2284,7 +2284,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 47, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L47" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L47" } ], "parameters": [ @@ -2334,7 +2334,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 49, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L49" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L49" } ], "type": { @@ -2358,7 +2358,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 50, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L50" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L50" } ], "type": { @@ -2378,7 +2378,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 48, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L48" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L48" } ] } @@ -2403,7 +2403,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 53, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L53" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L53" } ], "type": { @@ -2422,7 +2422,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 54, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L54" } ], "type": { @@ -2444,7 +2444,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 52, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L52" } ] } @@ -2482,7 +2482,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 39, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L39" } ], "signatures": [ @@ -2507,7 +2507,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 39, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L39" } ], "type": { @@ -2540,7 +2540,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 179, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L179" } ], "signatures": [ @@ -2565,7 +2565,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 179, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L179" } ], "parameters": [ @@ -2624,7 +2624,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 184, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L184" } ], "type": { @@ -2665,7 +2665,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 183, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L183" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L183" } ], "type": { @@ -2705,7 +2705,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 182, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L182" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L182" } ], "type": { @@ -2725,7 +2725,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 181, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L181" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L181" } ] } @@ -2762,7 +2762,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 188, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" } ], "type": { @@ -2785,7 +2785,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 188, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" } ], "type": { @@ -2805,7 +2805,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 188, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" } ] } @@ -2822,7 +2822,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 189, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L189" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L189" } ], "type": { @@ -2842,7 +2842,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 187, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L187" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L187" } ] } @@ -2867,7 +2867,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 192, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L192" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L192" } ], "type": { @@ -2886,7 +2886,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 193, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L193" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L193" } ], "type": { @@ -2908,7 +2908,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 191, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L191" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L191" } ] } @@ -2952,7 +2952,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 11, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L11" } ], "extendedTypes": [ @@ -2982,7 +2982,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 4, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L4" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L4" } ], "signatures": [ @@ -2997,7 +2997,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 4, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L4" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L4" } ], "parameters": [ @@ -3044,7 +3044,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 1, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L1" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L1" } ], "extendedTypes": [ @@ -3089,7 +3089,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 38, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L38" } ], "signatures": [ @@ -3104,7 +3104,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 38, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L38" } ], "parameters": [ @@ -3161,7 +3161,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 36, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L36" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L36" } ], "type": { @@ -3185,7 +3185,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 35, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L35" } ], "extendedTypes": [ @@ -3223,7 +3223,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 30, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L30" } ], "signatures": [ @@ -3238,7 +3238,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 30, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L30" } ], "parameters": [ @@ -3306,7 +3306,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 27, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L27" } ], "type": { @@ -3325,7 +3325,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 28, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L28" } ], "type": { @@ -3344,7 +3344,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 37, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L37" } ], "signatures": [ @@ -3359,7 +3359,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 37, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L37" } ], "type": { @@ -3382,7 +3382,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 40, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L40" } ], "type": { @@ -3402,7 +3402,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 39, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L39" } ], "type": { @@ -3422,7 +3422,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 41, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L41" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L41" } ], "type": { @@ -3442,7 +3442,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 42, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L42" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L42" } ], "type": { @@ -3463,7 +3463,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 38, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L38" } ] } @@ -3491,7 +3491,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 26, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L26" } ], "extendedTypes": [ @@ -3541,7 +3541,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 85, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L85" } ], "signatures": [ @@ -3556,7 +3556,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 85, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L85" } ], "parameters": [ @@ -3618,7 +3618,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 71, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L71" } ], "signatures": [ @@ -3696,7 +3696,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 71, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L71" } ], "parameters": [ @@ -3769,7 +3769,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 198, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L198" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L198" } ], "signatures": [ @@ -3847,7 +3847,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 198, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L198" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L198" } ], "parameters": [ @@ -3918,7 +3918,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 112, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L112" } ], "signatures": [ @@ -3961,7 +3961,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 112, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L112" } ], "parameters": [ @@ -4007,7 +4007,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 110, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L110" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L110" } ], "signatures": [ @@ -4077,7 +4077,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 110, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L110" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L110" } ], "parameters": [ @@ -4132,7 +4132,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 112, "character": 27, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L112" } ], "type": { @@ -4154,7 +4154,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 112, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L112" } ] } @@ -4193,7 +4193,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 158, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L158" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L158" } ], "signatures": [ @@ -4255,7 +4255,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 158, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L158" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L158" } ], "parameters": [ @@ -4354,7 +4354,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 46, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L46" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L46" } ], "signatures": [ @@ -4399,7 +4399,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 46, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L46" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L46" } ], "type": { @@ -4435,7 +4435,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 84, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L84" } ], "extendedTypes": [ @@ -4473,7 +4473,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 7, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L7" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L7" } ], "signatures": [ @@ -4488,7 +4488,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 7, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L7" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L7" } ], "parameters": [ @@ -4535,7 +4535,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 4, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L4" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L4" } ], "extendedTypes": [ @@ -4588,7 +4588,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 54, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L54" } ], "signatures": [ @@ -4603,7 +4603,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 54, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L54" } ], "parameters": [ @@ -4660,7 +4660,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 52, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L52" } ], "type": { @@ -4684,7 +4684,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 51, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L51" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L51" } ], "extendedTypes": [ @@ -4722,7 +4722,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 28, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L28" } ], "signatures": [ @@ -4745,7 +4745,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 28, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L28" } ], "parameters": [ @@ -4795,7 +4795,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 28, "character": 36, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L28" } ], "indexSignatures": [ @@ -4810,7 +4810,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 28, "character": 38, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L28" } ], "parameters": [ @@ -5087,7 +5087,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 71, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L71" } ], "signatures": [ @@ -5163,7 +5163,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 71, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L71" } ], "parameters": [ @@ -5224,7 +5224,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 198, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L198" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L198" } ], "signatures": [ @@ -5300,7 +5300,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 198, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L198" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L198" } ], "parameters": [ @@ -5361,7 +5361,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 110, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L110" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L110" } ], "signatures": [ @@ -5429,7 +5429,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 110, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L110" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L110" } ], "parameters": [ @@ -5484,7 +5484,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 112, "character": 27, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L112" } ], "type": { @@ -5506,7 +5506,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 112, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L112" } ] } @@ -5533,7 +5533,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 158, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L158" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L158" } ], "signatures": [ @@ -5593,7 +5593,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 158, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L158" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L158" } ], "parameters": [ @@ -5681,7 +5681,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 46, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L46" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L46" } ], "signatures": [ @@ -5724,7 +5724,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 46, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L46" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L46" } ], "type": { @@ -5750,7 +5750,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 16, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L16" } ], "extendedBy": [ @@ -5787,7 +5787,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 124, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L124" } ], "signatures": [ @@ -5802,7 +5802,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 124, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L124" } ], "parameters": [ @@ -5836,7 +5836,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 126, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L126" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L126" } ], "indexSignatures": [ @@ -5851,7 +5851,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 126, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L126" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L126" } ], "parameters": [ @@ -6139,7 +6139,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 155, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L155" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L155" } ], "signatures": [ @@ -6182,7 +6182,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 155, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L155" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L155" } ], "parameters": [ @@ -6270,7 +6270,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 213, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L213" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L213" } ], "signatures": [ @@ -6313,7 +6313,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 213, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L213" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L213" } ], "parameters": [ @@ -6384,7 +6384,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 196, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L196" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L196" } ], "signatures": [ @@ -6427,7 +6427,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 196, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L196" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L196" } ], "parameters": [ @@ -6482,7 +6482,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 134, "character": 27, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L134" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L134" } ], "type": { @@ -6504,7 +6504,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 134, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L134" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L134" } ] } @@ -6541,7 +6541,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 242, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L242" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L242" } ], "signatures": [ @@ -6584,7 +6584,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 242, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L242" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L242" } ], "parameters": [ @@ -6628,7 +6628,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 175, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L175" } ], "signatures": [ @@ -6671,7 +6671,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 175, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L175" } ], "parameters": [ @@ -6765,7 +6765,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 55, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L55" } ], "signatures": [ @@ -6810,7 +6810,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 55, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L55" } ], "type": { @@ -6846,7 +6846,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 121, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L121" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L121" } ], "extendedTypes": [ @@ -6884,7 +6884,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 27, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L27" } ], "signatures": [ @@ -6899,7 +6899,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 27, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L27" } ], "parameters": [ @@ -6933,7 +6933,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 27, "character": 36, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L27" } ], "indexSignatures": [ @@ -6948,7 +6948,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 27, "character": 38, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L27" } ], "parameters": [ @@ -7217,7 +7217,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 320, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L320" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L320" } ], "signatures": [ @@ -7285,7 +7285,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 320, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L320" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L320" } ], "parameters": [ @@ -7368,7 +7368,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 138, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L138" } ], "signatures": [ @@ -7436,7 +7436,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 138, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L138" } ], "parameters": [ @@ -7533,7 +7533,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 206, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L206" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L206" } ], "signatures": [ @@ -7601,7 +7601,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 206, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L206" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L206" } ], "parameters": [ @@ -7716,7 +7716,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 85, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L85" } ], "signatures": [ @@ -7792,7 +7792,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 85, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L85" } ], "parameters": [ @@ -7875,7 +7875,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 277, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L277" } ], "signatures": [ @@ -7943,7 +7943,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 277, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L277" } ], "parameters": [ @@ -8054,7 +8054,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 45, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L45" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L45" } ], "signatures": [ @@ -8097,7 +8097,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 45, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L45" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L45" } ], "type": { @@ -8123,7 +8123,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 21, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L21" } ], "extendedBy": [ @@ -8160,7 +8160,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 37, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L37" } ], "signatures": [ @@ -8175,7 +8175,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 37, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L37" } ], "parameters": [ @@ -8209,7 +8209,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 37, "character": 36, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L37" } ], "indexSignatures": [ @@ -8224,7 +8224,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 37, "character": 38, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L37" } ], "parameters": [ @@ -8493,7 +8493,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 93, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L93" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L93" } ], "signatures": [ @@ -8577,7 +8577,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 93, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L93" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L93" } ], "parameters": [ @@ -8678,7 +8678,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 226, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L226" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L226" } ], "signatures": [ @@ -8746,7 +8746,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 226, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L226" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L226" } ], "parameters": [ @@ -8826,7 +8826,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 131, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L131" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L131" } ], "signatures": [ @@ -8894,7 +8894,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 131, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L131" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L131" } ], "parameters": [ @@ -8968,7 +8968,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 134, "character": 27, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L134" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L134" } ], "type": { @@ -8990,7 +8990,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 134, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L134" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L134" } ] } @@ -9017,7 +9017,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 188, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L188" } ], "signatures": [ @@ -9085,7 +9085,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 188, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L188" } ], "parameters": [ @@ -9178,7 +9178,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 55, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L55" } ], "signatures": [ @@ -9221,7 +9221,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 55, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L55" } ], "type": { @@ -9247,7 +9247,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 31, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L31" } ], "extendedBy": [ @@ -9284,7 +9284,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 261, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L261" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L261" } ], "signatures": [ @@ -9299,7 +9299,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 261, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L261" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L261" } ], "parameters": [ @@ -9333,7 +9333,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 263, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L263" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L263" } ], "indexSignatures": [ @@ -9348,7 +9348,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 263, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L263" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L263" } ], "parameters": [ @@ -9647,7 +9647,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 396, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L396" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L396" } ], "signatures": [ @@ -9690,7 +9690,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 396, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L396" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L396" } ], "parameters": [ @@ -9787,7 +9787,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 318, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L318" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L318" } ], "signatures": [ @@ -9830,7 +9830,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 318, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L318" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L318" } ], "parameters": [ @@ -9929,7 +9929,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 342, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L342" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L342" } ], "signatures": [ @@ -9972,7 +9972,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 342, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L342" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L342" } ], "parameters": [ @@ -10072,7 +10072,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 294, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L294" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L294" } ], "signatures": [ @@ -10115,7 +10115,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 294, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L294" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L294" } ], "parameters": [ @@ -10212,7 +10212,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 371, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L371" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L371" } ], "signatures": [ @@ -10255,7 +10255,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 371, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L371" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L371" } ], "parameters": [ @@ -10357,7 +10357,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 45, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L45" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L45" } ], "signatures": [ @@ -10402,7 +10402,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 45, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L45" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L45" } ], "type": { @@ -10438,7 +10438,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 257, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L257" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L257" } ], "extendedTypes": [ @@ -10484,7 +10484,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 42, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L42" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L42" } ], "type": { @@ -10511,7 +10511,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 40, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L40" } ], "type": { @@ -10538,7 +10538,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 36, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L36" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L36" } ], "type": { @@ -10565,7 +10565,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 38, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L38" } ], "type": { @@ -10592,7 +10592,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 44, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L44" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L44" } ], "type": { @@ -10612,7 +10612,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 34, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L34" } ] }, @@ -10636,7 +10636,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 16, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L16" } ], "type": { @@ -10658,7 +10658,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 17, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L17" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L17" } ], "type": { @@ -10679,7 +10679,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 15, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L15" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L15" } ], "type": { @@ -10698,7 +10698,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L11" } ], "type": { @@ -10717,7 +10717,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 13, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L13" } ], "type": { @@ -10736,7 +10736,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 14, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L14" } ], "type": { @@ -10755,7 +10755,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L19" } ], "type": { @@ -10776,7 +10776,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 12, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L12" } ], "type": { @@ -10797,7 +10797,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L18" } ], "type": { @@ -10817,7 +10817,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 10, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L10" } ] }, @@ -10847,7 +10847,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 21, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L21" } ], "type": { @@ -10866,7 +10866,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 22, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L22" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L22" } ], "type": { @@ -10885,7 +10885,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 23, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L23" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L23" } ], "type": { @@ -10906,7 +10906,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 20, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L20" } ], "type": { @@ -10927,7 +10927,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 24, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L24" } ], "type": { @@ -10948,7 +10948,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L19" } ], "type": { @@ -10968,7 +10968,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 18, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L18" } ] }, @@ -11006,7 +11006,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 196, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L196" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L196" } ], "type": { @@ -11033,7 +11033,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 197, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L197" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L197" } ], "type": { @@ -11063,7 +11063,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 195, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L195" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L195" } ], "type": { @@ -11083,7 +11083,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 194, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L194" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L194" } ] }, @@ -11107,7 +11107,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 112, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L112" } ], "type": { @@ -11127,7 +11127,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 111, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L111" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L111" } ] }, @@ -11167,7 +11167,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 9, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L9" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L9" } ], "type": { @@ -11196,7 +11196,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 10, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L10" } ], "type": { @@ -11216,7 +11216,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 8, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L8" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L8" } ] }, @@ -11254,7 +11254,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 291, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L291" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L291" } ], "type": { @@ -11281,7 +11281,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 292, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L292" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L292" } ], "type": { @@ -11303,7 +11303,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 290, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L290" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L290" } ] }, @@ -11343,7 +11343,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/fetch.ts", "line": 13, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/fetch.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/fetch.ts#L13" } ], "type": { @@ -11359,7 +11359,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/fetch.ts", "line": 13, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/fetch.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/fetch.ts#L13" } ], "indexSignatures": [ @@ -11374,7 +11374,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/fetch.ts", "line": 14, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/fetch.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/fetch.ts#L14" } ], "parameters": [ @@ -11420,7 +11420,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/fetch.ts", "line": 16, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/fetch.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/fetch.ts#L16" } ], "type": { @@ -11440,7 +11440,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/fetch.ts", "line": 12, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/fetch.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/fetch.ts#L12" } ] }, @@ -11472,7 +11472,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 204, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L204" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L204" } ], "type": { @@ -11497,7 +11497,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 200, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L200" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L200" } ] }, @@ -11519,7 +11519,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 49, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L49" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L49" } ], "type": { @@ -11538,7 +11538,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L57" } ], "type": { @@ -11559,7 +11559,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 53, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L53" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L53" } ], "type": { @@ -11578,7 +11578,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 51, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L51" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L51" } ], "type": { @@ -11606,7 +11606,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 55, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L55" } ], "type": { @@ -11625,7 +11625,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L56" } ], "type": { @@ -11659,7 +11659,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 48, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L48" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L48" } ], "type": { @@ -11678,7 +11678,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 50, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L50" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L50" } ], "type": { @@ -11697,7 +11697,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 52, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L52" } ], "type": { @@ -11717,7 +11717,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 47, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L47" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L47" } ] }, @@ -11739,7 +11739,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 64, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L64" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L64" } ], "type": { @@ -11760,7 +11760,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 70, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L70" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L70" } ], "type": { @@ -11781,7 +11781,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 71, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L71" } ], "type": { @@ -11800,7 +11800,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 66, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L66" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L66" } ], "type": { @@ -11821,7 +11821,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 72, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L72" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L72" } ], "type": { @@ -11840,7 +11840,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 61, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L61" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L61" } ], "type": { @@ -11868,7 +11868,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 68, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L68" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L68" } ], "type": { @@ -11889,7 +11889,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 73, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L73" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L73" } ], "type": { @@ -11910,7 +11910,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 74, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L74" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L74" } ], "type": { @@ -11944,7 +11944,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 63, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L63" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L63" } ], "type": { @@ -11965,7 +11965,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 69, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L69" } ], "type": { @@ -11984,7 +11984,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 65, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L65" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L65" } ], "type": { @@ -12003,7 +12003,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 62, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L62" } ], "type": { @@ -12023,7 +12023,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 60, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L60" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L60" } ] }, @@ -12063,7 +12063,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 86, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L86" } ], "type": { @@ -12140,7 +12140,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 90, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L90" } ], "type": { @@ -12169,7 +12169,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 98, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L98" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L98" } ], "type": { @@ -12198,7 +12198,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 108, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L108" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L108" } ], "type": { @@ -12242,7 +12242,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 103, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L103" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L103" } ], "type": { @@ -12286,7 +12286,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 94, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L94" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L94" } ], "type": { @@ -12306,7 +12306,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 82, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L82" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L82" } ] }, @@ -12344,7 +12344,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 162, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L162" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L162" } ], "type": { @@ -12371,7 +12371,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 163, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L163" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L163" } ], "type": { @@ -12403,7 +12403,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 164, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L164" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L164" } ], "type": { @@ -12432,7 +12432,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 165, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L165" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L165" } ], "type": { @@ -12459,7 +12459,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 161, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L161" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L161" } ], "type": { @@ -12479,7 +12479,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 160, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L160" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L160" } ] }, @@ -12517,7 +12517,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 173, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L173" } ], "type": { @@ -12542,7 +12542,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 172, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L172" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L172" } ] }, @@ -12566,7 +12566,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 23, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L23" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L23" } ], "type": { @@ -12587,7 +12587,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 24, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L24" } ], "type": { @@ -12608,7 +12608,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 27, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L27" } ], "type": { @@ -12629,7 +12629,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 25, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L25" } ], "type": { @@ -12667,7 +12667,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L26" } ], "type": { @@ -12696,7 +12696,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 22, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L22" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L22" } ] }, @@ -12736,7 +12736,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 138, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L138" } ], "type": { @@ -12765,7 +12765,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 139, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L139" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L139" } ], "type": { @@ -12794,7 +12794,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 137, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L137" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L137" } ], "type": { @@ -12821,7 +12821,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 136, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L136" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L136" } ], "type": { @@ -12841,7 +12841,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 135, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L135" } ] }, @@ -12879,7 +12879,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 148, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L148" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L148" } ], "type": { @@ -12904,7 +12904,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 148, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L148" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L148" } ], "type": { @@ -12924,7 +12924,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 148, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L148" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L148" } ] } @@ -12952,7 +12952,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 149, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L149" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L149" } ], "type": { @@ -12972,7 +12972,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 147, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L147" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L147" } ] }, @@ -13012,7 +13012,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 114, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L114" } ], "type": { @@ -13041,7 +13041,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 115, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L115" } ], "type": { @@ -13070,7 +13070,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 113, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L113" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L113" } ], "type": { @@ -13090,7 +13090,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 112, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L112" } ] }, @@ -13130,7 +13130,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 125, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L125" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L125" } ], "type": { @@ -13157,7 +13157,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 124, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L124" } ], "type": { @@ -13182,7 +13182,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 124, "character": 19, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L124" } ], "type": { @@ -13202,7 +13202,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 124, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L124" } ] } @@ -13221,7 +13221,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 123, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L123" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L123" } ] }, @@ -13259,7 +13259,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 214, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L214" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L214" } ], "type": { @@ -13288,7 +13288,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 215, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L215" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L215" } ], "type": { @@ -13317,7 +13317,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 216, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L216" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L216" } ], "type": { @@ -13346,7 +13346,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 217, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L217" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L217" } ], "type": { @@ -13375,7 +13375,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 218, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L218" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L218" } ], "type": { @@ -13404,7 +13404,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 219, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L219" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L219" } ], "type": { @@ -13433,7 +13433,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 220, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L220" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L220" } ], "type": { @@ -13460,7 +13460,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 213, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L213" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L213" } ], "type": { @@ -13480,7 +13480,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 212, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L212" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L212" } ] }, @@ -13520,7 +13520,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 230, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L230" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L230" } ], "type": { @@ -13547,7 +13547,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 229, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L229" } ], "type": { @@ -13572,7 +13572,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 228, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L228" } ] }, @@ -13594,7 +13594,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 209, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L209" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L209" } ], "type": { @@ -13614,7 +13614,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 208, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L208" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L208" } ] }, @@ -13654,7 +13654,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L31" } ], "type": { @@ -13677,7 +13677,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 30, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L30" } ] }, @@ -13715,7 +13715,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 184, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L184" } ], "type": { @@ -13742,7 +13742,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 183, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L183" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L183" } ], "type": { @@ -13769,7 +13769,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 185, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L185" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L185" } ], "type": { @@ -13794,7 +13794,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 182, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L182" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L182" } ] }, @@ -13834,7 +13834,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 254, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L254" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L254" } ], "type": { @@ -13863,7 +13863,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 251, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L251" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L251" } ], "type": { @@ -13890,7 +13890,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 252, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L252" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L252" } ], "type": { @@ -13921,7 +13921,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 255, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L255" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L255" } ], "type": { @@ -13950,7 +13950,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 256, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L256" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L256" } ], "type": { @@ -13979,7 +13979,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 253, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L253" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L253" } ], "type": { @@ -14006,7 +14006,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 250, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L250" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L250" } ], "type": { @@ -14026,7 +14026,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 249, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L249" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L249" } ] }, @@ -14064,7 +14064,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 264, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L264" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L264" } ], "type": { @@ -14089,7 +14089,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 263, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L263" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L263" } ] }, @@ -14132,7 +14132,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 120, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L120" } ], "type": { @@ -14161,7 +14161,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 125, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L125" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L125" } ], "type": { @@ -14190,7 +14190,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 135, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L135" } ], "type": { @@ -14219,7 +14219,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 130, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L130" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L130" } ], "type": { @@ -14241,7 +14241,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 115, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L115" } ] }, @@ -14263,7 +14263,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 183, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L183" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L183" } ], "type": { @@ -14282,7 +14282,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 179, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L179" } ], "type": { @@ -14301,7 +14301,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 180, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L180" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L180" } ], "type": { @@ -14329,7 +14329,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 188, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L188" } ], "type": { @@ -14348,7 +14348,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 184, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L184" } ], "type": { @@ -14382,7 +14382,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 181, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L181" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L181" } ], "type": { @@ -14401,7 +14401,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 182, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L182" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L182" } ], "type": { @@ -14421,7 +14421,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 178, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L178" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L178" } ] }, @@ -14453,7 +14453,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 158, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L158" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L158" } ], "type": { @@ -14493,7 +14493,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 148, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L148" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L148" } ], "type": { @@ -14522,7 +14522,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 153, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L153" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L153" } ], "type": { @@ -14562,7 +14562,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 175, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L175" } ], "type": { @@ -14620,7 +14620,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 169, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L169" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L169" } ], "type": { @@ -14640,7 +14640,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 143, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L143" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L143" } ] }, @@ -14662,7 +14662,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 195, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L195" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L195" } ], "type": { @@ -14686,7 +14686,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 194, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L194" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L194" } ], "type": { @@ -14707,7 +14707,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 197, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L197" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L197" } ], "type": { @@ -14726,7 +14726,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 196, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L196" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L196" } ], "type": { @@ -14751,7 +14751,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 193, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L193" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L193" } ] }, @@ -14775,7 +14775,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L78" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L78" } ], "type": { @@ -14796,7 +14796,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 79, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L79" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L79" } ], "type": { @@ -14816,7 +14816,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 77, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L77" } ] }, @@ -14838,7 +14838,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 139, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L139" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L139" } ], "type": { @@ -14872,7 +14872,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 140, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L140" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L140" } ], "type": { @@ -14901,7 +14901,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 138, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L138" } ] }, @@ -14925,7 +14925,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 8, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L8" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L8" } ], "type": { @@ -14945,7 +14945,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 7, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L7" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L7" } ] }, @@ -14985,7 +14985,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L26" } ], "type": { @@ -15222,7 +15222,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 21, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L21" } ], "type": { @@ -15238,7 +15238,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 21, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L21" } ], "indexSignatures": [ @@ -15253,7 +15253,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 21, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L21" } ], "parameters": [ @@ -15290,7 +15290,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 17, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L17" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L17" } ] }, @@ -15328,7 +15328,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 281, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L281" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L281" } ], "type": { @@ -15359,7 +15359,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 282, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L282" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L282" } ], "type": { @@ -15379,7 +15379,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 280, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L280" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L280" } ], "typeParameters": [ @@ -15420,7 +15420,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 240, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L240" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L240" } ], "type": { @@ -15449,7 +15449,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 220, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L220" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L220" } ], "type": { @@ -15478,7 +15478,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 233, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L233" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L233" } ], "type": { @@ -15507,7 +15507,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 227, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L227" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L227" } ], "type": { @@ -15549,7 +15549,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 216, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L216" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L216" } ], "type": { @@ -15569,7 +15569,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 212, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L212" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L212" } ] }, @@ -15609,7 +15609,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 21, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L21" } ], "type": { @@ -15638,7 +15638,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 22, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L22" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L22" } ], "type": { @@ -15667,7 +15667,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 20, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L20" } ], "type": { @@ -15687,7 +15687,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 19, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L19" } ] }, @@ -15725,7 +15725,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 71, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L71" } ], "type": { @@ -15748,7 +15748,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 70, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L70" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L70" } ] }, @@ -15788,7 +15788,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 272, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L272" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L272" } ], "type": { @@ -15813,7 +15813,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 271, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L271" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L271" } ] }, @@ -15853,7 +15853,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 62, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L62" } ], "type": { @@ -15880,7 +15880,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 58, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L58" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L58" } ], "type": { @@ -15907,7 +15907,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 59, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L59" } ], "type": { @@ -15934,7 +15934,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 60, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L60" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L60" } ], "type": { @@ -15963,7 +15963,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L56" } ], "type": { @@ -15992,7 +15992,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 61, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L61" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L61" } ], "type": { @@ -16021,7 +16021,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L57" } ], "type": { @@ -16041,7 +16041,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 55, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L55" } ] }, @@ -16081,7 +16081,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 101, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L101" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L101" } ], "type": { @@ -16112,7 +16112,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 103, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L103" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L103" } ], "type": { @@ -16139,7 +16139,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 100, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L100" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L100" } ], "type": { @@ -16168,7 +16168,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 102, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L102" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L102" } ], "type": { @@ -16190,7 +16190,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 99, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L99" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L99" } ] }, @@ -16228,7 +16228,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 88, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L88" } ], "type": { @@ -16257,7 +16257,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 87, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L87" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L87" } ], "type": { @@ -16286,7 +16286,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 89, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L89" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L89" } ], "type": { @@ -16308,7 +16308,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 86, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L86" } ] }, @@ -16331,7 +16331,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 299, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L299" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L299" } ], "typeParameters": [ @@ -16389,7 +16389,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 8, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L8" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L8" } ], "type": { @@ -16417,7 +16417,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 247, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L247" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L247" } ], "typeParameters": [ @@ -16520,7 +16520,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 43, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L43" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L43" } ], "type": { @@ -16552,7 +16552,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 251, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L251" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L251" } ], "typeParameters": [ @@ -16587,7 +16587,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 253, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L253" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L253" } ], "type": { @@ -16609,7 +16609,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 254, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L254" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L254" } ], "type": { @@ -16629,7 +16629,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 252, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L252" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L252" } ] } @@ -16654,7 +16654,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 257, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L257" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L257" } ], "type": { @@ -16673,7 +16673,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 258, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L258" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L258" } ], "type": { @@ -16695,7 +16695,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 256, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L256" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L256" } ] } @@ -16714,7 +16714,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/fetch.ts", "line": 5, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/fetch.ts#L5" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/fetch.ts#L5" } ], "type": { @@ -16746,7 +16746,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/fetch.ts", "line": 22, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/fetch.ts#L22" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/fetch.ts#L22" } ], "type": { @@ -16782,7 +16782,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 191, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L191" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L191" } ], "type": { @@ -16839,7 +16839,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 38, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L38" } ], "type": { @@ -16866,7 +16866,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 237, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L237" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L237" } ], "type": { @@ -16908,7 +16908,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 78, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L78" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L78" } ], "type": { @@ -16959,9 +16959,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 49, + "line": 35, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L49" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L35" } ], "signatures": [ @@ -16988,9 +16988,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 49, + "line": 35, "character": 29, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L49" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L35" } ], "parameters": [ @@ -17032,7 +17032,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 10, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L10" } ], "signatures": [ @@ -17047,7 +17047,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 10, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L10" } ], "parameters": [ @@ -17088,7 +17088,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 18, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L18" } ], "signatures": [ @@ -17122,7 +17122,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 18, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L18" } ], "parameters": [ @@ -17177,9 +17177,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 71, + "line": 57, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L57" } ], "signatures": [ @@ -17206,9 +17206,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 71, + "line": 57, "character": 34, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L57" } ], "parameters": [ @@ -17255,16 +17255,16 @@ "summary": [ { "kind": "text", - "text": "Resolves the fetch implementation to use\nUses custom fetch if provided, otherwise falls back to:\n- Native fetch in browser/modern environments\n- @supabase/node-fetch polyfill in Node.js environments without fetch" + "text": "Resolves the fetch implementation to use\nUses custom fetch if provided, otherwise uses native fetch" } ] }, "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 12, + "line": 10, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L10" } ], "signatures": [ @@ -17291,9 +17291,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 12, + "line": 10, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L10" } ], "parameters": [ @@ -17752,16 +17752,16 @@ "summary": [ { "kind": "text", - "text": "Resolves the Response constructor to use\nUses native Response in browser/modern environments\nFalls back to @supabase/node-fetch polyfill in Node.js environments" + "text": "Resolves the Response constructor to use\nReturns native Response constructor" } ] }, "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 32, + "line": 23, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L32" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L23" } ], "signatures": [ @@ -17788,110 +17788,99 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 32, + "line": 23, "character": 31, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L32" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L23" } ], "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reflection", - "declaration": { - "id": 1218, - "name": "__type", - "variant": "declaration", - "kind": 65536, + "type": "reflection", + "declaration": { + "id": 1218, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "sources": [ + { + "fileName": "node_modules/typescript/lib/lib.dom.d.ts", + "line": 19898, + "character": 22 + } + ], + "signatures": [ + { + "id": 1219, + "name": "resolveResponse", + "variant": "signature", + "kind": 16384, "flags": {}, "sources": [ { "fileName": "node_modules/typescript/lib/lib.dom.d.ts", - "line": 19898, - "character": 22 + "line": 19900, + "character": 4 } ], - "signatures": [ + "parameters": [ { - "id": 1219, - "name": "resolveResponse", - "variant": "signature", - "kind": 16384, - "flags": {}, - "sources": [ - { - "fileName": "node_modules/typescript/lib/lib.dom.d.ts", - "line": 19900, - "character": 4 - } - ], - "parameters": [ - { - "id": 1220, - "name": "body", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "BodyInit" - }, - "name": "BodyInit", - "package": "typescript" - } - ] - } - }, - { - "id": 1221, - "name": "init", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true + "id": 1220, + "name": "body", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null }, - "type": { + { "type": "reference", "target": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "ResponseInit" + "qualifiedName": "BodyInit" }, - "name": "ResponseInit", + "name": "BodyInit", "package": "typescript" } - } - ], + ] + } + }, + { + "id": 1221, + "name": "init", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, "type": { "type": "reference", "target": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "Response" + "qualifiedName": "ResponseInit" }, - "name": "Response", + "name": "ResponseInit", "package": "typescript" } } - ] + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", + "qualifiedName": "Response" + }, + "name": "Response", + "package": "typescript" + } } - } - ], - "name": "Promise", - "package": "typescript" + ] + } } } ] @@ -17924,9 +17913,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 84, + "line": 70, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L70" } ], "signatures": [ @@ -17939,9 +17928,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 84, + "line": 70, "character": 39, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L70" } ], "parameters": [ @@ -17977,9 +17966,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 85, + "line": 71, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L71" } ], "type": { @@ -18000,9 +17989,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 85, + "line": 71, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L71" } ] } @@ -18048,7 +18037,7 @@ "fileName": "packages/core/storage-js/src/index.ts", "line": 3, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/index.ts#L3" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/index.ts#L3" } ], "target": 47 @@ -18089,7 +18078,7 @@ "fileName": "packages/core/storage-js/src/index.ts", "line": 1, "character": 0, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/index.ts#L1" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/index.ts#L1" } ] }, @@ -18118,7 +18107,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 9, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L9" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L9" } ], "signatures": [ @@ -18133,7 +18122,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 9, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L9" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L9" } ], "parameters": [ @@ -18156,7 +18145,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 10, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L10" } ], "signatures": [ @@ -18171,7 +18160,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 10, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L10" } ], "type": { @@ -18234,7 +18223,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 6, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L6" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L6" } ], "type": { @@ -18259,7 +18248,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 14, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L14" } ], "signatures": [ @@ -18274,7 +18263,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 14, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L14" } ], "type": { @@ -18298,7 +18287,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 25, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L25" } ], "signatures": [ @@ -18332,7 +18321,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 25, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L25" } ], "typeParameters": [ @@ -18385,7 +18374,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 26, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L26" } ], "signatures": [ @@ -18400,7 +18389,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 26, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L26" } ], "parameters": [ @@ -18518,7 +18507,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L31" } ], "signatures": [ @@ -18552,7 +18541,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L31" } ], "parameters": [ @@ -18592,7 +18581,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 31, "character": 23, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L31" } ], "signatures": [ @@ -18607,7 +18596,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 31, "character": 23, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L31" } ], "type": { @@ -18674,7 +18663,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L18" } ], "signatures": [ @@ -18708,7 +18697,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L18" } ], "typeParameters": [ @@ -18785,7 +18774,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 19, "character": 19, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L19" } ], "signatures": [ @@ -18800,7 +18789,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 19, "character": 19, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L19" } ], "parameters": [ @@ -18902,7 +18891,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 20, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L20" } ], "signatures": [ @@ -18917,7 +18906,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 20, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L20" } ], "parameters": [ @@ -19034,7 +19023,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 5, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L5" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L5" } ], "implementedTypes": [ @@ -19080,7 +19069,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 1, "character": 0, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L1" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L1" } ] }, @@ -19117,7 +19106,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 23, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L23" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L23" } ], "signatures": [ @@ -19140,7 +19129,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 23, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L23" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L23" } ], "parameters": [ @@ -19190,7 +19179,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 23, "character": 36, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L23" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L23" } ], "indexSignatures": [ @@ -19205,7 +19194,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 23, "character": 38, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L23" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L23" } ], "parameters": [ @@ -19482,7 +19471,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 57, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L57" } ], "signatures": [ @@ -19525,7 +19514,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 57, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L57" } ], "parameters": [ @@ -19579,7 +19568,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 59, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L59" } ], "type": { @@ -19600,7 +19589,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 60, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L60" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L60" } ], "type": { @@ -19620,7 +19609,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 58, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L58" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L58" } ] } @@ -19645,7 +19634,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 63, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L63" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L63" } ], "type": { @@ -19664,7 +19653,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 64, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L64" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L64" } ], "type": { @@ -19686,7 +19675,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 62, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L62" } ] } @@ -19711,7 +19700,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 170, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L170" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L170" } ], "signatures": [ @@ -19754,7 +19743,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 170, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L170" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L170" } ], "parameters": [ @@ -19808,7 +19797,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 172, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L172" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L172" } ], "type": { @@ -19831,7 +19820,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 172, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L172" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L172" } ], "type": { @@ -19851,7 +19840,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 172, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L172" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L172" } ] } @@ -19868,7 +19857,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 173, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L173" } ], "type": { @@ -19888,7 +19877,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 171, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L171" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L171" } ] } @@ -19913,7 +19902,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 176, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L176" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L176" } ], "type": { @@ -19932,7 +19921,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 177, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L177" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L177" } ], "type": { @@ -19954,7 +19943,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 175, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L175" } ] } @@ -19979,7 +19968,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 109, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L109" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L109" } ], "signatures": [ @@ -20022,7 +20011,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 109, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L109" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L109" } ], "parameters": [ @@ -20072,7 +20061,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 110, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L110" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L110" } ], "type": { @@ -20101,7 +20090,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 111, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L111" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L111" } ], "type": { @@ -20130,7 +20119,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 114, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L114" } ], "type": { @@ -20159,7 +20148,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 112, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L112" } ], "type": { @@ -20205,7 +20194,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 113, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L113" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L113" } ], "type": { @@ -20234,7 +20223,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 109, "character": 30, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L109" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L109" } ] } @@ -20271,7 +20260,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 117, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L117" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L117" } ], "type": { @@ -20295,7 +20284,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 118, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L118" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L118" } ], "type": { @@ -20315,7 +20304,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 116, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L116" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L116" } ] } @@ -20340,7 +20329,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 121, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L121" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L121" } ], "type": { @@ -20359,7 +20348,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 122, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L122" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L122" } ], "type": { @@ -20381,7 +20370,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 120, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L120" } ] } @@ -20408,7 +20397,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 35, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L35" } ], "signatures": [ @@ -20442,7 +20431,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 35, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L35" } ], "type": { @@ -20468,7 +20457,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 11, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L11" } ] } @@ -20484,7 +20473,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 1, "character": 0, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L1" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L1" } ] }, @@ -20513,7 +20502,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 14, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L14" } ], "signatures": [ @@ -20528,7 +20517,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 14, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L14" } ], "parameters": [ @@ -20562,7 +20551,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 16, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L16" } ], "indexSignatures": [ @@ -20577,7 +20566,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 16, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L16" } ], "parameters": [ @@ -20861,7 +20850,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 120, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L120" } ], "signatures": [ @@ -20895,7 +20884,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 120, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L120" } ], "parameters": [ @@ -20954,7 +20943,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 125, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L125" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L125" } ], "type": { @@ -20995,7 +20984,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 124, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L124" } ], "type": { @@ -21035,7 +21024,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 123, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L123" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L123" } ], "type": { @@ -21076,7 +21065,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 126, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L126" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L126" } ], "type": { @@ -21098,7 +21087,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 122, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L122" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L122" } ] } @@ -21136,7 +21125,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 132, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L132" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L132" } ], "type": { @@ -21172,7 +21161,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 133, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L133" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L133" } ], "type": { @@ -21192,7 +21181,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 131, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L131" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L131" } ] } @@ -21217,7 +21206,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 136, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L136" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L136" } ], "type": { @@ -21236,7 +21225,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 137, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L137" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L137" } ], "type": { @@ -21258,7 +21247,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 135, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L135" } ] } @@ -21283,7 +21272,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 263, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L263" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L263" } ], "signatures": [ @@ -21314,7 +21303,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 263, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L263" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L263" } ], "parameters": [ @@ -21368,7 +21357,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 265, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" } ], "type": { @@ -21391,7 +21380,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 265, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" } ], "type": { @@ -21411,7 +21400,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 265, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" } ] } @@ -21428,7 +21417,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 266, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L266" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L266" } ], "type": { @@ -21448,7 +21437,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 264, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L264" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L264" } ] } @@ -21473,7 +21462,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 269, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L269" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L269" } ], "type": { @@ -21492,7 +21481,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 270, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L270" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L270" } ], "type": { @@ -21514,7 +21503,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 268, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L268" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L268" } ] } @@ -21539,7 +21528,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 227, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L227" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L227" } ], "signatures": [ @@ -21562,7 +21551,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 227, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L227" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L227" } ], "parameters": [ @@ -21616,7 +21605,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 229, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" } ], "type": { @@ -21639,7 +21628,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 229, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" } ], "type": { @@ -21659,7 +21648,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 229, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" } ] } @@ -21676,7 +21665,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 230, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L230" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L230" } ], "type": { @@ -21696,7 +21685,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 228, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L228" } ] } @@ -21721,7 +21710,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 233, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L233" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L233" } ], "type": { @@ -21740,7 +21729,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 234, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L234" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L234" } ], "type": { @@ -21762,7 +21751,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 232, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L232" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L232" } ] } @@ -21787,7 +21776,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 80, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L80" } ], "signatures": [ @@ -21810,7 +21799,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 80, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L80" } ], "parameters": [ @@ -21864,7 +21853,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 82, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L82" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L82" } ], "type": { @@ -21885,7 +21874,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 83, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L83" } ], "type": { @@ -21905,7 +21894,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 81, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L81" } ] } @@ -21930,7 +21919,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 86, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L86" } ], "type": { @@ -21949,7 +21938,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 87, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L87" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L87" } ], "type": { @@ -21971,7 +21960,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 85, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L85" } ] } @@ -21996,7 +21985,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 47, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L47" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L47" } ], "signatures": [ @@ -22019,7 +22008,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 47, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L47" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L47" } ], "parameters": [ @@ -22069,7 +22058,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 49, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L49" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L49" } ], "type": { @@ -22093,7 +22082,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 50, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L50" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L50" } ], "type": { @@ -22113,7 +22102,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 48, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L48" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L48" } ] } @@ -22138,7 +22127,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 53, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L53" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L53" } ], "type": { @@ -22157,7 +22146,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 54, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L54" } ], "type": { @@ -22179,7 +22168,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 52, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L52" } ] } @@ -22206,7 +22195,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 39, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L39" } ], "signatures": [ @@ -22229,7 +22218,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 39, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L39" } ], "type": { @@ -22250,7 +22239,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 179, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L179" } ], "signatures": [ @@ -22273,7 +22262,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 179, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L179" } ], "parameters": [ @@ -22332,7 +22321,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 184, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L184" } ], "type": { @@ -22373,7 +22362,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 183, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L183" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L183" } ], "type": { @@ -22413,7 +22402,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 182, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L182" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L182" } ], "type": { @@ -22433,7 +22422,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 181, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L181" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L181" } ] } @@ -22470,7 +22459,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 188, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" } ], "type": { @@ -22493,7 +22482,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 188, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" } ], "type": { @@ -22513,7 +22502,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 188, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" } ] } @@ -22530,7 +22519,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 189, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L189" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L189" } ], "type": { @@ -22550,7 +22539,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 187, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L187" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L187" } ] } @@ -22575,7 +22564,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 192, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L192" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L192" } ], "type": { @@ -22594,7 +22583,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 193, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L193" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L193" } ], "type": { @@ -22616,7 +22605,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 191, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L191" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L191" } ] } @@ -22646,7 +22635,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 8, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L8" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L8" } ], "extendedBy": [ @@ -22669,7 +22658,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 1, "character": 0, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L1" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L1" } ] }, @@ -22698,7 +22687,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", "line": 52, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L52" } ], "signatures": [ @@ -22713,7 +22702,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", "line": 52, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L52" } ], "parameters": [ @@ -22747,7 +22736,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", "line": 54, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L54" } ], "indexSignatures": [ @@ -22762,7 +22751,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", "line": 54, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L54" } ], "parameters": [ @@ -23042,9 +23031,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 379, + "line": 392, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L379" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L392" } ], "signatures": [ @@ -23065,9 +23054,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 379, + "line": 392, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L379" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L392" } ], "parameters": [ @@ -23177,9 +23166,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 385, + "line": 398, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L385" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L398" } ], "type": { @@ -23200,9 +23189,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 385, + "line": 398, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L385" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L398" } ], "type": { @@ -23220,9 +23209,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 385, + "line": 398, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L385" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L398" } ] } @@ -23237,9 +23226,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 386, + "line": 399, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L386" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L399" } ], "type": { @@ -23257,9 +23246,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 384, + "line": 397, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L384" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L397" } ] } @@ -23282,9 +23271,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 389, + "line": 402, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L389" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L402" } ], "type": { @@ -23301,9 +23290,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 390, + "line": 403, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L390" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L403" } ], "type": { @@ -23323,9 +23312,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 388, + "line": 401, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L388" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L401" } ] } @@ -23348,9 +23337,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 243, + "line": 256, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L243" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L256" } ], "signatures": [ @@ -23371,9 +23360,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 243, + "line": 256, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L243" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L256" } ], "parameters": [ @@ -23438,9 +23427,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 245, + "line": 258, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L245" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L258" } ], "type": { @@ -23458,9 +23447,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 245, + "line": 258, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L245" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L258" } ] } @@ -23495,9 +23484,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 248, + "line": 261, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L248" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L261" } ], "type": { @@ -23518,9 +23507,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 248, + "line": 261, "character": 50, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L248" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L261" } ], "type": { @@ -23537,9 +23526,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 248, + "line": 261, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L248" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L261" } ], "type": { @@ -23556,9 +23545,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 248, + "line": 261, "character": 35, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L248" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L261" } ], "type": { @@ -23576,9 +23565,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 248, + "line": 261, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L248" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L261" } ] } @@ -23593,9 +23582,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 249, + "line": 262, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L249" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L262" } ], "type": { @@ -23613,9 +23602,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 247, + "line": 260, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L247" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L260" } ] } @@ -23638,9 +23627,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 252, + "line": 265, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L252" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L265" } ], "type": { @@ -23657,9 +23646,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 253, + "line": 266, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L253" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L266" } ], "type": { @@ -23679,9 +23668,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 251, + "line": 264, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L251" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L264" } ] } @@ -23704,9 +23693,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 426, + "line": 439, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L426" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L439" } ], "signatures": [ @@ -23727,9 +23716,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 426, + "line": 439, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L426" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L439" } ], "parameters": [ @@ -23823,9 +23812,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 429, + "line": 442, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L429" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L442" } ], "type": { @@ -23861,9 +23850,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 429, + "line": 442, "character": 45, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L429" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L442" } ], "type": { @@ -23883,9 +23872,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 429, + "line": 442, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L429" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L442" } ] } @@ -23920,9 +23909,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 432, + "line": 445, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L432" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L445" } ], "type": { @@ -23943,9 +23932,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 432, + "line": 445, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L432" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L445" } ], "type": { @@ -23963,9 +23952,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 432, + "line": 445, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L432" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L445" } ] } @@ -23980,9 +23969,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 433, + "line": 446, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L433" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L446" } ], "type": { @@ -24000,9 +23989,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 431, + "line": 444, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L431" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L444" } ] } @@ -24025,9 +24014,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 436, + "line": 449, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L436" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L449" } ], "type": { @@ -24044,9 +24033,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 437, + "line": 450, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L437" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L450" } ], "type": { @@ -24066,9 +24055,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 435, + "line": 448, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L435" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L448" } ] } @@ -24091,9 +24080,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 474, + "line": 487, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L474" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L487" } ], "signatures": [ @@ -24114,9 +24103,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 474, + "line": 487, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L474" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L487" } ], "parameters": [ @@ -24211,9 +24200,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 477, + "line": 490, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L477" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L490" } ], "type": { @@ -24240,9 +24229,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 477, + "line": 490, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L477" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L490" } ] } @@ -24277,9 +24266,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 480, + "line": 493, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L480" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L493" } ], "type": { @@ -24302,9 +24291,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 480, + "line": 493, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L480" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L493" } ], "type": { @@ -24330,9 +24319,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 480, + "line": 493, "character": 38, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L480" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L493" } ], "type": { @@ -24358,9 +24347,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 480, + "line": 493, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L480" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L493" } ], "type": { @@ -24378,9 +24367,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 480, + "line": 493, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L480" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L493" } ] } @@ -24396,9 +24385,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 481, + "line": 494, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L481" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L494" } ], "type": { @@ -24416,9 +24405,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 479, + "line": 492, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L479" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L492" } ] } @@ -24441,9 +24430,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 484, + "line": 497, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L484" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L497" } ], "type": { @@ -24460,9 +24449,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 485, + "line": 498, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L485" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L498" } ], "type": { @@ -24482,9 +24471,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 483, + "line": 496, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L483" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L496" } ] } @@ -24507,9 +24496,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 526, + "line": 539, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L526" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L539" } ], "signatures": [ @@ -24538,9 +24527,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 526, + "line": 539, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L526" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L539" } ], "typeParameters": [ @@ -24570,9 +24559,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 526, + "line": 539, "character": 29, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L526" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L539" } ], "type": { @@ -24592,9 +24581,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 526, + "line": 539, "character": 27, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L526" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L539" } ] } @@ -24665,9 +24654,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 581, + "line": 594, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L581" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L594" } ], "signatures": [ @@ -24688,9 +24677,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 581, + "line": 594, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L581" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L594" } ], "parameters": [ @@ -24734,9 +24723,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 583, + "line": 596, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L583" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L596" } ], "type": { @@ -24753,9 +24742,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 584, + "line": 597, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L584" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L597" } ], "type": { @@ -24773,9 +24762,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 582, + "line": 595, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L582" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L595" } ] } @@ -24798,9 +24787,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 587, + "line": 600, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L587" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L600" } ], "type": { @@ -24817,9 +24806,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 588, + "line": 601, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L588" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L601" } ], "type": { @@ -24839,9 +24828,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 586, + "line": 599, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L586" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L599" } ] } @@ -24864,9 +24853,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 623, + "line": 636, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L623" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L636" } ], "signatures": [ @@ -24887,9 +24876,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 623, + "line": 636, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L623" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L636" } ], "parameters": [ @@ -24956,9 +24945,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 625, + "line": 638, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L625" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L638" } ], "type": { @@ -24994,9 +24983,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 625, + "line": 638, "character": 45, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L625" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L638" } ], "type": { @@ -25016,9 +25005,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 625, + "line": 638, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L625" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L638" } ] } @@ -25043,9 +25032,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 626, + "line": 639, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L626" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L639" } ], "type": { @@ -25066,9 +25055,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 626, + "line": 639, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L626" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L639" } ], "type": { @@ -25086,9 +25075,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 626, + "line": 639, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L626" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L639" } ] } @@ -25104,9 +25093,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 626, + "line": 639, "character": 5, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L626" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L639" } ] } @@ -25123,9 +25112,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 547, + "line": 560, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L547" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L560" } ], "signatures": [ @@ -25146,9 +25135,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 547, + "line": 560, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L547" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L560" } ], "parameters": [ @@ -25192,9 +25181,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 549, + "line": 562, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L549" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L562" } ], "type": { @@ -25221,9 +25210,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 550, + "line": 563, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L550" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L563" } ], "type": { @@ -25241,9 +25230,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 548, + "line": 561, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L548" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L561" } ] } @@ -25266,9 +25255,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 553, + "line": 566, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L553" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L566" } ], "type": { @@ -25285,9 +25274,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 554, + "line": 567, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L554" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L567" } ], "type": { @@ -25307,9 +25296,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 552, + "line": 565, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L552" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L565" } ] } @@ -25332,9 +25321,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 759, + "line": 772, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L759" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L772" } ], "signatures": [ @@ -25355,9 +25344,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 759, + "line": 772, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L759" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L772" } ], "parameters": [ @@ -25449,9 +25438,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 765, + "line": 778, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L765" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L778" } ], "type": { @@ -25473,9 +25462,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 766, + "line": 779, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L766" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L779" } ], "type": { @@ -25493,9 +25482,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 764, + "line": 777, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L764" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L777" } ] } @@ -25518,9 +25507,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 769, + "line": 782, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L769" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L782" } ], "type": { @@ -25537,9 +25526,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 770, + "line": 783, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L770" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L783" } ], "type": { @@ -25559,9 +25548,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 768, + "line": 781, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L768" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L781" } ] } @@ -25584,9 +25573,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 800, + "line": 813, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L800" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L813" } ], "signatures": [ @@ -25608,9 +25597,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 800, + "line": 813, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L800" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L813" } ], "parameters": [ @@ -25681,9 +25670,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 805, + "line": 818, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L805" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L818" } ], "type": { @@ -25702,9 +25691,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 806, + "line": 819, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L806" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L819" } ], "type": { @@ -25722,9 +25711,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 804, + "line": 817, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L804" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L817" } ] } @@ -25747,9 +25736,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 809, + "line": 822, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L809" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L822" } ], "type": { @@ -25766,9 +25755,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 810, + "line": 823, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L810" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L823" } ], "type": { @@ -25788,9 +25777,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 808, + "line": 821, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L808" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L821" } ] } @@ -25813,9 +25802,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 333, + "line": 346, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L346" } ], "signatures": [ @@ -25836,9 +25825,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 333, + "line": 346, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L346" } ], "parameters": [ @@ -25948,9 +25937,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 339, + "line": 352, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L339" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L352" } ], "type": { @@ -25971,9 +25960,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 339, + "line": 352, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L339" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L352" } ], "type": { @@ -25991,9 +25980,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 339, + "line": 352, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L339" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L352" } ] } @@ -26008,9 +25997,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 340, + "line": 353, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L340" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L353" } ], "type": { @@ -26028,9 +26017,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 338, + "line": 351, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L338" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L351" } ] } @@ -26053,9 +26042,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 343, + "line": 356, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L343" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L356" } ], "type": { @@ -26072,9 +26061,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 344, + "line": 357, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L344" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L357" } ], "type": { @@ -26094,9 +26083,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 342, + "line": 355, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L342" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L355" } ] } @@ -26119,9 +26108,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 661, + "line": 674, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L661" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L674" } ], "signatures": [ @@ -26142,9 +26131,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 661, + "line": 674, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L661" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L674" } ], "parameters": [ @@ -26207,9 +26196,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 663, + "line": 676, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L663" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L676" } ], "type": { @@ -26231,9 +26220,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 664, + "line": 677, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L664" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L677" } ], "type": { @@ -26251,9 +26240,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 662, + "line": 675, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L662" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L675" } ] } @@ -26276,9 +26265,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 667, + "line": 680, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L667" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L680" } ], "type": { @@ -26295,9 +26284,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 668, + "line": 681, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L668" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L681" } ], "type": { @@ -26317,9 +26306,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 666, + "line": 679, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L666" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L679" } ] } @@ -26346,7 +26335,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", "line": 67, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L67" } ], "signatures": [ @@ -26369,7 +26358,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", "line": 67, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L67" } ], "type": { @@ -26388,9 +26377,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 839, + "line": 852, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L839" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L852" } ], "signatures": [ @@ -26403,9 +26392,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 839, + "line": 852, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L839" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L852" } ], "parameters": [ @@ -26437,9 +26426,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 299, + "line": 312, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L299" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L312" } ], "signatures": [ @@ -26460,9 +26449,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 299, + "line": 312, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L299" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L312" } ], "parameters": [ @@ -26688,9 +26677,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 315, + "line": 328, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L315" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L328" } ], "type": { @@ -26711,9 +26700,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 315, + "line": 328, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L315" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L328" } ], "type": { @@ -26730,9 +26719,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 315, + "line": 328, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L315" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L328" } ], "type": { @@ -26749,9 +26738,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 315, + "line": 328, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L315" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L328" } ], "type": { @@ -26769,9 +26758,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 315, + "line": 328, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L315" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L328" } ] } @@ -26786,9 +26775,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 316, + "line": 329, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L316" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L329" } ], "type": { @@ -26806,9 +26795,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 314, + "line": 327, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L314" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L327" } ] } @@ -26831,9 +26820,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 319, + "line": 332, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L319" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L332" } ], "type": { @@ -26850,9 +26839,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 320, + "line": 333, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L320" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L333" } ], "type": { @@ -26872,9 +26861,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 318, + "line": 331, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L318" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L331" } ] } @@ -26897,9 +26886,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 162, + "line": 175, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L162" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L175" } ], "signatures": [ @@ -26920,9 +26909,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 162, + "line": 175, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L162" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L175" } ], "parameters": [ @@ -27021,9 +27010,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 168, + "line": 181, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L168" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L181" } ], "type": { @@ -27044,9 +27033,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 168, + "line": 181, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L168" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L181" } ], "type": { @@ -27063,9 +27052,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 168, + "line": 181, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L168" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L181" } ], "type": { @@ -27082,9 +27071,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 168, + "line": 181, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L168" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L181" } ], "type": { @@ -27102,9 +27091,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 168, + "line": 181, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L168" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L181" } ] } @@ -27119,9 +27108,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 169, + "line": 182, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L169" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L182" } ], "type": { @@ -27139,9 +27128,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 167, + "line": 180, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L167" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L180" } ] } @@ -27164,9 +27153,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 172, + "line": 185, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L172" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L185" } ], "type": { @@ -27183,9 +27172,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 173, + "line": 186, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L186" } ], "type": { @@ -27205,9 +27194,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 171, + "line": 184, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L171" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L184" } ] } @@ -27230,9 +27219,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 185, + "line": 198, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L185" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L198" } ], "signatures": [ @@ -27261,9 +27250,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 185, + "line": 198, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L185" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L198" } ], "parameters": [ @@ -27385,9 +27374,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 221, + "line": 234, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L221" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L234" } ], "type": { @@ -27408,9 +27397,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 221, + "line": 234, "character": 33, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L221" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L234" } ], "type": { @@ -27428,9 +27417,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 221, + "line": 234, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L221" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L234" } ], "type": { @@ -27449,9 +27438,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 221, + "line": 234, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L221" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L234" } ] } @@ -27467,9 +27456,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 222, + "line": 235, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L222" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L235" } ], "type": { @@ -27488,9 +27477,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 220, + "line": 233, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L220" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L233" } ] } @@ -27513,9 +27502,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 229, + "line": 242, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L242" } ], "type": { @@ -27533,9 +27522,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 229, + "line": 242, "character": 29, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L242" } ], "type": { @@ -27555,9 +27544,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 229, + "line": 242, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L242" } ] } @@ -27589,7 +27578,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", "line": 45, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L45" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L45" } ] } @@ -27605,7 +27594,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", "line": 1, "character": 0, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L1" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L1" } ] }, @@ -27634,7 +27623,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 5, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L5" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L5" } ], "signatures": [ @@ -27649,7 +27638,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 5, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L5" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L5" } ], "parameters": [ @@ -27672,7 +27661,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 6, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L6" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L6" } ], "signatures": [ @@ -27687,7 +27676,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 6, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L6" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L6" } ], "type": { @@ -27748,7 +27737,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 10, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L10" } ], "signatures": [ @@ -27782,7 +27771,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 10, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L10" } ], "typeParameters": [ @@ -27865,7 +27854,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 12, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L12" } ], "signatures": [ @@ -27880,7 +27869,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 12, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L12" } ], "parameters": [ @@ -27988,7 +27977,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 14, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L14" } ], "signatures": [ @@ -28003,7 +27992,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 14, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L14" } ], "parameters": [ @@ -28116,7 +28105,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 4, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L4" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L4" } ], "implementedTypes": [ @@ -28162,7 +28151,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 1, "character": 0, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L1" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L1" } ] } @@ -28177,7 +28166,7 @@ "readme": [ { "kind": "text", - "text": "
\n

\n \n \n \n \n \"Supabase\n \n \n\n

Supabase Storage JS SDK

\n\n

JavaScript SDK to interact with Supabase Storage, including file storage and vector embeddings.

\n\n

\n Guides\n ·\n Reference Docs\n ·\n TypeDoc\n

\n

\n\n
\n\n[![Build](https://github.com/supabase/supabase-js/workflows/CI/badge.svg)](https://github.com/supabase/supabase-js/actions?query=branch%3Amaster)\n[![Package](https://img.shields.io/npm/v/@supabase/storage-js)](https://www.npmjs.com/package/@supabase/storage-js)\n[![License: MIT](https://img.shields.io/npm/l/@supabase/supabase-js)](#license)\n[![pkg.pr.new](https://pkg.pr.new/badge/supabase/storage-js)](https://pkg.pr.new/~/supabase/storage-js)\n\n
\n\n## Features\n\n- **File Storage**: Upload, download, list, move, and delete files\n- **Access Control**: Public and private buckets with fine-grained permissions\n- **Signed URLs**: Generate time-limited URLs for secure file access\n- **Image Transformations**: On-the-fly image resizing and optimization\n- **Vector Embeddings**: Store and query high-dimensional embeddings with similarity search\n- **Analytics Buckets**: Iceberg table-based buckets optimized for analytical queries and data processing\n\n## Quick Start Guide\n\n### Installing the module\n\n" + "text": "
\n

\n \n \n \n \n \"Supabase\n \n \n\n

Supabase Storage JS SDK

\n\n

JavaScript SDK to interact with Supabase Storage, including file storage and vector embeddings.

\n\n

\n Guides\n ·\n Reference Docs\n ·\n TypeDoc\n

\n

\n\n
\n\n[![Build](https://github.com/supabase/supabase-js/workflows/CI/badge.svg)](https://github.com/supabase/supabase-js/actions?query=branch%3Amaster)\n[![Package](https://img.shields.io/npm/v/@supabase/storage-js)](https://www.npmjs.com/package/@supabase/storage-js)\n[![License: MIT](https://img.shields.io/npm/l/@supabase/supabase-js)](#license)\n[![pkg.pr.new](https://pkg.pr.new/badge/supabase/storage-js)](https://pkg.pr.new/~/supabase/storage-js)\n\n
\n\n## Requirements\n\n- **Node.js 20 or later** (Node.js 18 support dropped as of October 31, 2025)\n- For browser support, all modern browsers are supported\n\n> ⚠️ **Node.js 18 Deprecation Notice**\n>\n> Node.js 18 reached end-of-life on April 30, 2025. As announced in [our deprecation notice](https://github.com/orgs/supabase/discussions/37217), support for Node.js 18 was dropped on October 31, 2025.\n\n## Features\n\n- **File Storage**: Upload, download, list, move, and delete files\n- **Access Control**: Public and private buckets with fine-grained permissions\n- **Signed URLs**: Generate time-limited URLs for secure file access\n- **Image Transformations**: On-the-fly image resizing and optimization\n- **Vector Embeddings**: Store and query high-dimensional embeddings with similarity search\n- **Analytics Buckets**: Iceberg table-based buckets optimized for analytical queries and data processing\n\n## Quick Start Guide\n\n### Installing the module\n\n" }, { "kind": "code", diff --git a/apps/docs/spec/enrichments/tsdoc_v2/storage_dereferenced.json b/apps/docs/spec/enrichments/tsdoc_v2/storage_dereferenced.json index 0297ba138d44c..68fe5b81e4c3a 100644 --- a/apps/docs/spec/enrichments/tsdoc_v2/storage_dereferenced.json +++ b/apps/docs/spec/enrichments/tsdoc_v2/storage_dereferenced.json @@ -46,7 +46,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 67, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L67" } ], "type": { @@ -73,7 +73,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 73, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L73" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L73" } ], "type": { @@ -100,7 +100,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 69, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L69" } ], "type": { @@ -127,7 +127,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 75, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L75" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L75" } ], "type": { @@ -154,7 +154,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 77, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L77" } ], "type": { @@ -181,7 +181,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 71, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L71" } ], "type": { @@ -201,7 +201,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 65, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L65" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L65" } ] }, @@ -223,7 +223,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L18" } ], "signatures": [ @@ -238,7 +238,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L18" } ], "parameters": [ @@ -306,7 +306,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 15, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L15" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L15" } ], "type": { @@ -325,7 +325,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 16, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L16" } ], "type": { @@ -344,7 +344,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 25, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L25" } ], "signatures": [ @@ -359,7 +359,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 25, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L25" } ], "type": { @@ -382,7 +382,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 28, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L28" } ], "type": { @@ -402,7 +402,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 27, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L27" } ], "type": { @@ -422,7 +422,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 29, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L29" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L29" } ], "type": { @@ -442,7 +442,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 30, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L30" } ], "type": { @@ -463,7 +463,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 26, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L26" } ] } @@ -491,7 +491,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 14, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L14" } ], "extendedTypes": [ @@ -521,7 +521,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 12, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L12" } ], "signatures": [ @@ -536,7 +536,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 12, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L12" } ], "parameters": [ @@ -570,7 +570,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 14, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L14" } ], "indexSignatures": [ @@ -585,7 +585,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 14, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L14" } ], "parameters": [ @@ -878,7 +878,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 61, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L61" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L61" } ], "getSignature": { @@ -920,7 +920,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 61, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L61" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L61" } ], "type": { @@ -943,7 +943,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 35, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L35" } ], "getSignature": { @@ -976,7 +976,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 35, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L35" } ], "type": { @@ -1000,7 +1000,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 120, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L120" } ], "signatures": [ @@ -1036,7 +1036,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 120, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L120" } ], "parameters": [ @@ -1095,7 +1095,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 125, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L125" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L125" } ], "type": { @@ -1136,7 +1136,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 124, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L124" } ], "type": { @@ -1176,7 +1176,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 123, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L123" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L123" } ], "type": { @@ -1217,7 +1217,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 126, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L126" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L126" } ], "type": { @@ -1239,7 +1239,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 122, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L122" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L122" } ] } @@ -1277,7 +1277,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 132, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L132" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L132" } ], "type": { @@ -1313,7 +1313,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 133, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L133" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L133" } ], "type": { @@ -1333,7 +1333,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 131, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L131" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L131" } ] } @@ -1358,7 +1358,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 136, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L136" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L136" } ], "type": { @@ -1377,7 +1377,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 137, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L137" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L137" } ], "type": { @@ -1399,7 +1399,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 135, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L135" } ] } @@ -1436,7 +1436,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 263, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L263" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L263" } ], "signatures": [ @@ -1469,7 +1469,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 263, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L263" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L263" } ], "parameters": [ @@ -1523,7 +1523,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 265, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" } ], "type": { @@ -1546,7 +1546,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 265, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" } ], "type": { @@ -1566,7 +1566,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 265, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" } ] } @@ -1583,7 +1583,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 266, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L266" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L266" } ], "type": { @@ -1603,7 +1603,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 264, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L264" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L264" } ] } @@ -1628,7 +1628,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 269, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L269" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L269" } ], "type": { @@ -1647,7 +1647,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 270, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L270" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L270" } ], "type": { @@ -1669,7 +1669,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 268, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L268" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L268" } ] } @@ -1706,7 +1706,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 227, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L227" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L227" } ], "signatures": [ @@ -1731,7 +1731,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 227, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L227" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L227" } ], "parameters": [ @@ -1785,7 +1785,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 229, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" } ], "type": { @@ -1808,7 +1808,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 229, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" } ], "type": { @@ -1828,7 +1828,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 229, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" } ] } @@ -1845,7 +1845,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 230, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L230" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L230" } ], "type": { @@ -1865,7 +1865,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 228, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L228" } ] } @@ -1890,7 +1890,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 233, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L233" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L233" } ], "type": { @@ -1909,7 +1909,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 234, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L234" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L234" } ], "type": { @@ -1931,7 +1931,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 232, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L232" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L232" } ] } @@ -1966,7 +1966,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L26" } ], "signatures": [ @@ -1989,7 +1989,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L26" } ], "parameters": [ @@ -2036,7 +2036,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 80, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L80" } ], "signatures": [ @@ -2061,7 +2061,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 80, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L80" } ], "parameters": [ @@ -2115,7 +2115,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 82, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L82" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L82" } ], "type": { @@ -2136,7 +2136,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 83, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L83" } ], "type": { @@ -2156,7 +2156,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 81, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L81" } ] } @@ -2181,7 +2181,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 86, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L86" } ], "type": { @@ -2200,7 +2200,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 87, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L87" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L87" } ], "type": { @@ -2222,7 +2222,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 85, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L85" } ] } @@ -2259,7 +2259,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 47, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L47" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L47" } ], "signatures": [ @@ -2284,7 +2284,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 47, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L47" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L47" } ], "parameters": [ @@ -2334,7 +2334,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 49, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L49" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L49" } ], "type": { @@ -2358,7 +2358,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 50, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L50" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L50" } ], "type": { @@ -2378,7 +2378,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 48, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L48" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L48" } ] } @@ -2403,7 +2403,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 53, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L53" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L53" } ], "type": { @@ -2422,7 +2422,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 54, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L54" } ], "type": { @@ -2444,7 +2444,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 52, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L52" } ] } @@ -2482,7 +2482,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 39, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L39" } ], "signatures": [ @@ -2507,7 +2507,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 39, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L39" } ], "type": { @@ -2540,7 +2540,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 179, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L179" } ], "signatures": [ @@ -2565,7 +2565,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 179, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L179" } ], "parameters": [ @@ -2624,7 +2624,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 184, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L184" } ], "type": { @@ -2665,7 +2665,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 183, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L183" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L183" } ], "type": { @@ -2705,7 +2705,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 182, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L182" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L182" } ], "type": { @@ -2725,7 +2725,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 181, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L181" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L181" } ] } @@ -2762,7 +2762,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 188, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" } ], "type": { @@ -2785,7 +2785,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 188, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" } ], "type": { @@ -2805,7 +2805,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 188, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" } ] } @@ -2822,7 +2822,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 189, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L189" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L189" } ], "type": { @@ -2842,7 +2842,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 187, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L187" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L187" } ] } @@ -2867,7 +2867,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 192, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L192" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L192" } ], "type": { @@ -2886,7 +2886,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 193, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L193" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L193" } ], "type": { @@ -2908,7 +2908,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 191, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L191" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L191" } ] } @@ -2952,7 +2952,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 11, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L11" } ], "extendedTypes": [ @@ -2982,7 +2982,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 4, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L4" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L4" } ], "signatures": [ @@ -2997,7 +2997,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 4, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L4" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L4" } ], "parameters": [ @@ -3044,7 +3044,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 1, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L1" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L1" } ], "extendedTypes": [ @@ -3089,7 +3089,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 38, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L38" } ], "signatures": [ @@ -3104,7 +3104,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 38, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L38" } ], "parameters": [ @@ -3161,7 +3161,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 36, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L36" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L36" } ], "type": { @@ -3185,7 +3185,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 35, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L35" } ], "extendedTypes": [ @@ -3223,7 +3223,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 30, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L30" } ], "signatures": [ @@ -3238,7 +3238,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 30, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L30" } ], "parameters": [ @@ -3306,7 +3306,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 27, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L27" } ], "type": { @@ -3325,7 +3325,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 28, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L28" } ], "type": { @@ -3344,7 +3344,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 37, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L37" } ], "signatures": [ @@ -3359,7 +3359,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 37, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L37" } ], "type": { @@ -3382,7 +3382,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 40, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L40" } ], "type": { @@ -3402,7 +3402,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 39, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L39" } ], "type": { @@ -3422,7 +3422,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 41, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L41" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L41" } ], "type": { @@ -3442,7 +3442,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 42, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L42" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L42" } ], "type": { @@ -3463,7 +3463,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 38, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L38" } ] } @@ -3491,7 +3491,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 26, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L26" } ], "extendedTypes": [ @@ -3541,7 +3541,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 85, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L85" } ], "signatures": [ @@ -3556,7 +3556,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 85, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L85" } ], "parameters": [ @@ -3618,7 +3618,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 71, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L71" } ], "signatures": [ @@ -3696,7 +3696,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 71, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L71" } ], "parameters": [ @@ -3769,7 +3769,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 198, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L198" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L198" } ], "signatures": [ @@ -3847,7 +3847,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 198, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L198" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L198" } ], "parameters": [ @@ -3918,7 +3918,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 112, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L112" } ], "signatures": [ @@ -3961,7 +3961,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 112, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L112" } ], "parameters": [ @@ -4007,7 +4007,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 110, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L110" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L110" } ], "signatures": [ @@ -4077,7 +4077,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 110, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L110" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L110" } ], "parameters": [ @@ -4132,7 +4132,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 112, "character": 27, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L112" } ], "type": { @@ -4154,7 +4154,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 112, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L112" } ] } @@ -4193,7 +4193,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 158, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L158" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L158" } ], "signatures": [ @@ -4255,7 +4255,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 158, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L158" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L158" } ], "parameters": [ @@ -4354,7 +4354,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 46, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L46" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L46" } ], "signatures": [ @@ -4399,7 +4399,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 46, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L46" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L46" } ], "type": { @@ -4435,7 +4435,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 84, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L84" } ], "extendedTypes": [ @@ -4473,7 +4473,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 7, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L7" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L7" } ], "signatures": [ @@ -4488,7 +4488,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 7, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L7" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L7" } ], "parameters": [ @@ -4535,7 +4535,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 4, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L4" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L4" } ], "extendedTypes": [ @@ -4588,7 +4588,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 54, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L54" } ], "signatures": [ @@ -4603,7 +4603,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 54, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L54" } ], "parameters": [ @@ -4660,7 +4660,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 52, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L52" } ], "type": { @@ -4684,7 +4684,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 51, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L51" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L51" } ], "extendedTypes": [ @@ -4722,7 +4722,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 28, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L28" } ], "signatures": [ @@ -4745,7 +4745,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 28, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L28" } ], "parameters": [ @@ -4795,7 +4795,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 28, "character": 36, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L28" } ], "indexSignatures": [ @@ -4810,7 +4810,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 28, "character": 38, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L28" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L28" } ], "parameters": [ @@ -5087,7 +5087,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 71, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L71" } ], "signatures": [ @@ -5163,7 +5163,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 71, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L71" } ], "parameters": [ @@ -5224,7 +5224,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 198, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L198" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L198" } ], "signatures": [ @@ -5300,7 +5300,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 198, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L198" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L198" } ], "parameters": [ @@ -5361,7 +5361,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 110, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L110" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L110" } ], "signatures": [ @@ -5429,7 +5429,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 110, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L110" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L110" } ], "parameters": [ @@ -5484,7 +5484,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 112, "character": 27, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L112" } ], "type": { @@ -5506,7 +5506,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 112, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L112" } ] } @@ -5533,7 +5533,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 158, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L158" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L158" } ], "signatures": [ @@ -5593,7 +5593,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 158, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L158" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L158" } ], "parameters": [ @@ -5681,7 +5681,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 46, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L46" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L46" } ], "signatures": [ @@ -5724,7 +5724,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 46, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L46" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L46" } ], "type": { @@ -5750,7 +5750,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts", "line": 16, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorBucketApi.ts#L16" } ], "extendedBy": [ @@ -5787,7 +5787,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 124, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L124" } ], "signatures": [ @@ -5802,7 +5802,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 124, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L124" } ], "parameters": [ @@ -5836,7 +5836,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 126, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L126" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L126" } ], "indexSignatures": [ @@ -5851,7 +5851,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 126, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L126" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L126" } ], "parameters": [ @@ -6139,7 +6139,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 155, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L155" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L155" } ], "signatures": [ @@ -6182,7 +6182,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 155, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L155" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L155" } ], "parameters": [ @@ -6270,7 +6270,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 213, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L213" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L213" } ], "signatures": [ @@ -6313,7 +6313,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 213, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L213" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L213" } ], "parameters": [ @@ -6384,7 +6384,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 196, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L196" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L196" } ], "signatures": [ @@ -6427,7 +6427,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 196, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L196" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L196" } ], "parameters": [ @@ -6482,7 +6482,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 134, "character": 27, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L134" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L134" } ], "type": { @@ -6504,7 +6504,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 134, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L134" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L134" } ] } @@ -6541,7 +6541,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 242, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L242" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L242" } ], "signatures": [ @@ -6584,7 +6584,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 242, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L242" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L242" } ], "parameters": [ @@ -6628,7 +6628,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 175, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L175" } ], "signatures": [ @@ -6671,7 +6671,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 175, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L175" } ], "parameters": [ @@ -6765,7 +6765,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 55, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L55" } ], "signatures": [ @@ -6810,7 +6810,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 55, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L55" } ], "type": { @@ -6846,7 +6846,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 121, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L121" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L121" } ], "extendedTypes": [ @@ -6884,7 +6884,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 27, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L27" } ], "signatures": [ @@ -6899,7 +6899,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 27, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L27" } ], "parameters": [ @@ -6933,7 +6933,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 27, "character": 36, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L27" } ], "indexSignatures": [ @@ -6948,7 +6948,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 27, "character": 38, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L27" } ], "parameters": [ @@ -7217,7 +7217,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 320, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L320" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L320" } ], "signatures": [ @@ -7285,7 +7285,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 320, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L320" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L320" } ], "parameters": [ @@ -7368,7 +7368,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 138, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L138" } ], "signatures": [ @@ -7436,7 +7436,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 138, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L138" } ], "parameters": [ @@ -7533,7 +7533,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 206, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L206" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L206" } ], "signatures": [ @@ -7601,7 +7601,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 206, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L206" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L206" } ], "parameters": [ @@ -7716,7 +7716,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 85, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L85" } ], "signatures": [ @@ -7792,7 +7792,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 85, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L85" } ], "parameters": [ @@ -7875,7 +7875,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 277, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L277" } ], "signatures": [ @@ -7943,7 +7943,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 277, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L277" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L277" } ], "parameters": [ @@ -8054,7 +8054,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 45, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L45" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L45" } ], "signatures": [ @@ -8097,7 +8097,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 45, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L45" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L45" } ], "type": { @@ -8123,7 +8123,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 21, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L21" } ], "extendedBy": [ @@ -8160,7 +8160,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 37, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L37" } ], "signatures": [ @@ -8175,7 +8175,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 37, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L37" } ], "parameters": [ @@ -8209,7 +8209,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 37, "character": 36, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L37" } ], "indexSignatures": [ @@ -8224,7 +8224,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 37, "character": 38, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L37" } ], "parameters": [ @@ -8493,7 +8493,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 93, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L93" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L93" } ], "signatures": [ @@ -8577,7 +8577,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 93, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L93" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L93" } ], "parameters": [ @@ -8678,7 +8678,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 226, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L226" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L226" } ], "signatures": [ @@ -8746,7 +8746,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 226, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L226" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L226" } ], "parameters": [ @@ -8826,7 +8826,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 131, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L131" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L131" } ], "signatures": [ @@ -8894,7 +8894,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 131, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L131" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L131" } ], "parameters": [ @@ -8968,7 +8968,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 134, "character": 27, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L134" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L134" } ], "type": { @@ -8990,7 +8990,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 134, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L134" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L134" } ] } @@ -9017,7 +9017,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 188, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L188" } ], "signatures": [ @@ -9085,7 +9085,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 188, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L188" } ], "parameters": [ @@ -9178,7 +9178,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 55, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L55" } ], "signatures": [ @@ -9221,7 +9221,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 55, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L55" } ], "type": { @@ -9247,7 +9247,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 31, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L31" } ], "extendedBy": [ @@ -9284,7 +9284,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 261, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L261" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L261" } ], "signatures": [ @@ -9299,7 +9299,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 261, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L261" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L261" } ], "parameters": [ @@ -9333,7 +9333,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 263, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L263" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L263" } ], "indexSignatures": [ @@ -9348,7 +9348,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 263, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L263" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L263" } ], "parameters": [ @@ -9647,7 +9647,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 396, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L396" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L396" } ], "signatures": [ @@ -9690,7 +9690,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 396, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L396" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L396" } ], "parameters": [ @@ -9787,7 +9787,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 318, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L318" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L318" } ], "signatures": [ @@ -9830,7 +9830,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 318, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L318" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L318" } ], "parameters": [ @@ -9929,7 +9929,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 342, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L342" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L342" } ], "signatures": [ @@ -9972,7 +9972,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 342, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L342" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L342" } ], "parameters": [ @@ -10072,7 +10072,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 294, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L294" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L294" } ], "signatures": [ @@ -10115,7 +10115,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 294, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L294" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L294" } ], "parameters": [ @@ -10212,7 +10212,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 371, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L371" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L371" } ], "signatures": [ @@ -10255,7 +10255,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 371, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L371" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L371" } ], "parameters": [ @@ -10357,7 +10357,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 45, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L45" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L45" } ], "signatures": [ @@ -10402,7 +10402,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorDataApi.ts", "line": 45, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L45" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorDataApi.ts#L45" } ], "type": { @@ -10438,7 +10438,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 257, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L257" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L257" } ], "extendedTypes": [ @@ -10484,7 +10484,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 42, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L42" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L42" } ], "type": { @@ -10511,7 +10511,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 40, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L40" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L40" } ], "type": { @@ -10538,7 +10538,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 36, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L36" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L36" } ], "type": { @@ -10565,7 +10565,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 38, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L38" } ], "type": { @@ -10592,7 +10592,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 44, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L44" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L44" } ], "type": { @@ -10612,7 +10612,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 34, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L34" } ] }, @@ -10636,7 +10636,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 16, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L16" } ], "type": { @@ -10658,7 +10658,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 17, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L17" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L17" } ], "type": { @@ -10679,7 +10679,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 15, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L15" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L15" } ], "type": { @@ -10698,7 +10698,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 11, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L11" } ], "type": { @@ -10717,7 +10717,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 13, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L13" } ], "type": { @@ -10736,7 +10736,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 14, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L14" } ], "type": { @@ -10755,7 +10755,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L19" } ], "type": { @@ -10776,7 +10776,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 12, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L12" } ], "type": { @@ -10797,7 +10797,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L18" } ], "type": { @@ -10817,7 +10817,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 10, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L10" } ] }, @@ -10847,7 +10847,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 21, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L21" } ], "type": { @@ -10866,7 +10866,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 22, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L22" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L22" } ], "type": { @@ -10885,7 +10885,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 23, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L23" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L23" } ], "type": { @@ -10906,7 +10906,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 20, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L20" } ], "type": { @@ -10927,7 +10927,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 24, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L24" } ], "type": { @@ -10948,7 +10948,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 19, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L19" } ], "type": { @@ -10968,7 +10968,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts", "line": 18, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/VectorIndexApi.ts#L18" } ] }, @@ -11006,7 +11006,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 196, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L196" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L196" } ], "type": { @@ -11033,7 +11033,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 197, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L197" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L197" } ], "type": { @@ -11063,7 +11063,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 195, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L195" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L195" } ], "type": { @@ -11083,7 +11083,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 194, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L194" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L194" } ] }, @@ -11107,7 +11107,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 112, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L112" } ], "type": { @@ -11127,7 +11127,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 111, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L111" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L111" } ] }, @@ -11167,7 +11167,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 9, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L9" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L9" } ], "type": { @@ -11196,7 +11196,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 10, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L10" } ], "type": { @@ -11216,7 +11216,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 8, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L8" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L8" } ] }, @@ -11254,7 +11254,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 291, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L291" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L291" } ], "type": { @@ -11281,7 +11281,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 292, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L292" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L292" } ], "type": { @@ -11303,7 +11303,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 290, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L290" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L290" } ] }, @@ -11343,7 +11343,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/fetch.ts", "line": 13, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/fetch.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/fetch.ts#L13" } ], "type": { @@ -11359,7 +11359,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/fetch.ts", "line": 13, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/fetch.ts#L13" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/fetch.ts#L13" } ], "indexSignatures": [ @@ -11374,7 +11374,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/fetch.ts", "line": 14, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/fetch.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/fetch.ts#L14" } ], "parameters": [ @@ -11420,7 +11420,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/fetch.ts", "line": 16, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/fetch.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/fetch.ts#L16" } ], "type": { @@ -11440,7 +11440,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/fetch.ts", "line": 12, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/fetch.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/fetch.ts#L12" } ] }, @@ -11472,7 +11472,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 204, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L204" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L204" } ], "type": { @@ -11497,7 +11497,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 200, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L200" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L200" } ] }, @@ -11519,7 +11519,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 49, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L49" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L49" } ], "type": { @@ -11538,7 +11538,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L57" } ], "type": { @@ -11559,7 +11559,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 53, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L53" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L53" } ], "type": { @@ -11578,7 +11578,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 51, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L51" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L51" } ], "type": { @@ -11606,7 +11606,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 55, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L55" } ], "type": { @@ -11625,7 +11625,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L56" } ], "type": { @@ -11659,7 +11659,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 48, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L48" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L48" } ], "type": { @@ -11678,7 +11678,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 50, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L50" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L50" } ], "type": { @@ -11697,7 +11697,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 52, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L52" } ], "type": { @@ -11717,7 +11717,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 47, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L47" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L47" } ] }, @@ -11739,7 +11739,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 64, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L64" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L64" } ], "type": { @@ -11760,7 +11760,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 70, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L70" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L70" } ], "type": { @@ -11781,7 +11781,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 71, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L71" } ], "type": { @@ -11800,7 +11800,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 66, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L66" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L66" } ], "type": { @@ -11821,7 +11821,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 72, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L72" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L72" } ], "type": { @@ -11840,7 +11840,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 61, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L61" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L61" } ], "type": { @@ -11868,7 +11868,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 68, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L68" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L68" } ], "type": { @@ -11889,7 +11889,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 73, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L73" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L73" } ], "type": { @@ -11910,7 +11910,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 74, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L74" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L74" } ], "type": { @@ -11944,7 +11944,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 63, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L63" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L63" } ], "type": { @@ -11965,7 +11965,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 69, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L69" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L69" } ], "type": { @@ -11984,7 +11984,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 65, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L65" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L65" } ], "type": { @@ -12003,7 +12003,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 62, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L62" } ], "type": { @@ -12023,7 +12023,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 60, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L60" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L60" } ] }, @@ -12063,7 +12063,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 86, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L86" } ], "type": { @@ -12140,7 +12140,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 90, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L90" } ], "type": { @@ -12169,7 +12169,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 98, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L98" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L98" } ], "type": { @@ -12198,7 +12198,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 108, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L108" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L108" } ], "type": { @@ -12242,7 +12242,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 103, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L103" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L103" } ], "type": { @@ -12286,7 +12286,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 94, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L94" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L94" } ], "type": { @@ -12306,7 +12306,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 82, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L82" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L82" } ] }, @@ -12344,7 +12344,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 162, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L162" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L162" } ], "type": { @@ -12371,7 +12371,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 163, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L163" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L163" } ], "type": { @@ -12403,7 +12403,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 164, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L164" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L164" } ], "type": { @@ -12432,7 +12432,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 165, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L165" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L165" } ], "type": { @@ -12459,7 +12459,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 161, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L161" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L161" } ], "type": { @@ -12479,7 +12479,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 160, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L160" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L160" } ] }, @@ -12517,7 +12517,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 173, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L173" } ], "type": { @@ -12542,7 +12542,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 172, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L172" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L172" } ] }, @@ -12566,7 +12566,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 23, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L23" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L23" } ], "type": { @@ -12587,7 +12587,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 24, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L24" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L24" } ], "type": { @@ -12608,7 +12608,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 27, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L27" } ], "type": { @@ -12629,7 +12629,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 25, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L25" } ], "type": { @@ -12667,7 +12667,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L26" } ], "type": { @@ -12696,7 +12696,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 22, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L22" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L22" } ] }, @@ -12736,7 +12736,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 138, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L138" } ], "type": { @@ -12765,7 +12765,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 139, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L139" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L139" } ], "type": { @@ -12794,7 +12794,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 137, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L137" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L137" } ], "type": { @@ -12821,7 +12821,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 136, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L136" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L136" } ], "type": { @@ -12841,7 +12841,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 135, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L135" } ] }, @@ -12879,7 +12879,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 148, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L148" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L148" } ], "type": { @@ -12904,7 +12904,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 148, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L148" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L148" } ], "type": { @@ -12924,7 +12924,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 148, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L148" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L148" } ] } @@ -12952,7 +12952,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 149, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L149" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L149" } ], "type": { @@ -12972,7 +12972,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 147, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L147" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L147" } ] }, @@ -13012,7 +13012,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 114, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L114" } ], "type": { @@ -13041,7 +13041,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 115, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L115" } ], "type": { @@ -13070,7 +13070,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 113, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L113" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L113" } ], "type": { @@ -13090,7 +13090,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 112, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L112" } ] }, @@ -13130,7 +13130,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 125, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L125" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L125" } ], "type": { @@ -13157,7 +13157,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 124, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L124" } ], "type": { @@ -13182,7 +13182,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 124, "character": 19, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L124" } ], "type": { @@ -13202,7 +13202,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 124, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L124" } ] } @@ -13221,7 +13221,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 123, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L123" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L123" } ] }, @@ -13259,7 +13259,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 214, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L214" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L214" } ], "type": { @@ -13288,7 +13288,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 215, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L215" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L215" } ], "type": { @@ -13317,7 +13317,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 216, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L216" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L216" } ], "type": { @@ -13346,7 +13346,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 217, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L217" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L217" } ], "type": { @@ -13375,7 +13375,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 218, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L218" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L218" } ], "type": { @@ -13404,7 +13404,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 219, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L219" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L219" } ], "type": { @@ -13433,7 +13433,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 220, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L220" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L220" } ], "type": { @@ -13460,7 +13460,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 213, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L213" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L213" } ], "type": { @@ -13480,7 +13480,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 212, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L212" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L212" } ] }, @@ -13520,7 +13520,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 230, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L230" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L230" } ], "type": { @@ -13547,7 +13547,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 229, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L229" } ], "type": { @@ -13572,7 +13572,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 228, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L228" } ] }, @@ -13594,7 +13594,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 209, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L209" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L209" } ], "type": { @@ -13614,7 +13614,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 208, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L208" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L208" } ] }, @@ -13654,7 +13654,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L31" } ], "type": { @@ -13677,7 +13677,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 30, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L30" } ] }, @@ -13715,7 +13715,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 184, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L184" } ], "type": { @@ -13742,7 +13742,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 183, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L183" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L183" } ], "type": { @@ -13769,7 +13769,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 185, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L185" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L185" } ], "type": { @@ -13794,7 +13794,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 182, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L182" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L182" } ] }, @@ -13834,7 +13834,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 254, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L254" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L254" } ], "type": { @@ -13863,7 +13863,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 251, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L251" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L251" } ], "type": { @@ -13890,7 +13890,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 252, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L252" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L252" } ], "type": { @@ -13921,7 +13921,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 255, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L255" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L255" } ], "type": { @@ -13950,7 +13950,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 256, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L256" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L256" } ], "type": { @@ -13979,7 +13979,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 253, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L253" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L253" } ], "type": { @@ -14006,7 +14006,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 250, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L250" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L250" } ], "type": { @@ -14026,7 +14026,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 249, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L249" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L249" } ] }, @@ -14064,7 +14064,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 264, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L264" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L264" } ], "type": { @@ -14089,7 +14089,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 263, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L263" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L263" } ] }, @@ -14132,7 +14132,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 120, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L120" } ], "type": { @@ -14161,7 +14161,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 125, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L125" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L125" } ], "type": { @@ -14190,7 +14190,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 135, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L135" } ], "type": { @@ -14219,7 +14219,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 130, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L130" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L130" } ], "type": { @@ -14241,7 +14241,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 115, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L115" } ] }, @@ -14263,7 +14263,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 183, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L183" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L183" } ], "type": { @@ -14282,7 +14282,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 179, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L179" } ], "type": { @@ -14301,7 +14301,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 180, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L180" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L180" } ], "type": { @@ -14329,7 +14329,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 188, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L188" } ], "type": { @@ -14348,7 +14348,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 184, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L184" } ], "type": { @@ -14382,7 +14382,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 181, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L181" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L181" } ], "type": { @@ -14401,7 +14401,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 182, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L182" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L182" } ], "type": { @@ -14421,7 +14421,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 178, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L178" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L178" } ] }, @@ -14453,7 +14453,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 158, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L158" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L158" } ], "type": { @@ -14493,7 +14493,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 148, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L148" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L148" } ], "type": { @@ -14522,7 +14522,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 153, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L153" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L153" } ], "type": { @@ -14562,7 +14562,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 175, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L175" } ], "type": { @@ -14620,7 +14620,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 169, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L169" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L169" } ], "type": { @@ -14640,7 +14640,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 143, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L143" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L143" } ] }, @@ -14662,7 +14662,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 195, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L195" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L195" } ], "type": { @@ -14686,7 +14686,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 194, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L194" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L194" } ], "type": { @@ -14707,7 +14707,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 197, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L197" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L197" } ], "type": { @@ -14726,7 +14726,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 196, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L196" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L196" } ], "type": { @@ -14751,7 +14751,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 193, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L193" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L193" } ] }, @@ -14775,7 +14775,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L78" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L78" } ], "type": { @@ -14796,7 +14796,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 79, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L79" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L79" } ], "type": { @@ -14816,7 +14816,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 77, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L77" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L77" } ] }, @@ -14838,7 +14838,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 139, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L139" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L139" } ], "type": { @@ -14872,7 +14872,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 140, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L140" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L140" } ], "type": { @@ -14901,7 +14901,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 138, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L138" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L138" } ] }, @@ -14925,7 +14925,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 8, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L8" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L8" } ], "type": { @@ -14945,7 +14945,7 @@ "fileName": "packages/core/storage-js/src/StorageClient.ts", "line": 7, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/StorageClient.ts#L7" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/StorageClient.ts#L7" } ] }, @@ -14985,7 +14985,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 26, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L26" } ], "type": { @@ -15222,7 +15222,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 21, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L21" } ], "type": { @@ -15238,7 +15238,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 21, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L21" } ], "indexSignatures": [ @@ -15253,7 +15253,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 21, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L21" } ], "parameters": [ @@ -15290,7 +15290,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts", "line": 17, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L17" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/StorageVectorsClient.ts#L17" } ] }, @@ -15328,7 +15328,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 281, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L281" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L281" } ], "type": { @@ -15359,7 +15359,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 282, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L282" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L282" } ], "type": { @@ -15379,7 +15379,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 280, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L280" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L280" } ], "typeParameters": [ @@ -15420,7 +15420,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 240, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L240" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L240" } ], "type": { @@ -15449,7 +15449,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 220, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L220" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L220" } ], "type": { @@ -15478,7 +15478,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 233, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L233" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L233" } ], "type": { @@ -15507,7 +15507,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 227, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L227" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L227" } ], "type": { @@ -15549,7 +15549,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 216, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L216" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L216" } ], "type": { @@ -15569,7 +15569,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 212, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L212" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L212" } ] }, @@ -15609,7 +15609,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 21, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L21" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L21" } ], "type": { @@ -15638,7 +15638,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 22, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L22" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L22" } ], "type": { @@ -15667,7 +15667,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 20, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L20" } ], "type": { @@ -15687,7 +15687,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 19, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L19" } ] }, @@ -15725,7 +15725,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 71, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L71" } ], "type": { @@ -15748,7 +15748,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 70, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L70" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L70" } ] }, @@ -15788,7 +15788,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 272, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L272" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L272" } ], "type": { @@ -15813,7 +15813,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 271, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L271" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L271" } ] }, @@ -15853,7 +15853,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 62, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L62" } ], "type": { @@ -15880,7 +15880,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 58, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L58" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L58" } ], "type": { @@ -15907,7 +15907,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 59, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L59" } ], "type": { @@ -15934,7 +15934,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 60, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L60" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L60" } ], "type": { @@ -15963,7 +15963,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 56, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L56" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L56" } ], "type": { @@ -15992,7 +15992,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 61, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L61" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L61" } ], "type": { @@ -16021,7 +16021,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 57, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L57" } ], "type": { @@ -16041,7 +16041,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 55, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L55" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L55" } ] }, @@ -16081,7 +16081,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 101, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L101" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L101" } ], "type": { @@ -16112,7 +16112,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 103, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L103" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L103" } ], "type": { @@ -16139,7 +16139,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 100, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L100" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L100" } ], "type": { @@ -16168,7 +16168,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 102, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L102" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L102" } ], "type": { @@ -16190,7 +16190,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 99, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L99" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L99" } ] }, @@ -16228,7 +16228,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 88, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L88" } ], "type": { @@ -16257,7 +16257,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 87, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L87" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L87" } ], "type": { @@ -16286,7 +16286,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 89, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L89" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L89" } ], "type": { @@ -16308,7 +16308,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 86, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L86" } ] }, @@ -16331,7 +16331,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 299, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L299" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L299" } ], "typeParameters": [ @@ -16389,7 +16389,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 8, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L8" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L8" } ], "type": { @@ -16417,7 +16417,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 247, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L247" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L247" } ], "typeParameters": [ @@ -16520,7 +16520,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 43, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L43" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L43" } ], "type": { @@ -16552,7 +16552,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 251, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L251" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L251" } ], "typeParameters": [ @@ -16587,7 +16587,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 253, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L253" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L253" } ], "type": { @@ -16609,7 +16609,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 254, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L254" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L254" } ], "type": { @@ -16629,7 +16629,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 252, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L252" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L252" } ] } @@ -16654,7 +16654,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 257, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L257" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L257" } ], "type": { @@ -16673,7 +16673,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 258, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L258" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L258" } ], "type": { @@ -16695,7 +16695,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 256, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L256" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L256" } ] } @@ -16714,7 +16714,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/fetch.ts", "line": 5, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/fetch.ts#L5" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/fetch.ts#L5" } ], "type": { @@ -16746,7 +16746,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/fetch.ts", "line": 22, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/fetch.ts#L22" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/fetch.ts#L22" } ], "type": { @@ -16782,7 +16782,7 @@ "fileName": "packages/core/storage-js/src/lib/types.ts", "line": 191, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/types.ts#L191" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/types.ts#L191" } ], "type": { @@ -16839,7 +16839,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 38, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L38" } ], "type": { @@ -16866,7 +16866,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 237, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L237" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L237" } ], "type": { @@ -16908,7 +16908,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/types.ts", "line": 78, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/types.ts#L78" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/types.ts#L78" } ], "type": { @@ -16959,9 +16959,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 49, + "line": 35, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L49" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L35" } ], "signatures": [ @@ -16988,9 +16988,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 49, + "line": 35, "character": 29, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L49" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L35" } ], "parameters": [ @@ -17032,7 +17032,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 10, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L10" } ], "signatures": [ @@ -17047,7 +17047,7 @@ "fileName": "packages/core/storage-js/src/lib/errors.ts", "line": 10, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/errors.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/errors.ts#L10" } ], "parameters": [ @@ -17088,7 +17088,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 18, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L18" } ], "signatures": [ @@ -17122,7 +17122,7 @@ "fileName": "packages/core/storage-js/src/lib/vectors/errors.ts", "line": 18, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/errors.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/errors.ts#L18" } ], "parameters": [ @@ -17177,9 +17177,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 71, + "line": 57, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L57" } ], "signatures": [ @@ -17206,9 +17206,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 71, + "line": 57, "character": 34, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L71" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L57" } ], "parameters": [ @@ -17255,16 +17255,16 @@ "summary": [ { "kind": "text", - "text": "Resolves the fetch implementation to use\nUses custom fetch if provided, otherwise falls back to:\n- Native fetch in browser/modern environments\n- @supabase/node-fetch polyfill in Node.js environments without fetch" + "text": "Resolves the fetch implementation to use\nUses custom fetch if provided, otherwise uses native fetch" } ] }, "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 12, + "line": 10, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L10" } ], "signatures": [ @@ -17291,9 +17291,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 12, + "line": 10, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L10" } ], "parameters": [ @@ -17752,16 +17752,16 @@ "summary": [ { "kind": "text", - "text": "Resolves the Response constructor to use\nUses native Response in browser/modern environments\nFalls back to @supabase/node-fetch polyfill in Node.js environments" + "text": "Resolves the Response constructor to use\nReturns native Response constructor" } ] }, "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 32, + "line": 23, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L32" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L23" } ], "signatures": [ @@ -17788,110 +17788,99 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 32, + "line": 23, "character": 31, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L32" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L23" } ], "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reflection", - "declaration": { - "id": 1218, - "name": "__type", - "variant": "declaration", - "kind": 65536, + "type": "reflection", + "declaration": { + "id": 1218, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "sources": [ + { + "fileName": "node_modules/typescript/lib/lib.dom.d.ts", + "line": 19898, + "character": 22 + } + ], + "signatures": [ + { + "id": 1219, + "name": "resolveResponse", + "variant": "signature", + "kind": 16384, "flags": {}, "sources": [ { "fileName": "node_modules/typescript/lib/lib.dom.d.ts", - "line": 19898, - "character": 22 + "line": 19900, + "character": 4 } ], - "signatures": [ + "parameters": [ { - "id": 1219, - "name": "resolveResponse", - "variant": "signature", - "kind": 16384, - "flags": {}, - "sources": [ - { - "fileName": "node_modules/typescript/lib/lib.dom.d.ts", - "line": 19900, - "character": 4 - } - ], - "parameters": [ - { - "id": 1220, - "name": "body", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "BodyInit" - }, - "name": "BodyInit", - "package": "typescript" - } - ] - } - }, - { - "id": 1221, - "name": "init", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true + "id": 1220, + "name": "body", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null }, - "type": { + { "type": "reference", "target": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "ResponseInit" + "qualifiedName": "BodyInit" }, - "name": "ResponseInit", + "name": "BodyInit", "package": "typescript" } - } - ], + ] + } + }, + { + "id": 1221, + "name": "init", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, "type": { "type": "reference", "target": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "Response" + "qualifiedName": "ResponseInit" }, - "name": "Response", + "name": "ResponseInit", "package": "typescript" } } - ] + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", + "qualifiedName": "Response" + }, + "name": "Response", + "package": "typescript" + } } - } - ], - "name": "Promise", - "package": "typescript" + ] + } } } ] @@ -17924,9 +17913,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 84, + "line": 70, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L70" } ], "signatures": [ @@ -17939,9 +17928,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 84, + "line": 70, "character": 39, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L70" } ], "parameters": [ @@ -17977,9 +17966,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 85, + "line": 71, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L71" } ], "type": { @@ -18000,9 +17989,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/lib/vectors/helpers.ts", - "line": 85, + "line": 71, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/lib/vectors/helpers.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/lib/vectors/helpers.ts#L71" } ] } @@ -18048,7 +18037,7 @@ "fileName": "packages/core/storage-js/src/index.ts", "line": 3, "character": 20, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/index.ts#L3" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/index.ts#L3" } ], "target": 47 @@ -18089,7 +18078,7 @@ "fileName": "packages/core/storage-js/src/index.ts", "line": 1, "character": 0, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/index.ts#L1" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/index.ts#L1" } ] }, @@ -18118,7 +18107,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 9, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L9" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L9" } ], "signatures": [ @@ -18133,7 +18122,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 9, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L9" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L9" } ], "parameters": [ @@ -18156,7 +18145,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 10, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L10" } ], "signatures": [ @@ -18171,7 +18160,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 10, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L10" } ], "type": { @@ -18234,7 +18223,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 6, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L6" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L6" } ], "type": { @@ -18259,7 +18248,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 14, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L14" } ], "signatures": [ @@ -18274,7 +18263,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 14, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L14" } ], "type": { @@ -18298,7 +18287,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 25, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L25" } ], "signatures": [ @@ -18332,7 +18321,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 25, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L25" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L25" } ], "typeParameters": [ @@ -18385,7 +18374,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 26, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L26" } ], "signatures": [ @@ -18400,7 +18389,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 26, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L26" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L26" } ], "parameters": [ @@ -18518,7 +18507,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L31" } ], "signatures": [ @@ -18552,7 +18541,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 31, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L31" } ], "parameters": [ @@ -18592,7 +18581,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 31, "character": 23, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L31" } ], "signatures": [ @@ -18607,7 +18596,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 31, "character": 23, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L31" } ], "type": { @@ -18674,7 +18663,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L18" } ], "signatures": [ @@ -18708,7 +18697,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 18, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L18" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L18" } ], "typeParameters": [ @@ -18785,7 +18774,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 19, "character": 19, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L19" } ], "signatures": [ @@ -18800,7 +18789,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 19, "character": 19, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L19" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L19" } ], "parameters": [ @@ -18902,7 +18891,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 20, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L20" } ], "signatures": [ @@ -18917,7 +18906,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 20, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L20" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L20" } ], "parameters": [ @@ -19034,7 +19023,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 5, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L5" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L5" } ], "implementedTypes": [ @@ -19080,7 +19069,7 @@ "fileName": "packages/core/storage-js/src/packages/BlobDownloadBuilder.ts", "line": 1, "character": 0, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L1" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/BlobDownloadBuilder.ts#L1" } ] }, @@ -19117,7 +19106,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 23, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L23" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L23" } ], "signatures": [ @@ -19140,7 +19129,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 23, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L23" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L23" } ], "parameters": [ @@ -19190,7 +19179,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 23, "character": 36, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L23" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L23" } ], "indexSignatures": [ @@ -19205,7 +19194,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 23, "character": 38, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L23" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L23" } ], "parameters": [ @@ -19482,7 +19471,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 57, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L57" } ], "signatures": [ @@ -19525,7 +19514,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 57, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L57" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L57" } ], "parameters": [ @@ -19579,7 +19568,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 59, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L59" } ], "type": { @@ -19600,7 +19589,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 60, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L60" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L60" } ], "type": { @@ -19620,7 +19609,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 58, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L58" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L58" } ] } @@ -19645,7 +19634,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 63, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L63" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L63" } ], "type": { @@ -19664,7 +19653,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 64, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L64" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L64" } ], "type": { @@ -19686,7 +19675,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 62, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L62" } ] } @@ -19711,7 +19700,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 170, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L170" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L170" } ], "signatures": [ @@ -19754,7 +19743,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 170, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L170" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L170" } ], "parameters": [ @@ -19808,7 +19797,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 172, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L172" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L172" } ], "type": { @@ -19831,7 +19820,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 172, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L172" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L172" } ], "type": { @@ -19851,7 +19840,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 172, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L172" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L172" } ] } @@ -19868,7 +19857,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 173, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L173" } ], "type": { @@ -19888,7 +19877,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 171, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L171" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L171" } ] } @@ -19913,7 +19902,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 176, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L176" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L176" } ], "type": { @@ -19932,7 +19921,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 177, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L177" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L177" } ], "type": { @@ -19954,7 +19943,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 175, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L175" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L175" } ] } @@ -19979,7 +19968,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 109, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L109" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L109" } ], "signatures": [ @@ -20022,7 +20011,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 109, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L109" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L109" } ], "parameters": [ @@ -20072,7 +20061,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 110, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L110" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L110" } ], "type": { @@ -20101,7 +20090,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 111, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L111" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L111" } ], "type": { @@ -20130,7 +20119,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 114, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L114" } ], "type": { @@ -20159,7 +20148,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 112, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L112" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L112" } ], "type": { @@ -20205,7 +20194,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 113, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L113" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L113" } ], "type": { @@ -20234,7 +20223,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 109, "character": 30, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L109" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L109" } ] } @@ -20271,7 +20260,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 117, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L117" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L117" } ], "type": { @@ -20295,7 +20284,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 118, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L118" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L118" } ], "type": { @@ -20315,7 +20304,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 116, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L116" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L116" } ] } @@ -20340,7 +20329,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 121, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L121" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L121" } ], "type": { @@ -20359,7 +20348,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 122, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L122" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L122" } ], "type": { @@ -20381,7 +20370,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 120, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L120" } ] } @@ -20408,7 +20397,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 35, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L35" } ], "signatures": [ @@ -20442,7 +20431,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 35, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L35" } ], "type": { @@ -20468,7 +20457,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 11, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L11" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L11" } ] } @@ -20484,7 +20473,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageAnalyticsApi.ts", "line": 1, "character": 0, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L1" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageAnalyticsApi.ts#L1" } ] }, @@ -20513,7 +20502,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 14, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L14" } ], "signatures": [ @@ -20528,7 +20517,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 14, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L14" } ], "parameters": [ @@ -20562,7 +20551,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 16, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L16" } ], "indexSignatures": [ @@ -20577,7 +20566,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 16, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L16" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L16" } ], "parameters": [ @@ -20861,7 +20850,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 120, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L120" } ], "signatures": [ @@ -20895,7 +20884,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 120, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L120" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L120" } ], "parameters": [ @@ -20954,7 +20943,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 125, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L125" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L125" } ], "type": { @@ -20995,7 +20984,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 124, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L124" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L124" } ], "type": { @@ -21035,7 +21024,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 123, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L123" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L123" } ], "type": { @@ -21076,7 +21065,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 126, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L126" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L126" } ], "type": { @@ -21098,7 +21087,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 122, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L122" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L122" } ] } @@ -21136,7 +21125,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 132, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L132" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L132" } ], "type": { @@ -21172,7 +21161,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 133, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L133" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L133" } ], "type": { @@ -21192,7 +21181,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 131, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L131" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L131" } ] } @@ -21217,7 +21206,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 136, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L136" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L136" } ], "type": { @@ -21236,7 +21225,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 137, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L137" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L137" } ], "type": { @@ -21258,7 +21247,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 135, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L135" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L135" } ] } @@ -21283,7 +21272,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 263, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L263" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L263" } ], "signatures": [ @@ -21314,7 +21303,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 263, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L263" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L263" } ], "parameters": [ @@ -21368,7 +21357,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 265, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" } ], "type": { @@ -21391,7 +21380,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 265, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" } ], "type": { @@ -21411,7 +21400,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 265, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L265" } ] } @@ -21428,7 +21417,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 266, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L266" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L266" } ], "type": { @@ -21448,7 +21437,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 264, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L264" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L264" } ] } @@ -21473,7 +21462,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 269, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L269" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L269" } ], "type": { @@ -21492,7 +21481,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 270, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L270" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L270" } ], "type": { @@ -21514,7 +21503,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 268, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L268" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L268" } ] } @@ -21539,7 +21528,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 227, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L227" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L227" } ], "signatures": [ @@ -21562,7 +21551,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 227, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L227" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L227" } ], "parameters": [ @@ -21616,7 +21605,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 229, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" } ], "type": { @@ -21639,7 +21628,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 229, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" } ], "type": { @@ -21659,7 +21648,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 229, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L229" } ] } @@ -21676,7 +21665,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 230, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L230" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L230" } ], "type": { @@ -21696,7 +21685,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 228, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L228" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L228" } ] } @@ -21721,7 +21710,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 233, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L233" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L233" } ], "type": { @@ -21740,7 +21729,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 234, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L234" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L234" } ], "type": { @@ -21762,7 +21751,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 232, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L232" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L232" } ] } @@ -21787,7 +21776,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 80, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L80" } ], "signatures": [ @@ -21810,7 +21799,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 80, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L80" } ], "parameters": [ @@ -21864,7 +21853,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 82, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L82" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L82" } ], "type": { @@ -21885,7 +21874,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 83, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L83" } ], "type": { @@ -21905,7 +21894,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 81, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L81" } ] } @@ -21930,7 +21919,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 86, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L86" } ], "type": { @@ -21949,7 +21938,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 87, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L87" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L87" } ], "type": { @@ -21971,7 +21960,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 85, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L85" } ] } @@ -21996,7 +21985,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 47, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L47" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L47" } ], "signatures": [ @@ -22019,7 +22008,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 47, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L47" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L47" } ], "parameters": [ @@ -22069,7 +22058,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 49, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L49" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L49" } ], "type": { @@ -22093,7 +22082,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 50, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L50" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L50" } ], "type": { @@ -22113,7 +22102,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 48, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L48" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L48" } ] } @@ -22138,7 +22127,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 53, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L53" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L53" } ], "type": { @@ -22157,7 +22146,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 54, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L54" } ], "type": { @@ -22179,7 +22168,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 52, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L52" } ] } @@ -22206,7 +22195,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 39, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L39" } ], "signatures": [ @@ -22229,7 +22218,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 39, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L39" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L39" } ], "type": { @@ -22250,7 +22239,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 179, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L179" } ], "signatures": [ @@ -22273,7 +22262,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 179, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L179" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L179" } ], "parameters": [ @@ -22332,7 +22321,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 184, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L184" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L184" } ], "type": { @@ -22373,7 +22362,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 183, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L183" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L183" } ], "type": { @@ -22413,7 +22402,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 182, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L182" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L182" } ], "type": { @@ -22433,7 +22422,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 181, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L181" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L181" } ] } @@ -22470,7 +22459,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 188, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" } ], "type": { @@ -22493,7 +22482,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 188, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" } ], "type": { @@ -22513,7 +22502,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 188, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L188" } ] } @@ -22530,7 +22519,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 189, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L189" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L189" } ], "type": { @@ -22550,7 +22539,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 187, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L187" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L187" } ] } @@ -22575,7 +22564,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 192, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L192" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L192" } ], "type": { @@ -22594,7 +22583,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 193, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L193" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L193" } ], "type": { @@ -22616,7 +22605,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 191, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L191" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L191" } ] } @@ -22646,7 +22635,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 8, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L8" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L8" } ], "extendedBy": [ @@ -22669,7 +22658,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageBucketApi.ts", "line": 1, "character": 0, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageBucketApi.ts#L1" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageBucketApi.ts#L1" } ] }, @@ -22698,7 +22687,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", "line": 52, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L52" } ], "signatures": [ @@ -22713,7 +22702,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", "line": 52, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L52" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L52" } ], "parameters": [ @@ -22747,7 +22736,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", "line": 54, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L54" } ], "indexSignatures": [ @@ -22762,7 +22751,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", "line": 54, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L54" } ], "parameters": [ @@ -23042,9 +23031,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 379, + "line": 392, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L379" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L392" } ], "signatures": [ @@ -23065,9 +23054,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 379, + "line": 392, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L379" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L392" } ], "parameters": [ @@ -23177,9 +23166,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 385, + "line": 398, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L385" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L398" } ], "type": { @@ -23200,9 +23189,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 385, + "line": 398, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L385" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L398" } ], "type": { @@ -23220,9 +23209,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 385, + "line": 398, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L385" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L398" } ] } @@ -23237,9 +23226,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 386, + "line": 399, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L386" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L399" } ], "type": { @@ -23257,9 +23246,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 384, + "line": 397, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L384" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L397" } ] } @@ -23282,9 +23271,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 389, + "line": 402, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L389" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L402" } ], "type": { @@ -23301,9 +23290,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 390, + "line": 403, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L390" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L403" } ], "type": { @@ -23323,9 +23312,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 388, + "line": 401, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L388" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L401" } ] } @@ -23348,9 +23337,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 243, + "line": 256, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L243" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L256" } ], "signatures": [ @@ -23371,9 +23360,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 243, + "line": 256, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L243" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L256" } ], "parameters": [ @@ -23438,9 +23427,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 245, + "line": 258, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L245" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L258" } ], "type": { @@ -23458,9 +23447,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 245, + "line": 258, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L245" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L258" } ] } @@ -23495,9 +23484,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 248, + "line": 261, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L248" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L261" } ], "type": { @@ -23518,9 +23507,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 248, + "line": 261, "character": 50, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L248" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L261" } ], "type": { @@ -23537,9 +23526,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 248, + "line": 261, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L248" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L261" } ], "type": { @@ -23556,9 +23545,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 248, + "line": 261, "character": 35, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L248" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L261" } ], "type": { @@ -23576,9 +23565,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 248, + "line": 261, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L248" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L261" } ] } @@ -23593,9 +23582,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 249, + "line": 262, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L249" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L262" } ], "type": { @@ -23613,9 +23602,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 247, + "line": 260, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L247" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L260" } ] } @@ -23638,9 +23627,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 252, + "line": 265, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L252" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L265" } ], "type": { @@ -23657,9 +23646,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 253, + "line": 266, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L253" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L266" } ], "type": { @@ -23679,9 +23668,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 251, + "line": 264, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L251" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L264" } ] } @@ -23704,9 +23693,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 426, + "line": 439, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L426" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L439" } ], "signatures": [ @@ -23727,9 +23716,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 426, + "line": 439, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L426" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L439" } ], "parameters": [ @@ -23823,9 +23812,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 429, + "line": 442, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L429" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L442" } ], "type": { @@ -23861,9 +23850,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 429, + "line": 442, "character": 45, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L429" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L442" } ], "type": { @@ -23883,9 +23872,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 429, + "line": 442, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L429" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L442" } ] } @@ -23920,9 +23909,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 432, + "line": 445, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L432" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L445" } ], "type": { @@ -23943,9 +23932,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 432, + "line": 445, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L432" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L445" } ], "type": { @@ -23963,9 +23952,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 432, + "line": 445, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L432" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L445" } ] } @@ -23980,9 +23969,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 433, + "line": 446, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L433" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L446" } ], "type": { @@ -24000,9 +23989,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 431, + "line": 444, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L431" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L444" } ] } @@ -24025,9 +24014,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 436, + "line": 449, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L436" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L449" } ], "type": { @@ -24044,9 +24033,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 437, + "line": 450, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L437" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L450" } ], "type": { @@ -24066,9 +24055,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 435, + "line": 448, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L435" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L448" } ] } @@ -24091,9 +24080,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 474, + "line": 487, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L474" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L487" } ], "signatures": [ @@ -24114,9 +24103,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 474, + "line": 487, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L474" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L487" } ], "parameters": [ @@ -24211,9 +24200,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 477, + "line": 490, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L477" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L490" } ], "type": { @@ -24240,9 +24229,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 477, + "line": 490, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L477" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L490" } ] } @@ -24277,9 +24266,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 480, + "line": 493, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L480" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L493" } ], "type": { @@ -24302,9 +24291,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 480, + "line": 493, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L480" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L493" } ], "type": { @@ -24330,9 +24319,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 480, + "line": 493, "character": 38, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L480" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L493" } ], "type": { @@ -24358,9 +24347,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 480, + "line": 493, "character": 59, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L480" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L493" } ], "type": { @@ -24378,9 +24367,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 480, + "line": 493, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L480" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L493" } ] } @@ -24396,9 +24385,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 481, + "line": 494, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L481" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L494" } ], "type": { @@ -24416,9 +24405,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 479, + "line": 492, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L479" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L492" } ] } @@ -24441,9 +24430,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 484, + "line": 497, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L484" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L497" } ], "type": { @@ -24460,9 +24449,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 485, + "line": 498, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L485" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L498" } ], "type": { @@ -24482,9 +24471,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 483, + "line": 496, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L483" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L496" } ] } @@ -24507,9 +24496,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 526, + "line": 539, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L526" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L539" } ], "signatures": [ @@ -24538,9 +24527,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 526, + "line": 539, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L526" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L539" } ], "typeParameters": [ @@ -24570,9 +24559,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 526, + "line": 539, "character": 29, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L526" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L539" } ], "type": { @@ -24592,9 +24581,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 526, + "line": 539, "character": 27, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L526" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L539" } ] } @@ -24665,9 +24654,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 581, + "line": 594, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L581" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L594" } ], "signatures": [ @@ -24688,9 +24677,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 581, + "line": 594, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L581" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L594" } ], "parameters": [ @@ -24734,9 +24723,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 583, + "line": 596, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L583" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L596" } ], "type": { @@ -24753,9 +24742,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 584, + "line": 597, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L584" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L597" } ], "type": { @@ -24773,9 +24762,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 582, + "line": 595, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L582" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L595" } ] } @@ -24798,9 +24787,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 587, + "line": 600, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L587" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L600" } ], "type": { @@ -24817,9 +24806,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 588, + "line": 601, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L588" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L601" } ], "type": { @@ -24839,9 +24828,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 586, + "line": 599, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L586" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L599" } ] } @@ -24864,9 +24853,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 623, + "line": 636, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L623" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L636" } ], "signatures": [ @@ -24887,9 +24876,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 623, + "line": 636, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L623" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L636" } ], "parameters": [ @@ -24956,9 +24945,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 625, + "line": 638, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L625" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L638" } ], "type": { @@ -24994,9 +24983,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 625, + "line": 638, "character": 45, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L625" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L638" } ], "type": { @@ -25016,9 +25005,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 625, + "line": 638, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L625" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L638" } ] } @@ -25043,9 +25032,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 626, + "line": 639, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L626" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L639" } ], "type": { @@ -25066,9 +25055,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 626, + "line": 639, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L626" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L639" } ], "type": { @@ -25086,9 +25075,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 626, + "line": 639, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L626" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L639" } ] } @@ -25104,9 +25093,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 626, + "line": 639, "character": 5, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L626" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L639" } ] } @@ -25123,9 +25112,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 547, + "line": 560, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L547" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L560" } ], "signatures": [ @@ -25146,9 +25135,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 547, + "line": 560, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L547" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L560" } ], "parameters": [ @@ -25192,9 +25181,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 549, + "line": 562, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L549" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L562" } ], "type": { @@ -25221,9 +25210,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 550, + "line": 563, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L550" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L563" } ], "type": { @@ -25241,9 +25230,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 548, + "line": 561, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L548" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L561" } ] } @@ -25266,9 +25255,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 553, + "line": 566, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L553" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L566" } ], "type": { @@ -25285,9 +25274,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 554, + "line": 567, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L554" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L567" } ], "type": { @@ -25307,9 +25296,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 552, + "line": 565, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L552" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L565" } ] } @@ -25332,9 +25321,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 759, + "line": 772, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L759" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L772" } ], "signatures": [ @@ -25355,9 +25344,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 759, + "line": 772, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L759" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L772" } ], "parameters": [ @@ -25449,9 +25438,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 765, + "line": 778, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L765" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L778" } ], "type": { @@ -25473,9 +25462,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 766, + "line": 779, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L766" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L779" } ], "type": { @@ -25493,9 +25482,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 764, + "line": 777, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L764" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L777" } ] } @@ -25518,9 +25507,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 769, + "line": 782, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L769" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L782" } ], "type": { @@ -25537,9 +25526,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 770, + "line": 783, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L770" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L783" } ], "type": { @@ -25559,9 +25548,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 768, + "line": 781, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L768" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L781" } ] } @@ -25584,9 +25573,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 800, + "line": 813, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L800" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L813" } ], "signatures": [ @@ -25608,9 +25597,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 800, + "line": 813, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L800" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L813" } ], "parameters": [ @@ -25681,9 +25670,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 805, + "line": 818, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L805" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L818" } ], "type": { @@ -25702,9 +25691,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 806, + "line": 819, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L806" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L819" } ], "type": { @@ -25722,9 +25711,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 804, + "line": 817, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L804" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L817" } ] } @@ -25747,9 +25736,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 809, + "line": 822, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L809" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L822" } ], "type": { @@ -25766,9 +25755,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 810, + "line": 823, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L810" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L823" } ], "type": { @@ -25788,9 +25777,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 808, + "line": 821, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L808" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L821" } ] } @@ -25813,9 +25802,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 333, + "line": 346, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L346" } ], "signatures": [ @@ -25836,9 +25825,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 333, + "line": 346, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L333" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L346" } ], "parameters": [ @@ -25948,9 +25937,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 339, + "line": 352, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L339" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L352" } ], "type": { @@ -25971,9 +25960,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 339, + "line": 352, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L339" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L352" } ], "type": { @@ -25991,9 +25980,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 339, + "line": 352, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L339" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L352" } ] } @@ -26008,9 +25997,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 340, + "line": 353, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L340" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L353" } ], "type": { @@ -26028,9 +26017,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 338, + "line": 351, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L338" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L351" } ] } @@ -26053,9 +26042,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 343, + "line": 356, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L343" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L356" } ], "type": { @@ -26072,9 +26061,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 344, + "line": 357, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L344" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L357" } ], "type": { @@ -26094,9 +26083,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 342, + "line": 355, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L342" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L355" } ] } @@ -26119,9 +26108,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 661, + "line": 674, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L661" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L674" } ], "signatures": [ @@ -26142,9 +26131,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 661, + "line": 674, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L661" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L674" } ], "parameters": [ @@ -26207,9 +26196,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 663, + "line": 676, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L663" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L676" } ], "type": { @@ -26231,9 +26220,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 664, + "line": 677, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L664" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L677" } ], "type": { @@ -26251,9 +26240,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 662, + "line": 675, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L662" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L675" } ] } @@ -26276,9 +26265,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 667, + "line": 680, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L667" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L680" } ], "type": { @@ -26295,9 +26284,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 668, + "line": 681, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L668" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L681" } ], "type": { @@ -26317,9 +26306,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 666, + "line": 679, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L666" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L679" } ] } @@ -26346,7 +26335,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", "line": 67, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L67" } ], "signatures": [ @@ -26369,7 +26358,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", "line": 67, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L67" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L67" } ], "type": { @@ -26388,9 +26377,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 839, + "line": 852, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L839" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L852" } ], "signatures": [ @@ -26403,9 +26392,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 839, + "line": 852, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L839" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L852" } ], "parameters": [ @@ -26437,9 +26426,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 299, + "line": 312, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L299" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L312" } ], "signatures": [ @@ -26460,9 +26449,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 299, + "line": 312, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L299" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L312" } ], "parameters": [ @@ -26688,9 +26677,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 315, + "line": 328, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L315" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L328" } ], "type": { @@ -26711,9 +26700,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 315, + "line": 328, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L315" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L328" } ], "type": { @@ -26730,9 +26719,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 315, + "line": 328, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L315" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L328" } ], "type": { @@ -26749,9 +26738,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 315, + "line": 328, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L315" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L328" } ], "type": { @@ -26769,9 +26758,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 315, + "line": 328, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L315" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L328" } ] } @@ -26786,9 +26775,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 316, + "line": 329, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L316" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L329" } ], "type": { @@ -26806,9 +26795,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 314, + "line": 327, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L314" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L327" } ] } @@ -26831,9 +26820,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 319, + "line": 332, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L319" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L332" } ], "type": { @@ -26850,9 +26839,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 320, + "line": 333, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L320" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L333" } ], "type": { @@ -26872,9 +26861,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 318, + "line": 331, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L318" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L331" } ] } @@ -26897,9 +26886,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 162, + "line": 175, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L162" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L175" } ], "signatures": [ @@ -26920,9 +26909,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 162, + "line": 175, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L162" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L175" } ], "parameters": [ @@ -27021,9 +27010,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 168, + "line": 181, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L168" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L181" } ], "type": { @@ -27044,9 +27033,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 168, + "line": 181, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L168" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L181" } ], "type": { @@ -27063,9 +27052,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 168, + "line": 181, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L168" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L181" } ], "type": { @@ -27082,9 +27071,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 168, + "line": 181, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L168" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L181" } ], "type": { @@ -27102,9 +27091,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 168, + "line": 181, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L168" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L181" } ] } @@ -27119,9 +27108,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 169, + "line": 182, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L169" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L182" } ], "type": { @@ -27139,9 +27128,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 167, + "line": 180, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L167" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L180" } ] } @@ -27164,9 +27153,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 172, + "line": 185, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L172" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L185" } ], "type": { @@ -27183,9 +27172,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 173, + "line": 186, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L173" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L186" } ], "type": { @@ -27205,9 +27194,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 171, + "line": 184, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L171" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L184" } ] } @@ -27230,9 +27219,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 185, + "line": 198, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L185" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L198" } ], "signatures": [ @@ -27261,9 +27250,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 185, + "line": 198, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L185" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L198" } ], "parameters": [ @@ -27385,9 +27374,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 221, + "line": 234, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L221" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L234" } ], "type": { @@ -27408,9 +27397,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 221, + "line": 234, "character": 33, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L221" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L234" } ], "type": { @@ -27428,9 +27417,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 221, + "line": 234, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L221" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L234" } ], "type": { @@ -27449,9 +27438,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 221, + "line": 234, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L221" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L234" } ] } @@ -27467,9 +27456,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 222, + "line": 235, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L222" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L235" } ], "type": { @@ -27488,9 +27477,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 220, + "line": 233, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L220" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L233" } ] } @@ -27513,9 +27502,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 229, + "line": 242, "character": 17, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L242" } ], "type": { @@ -27533,9 +27522,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 229, + "line": 242, "character": 29, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L242" } ], "type": { @@ -27555,9 +27544,9 @@ "sources": [ { "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", - "line": 229, + "line": 242, "character": 15, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L229" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L242" } ] } @@ -27589,7 +27578,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", "line": 45, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L45" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L45" } ] } @@ -27605,7 +27594,7 @@ "fileName": "packages/core/storage-js/src/packages/StorageFileApi.ts", "line": 1, "character": 0, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StorageFileApi.ts#L1" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StorageFileApi.ts#L1" } ] }, @@ -27634,7 +27623,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 5, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L5" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L5" } ], "signatures": [ @@ -27649,7 +27638,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 5, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L5" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L5" } ], "parameters": [ @@ -27672,7 +27661,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 6, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L6" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L6" } ], "signatures": [ @@ -27687,7 +27676,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 6, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L6" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L6" } ], "type": { @@ -27748,7 +27737,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 10, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L10" } ], "signatures": [ @@ -27782,7 +27771,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 10, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L10" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L10" } ], "typeParameters": [ @@ -27865,7 +27854,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 12, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L12" } ], "signatures": [ @@ -27880,7 +27869,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 12, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L12" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L12" } ], "parameters": [ @@ -27988,7 +27977,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 14, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L14" } ], "signatures": [ @@ -28003,7 +27992,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 14, "character": 18, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L14" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L14" } ], "parameters": [ @@ -28116,7 +28105,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 4, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L4" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L4" } ], "implementedTypes": [ @@ -28162,7 +28151,7 @@ "fileName": "packages/core/storage-js/src/packages/StreamDownloadBuilder.ts", "line": 1, "character": 0, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L1" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/storage-js/src/packages/StreamDownloadBuilder.ts#L1" } ] } @@ -28177,7 +28166,7 @@ "readme": [ { "kind": "text", - "text": "
\n

\n \n \n \n \n \"Supabase\n \n \n\n

Supabase Storage JS SDK

\n\n

JavaScript SDK to interact with Supabase Storage, including file storage and vector embeddings.

\n\n

\n Guides\n ·\n Reference Docs\n ·\n TypeDoc\n

\n

\n\n
\n\n[![Build](https://github.com/supabase/supabase-js/workflows/CI/badge.svg)](https://github.com/supabase/supabase-js/actions?query=branch%3Amaster)\n[![Package](https://img.shields.io/npm/v/@supabase/storage-js)](https://www.npmjs.com/package/@supabase/storage-js)\n[![License: MIT](https://img.shields.io/npm/l/@supabase/supabase-js)](#license)\n[![pkg.pr.new](https://pkg.pr.new/badge/supabase/storage-js)](https://pkg.pr.new/~/supabase/storage-js)\n\n
\n\n## Features\n\n- **File Storage**: Upload, download, list, move, and delete files\n- **Access Control**: Public and private buckets with fine-grained permissions\n- **Signed URLs**: Generate time-limited URLs for secure file access\n- **Image Transformations**: On-the-fly image resizing and optimization\n- **Vector Embeddings**: Store and query high-dimensional embeddings with similarity search\n- **Analytics Buckets**: Iceberg table-based buckets optimized for analytical queries and data processing\n\n## Quick Start Guide\n\n### Installing the module\n\n" + "text": "
\n

\n \n \n \n \n \"Supabase\n \n \n\n

Supabase Storage JS SDK

\n\n

JavaScript SDK to interact with Supabase Storage, including file storage and vector embeddings.

\n\n

\n Guides\n ·\n Reference Docs\n ·\n TypeDoc\n

\n

\n\n
\n\n[![Build](https://github.com/supabase/supabase-js/workflows/CI/badge.svg)](https://github.com/supabase/supabase-js/actions?query=branch%3Amaster)\n[![Package](https://img.shields.io/npm/v/@supabase/storage-js)](https://www.npmjs.com/package/@supabase/storage-js)\n[![License: MIT](https://img.shields.io/npm/l/@supabase/supabase-js)](#license)\n[![pkg.pr.new](https://pkg.pr.new/badge/supabase/storage-js)](https://pkg.pr.new/~/supabase/storage-js)\n\n
\n\n## Requirements\n\n- **Node.js 20 or later** (Node.js 18 support dropped as of October 31, 2025)\n- For browser support, all modern browsers are supported\n\n> ⚠️ **Node.js 18 Deprecation Notice**\n>\n> Node.js 18 reached end-of-life on April 30, 2025. As announced in [our deprecation notice](https://github.com/orgs/supabase/discussions/37217), support for Node.js 18 was dropped on October 31, 2025.\n\n## Features\n\n- **File Storage**: Upload, download, list, move, and delete files\n- **Access Control**: Public and private buckets with fine-grained permissions\n- **Signed URLs**: Generate time-limited URLs for secure file access\n- **Image Transformations**: On-the-fly image resizing and optimization\n- **Vector Embeddings**: Store and query high-dimensional embeddings with similarity search\n- **Analytics Buckets**: Iceberg table-based buckets optimized for analytical queries and data processing\n\n## Quick Start Guide\n\n### Installing the module\n\n" }, { "kind": "code", diff --git a/apps/docs/spec/enrichments/tsdoc_v2/supabase.json b/apps/docs/spec/enrichments/tsdoc_v2/supabase.json index 359b6d13d6fec..9a6dd2fe4dc8d 100644 --- a/apps/docs/spec/enrichments/tsdoc_v2/supabase.json +++ b/apps/docs/spec/enrichments/tsdoc_v2/supabase.json @@ -6,14 +6,14 @@ "flags": {}, "children": [ { - "id": 96, + "id": 97, "name": "FunctionRegion", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 97, + "id": 98, "name": "Any", "variant": "declaration", "kind": 16, @@ -31,7 +31,7 @@ } }, { - "id": 98, + "id": 99, "name": "ApNortheast1", "variant": "declaration", "kind": 16, @@ -49,7 +49,7 @@ } }, { - "id": 99, + "id": 100, "name": "ApNortheast2", "variant": "declaration", "kind": 16, @@ -67,7 +67,7 @@ } }, { - "id": 100, + "id": 101, "name": "ApSouth1", "variant": "declaration", "kind": 16, @@ -85,7 +85,7 @@ } }, { - "id": 101, + "id": 102, "name": "ApSoutheast1", "variant": "declaration", "kind": 16, @@ -103,7 +103,7 @@ } }, { - "id": 102, + "id": 103, "name": "ApSoutheast2", "variant": "declaration", "kind": 16, @@ -121,7 +121,7 @@ } }, { - "id": 103, + "id": 104, "name": "CaCentral1", "variant": "declaration", "kind": 16, @@ -139,7 +139,7 @@ } }, { - "id": 104, + "id": 105, "name": "EuCentral1", "variant": "declaration", "kind": 16, @@ -157,7 +157,7 @@ } }, { - "id": 105, + "id": 106, "name": "EuWest1", "variant": "declaration", "kind": 16, @@ -175,7 +175,7 @@ } }, { - "id": 106, + "id": 107, "name": "EuWest2", "variant": "declaration", "kind": 16, @@ -193,7 +193,7 @@ } }, { - "id": 107, + "id": 108, "name": "EuWest3", "variant": "declaration", "kind": 16, @@ -211,7 +211,7 @@ } }, { - "id": 108, + "id": 109, "name": "SaEast1", "variant": "declaration", "kind": 16, @@ -229,7 +229,7 @@ } }, { - "id": 109, + "id": 110, "name": "UsEast1", "variant": "declaration", "kind": 16, @@ -247,7 +247,7 @@ } }, { - "id": 110, + "id": 111, "name": "UsWest1", "variant": "declaration", "kind": 16, @@ -265,7 +265,7 @@ } }, { - "id": 111, + "id": 112, "name": "UsWest2", "variant": "declaration", "kind": 16, @@ -286,7 +286,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111] + "children": [98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112] } ], "sources": [ @@ -298,14 +298,14 @@ ] }, { - "id": 2118, + "id": 2147, "name": "REALTIME_LISTEN_TYPES", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 2119, + "id": 2148, "name": "BROADCAST", "variant": "declaration", "kind": 16, @@ -323,7 +323,7 @@ } }, { - "id": 2121, + "id": 2150, "name": "POSTGRES_CHANGES", "variant": "declaration", "kind": 16, @@ -341,7 +341,7 @@ } }, { - "id": 2120, + "id": 2149, "name": "PRESENCE", "variant": "declaration", "kind": 16, @@ -359,7 +359,7 @@ } }, { - "id": 2122, + "id": 2151, "name": "SYSTEM", "variant": "declaration", "kind": 16, @@ -380,7 +380,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [2119, 2121, 2120, 2122] + "children": [2148, 2150, 2149, 2151] } ], "sources": [ @@ -392,14 +392,14 @@ ] }, { - "id": 2123, + "id": 2152, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 2124, + "id": 2153, "name": "ALL", "variant": "declaration", "kind": 16, @@ -417,7 +417,7 @@ } }, { - "id": 2127, + "id": 2156, "name": "DELETE", "variant": "declaration", "kind": 16, @@ -435,7 +435,7 @@ } }, { - "id": 2125, + "id": 2154, "name": "INSERT", "variant": "declaration", "kind": 16, @@ -453,7 +453,7 @@ } }, { - "id": 2126, + "id": 2155, "name": "UPDATE", "variant": "declaration", "kind": 16, @@ -474,7 +474,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [2124, 2127, 2125, 2126] + "children": [2153, 2156, 2154, 2155] } ], "sources": [ @@ -486,14 +486,14 @@ ] }, { - "id": 2128, + "id": 2157, "name": "REALTIME_PRESENCE_LISTEN_EVENTS", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 2130, + "id": 2159, "name": "JOIN", "variant": "declaration", "kind": 16, @@ -511,7 +511,7 @@ } }, { - "id": 2131, + "id": 2160, "name": "LEAVE", "variant": "declaration", "kind": 16, @@ -529,7 +529,7 @@ } }, { - "id": 2129, + "id": 2158, "name": "SYNC", "variant": "declaration", "kind": 16, @@ -550,7 +550,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [2130, 2131, 2129] + "children": [2159, 2160, 2158] } ], "sources": [ @@ -562,14 +562,14 @@ ] }, { - "id": 2132, + "id": 2161, "name": "REALTIME_SUBSCRIBE_STATES", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 2136, + "id": 2165, "name": "CHANNEL_ERROR", "variant": "declaration", "kind": 16, @@ -587,7 +587,7 @@ } }, { - "id": 2135, + "id": 2164, "name": "CLOSED", "variant": "declaration", "kind": 16, @@ -605,7 +605,7 @@ } }, { - "id": 2133, + "id": 2162, "name": "SUBSCRIBED", "variant": "declaration", "kind": 16, @@ -623,7 +623,7 @@ } }, { - "id": 2134, + "id": 2163, "name": "TIMED_OUT", "variant": "declaration", "kind": 16, @@ -644,7 +644,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [2136, 2135, 2133, 2134] + "children": [2165, 2164, 2162, 2163] } ], "sources": [ @@ -656,14 +656,14 @@ ] }, { - "id": 1434, + "id": 1461, "name": "AuthApiError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1435, + "id": 1462, "name": "constructor", "variant": "declaration", "kind": 512, @@ -677,7 +677,7 @@ ], "signatures": [ { - "id": 1436, + "id": 1463, "name": "AuthApiError", "variant": "signature", "kind": 16384, @@ -691,7 +691,7 @@ ], "parameters": [ { - "id": 1437, + "id": 1464, "name": "message", "variant": "param", "kind": 32768, @@ -702,7 +702,7 @@ } }, { - "id": 1438, + "id": 1465, "name": "status", "variant": "param", "kind": 32768, @@ -713,7 +713,7 @@ } }, { - "id": 1439, + "id": 1466, "name": "code", "variant": "param", "kind": 32768, @@ -735,25 +735,25 @@ ], "type": { "type": "reference", - "target": 1434, + "target": 1461, "name": "AuthApiError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1426, + "target": 1453, "name": "AuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1425, + "target": 1452, "name": "AuthError.constructor" } }, { - "id": 1443, + "id": 1470, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -774,12 +774,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1433, + "target": 1460, "name": "AuthError.__isAuthError" } }, { - "id": 1441, + "id": 1468, "name": "code", "variant": "declaration", "kind": 1024, @@ -836,7 +836,7 @@ { "type": "reflection", "declaration": { - "id": 1442, + "id": 1469, "name": "__type", "variant": "declaration", "kind": 65536, @@ -849,12 +849,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1430, + "target": 1457, "name": "AuthError.code" } }, { - "id": 1440, + "id": 1467, "name": "status", "variant": "declaration", "kind": 1024, @@ -880,7 +880,7 @@ }, "overwrites": { "type": "reference", - "target": 1432, + "target": 1459, "name": "AuthError.status" } } @@ -888,11 +888,11 @@ "groups": [ { "title": "Constructors", - "children": [1435] + "children": [1462] }, { "title": "Properties", - "children": [1443, 1441, 1440] + "children": [1470, 1468, 1467] } ], "sources": [ @@ -905,21 +905,21 @@ "extendedTypes": [ { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1424, + "id": 1451, "name": "AuthError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1425, + "id": 1452, "name": "constructor", "variant": "declaration", "kind": 512, @@ -933,7 +933,7 @@ ], "signatures": [ { - "id": 1426, + "id": 1453, "name": "AuthError", "variant": "signature", "kind": 16384, @@ -947,7 +947,7 @@ ], "parameters": [ { - "id": 1427, + "id": 1454, "name": "message", "variant": "param", "kind": 32768, @@ -958,7 +958,7 @@ } }, { - "id": 1428, + "id": 1455, "name": "status", "variant": "param", "kind": 32768, @@ -971,7 +971,7 @@ } }, { - "id": 1429, + "id": 1456, "name": "code", "variant": "param", "kind": 32768, @@ -986,7 +986,7 @@ ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" }, @@ -1004,7 +1004,7 @@ } }, { - "id": 1433, + "id": 1460, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -1024,7 +1024,7 @@ } }, { - "id": 1430, + "id": 1457, "name": "code", "variant": "declaration", "kind": 1024, @@ -1079,7 +1079,7 @@ { "type": "reflection", "declaration": { - "id": 1431, + "id": 1458, "name": "__type", "variant": "declaration", "kind": 65536, @@ -1092,7 +1092,7 @@ } }, { - "id": 1432, + "id": 1459, "name": "status", "variant": "declaration", "kind": 1024, @@ -1130,11 +1130,11 @@ "groups": [ { "title": "Constructors", - "children": [1425] + "children": [1452] }, { "title": "Properties", - "children": [1433, 1430, 1432] + "children": [1460, 1457, 1459] } ], "sources": [ @@ -1158,30 +1158,30 @@ "extendedBy": [ { "type": "reference", - "target": 1434, + "target": 1461, "name": "AuthApiError" }, { "type": "reference", - "target": 1444, + "target": 1471, "name": "AuthUnknownError" }, { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError" } ] }, { - "id": 1491, + "id": 1518, "name": "AuthImplicitGrantRedirectError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1492, + "id": 1519, "name": "constructor", "variant": "declaration", "kind": 512, @@ -1195,7 +1195,7 @@ ], "signatures": [ { - "id": 1493, + "id": 1520, "name": "AuthImplicitGrantRedirectError", "variant": "signature", "kind": 16384, @@ -1209,7 +1209,7 @@ ], "parameters": [ { - "id": 1494, + "id": 1521, "name": "message", "variant": "param", "kind": 32768, @@ -1220,7 +1220,7 @@ } }, { - "id": 1495, + "id": 1522, "name": "details", "variant": "param", "kind": 32768, @@ -1237,14 +1237,14 @@ { "type": "reflection", "declaration": { - "id": 1496, + "id": 1523, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1498, + "id": 1525, "name": "code", "variant": "declaration", "kind": 1024, @@ -1262,7 +1262,7 @@ } }, { - "id": 1497, + "id": 1524, "name": "error", "variant": "declaration", "kind": 1024, @@ -1283,7 +1283,7 @@ "groups": [ { "title": "Properties", - "children": [1498, 1497] + "children": [1525, 1524] } ], "sources": [ @@ -1301,25 +1301,25 @@ ], "type": { "type": "reference", - "target": 1491, + "target": 1518, "name": "AuthImplicitGrantRedirectError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1456, + "target": 1483, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1455, + "target": 1482, "name": "CustomAuthError.constructor" } }, { - "id": 1517, + "id": 1544, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -1340,12 +1340,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1465, + "target": 1492, "name": "CustomAuthError.__isAuthError" } }, { - "id": 1515, + "id": 1542, "name": "code", "variant": "declaration", "kind": 1024, @@ -1402,7 +1402,7 @@ { "type": "reflection", "declaration": { - "id": 1516, + "id": 1543, "name": "__type", "variant": "declaration", "kind": 65536, @@ -1415,12 +1415,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1463, + "target": 1490, "name": "CustomAuthError.code" } }, { - "id": 1499, + "id": 1526, "name": "details", "variant": "declaration", "kind": 1024, @@ -1442,14 +1442,14 @@ { "type": "reflection", "declaration": { - "id": 1500, + "id": 1527, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1502, + "id": 1529, "name": "code", "variant": "declaration", "kind": 1024, @@ -1467,7 +1467,7 @@ } }, { - "id": 1501, + "id": 1528, "name": "error", "variant": "declaration", "kind": 1024, @@ -1488,7 +1488,7 @@ "groups": [ { "title": "Properties", - "children": [1502, 1501] + "children": [1529, 1528] } ], "sources": [ @@ -1504,7 +1504,7 @@ } }, { - "id": 1513, + "id": 1540, "name": "name", "variant": "declaration", "kind": 1024, @@ -1524,12 +1524,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1461, + "target": 1488, "name": "CustomAuthError.name" } }, { - "id": 1514, + "id": 1541, "name": "status", "variant": "declaration", "kind": 1024, @@ -1557,12 +1557,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1462, + "target": 1489, "name": "CustomAuthError.status" } }, { - "id": 1503, + "id": 1530, "name": "toJSON", "variant": "declaration", "kind": 2048, @@ -1576,7 +1576,7 @@ ], "signatures": [ { - "id": 1504, + "id": 1531, "name": "toJSON", "variant": "signature", "kind": 4096, @@ -1591,14 +1591,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1505, + "id": 1532, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1509, + "id": 1536, "name": "details", "variant": "declaration", "kind": 1024, @@ -1620,14 +1620,14 @@ { "type": "reflection", "declaration": { - "id": 1510, + "id": 1537, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1512, + "id": 1539, "name": "code", "variant": "declaration", "kind": 1024, @@ -1645,7 +1645,7 @@ } }, { - "id": 1511, + "id": 1538, "name": "error", "variant": "declaration", "kind": 1024, @@ -1666,7 +1666,7 @@ "groups": [ { "title": "Properties", - "children": [1512, 1511] + "children": [1539, 1538] } ], "sources": [ @@ -1682,7 +1682,7 @@ } }, { - "id": 1507, + "id": 1534, "name": "message", "variant": "declaration", "kind": 1024, @@ -1700,7 +1700,7 @@ } }, { - "id": 1506, + "id": 1533, "name": "name", "variant": "declaration", "kind": 1024, @@ -1718,7 +1718,7 @@ } }, { - "id": 1508, + "id": 1535, "name": "status", "variant": "declaration", "kind": 1024, @@ -1739,7 +1739,7 @@ "groups": [ { "title": "Properties", - "children": [1509, 1507, 1506, 1508] + "children": [1536, 1534, 1533, 1535] } ], "sources": [ @@ -1758,15 +1758,15 @@ "groups": [ { "title": "Constructors", - "children": [1492] + "children": [1519] }, { "title": "Properties", - "children": [1517, 1515, 1499, 1513, 1514] + "children": [1544, 1542, 1526, 1540, 1541] }, { "title": "Methods", - "children": [1503] + "children": [1530] } ], "sources": [ @@ -1779,21 +1779,21 @@ "extendedTypes": [ { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1482, + "id": 1509, "name": "AuthInvalidCredentialsError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1483, + "id": 1510, "name": "constructor", "variant": "declaration", "kind": 512, @@ -1807,7 +1807,7 @@ ], "signatures": [ { - "id": 1484, + "id": 1511, "name": "AuthInvalidCredentialsError", "variant": "signature", "kind": 16384, @@ -1821,7 +1821,7 @@ ], "parameters": [ { - "id": 1485, + "id": 1512, "name": "message", "variant": "param", "kind": 32768, @@ -1834,25 +1834,25 @@ ], "type": { "type": "reference", - "target": 1482, + "target": 1509, "name": "AuthInvalidCredentialsError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1456, + "target": 1483, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1455, + "target": 1482, "name": "CustomAuthError.constructor" } }, { - "id": 1490, + "id": 1517, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -1873,12 +1873,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1465, + "target": 1492, "name": "CustomAuthError.__isAuthError" } }, { - "id": 1488, + "id": 1515, "name": "code", "variant": "declaration", "kind": 1024, @@ -1935,7 +1935,7 @@ { "type": "reflection", "declaration": { - "id": 1489, + "id": 1516, "name": "__type", "variant": "declaration", "kind": 65536, @@ -1948,12 +1948,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1463, + "target": 1490, "name": "CustomAuthError.code" } }, { - "id": 1486, + "id": 1513, "name": "name", "variant": "declaration", "kind": 1024, @@ -1973,12 +1973,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1461, + "target": 1488, "name": "CustomAuthError.name" } }, { - "id": 1487, + "id": 1514, "name": "status", "variant": "declaration", "kind": 1024, @@ -2006,7 +2006,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1462, + "target": 1489, "name": "CustomAuthError.status" } } @@ -2014,11 +2014,11 @@ "groups": [ { "title": "Constructors", - "children": [1483] + "children": [1510] }, { "title": "Properties", - "children": [1490, 1488, 1486, 1487] + "children": [1517, 1515, 1513, 1514] } ], "sources": [ @@ -2031,21 +2031,21 @@ "extendedTypes": [ { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1567, + "id": 1594, "name": "AuthInvalidJwtError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1568, + "id": 1595, "name": "constructor", "variant": "declaration", "kind": 512, @@ -2059,7 +2059,7 @@ ], "signatures": [ { - "id": 1569, + "id": 1596, "name": "AuthInvalidJwtError", "variant": "signature", "kind": 16384, @@ -2073,7 +2073,7 @@ ], "parameters": [ { - "id": 1570, + "id": 1597, "name": "message", "variant": "param", "kind": 32768, @@ -2086,25 +2086,25 @@ ], "type": { "type": "reference", - "target": 1567, + "target": 1594, "name": "AuthInvalidJwtError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1456, + "target": 1483, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1455, + "target": 1482, "name": "CustomAuthError.constructor" } }, { - "id": 1575, + "id": 1602, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -2125,12 +2125,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1465, + "target": 1492, "name": "CustomAuthError.__isAuthError" } }, { - "id": 1573, + "id": 1600, "name": "code", "variant": "declaration", "kind": 1024, @@ -2187,7 +2187,7 @@ { "type": "reflection", "declaration": { - "id": 1574, + "id": 1601, "name": "__type", "variant": "declaration", "kind": 65536, @@ -2200,12 +2200,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1463, + "target": 1490, "name": "CustomAuthError.code" } }, { - "id": 1571, + "id": 1598, "name": "name", "variant": "declaration", "kind": 1024, @@ -2225,12 +2225,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1461, + "target": 1488, "name": "CustomAuthError.name" } }, { - "id": 1572, + "id": 1599, "name": "status", "variant": "declaration", "kind": 1024, @@ -2258,7 +2258,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1462, + "target": 1489, "name": "CustomAuthError.status" } } @@ -2266,11 +2266,11 @@ "groups": [ { "title": "Constructors", - "children": [1568] + "children": [1595] }, { "title": "Properties", - "children": [1575, 1573, 1571, 1572] + "children": [1602, 1600, 1598, 1599] } ], "sources": [ @@ -2283,21 +2283,21 @@ "extendedTypes": [ { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1474, + "id": 1501, "name": "AuthInvalidTokenResponseError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1475, + "id": 1502, "name": "constructor", "variant": "declaration", "kind": 512, @@ -2311,7 +2311,7 @@ ], "signatures": [ { - "id": 1476, + "id": 1503, "name": "AuthInvalidTokenResponseError", "variant": "signature", "kind": 16384, @@ -2325,25 +2325,25 @@ ], "type": { "type": "reference", - "target": 1474, + "target": 1501, "name": "AuthInvalidTokenResponseError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1456, + "target": 1483, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1455, + "target": 1482, "name": "CustomAuthError.constructor" } }, { - "id": 1481, + "id": 1508, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -2364,12 +2364,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1465, + "target": 1492, "name": "CustomAuthError.__isAuthError" } }, { - "id": 1479, + "id": 1506, "name": "code", "variant": "declaration", "kind": 1024, @@ -2426,7 +2426,7 @@ { "type": "reflection", "declaration": { - "id": 1480, + "id": 1507, "name": "__type", "variant": "declaration", "kind": 65536, @@ -2439,12 +2439,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1463, + "target": 1490, "name": "CustomAuthError.code" } }, { - "id": 1477, + "id": 1504, "name": "name", "variant": "declaration", "kind": 1024, @@ -2464,12 +2464,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1461, + "target": 1488, "name": "CustomAuthError.name" } }, { - "id": 1478, + "id": 1505, "name": "status", "variant": "declaration", "kind": 1024, @@ -2497,7 +2497,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1462, + "target": 1489, "name": "CustomAuthError.status" } } @@ -2505,11 +2505,11 @@ "groups": [ { "title": "Constructors", - "children": [1475] + "children": [1502] }, { "title": "Properties", - "children": [1481, 1479, 1477, 1478] + "children": [1508, 1506, 1504, 1505] } ], "sources": [ @@ -2522,21 +2522,21 @@ "extendedTypes": [ { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1518, + "id": 1545, "name": "AuthPKCEGrantCodeExchangeError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1519, + "id": 1546, "name": "constructor", "variant": "declaration", "kind": 512, @@ -2550,7 +2550,7 @@ ], "signatures": [ { - "id": 1520, + "id": 1547, "name": "AuthPKCEGrantCodeExchangeError", "variant": "signature", "kind": 16384, @@ -2564,7 +2564,7 @@ ], "parameters": [ { - "id": 1521, + "id": 1548, "name": "message", "variant": "param", "kind": 32768, @@ -2575,7 +2575,7 @@ } }, { - "id": 1522, + "id": 1549, "name": "details", "variant": "param", "kind": 32768, @@ -2592,14 +2592,14 @@ { "type": "reflection", "declaration": { - "id": 1523, + "id": 1550, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1525, + "id": 1552, "name": "code", "variant": "declaration", "kind": 1024, @@ -2617,7 +2617,7 @@ } }, { - "id": 1524, + "id": 1551, "name": "error", "variant": "declaration", "kind": 1024, @@ -2638,7 +2638,7 @@ "groups": [ { "title": "Properties", - "children": [1525, 1524] + "children": [1552, 1551] } ], "sources": [ @@ -2656,25 +2656,25 @@ ], "type": { "type": "reference", - "target": 1518, + "target": 1545, "name": "AuthPKCEGrantCodeExchangeError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1456, + "target": 1483, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1455, + "target": 1482, "name": "CustomAuthError.constructor" } }, { - "id": 1544, + "id": 1571, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -2695,12 +2695,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1465, + "target": 1492, "name": "CustomAuthError.__isAuthError" } }, { - "id": 1542, + "id": 1569, "name": "code", "variant": "declaration", "kind": 1024, @@ -2757,7 +2757,7 @@ { "type": "reflection", "declaration": { - "id": 1543, + "id": 1570, "name": "__type", "variant": "declaration", "kind": 65536, @@ -2770,12 +2770,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1463, + "target": 1490, "name": "CustomAuthError.code" } }, { - "id": 1526, + "id": 1553, "name": "details", "variant": "declaration", "kind": 1024, @@ -2797,14 +2797,14 @@ { "type": "reflection", "declaration": { - "id": 1527, + "id": 1554, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1529, + "id": 1556, "name": "code", "variant": "declaration", "kind": 1024, @@ -2822,7 +2822,7 @@ } }, { - "id": 1528, + "id": 1555, "name": "error", "variant": "declaration", "kind": 1024, @@ -2843,7 +2843,7 @@ "groups": [ { "title": "Properties", - "children": [1529, 1528] + "children": [1556, 1555] } ], "sources": [ @@ -2859,7 +2859,7 @@ } }, { - "id": 1540, + "id": 1567, "name": "name", "variant": "declaration", "kind": 1024, @@ -2879,12 +2879,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1461, + "target": 1488, "name": "CustomAuthError.name" } }, { - "id": 1541, + "id": 1568, "name": "status", "variant": "declaration", "kind": 1024, @@ -2912,12 +2912,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1462, + "target": 1489, "name": "CustomAuthError.status" } }, { - "id": 1530, + "id": 1557, "name": "toJSON", "variant": "declaration", "kind": 2048, @@ -2931,7 +2931,7 @@ ], "signatures": [ { - "id": 1531, + "id": 1558, "name": "toJSON", "variant": "signature", "kind": 4096, @@ -2946,14 +2946,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1532, + "id": 1559, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1536, + "id": 1563, "name": "details", "variant": "declaration", "kind": 1024, @@ -2975,14 +2975,14 @@ { "type": "reflection", "declaration": { - "id": 1537, + "id": 1564, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1539, + "id": 1566, "name": "code", "variant": "declaration", "kind": 1024, @@ -3000,7 +3000,7 @@ } }, { - "id": 1538, + "id": 1565, "name": "error", "variant": "declaration", "kind": 1024, @@ -3021,7 +3021,7 @@ "groups": [ { "title": "Properties", - "children": [1539, 1538] + "children": [1566, 1565] } ], "sources": [ @@ -3037,7 +3037,7 @@ } }, { - "id": 1534, + "id": 1561, "name": "message", "variant": "declaration", "kind": 1024, @@ -3055,7 +3055,7 @@ } }, { - "id": 1533, + "id": 1560, "name": "name", "variant": "declaration", "kind": 1024, @@ -3073,7 +3073,7 @@ } }, { - "id": 1535, + "id": 1562, "name": "status", "variant": "declaration", "kind": 1024, @@ -3094,7 +3094,7 @@ "groups": [ { "title": "Properties", - "children": [1536, 1534, 1533, 1535] + "children": [1563, 1561, 1560, 1562] } ], "sources": [ @@ -3113,15 +3113,15 @@ "groups": [ { "title": "Constructors", - "children": [1519] + "children": [1546] }, { "title": "Properties", - "children": [1544, 1542, 1526, 1540, 1541] + "children": [1571, 1569, 1553, 1567, 1568] }, { "title": "Methods", - "children": [1530] + "children": [1557] } ], "sources": [ @@ -3134,21 +3134,21 @@ "extendedTypes": [ { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1545, + "id": 1572, "name": "AuthRetryableFetchError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1546, + "id": 1573, "name": "constructor", "variant": "declaration", "kind": 512, @@ -3162,7 +3162,7 @@ ], "signatures": [ { - "id": 1547, + "id": 1574, "name": "AuthRetryableFetchError", "variant": "signature", "kind": 16384, @@ -3176,7 +3176,7 @@ ], "parameters": [ { - "id": 1548, + "id": 1575, "name": "message", "variant": "param", "kind": 32768, @@ -3187,7 +3187,7 @@ } }, { - "id": 1549, + "id": 1576, "name": "status", "variant": "param", "kind": 32768, @@ -3200,25 +3200,25 @@ ], "type": { "type": "reference", - "target": 1545, + "target": 1572, "name": "AuthRetryableFetchError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1456, + "target": 1483, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1455, + "target": 1482, "name": "CustomAuthError.constructor" } }, { - "id": 1554, + "id": 1581, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -3239,12 +3239,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1465, + "target": 1492, "name": "CustomAuthError.__isAuthError" } }, { - "id": 1552, + "id": 1579, "name": "code", "variant": "declaration", "kind": 1024, @@ -3301,7 +3301,7 @@ { "type": "reflection", "declaration": { - "id": 1553, + "id": 1580, "name": "__type", "variant": "declaration", "kind": 65536, @@ -3314,12 +3314,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1463, + "target": 1490, "name": "CustomAuthError.code" } }, { - "id": 1550, + "id": 1577, "name": "name", "variant": "declaration", "kind": 1024, @@ -3339,12 +3339,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1461, + "target": 1488, "name": "CustomAuthError.name" } }, { - "id": 1551, + "id": 1578, "name": "status", "variant": "declaration", "kind": 1024, @@ -3372,7 +3372,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1462, + "target": 1489, "name": "CustomAuthError.status" } } @@ -3380,11 +3380,11 @@ "groups": [ { "title": "Constructors", - "children": [1546] + "children": [1573] }, { "title": "Properties", - "children": [1554, 1552, 1550, 1551] + "children": [1581, 1579, 1577, 1578] } ], "sources": [ @@ -3397,21 +3397,21 @@ "extendedTypes": [ { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1466, + "id": 1493, "name": "AuthSessionMissingError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1467, + "id": 1494, "name": "constructor", "variant": "declaration", "kind": 512, @@ -3425,7 +3425,7 @@ ], "signatures": [ { - "id": 1468, + "id": 1495, "name": "AuthSessionMissingError", "variant": "signature", "kind": 16384, @@ -3439,25 +3439,25 @@ ], "type": { "type": "reference", - "target": 1466, + "target": 1493, "name": "AuthSessionMissingError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1456, + "target": 1483, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1455, + "target": 1482, "name": "CustomAuthError.constructor" } }, { - "id": 1473, + "id": 1500, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -3478,12 +3478,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1465, + "target": 1492, "name": "CustomAuthError.__isAuthError" } }, { - "id": 1471, + "id": 1498, "name": "code", "variant": "declaration", "kind": 1024, @@ -3540,7 +3540,7 @@ { "type": "reflection", "declaration": { - "id": 1472, + "id": 1499, "name": "__type", "variant": "declaration", "kind": 65536, @@ -3553,12 +3553,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1463, + "target": 1490, "name": "CustomAuthError.code" } }, { - "id": 1469, + "id": 1496, "name": "name", "variant": "declaration", "kind": 1024, @@ -3578,12 +3578,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1461, + "target": 1488, "name": "CustomAuthError.name" } }, { - "id": 1470, + "id": 1497, "name": "status", "variant": "declaration", "kind": 1024, @@ -3611,7 +3611,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1462, + "target": 1489, "name": "CustomAuthError.status" } } @@ -3619,11 +3619,11 @@ "groups": [ { "title": "Constructors", - "children": [1467] + "children": [1494] }, { "title": "Properties", - "children": [1473, 1471, 1469, 1470] + "children": [1500, 1498, 1496, 1497] } ], "sources": [ @@ -3636,21 +3636,21 @@ "extendedTypes": [ { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1444, + "id": 1471, "name": "AuthUnknownError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1445, + "id": 1472, "name": "constructor", "variant": "declaration", "kind": 512, @@ -3664,7 +3664,7 @@ ], "signatures": [ { - "id": 1446, + "id": 1473, "name": "AuthUnknownError", "variant": "signature", "kind": 16384, @@ -3678,7 +3678,7 @@ ], "parameters": [ { - "id": 1447, + "id": 1474, "name": "message", "variant": "param", "kind": 32768, @@ -3689,7 +3689,7 @@ } }, { - "id": 1448, + "id": 1475, "name": "originalError", "variant": "param", "kind": 32768, @@ -3702,25 +3702,25 @@ ], "type": { "type": "reference", - "target": 1444, + "target": 1471, "name": "AuthUnknownError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1426, + "target": 1453, "name": "AuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1425, + "target": 1452, "name": "AuthError.constructor" } }, { - "id": 1453, + "id": 1480, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -3741,12 +3741,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1433, + "target": 1460, "name": "AuthError.__isAuthError" } }, { - "id": 1450, + "id": 1477, "name": "code", "variant": "declaration", "kind": 1024, @@ -3803,7 +3803,7 @@ { "type": "reflection", "declaration": { - "id": 1451, + "id": 1478, "name": "__type", "variant": "declaration", "kind": 65536, @@ -3816,12 +3816,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1430, + "target": 1457, "name": "AuthError.code" } }, { - "id": 1449, + "id": 1476, "name": "originalError", "variant": "declaration", "kind": 1024, @@ -3839,7 +3839,7 @@ } }, { - "id": 1452, + "id": 1479, "name": "status", "variant": "declaration", "kind": 1024, @@ -3876,7 +3876,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1432, + "target": 1459, "name": "AuthError.status" } } @@ -3884,11 +3884,11 @@ "groups": [ { "title": "Constructors", - "children": [1445] + "children": [1472] }, { "title": "Properties", - "children": [1453, 1450, 1449, 1452] + "children": [1480, 1477, 1476, 1479] } ], "sources": [ @@ -3901,14 +3901,14 @@ "extendedTypes": [ { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1555, + "id": 1582, "name": "AuthWeakPasswordError", "variant": "declaration", "kind": 128, @@ -3923,7 +3923,7 @@ }, "children": [ { - "id": 1556, + "id": 1583, "name": "constructor", "variant": "declaration", "kind": 512, @@ -3937,7 +3937,7 @@ ], "signatures": [ { - "id": 1557, + "id": 1584, "name": "AuthWeakPasswordError", "variant": "signature", "kind": 16384, @@ -3951,7 +3951,7 @@ ], "parameters": [ { - "id": 1558, + "id": 1585, "name": "message", "variant": "param", "kind": 32768, @@ -3962,7 +3962,7 @@ } }, { - "id": 1559, + "id": 1586, "name": "status", "variant": "param", "kind": 32768, @@ -3973,7 +3973,7 @@ } }, { - "id": 1560, + "id": 1587, "name": "reasons", "variant": "param", "kind": 32768, @@ -4002,25 +4002,25 @@ ], "type": { "type": "reference", - "target": 1555, + "target": 1582, "name": "AuthWeakPasswordError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1456, + "target": 1483, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1455, + "target": 1482, "name": "CustomAuthError.constructor" } }, { - "id": 1566, + "id": 1593, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -4041,12 +4041,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1465, + "target": 1492, "name": "CustomAuthError.__isAuthError" } }, { - "id": 1564, + "id": 1591, "name": "code", "variant": "declaration", "kind": 1024, @@ -4103,7 +4103,7 @@ { "type": "reflection", "declaration": { - "id": 1565, + "id": 1592, "name": "__type", "variant": "declaration", "kind": 65536, @@ -4116,12 +4116,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1463, + "target": 1490, "name": "CustomAuthError.code" } }, { - "id": 1562, + "id": 1589, "name": "name", "variant": "declaration", "kind": 1024, @@ -4141,12 +4141,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1461, + "target": 1488, "name": "CustomAuthError.name" } }, { - "id": 1561, + "id": 1588, "name": "reasons", "variant": "declaration", "kind": 1024, @@ -4188,7 +4188,7 @@ } }, { - "id": 1563, + "id": 1590, "name": "status", "variant": "declaration", "kind": 1024, @@ -4216,7 +4216,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1462, + "target": 1489, "name": "CustomAuthError.status" } } @@ -4224,11 +4224,11 @@ "groups": [ { "title": "Constructors", - "children": [1556] + "children": [1583] }, { "title": "Properties", - "children": [1566, 1564, 1562, 1561, 1563] + "children": [1593, 1591, 1589, 1588, 1590] } ], "sources": [ @@ -4241,21 +4241,21 @@ "extendedTypes": [ { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1454, + "id": 1481, "name": "CustomAuthError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1455, + "id": 1482, "name": "constructor", "variant": "declaration", "kind": 512, @@ -4269,7 +4269,7 @@ ], "signatures": [ { - "id": 1456, + "id": 1483, "name": "CustomAuthError", "variant": "signature", "kind": 16384, @@ -4283,7 +4283,7 @@ ], "parameters": [ { - "id": 1457, + "id": 1484, "name": "message", "variant": "param", "kind": 32768, @@ -4294,7 +4294,7 @@ } }, { - "id": 1458, + "id": 1485, "name": "name", "variant": "param", "kind": 32768, @@ -4305,7 +4305,7 @@ } }, { - "id": 1459, + "id": 1486, "name": "status", "variant": "param", "kind": 32768, @@ -4316,7 +4316,7 @@ } }, { - "id": 1460, + "id": 1487, "name": "code", "variant": "param", "kind": 32768, @@ -4338,25 +4338,25 @@ ], "type": { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1426, + "target": 1453, "name": "AuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1425, + "target": 1452, "name": "AuthError.constructor" } }, { - "id": 1465, + "id": 1492, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -4377,12 +4377,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1433, + "target": 1460, "name": "AuthError.__isAuthError" } }, { - "id": 1463, + "id": 1490, "name": "code", "variant": "declaration", "kind": 1024, @@ -4439,7 +4439,7 @@ { "type": "reflection", "declaration": { - "id": 1464, + "id": 1491, "name": "__type", "variant": "declaration", "kind": 65536, @@ -4452,12 +4452,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1430, + "target": 1457, "name": "AuthError.code" } }, { - "id": 1461, + "id": 1488, "name": "name", "variant": "declaration", "kind": 1024, @@ -4480,7 +4480,7 @@ } }, { - "id": 1462, + "id": 1489, "name": "status", "variant": "declaration", "kind": 1024, @@ -4506,7 +4506,7 @@ }, "overwrites": { "type": "reference", - "target": 1432, + "target": 1459, "name": "AuthError.status" } } @@ -4514,11 +4514,11 @@ "groups": [ { "title": "Constructors", - "children": [1455] + "children": [1482] }, { "title": "Properties", - "children": [1465, 1463, 1461, 1462] + "children": [1492, 1490, 1488, 1489] } ], "sources": [ @@ -4531,7 +4531,7 @@ "extendedTypes": [ { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -4539,42 +4539,42 @@ "extendedBy": [ { "type": "reference", - "target": 1466, + "target": 1493, "name": "AuthSessionMissingError" }, { "type": "reference", - "target": 1474, + "target": 1501, "name": "AuthInvalidTokenResponseError" }, { "type": "reference", - "target": 1482, + "target": 1509, "name": "AuthInvalidCredentialsError" }, { "type": "reference", - "target": 1491, + "target": 1518, "name": "AuthImplicitGrantRedirectError" }, { "type": "reference", - "target": 1518, + "target": 1545, "name": "AuthPKCEGrantCodeExchangeError" }, { "type": "reference", - "target": 1545, + "target": 1572, "name": "AuthRetryableFetchError" }, { "type": "reference", - "target": 1555, + "target": 1582, "name": "AuthWeakPasswordError" }, { "type": "reference", - "target": 1567, + "target": 1594, "name": "AuthInvalidJwtError" } ] @@ -5091,14 +5091,14 @@ ] }, { - "id": 275, + "id": 277, "name": "GoTrueAdminApi", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 276, + "id": 278, "name": "constructor", "variant": "declaration", "kind": 512, @@ -5112,7 +5112,7 @@ ], "signatures": [ { - "id": 277, + "id": 279, "name": "GoTrueAdminApi", "variant": "signature", "kind": 16384, @@ -5126,7 +5126,7 @@ ], "parameters": [ { - "id": 278, + "id": 280, "name": "__namedParameters", "variant": "param", "kind": 32768, @@ -5134,14 +5134,14 @@ "type": { "type": "reflection", "declaration": { - "id": 279, + "id": 281, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 285, + "id": 287, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -5158,7 +5158,7 @@ "type": { "type": "reflection", "declaration": { - "id": 286, + "id": 288, "name": "__type", "variant": "declaration", "kind": 65536, @@ -5177,7 +5177,7 @@ ], "signatures": [ { - "id": 287, + "id": 289, "name": "__type", "variant": "signature", "kind": 4096, @@ -5199,7 +5199,7 @@ ], "parameters": [ { - "id": 288, + "id": 290, "name": "input", "variant": "param", "kind": 32768, @@ -5229,7 +5229,7 @@ } }, { - "id": 289, + "id": 291, "name": "init", "variant": "param", "kind": 32768, @@ -5269,7 +5269,7 @@ } }, { - "id": 290, + "id": 292, "name": "__type", "variant": "signature", "kind": 4096, @@ -5291,7 +5291,7 @@ ], "parameters": [ { - "id": 291, + "id": 293, "name": "input", "variant": "param", "kind": 32768, @@ -5325,7 +5325,7 @@ } }, { - "id": 292, + "id": 294, "name": "init", "variant": "param", "kind": 32768, @@ -5369,7 +5369,7 @@ } }, { - "id": 281, + "id": 283, "name": "headers", "variant": "declaration", "kind": 1024, @@ -5386,7 +5386,7 @@ "type": { "type": "reflection", "declaration": { - "id": 282, + "id": 284, "name": "__type", "variant": "declaration", "kind": 65536, @@ -5400,7 +5400,7 @@ ], "indexSignatures": [ { - "id": 283, + "id": 285, "name": "__index", "variant": "signature", "kind": 8192, @@ -5414,7 +5414,7 @@ ], "parameters": [ { - "id": 284, + "id": 286, "name": "key", "variant": "param", "kind": 32768, @@ -5435,7 +5435,7 @@ } }, { - "id": 280, + "id": 282, "name": "url", "variant": "declaration", "kind": 1024, @@ -5456,7 +5456,7 @@ "groups": [ { "title": "Properties", - "children": [285, 281, 280] + "children": [287, 283, 282] } ], "sources": [ @@ -5472,7 +5472,7 @@ ], "type": { "type": "reference", - "target": 275, + "target": 277, "name": "GoTrueAdminApi", "package": "@supabase/auth-js", "qualifiedName": "default" @@ -5481,7 +5481,7 @@ ] }, { - "id": 300, + "id": 302, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -5498,7 +5498,7 @@ "type": { "type": "reflection", "declaration": { - "id": 301, + "id": 303, "name": "__type", "variant": "declaration", "kind": 65536, @@ -5517,7 +5517,7 @@ ], "signatures": [ { - "id": 302, + "id": 304, "name": "__type", "variant": "signature", "kind": 4096, @@ -5539,7 +5539,7 @@ ], "parameters": [ { - "id": 303, + "id": 305, "name": "input", "variant": "param", "kind": 32768, @@ -5569,7 +5569,7 @@ } }, { - "id": 304, + "id": 306, "name": "init", "variant": "param", "kind": 32768, @@ -5609,7 +5609,7 @@ } }, { - "id": 305, + "id": 307, "name": "__type", "variant": "signature", "kind": 4096, @@ -5631,7 +5631,7 @@ ], "parameters": [ { - "id": 306, + "id": 308, "name": "input", "variant": "param", "kind": 32768, @@ -5665,7 +5665,7 @@ } }, { - "id": 307, + "id": 309, "name": "init", "variant": "param", "kind": 32768, @@ -5709,7 +5709,7 @@ } }, { - "id": 296, + "id": 298, "name": "headers", "variant": "declaration", "kind": 1024, @@ -5726,7 +5726,7 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 299, "name": "__type", "variant": "declaration", "kind": 65536, @@ -5740,7 +5740,7 @@ ], "indexSignatures": [ { - "id": 298, + "id": 300, "name": "__index", "variant": "signature", "kind": 8192, @@ -5754,7 +5754,7 @@ ], "parameters": [ { - "id": 299, + "id": 301, "name": "key", "variant": "param", "kind": 32768, @@ -5775,7 +5775,7 @@ } }, { - "id": 293, + "id": 295, "name": "mfa", "variant": "declaration", "kind": 1024, @@ -5797,13 +5797,13 @@ ], "type": { "type": "reference", - "target": 1237, + "target": 1248, "name": "GoTrueAdminMFAApi", "package": "@supabase/auth-js" } }, { - "id": 294, + "id": 296, "name": "oauth", "variant": "declaration", "kind": 1024, @@ -5825,13 +5825,13 @@ ], "type": { "type": "reference", - "target": 1347, + "target": 1374, "name": "GoTrueAdminOAuthApi", "package": "@supabase/auth-js" } }, { - "id": 295, + "id": 297, "name": "url", "variant": "declaration", "kind": 1024, @@ -5851,7 +5851,7 @@ } }, { - "id": 325, + "id": 327, "name": "createUser", "variant": "declaration", "kind": 2048, @@ -5865,7 +5865,7 @@ ], "signatures": [ { - "id": 326, + "id": 328, "name": "createUser", "variant": "signature", "kind": 4096, @@ -5895,14 +5895,14 @@ ], "parameters": [ { - "id": 327, + "id": 329, "name": "attributes", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 839, + "target": 848, "name": "AdminUserAttributes", "package": "@supabase/auth-js" } @@ -5917,7 +5917,7 @@ "typeArguments": [ { "type": "reference", - "target": 793, + "target": 801, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -5929,7 +5929,7 @@ ] }, { - "id": 349, + "id": 351, "name": "deleteUser", "variant": "declaration", "kind": 2048, @@ -5943,7 +5943,7 @@ ], "signatures": [ { - "id": 350, + "id": 352, "name": "deleteUser", "variant": "signature", "kind": 4096, @@ -5973,7 +5973,7 @@ ], "parameters": [ { - "id": 351, + "id": 353, "name": "id", "variant": "param", "kind": 32768, @@ -5992,7 +5992,7 @@ } }, { - "id": 352, + "id": 354, "name": "shouldSoftDelete", "variant": "param", "kind": 32768, @@ -6030,7 +6030,7 @@ "typeArguments": [ { "type": "reference", - "target": 793, + "target": 801, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -6042,7 +6042,7 @@ ] }, { - "id": 322, + "id": 324, "name": "generateLink", "variant": "declaration", "kind": 2048, @@ -6056,7 +6056,7 @@ ], "signatures": [ { - "id": 323, + "id": 325, "name": "generateLink", "variant": "signature", "kind": 4096, @@ -6078,14 +6078,14 @@ ], "parameters": [ { - "id": 324, + "id": 326, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1047, + "target": 1058, "name": "GenerateLinkParams", "package": "@supabase/auth-js" } @@ -6100,7 +6100,7 @@ "typeArguments": [ { "type": "reference", - "target": 1048, + "target": 1059, "name": "GenerateLinkResponse", "package": "@supabase/auth-js" } @@ -6112,7 +6112,7 @@ ] }, { - "id": 342, + "id": 344, "name": "getUserById", "variant": "declaration", "kind": 2048, @@ -6126,7 +6126,7 @@ ], "signatures": [ { - "id": 343, + "id": 345, "name": "getUserById", "variant": "signature", "kind": 4096, @@ -6148,7 +6148,7 @@ ], "parameters": [ { - "id": 344, + "id": 346, "name": "uid", "variant": "param", "kind": 32768, @@ -6184,7 +6184,7 @@ "typeArguments": [ { "type": "reference", - "target": 793, + "target": 801, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -6196,7 +6196,7 @@ ] }, { - "id": 315, + "id": 317, "name": "inviteUserByEmail", "variant": "declaration", "kind": 2048, @@ -6210,7 +6210,7 @@ ], "signatures": [ { - "id": 316, + "id": 318, "name": "inviteUserByEmail", "variant": "signature", "kind": 4096, @@ -6232,7 +6232,7 @@ ], "parameters": [ { - "id": 317, + "id": 319, "name": "email", "variant": "param", "kind": 32768, @@ -6251,7 +6251,7 @@ } }, { - "id": 318, + "id": 320, "name": "options", "variant": "param", "kind": 32768, @@ -6269,14 +6269,14 @@ "type": { "type": "reflection", "declaration": { - "id": 319, + "id": 321, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 320, + "id": 322, "name": "data", "variant": "declaration", "kind": 1024, @@ -6312,7 +6312,7 @@ } }, { - "id": 321, + "id": 323, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -6343,7 +6343,7 @@ "groups": [ { "title": "Properties", - "children": [320, 321] + "children": [322, 323] } ], "sources": [ @@ -6366,7 +6366,7 @@ "typeArguments": [ { "type": "reference", - "target": 793, + "target": 801, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -6378,7 +6378,7 @@ ] }, { - "id": 328, + "id": 330, "name": "listUsers", "variant": "declaration", "kind": 2048, @@ -6392,7 +6392,7 @@ ], "signatures": [ { - "id": 329, + "id": 331, "name": "listUsers", "variant": "signature", "kind": 4096, @@ -6422,7 +6422,7 @@ ], "parameters": [ { - "id": 330, + "id": 332, "name": "params", "variant": "param", "kind": 32768, @@ -6455,7 +6455,7 @@ }, "type": { "type": "reference", - "target": 1258, + "target": 1269, "name": "PageParams", "package": "@supabase/auth-js" } @@ -6474,14 +6474,14 @@ { "type": "reflection", "declaration": { - "id": 331, + "id": 333, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 332, + "id": 334, "name": "data", "variant": "declaration", "kind": 1024, @@ -6499,14 +6499,14 @@ { "type": "reflection", "declaration": { - "id": 333, + "id": 335, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 335, + "id": 337, "name": "aud", "variant": "declaration", "kind": 1024, @@ -6524,7 +6524,7 @@ } }, { - "id": 334, + "id": 336, "name": "users", "variant": "declaration", "kind": 1024, @@ -6550,7 +6550,7 @@ "groups": [ { "title": "Properties", - "children": [335, 334] + "children": [337, 336] } ], "sources": [ @@ -6564,7 +6564,7 @@ }, { "type": "reference", - "target": 1251, + "target": 1262, "name": "Pagination", "package": "@supabase/auth-js" } @@ -6572,7 +6572,7 @@ } }, { - "id": 336, + "id": 338, "name": "error", "variant": "declaration", "kind": 1024, @@ -6593,7 +6593,7 @@ "groups": [ { "title": "Properties", - "children": [332, 336] + "children": [334, 338] } ], "sources": [ @@ -6608,14 +6608,14 @@ { "type": "reflection", "declaration": { - "id": 337, + "id": 339, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 338, + "id": 340, "name": "data", "variant": "declaration", "kind": 1024, @@ -6630,14 +6630,14 @@ "type": { "type": "reflection", "declaration": { - "id": 339, + "id": 341, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 340, + "id": 342, "name": "users", "variant": "declaration", "kind": 1024, @@ -6657,7 +6657,7 @@ "groups": [ { "title": "Properties", - "children": [340] + "children": [342] } ], "sources": [ @@ -6671,7 +6671,7 @@ } }, { - "id": 341, + "id": 343, "name": "error", "variant": "declaration", "kind": 1024, @@ -6685,7 +6685,7 @@ ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -6694,7 +6694,7 @@ "groups": [ { "title": "Properties", - "children": [338, 341] + "children": [340, 343] } ], "sources": [ @@ -6716,7 +6716,7 @@ ] }, { - "id": 308, + "id": 310, "name": "signOut", "variant": "declaration", "kind": 2048, @@ -6730,7 +6730,7 @@ ], "signatures": [ { - "id": 309, + "id": 311, "name": "signOut", "variant": "signature", "kind": 4096, @@ -6752,7 +6752,7 @@ ], "parameters": [ { - "id": 310, + "id": 312, "name": "jwt", "variant": "param", "kind": 32768, @@ -6771,7 +6771,7 @@ } }, { - "id": 311, + "id": 313, "name": "scope", "variant": "param", "kind": 32768, @@ -6815,14 +6815,14 @@ { "type": "reflection", "declaration": { - "id": 312, + "id": 314, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 313, + "id": 315, "name": "data", "variant": "declaration", "kind": 1024, @@ -6840,7 +6840,7 @@ } }, { - "id": 314, + "id": 316, "name": "error", "variant": "declaration", "kind": 1024, @@ -6861,7 +6861,7 @@ }, { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -6872,7 +6872,7 @@ "groups": [ { "title": "Properties", - "children": [313, 314] + "children": [315, 316] } ], "sources": [ @@ -6892,7 +6892,7 @@ ] }, { - "id": 345, + "id": 347, "name": "updateUserById", "variant": "declaration", "kind": 2048, @@ -6906,7 +6906,7 @@ ], "signatures": [ { - "id": 346, + "id": 348, "name": "updateUserById", "variant": "signature", "kind": 4096, @@ -6928,7 +6928,7 @@ ], "parameters": [ { - "id": 347, + "id": 349, "name": "uid", "variant": "param", "kind": 32768, @@ -6939,7 +6939,7 @@ } }, { - "id": 348, + "id": 350, "name": "attributes", "variant": "param", "kind": 32768, @@ -6962,7 +6962,7 @@ }, "type": { "type": "reference", - "target": 839, + "target": 848, "name": "AdminUserAttributes", "package": "@supabase/auth-js" } @@ -6977,7 +6977,7 @@ "typeArguments": [ { "type": "reference", - "target": 793, + "target": 801, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -6992,15 +6992,15 @@ "groups": [ { "title": "Constructors", - "children": [276] + "children": [278] }, { "title": "Properties", - "children": [300, 296, 293, 294, 295] + "children": [302, 298, 295, 296, 297] }, { "title": "Methods", - "children": [325, 349, 322, 342, 315, 328, 308, 345] + "children": [327, 351, 324, 344, 317, 330, 310, 347] } ], "sources": [ @@ -7012,14 +7012,14 @@ ] }, { - "id": 361, + "id": 363, "name": "GoTrueClient", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 363, + "id": 365, "name": "constructor", "variant": "declaration", "kind": 512, @@ -7027,13 +7027,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 81, + "line": 82, "character": 4 } ], "signatures": [ { - "id": 364, + "id": 366, "name": "GoTrueClient", "variant": "signature", "kind": 16384, @@ -7049,20 +7049,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 81, + "line": 82, "character": 4 } ], "parameters": [ { - "id": 365, + "id": 367, "name": "options", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 705, + "target": 712, "name": "GoTrueClientOptions", "package": "@supabase/auth-js" } @@ -7070,7 +7070,7 @@ ], "type": { "type": "reference", - "target": 361, + "target": 363, "name": "GoTrueClient", "package": "@supabase/auth-js", "qualifiedName": "default" @@ -7079,7 +7079,7 @@ ] }, { - "id": 367, + "id": 369, "name": "admin", "variant": "declaration", "kind": 1024, @@ -7101,14 +7101,14 @@ ], "type": { "type": "reference", - "target": 275, + "target": 277, "name": "GoTrueAdminApi", "package": "@supabase/auth-js", "qualifiedName": "default" } }, { - "id": 393, + "id": 395, "name": "autoRefreshTicker", "variant": "declaration", "kind": 1024, @@ -7143,7 +7143,7 @@ } }, { - "id": 384, + "id": 386, "name": "autoRefreshToken", "variant": "declaration", "kind": 1024, @@ -7163,7 +7163,7 @@ } }, { - "id": 418, + "id": 421, "name": "broadcastChannel", "variant": "declaration", "kind": 1024, @@ -7181,7 +7181,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 75, + "line": 76, "character": 14 } ], @@ -7205,7 +7205,7 @@ } }, { - "id": 399, + "id": 401, "name": "detectSessionInUrl", "variant": "declaration", "kind": 1024, @@ -7225,7 +7225,7 @@ } }, { - "id": 407, + "id": 409, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -7242,7 +7242,7 @@ "type": { "type": "reflection", "declaration": { - "id": 408, + "id": 410, "name": "__type", "variant": "declaration", "kind": 65536, @@ -7261,7 +7261,7 @@ ], "signatures": [ { - "id": 409, + "id": 411, "name": "__type", "variant": "signature", "kind": 4096, @@ -7283,7 +7283,7 @@ ], "parameters": [ { - "id": 410, + "id": 412, "name": "input", "variant": "param", "kind": 32768, @@ -7313,7 +7313,7 @@ } }, { - "id": 411, + "id": 413, "name": "init", "variant": "param", "kind": 32768, @@ -7353,7 +7353,7 @@ } }, { - "id": 412, + "id": 414, "name": "__type", "variant": "signature", "kind": 4096, @@ -7375,7 +7375,7 @@ ], "parameters": [ { - "id": 413, + "id": 415, "name": "input", "variant": "param", "kind": 32768, @@ -7409,7 +7409,7 @@ } }, { - "id": 414, + "id": 416, "name": "init", "variant": "param", "kind": 32768, @@ -7453,7 +7453,7 @@ } }, { - "id": 371, + "id": 373, "name": "flowType", "variant": "declaration", "kind": 1024, @@ -7469,13 +7469,13 @@ ], "type": { "type": "reference", - "target": 898, + "target": 907, "name": "AuthFlowType", "package": "@supabase/auth-js" } }, { - "id": 405, + "id": 407, "name": "hasCustomAuthorizationHeader", "variant": "declaration", "kind": 1024, @@ -7495,7 +7495,7 @@ } }, { - "id": 401, + "id": 403, "name": "headers", "variant": "declaration", "kind": 1024, @@ -7512,7 +7512,7 @@ "type": { "type": "reflection", "declaration": { - "id": 402, + "id": 404, "name": "__type", "variant": "declaration", "kind": 65536, @@ -7526,7 +7526,7 @@ ], "indexSignatures": [ { - "id": 403, + "id": 405, "name": "__index", "variant": "signature", "kind": 8192, @@ -7540,7 +7540,7 @@ ], "parameters": [ { - "id": 404, + "id": 406, "name": "key", "variant": "param", "kind": 32768, @@ -7561,7 +7561,7 @@ } }, { - "id": 398, + "id": 400, "name": "initializePromise", "variant": "declaration", "kind": 1024, @@ -7607,7 +7607,7 @@ "typeArguments": [ { "type": "reference", - "target": 1247, + "target": 1258, "name": "InitializeResult", "package": "@supabase/auth-js" } @@ -7619,7 +7619,7 @@ } }, { - "id": 415, + "id": 417, "name": "lock", "variant": "declaration", "kind": 1024, @@ -7635,13 +7635,13 @@ ], "type": { "type": "reference", - "target": 696, + "target": 703, "name": "LockFunc", "package": "@supabase/auth-js" } }, { - "id": 416, + "id": 418, "name": "lockAcquired", "variant": "declaration", "kind": 1024, @@ -7661,7 +7661,7 @@ } }, { - "id": 419, + "id": 422, "name": "logDebugMessages", "variant": "declaration", "kind": 1024, @@ -7671,7 +7671,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 76, + "line": 77, "character": 14 } ], @@ -7681,7 +7681,7 @@ } }, { - "id": 420, + "id": 423, "name": "logger", "variant": "declaration", "kind": 1024, @@ -7691,14 +7691,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 77, + "line": 78, "character": 14 } ], "type": { "type": "reflection", "declaration": { - "id": 421, + "id": 424, "name": "__type", "variant": "declaration", "kind": 65536, @@ -7706,13 +7706,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 77, + "line": 78, "character": 22 } ], "signatures": [ { - "id": 422, + "id": 425, "name": "__type", "variant": "signature", "kind": 4096, @@ -7720,13 +7720,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 77, + "line": 78, "character": 22 } ], "parameters": [ { - "id": 423, + "id": 426, "name": "message", "variant": "param", "kind": 32768, @@ -7737,7 +7737,7 @@ } }, { - "id": 424, + "id": 427, "name": "args", "variant": "param", "kind": 32768, @@ -7763,7 +7763,7 @@ } }, { - "id": 388, + "id": 390, "name": "memoryStorage", "variant": "declaration", "kind": 1024, @@ -7787,7 +7787,7 @@ { "type": "reflection", "declaration": { - "id": 389, + "id": 391, "name": "__type", "variant": "declaration", "kind": 65536, @@ -7801,7 +7801,7 @@ ], "indexSignatures": [ { - "id": 390, + "id": 392, "name": "__index", "variant": "signature", "kind": 8192, @@ -7815,7 +7815,7 @@ ], "parameters": [ { - "id": 391, + "id": 393, "name": "key", "variant": "param", "kind": 32768, @@ -7838,7 +7838,7 @@ } }, { - "id": 368, + "id": 370, "name": "mfa", "variant": "declaration", "kind": 1024, @@ -7860,13 +7860,13 @@ ], "type": { "type": "reference", - "target": 1107, + "target": 1118, "name": "GoTrueMFAApi", "package": "@supabase/auth-js" } }, { - "id": 369, + "id": 371, "name": "oauth", "variant": "declaration", "kind": 1024, @@ -7888,13 +7888,13 @@ ], "type": { "type": "reference", - "target": 1390, + "target": 1417, "name": "AuthOAuthServerApi", "package": "@supabase/auth-js" } }, { - "id": 417, + "id": 419, "name": "pendingInLock", "variant": "declaration", "kind": 1024, @@ -7928,7 +7928,7 @@ } }, { - "id": 385, + "id": 387, "name": "persistSession", "variant": "declaration", "kind": 1024, @@ -7948,7 +7948,7 @@ } }, { - "id": 397, + "id": 399, "name": "refreshingDeferred", "variant": "declaration", "kind": 1024, @@ -7978,7 +7978,7 @@ "typeArguments": [ { "type": "reference", - "target": 1250, + "target": 1261, "name": "CallRefreshTokenResult", "package": "@supabase/auth-js" } @@ -7990,7 +7990,7 @@ } }, { - "id": 392, + "id": 394, "name": "stateChangeEmitters", "variant": "declaration", "kind": 1024, @@ -8012,12 +8012,21 @@ }, "typeArguments": [ { - "type": "intrinsic", - "name": "string" + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "symbol" + } + ] }, { "type": "reference", - "target": 852, + "target": 861, "name": "Subscription", "package": "@supabase/auth-js" } @@ -8027,7 +8036,7 @@ } }, { - "id": 386, + "id": 388, "name": "storage", "variant": "declaration", "kind": 1024, @@ -8043,13 +8052,13 @@ ], "type": { "type": "reference", - "target": 1244, + "target": 1255, "name": "SupportedStorage", "package": "@supabase/auth-js" } }, { - "id": 370, + "id": 372, "name": "storageKey", "variant": "declaration", "kind": 1024, @@ -8077,7 +8086,7 @@ } }, { - "id": 406, + "id": 408, "name": "suppressGetSessionWarning", "variant": "declaration", "kind": 1024, @@ -8097,7 +8106,27 @@ } }, { - "id": 400, + "id": 420, + "name": "throwOnError", + "variant": "declaration", + "kind": 1024, + "flags": { + "isProtected": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", + "line": 72, + "character": 14 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 402, "name": "url", "variant": "declaration", "kind": 1024, @@ -8117,7 +8146,7 @@ } }, { - "id": 387, + "id": 389, "name": "userStorage", "variant": "declaration", "kind": 1024, @@ -8144,7 +8173,7 @@ }, { "type": "reference", - "target": 1244, + "target": 1255, "name": "SupportedStorage", "package": "@supabase/auth-js" } @@ -8152,7 +8181,7 @@ } }, { - "id": 394, + "id": 396, "name": "visibilityChangedCallback", "variant": "declaration", "kind": 1024, @@ -8176,7 +8205,7 @@ { "type": "reflection", "declaration": { - "id": 395, + "id": 397, "name": "__type", "variant": "declaration", "kind": 65536, @@ -8190,7 +8219,7 @@ ], "signatures": [ { - "id": 396, + "id": 398, "name": "__type", "variant": "signature", "kind": 4096, @@ -8225,7 +8254,7 @@ } }, { - "id": 372, + "id": 374, "name": "jwks", "variant": "declaration", "kind": 262144, @@ -8245,7 +8274,7 @@ } ], "getSignature": { - "id": 373, + "id": 375, "name": "jwks", "variant": "signature", "kind": 524288, @@ -8268,14 +8297,14 @@ "type": { "type": "reflection", "declaration": { - "id": 374, + "id": 376, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 375, + "id": 377, "name": "keys", "variant": "declaration", "kind": 1024, @@ -8291,7 +8320,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 1290, + "target": 1317, "name": "JWK", "package": "@supabase/auth-js" } @@ -8301,7 +8330,7 @@ "groups": [ { "title": "Properties", - "children": [375] + "children": [377] } ], "sources": [ @@ -8315,7 +8344,7 @@ } }, "setSignature": { - "id": 376, + "id": 378, "name": "jwks", "variant": "signature", "kind": 1048576, @@ -8329,7 +8358,7 @@ ], "parameters": [ { - "id": 377, + "id": 379, "name": "value", "variant": "param", "kind": 32768, @@ -8337,14 +8366,14 @@ "type": { "type": "reflection", "declaration": { - "id": 378, + "id": 380, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 379, + "id": 381, "name": "keys", "variant": "declaration", "kind": 1024, @@ -8360,7 +8389,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 1290, + "target": 1317, "name": "JWK", "package": "@supabase/auth-js" } @@ -8370,7 +8399,7 @@ "groups": [ { "title": "Properties", - "children": [379] + "children": [381] } ], "sources": [ @@ -8391,7 +8420,7 @@ } }, { - "id": 380, + "id": 382, "name": "jwks_cached_at", "variant": "declaration", "kind": 262144, @@ -8411,7 +8440,7 @@ } ], "getSignature": { - "id": 381, + "id": 383, "name": "jwks_cached_at", "variant": "signature", "kind": 524288, @@ -8429,7 +8458,7 @@ } }, "setSignature": { - "id": 382, + "id": 384, "name": "jwks_cached_at", "variant": "signature", "kind": 1048576, @@ -8443,7 +8472,7 @@ ], "parameters": [ { - "id": 383, + "id": 385, "name": "value", "variant": "param", "kind": 32768, @@ -8461,7 +8490,7 @@ } }, { - "id": 533, + "id": 540, "name": "_refreshSession", "variant": "declaration", "kind": 2048, @@ -8471,13 +8500,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 290, + "line": 302, "character": 14 } ], "signatures": [ { - "id": 534, + "id": 541, "name": "_refreshSession", "variant": "signature", "kind": 4096, @@ -8485,13 +8514,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 290, + "line": 302, "character": 14 } ], "parameters": [ { - "id": 535, + "id": 542, "name": "currentSession", "variant": "param", "kind": 32768, @@ -8501,14 +8530,14 @@ "type": { "type": "reflection", "declaration": { - "id": 536, + "id": 543, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 537, + "id": 544, "name": "refresh_token", "variant": "declaration", "kind": 1024, @@ -8516,7 +8545,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 291, + "line": 303, "character": 8 } ], @@ -8529,13 +8558,13 @@ "groups": [ { "title": "Properties", - "children": [537] + "children": [544] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 290, + "line": 302, "character": 47 } ] @@ -8552,7 +8581,7 @@ "typeArguments": [ { "type": "reference", - "target": 754, + "target": 762, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -8564,7 +8593,7 @@ ] }, { - "id": 522, + "id": 529, "name": "_setSession", "variant": "declaration", "kind": 2048, @@ -8574,13 +8603,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 277, + "line": 289, "character": 14 } ], "signatures": [ { - "id": 523, + "id": 530, "name": "_setSession", "variant": "signature", "kind": 4096, @@ -8588,13 +8617,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 277, + "line": 289, "character": 14 } ], "parameters": [ { - "id": 524, + "id": 531, "name": "currentSession", "variant": "param", "kind": 32768, @@ -8602,14 +8631,14 @@ "type": { "type": "reflection", "declaration": { - "id": 525, + "id": 532, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 526, + "id": 533, "name": "access_token", "variant": "declaration", "kind": 1024, @@ -8617,7 +8646,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 278, + "line": 290, "character": 8 } ], @@ -8627,7 +8656,7 @@ } }, { - "id": 527, + "id": 534, "name": "refresh_token", "variant": "declaration", "kind": 1024, @@ -8635,7 +8664,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 279, + "line": 291, "character": 8 } ], @@ -8648,13 +8677,13 @@ "groups": [ { "title": "Properties", - "children": [526, 527] + "children": [533, 534] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 277, + "line": 289, "character": 42 } ] @@ -8671,7 +8700,7 @@ "typeArguments": [ { "type": "reference", - "target": 754, + "target": 762, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -8683,7 +8712,7 @@ ] }, { - "id": 546, + "id": 553, "name": "_signOut", "variant": "declaration", "kind": 2048, @@ -8693,13 +8722,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 316, + "line": 328, "character": 14 } ], "signatures": [ { - "id": 547, + "id": 554, "name": "_signOut", "variant": "signature", "kind": 4096, @@ -8707,13 +8736,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 316, + "line": 328, "character": 14 } ], "parameters": [ { - "id": 548, + "id": 555, "name": "__namedParameters", "variant": "param", "kind": 32768, @@ -8722,7 +8751,7 @@ }, "type": { "type": "reference", - "target": 1262, + "target": 1273, "name": "SignOut", "package": "@supabase/auth-js" } @@ -8738,14 +8767,14 @@ { "type": "reflection", "declaration": { - "id": 549, + "id": 556, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 550, + "id": 557, "name": "error", "variant": "declaration", "kind": 1024, @@ -8753,7 +8782,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 317, + "line": 329, "character": 8 } ], @@ -8766,7 +8795,7 @@ }, { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -8777,13 +8806,13 @@ "groups": [ { "title": "Properties", - "children": [550] + "children": [557] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 316, + "line": 328, "character": 53 } ] @@ -8797,7 +8826,7 @@ ] }, { - "id": 510, + "id": 517, "name": "_updateUser", "variant": "declaration", "kind": 2048, @@ -8807,13 +8836,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 265, + "line": 277, "character": 14 } ], "signatures": [ { - "id": 511, + "id": 518, "name": "_updateUser", "variant": "signature", "kind": 4096, @@ -8821,26 +8850,26 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 265, + "line": 277, "character": 14 } ], "parameters": [ { - "id": 512, + "id": 519, "name": "attributes", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 833, + "target": 842, "name": "UserAttributes", "package": "@supabase/auth-js" } }, { - "id": 513, + "id": 520, "name": "options", "variant": "param", "kind": 32768, @@ -8850,14 +8879,14 @@ "type": { "type": "reflection", "declaration": { - "id": 514, + "id": 521, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 515, + "id": 522, "name": "emailRedirectTo", "variant": "declaration", "kind": 1024, @@ -8867,7 +8896,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 266, + "line": 278, "character": 8 } ], @@ -8880,13 +8909,13 @@ "groups": [ { "title": "Properties", - "children": [515] + "children": [522] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 265, + "line": 277, "character": 64 } ] @@ -8903,7 +8932,7 @@ "typeArguments": [ { "type": "reference", - "target": 793, + "target": 801, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -8915,7 +8944,7 @@ ] }, { - "id": 441, + "id": 448, "name": "exchangeCodeForSession", "variant": "declaration", "kind": 2048, @@ -8923,13 +8952,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 130, + "line": 142, "character": 4 } ], "signatures": [ { - "id": 442, + "id": 449, "name": "exchangeCodeForSession", "variant": "signature", "kind": 4096, @@ -8945,13 +8974,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 130, + "line": 142, "character": 4 } ], "parameters": [ { - "id": 443, + "id": 450, "name": "authCode", "variant": "param", "kind": 32768, @@ -8971,7 +9000,7 @@ "typeArguments": [ { "type": "reference", - "target": 768, + "target": 776, "name": "AuthTokenResponse", "package": "@supabase/auth-js" } @@ -8983,7 +9012,7 @@ ] }, { - "id": 644, + "id": 651, "name": "getClaims", "variant": "declaration", "kind": 2048, @@ -8991,13 +9020,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 549, + "line": 561, "character": 4 } ], "signatures": [ { - "id": 645, + "id": 652, "name": "getClaims", "variant": "signature", "kind": 4096, @@ -9039,13 +9068,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 549, + "line": 561, "character": 4 } ], "parameters": [ { - "id": 646, + "id": 653, "name": "jwt", "variant": "param", "kind": 32768, @@ -9075,7 +9104,7 @@ } }, { - "id": 647, + "id": 654, "name": "options", "variant": "param", "kind": 32768, @@ -9093,14 +9122,14 @@ "type": { "type": "reflection", "declaration": { - "id": 648, + "id": 655, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 650, + "id": 657, "name": "allowExpired", "variant": "declaration", "kind": 1024, @@ -9134,7 +9163,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 555, + "line": 567, "character": 8 } ], @@ -9144,7 +9173,7 @@ } }, { - "id": 651, + "id": 658, "name": "jwks", "variant": "declaration", "kind": 1024, @@ -9162,21 +9191,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 557, + "line": 569, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 652, + "id": 659, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 653, + "id": 660, "name": "keys", "variant": "declaration", "kind": 1024, @@ -9184,7 +9213,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 558, + "line": 570, "character": 12 } ], @@ -9192,7 +9221,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 1290, + "target": 1317, "name": "JWK", "package": "@supabase/auth-js" } @@ -9202,13 +9231,13 @@ "groups": [ { "title": "Properties", - "children": [653] + "children": [660] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 557, + "line": 569, "character": 15 } ] @@ -9216,7 +9245,7 @@ } }, { - "id": 649, + "id": 656, "name": "keys", "variant": "declaration", "kind": 1024, @@ -9240,7 +9269,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 553, + "line": 565, "character": 8 } ], @@ -9248,7 +9277,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 1290, + "target": 1317, "name": "JWK", "package": "@supabase/auth-js" } @@ -9258,13 +9287,13 @@ "groups": [ { "title": "Properties", - "children": [650, 651, 649] + "children": [657, 658, 656] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 549, + "line": 561, "character": 38 } ] @@ -9285,14 +9314,14 @@ { "type": "reflection", "declaration": { - "id": 654, + "id": 661, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 655, + "id": 662, "name": "data", "variant": "declaration", "kind": 1024, @@ -9300,21 +9329,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 561, + "line": 573, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 656, + "id": 663, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 657, + "id": 664, "name": "claims", "variant": "declaration", "kind": 1024, @@ -9322,19 +9351,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 562, + "line": 574, "character": 12 } ], "type": { "type": "reference", - "target": 1286, + "target": 1297, "name": "JwtPayload", "package": "@supabase/auth-js" } }, { - "id": 658, + "id": 665, "name": "header", "variant": "declaration", "kind": 1024, @@ -9342,19 +9371,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 563, + "line": 575, "character": 12 } ], "type": { "type": "reference", - "target": 1271, + "target": 1282, "name": "JwtHeader", "package": "@supabase/auth-js" } }, { - "id": 659, + "id": 666, "name": "signature", "variant": "declaration", "kind": 1024, @@ -9362,7 +9391,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 564, + "line": 576, "character": 12 } ], @@ -9380,13 +9409,13 @@ "groups": [ { "title": "Properties", - "children": [657, 658, 659] + "children": [664, 665, 666] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 561, + "line": 573, "character": 14 } ] @@ -9394,7 +9423,7 @@ } }, { - "id": 660, + "id": 667, "name": "error", "variant": "declaration", "kind": 1024, @@ -9402,7 +9431,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 566, + "line": 578, "character": 8 } ], @@ -9415,13 +9444,13 @@ "groups": [ { "title": "Properties", - "children": [655, 660] + "children": [662, 667] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 560, + "line": 572, "character": 16 } ] @@ -9430,14 +9459,14 @@ { "type": "reflection", "declaration": { - "id": 661, + "id": 668, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 662, + "id": 669, "name": "data", "variant": "declaration", "kind": 1024, @@ -9445,7 +9474,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 568, + "line": 580, "character": 8 } ], @@ -9455,7 +9484,7 @@ } }, { - "id": 663, + "id": 670, "name": "error", "variant": "declaration", "kind": 1024, @@ -9463,13 +9492,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 569, + "line": 581, "character": 8 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -9478,13 +9507,13 @@ "groups": [ { "title": "Properties", - "children": [662, 663] + "children": [669, 670] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 567, + "line": 579, "character": 8 } ] @@ -9493,14 +9522,14 @@ { "type": "reflection", "declaration": { - "id": 664, + "id": 671, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 665, + "id": 672, "name": "data", "variant": "declaration", "kind": 1024, @@ -9508,7 +9537,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 571, + "line": 583, "character": 8 } ], @@ -9518,7 +9547,7 @@ } }, { - "id": 666, + "id": 673, "name": "error", "variant": "declaration", "kind": 1024, @@ -9526,7 +9555,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 572, + "line": 584, "character": 8 } ], @@ -9539,13 +9568,13 @@ "groups": [ { "title": "Properties", - "children": [665, 666] + "children": [672, 673] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 570, + "line": 582, "character": 8 } ] @@ -9561,7 +9590,7 @@ ] }, { - "id": 480, + "id": 487, "name": "getSession", "variant": "declaration", "kind": 2048, @@ -9569,13 +9598,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 217, + "line": 229, "character": 4 } ], "signatures": [ { - "id": 481, + "id": 488, "name": "getSession", "variant": "signature", "kind": 4096, @@ -9600,7 +9629,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 217, + "line": 229, "character": 4 } ], @@ -9617,14 +9646,14 @@ { "type": "reflection", "declaration": { - "id": 482, + "id": 489, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 483, + "id": 490, "name": "data", "variant": "declaration", "kind": 1024, @@ -9632,21 +9661,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 218, + "line": 230, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 484, + "id": 491, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 485, + "id": 492, "name": "session", "variant": "declaration", "kind": 1024, @@ -9654,7 +9683,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 219, + "line": 231, "character": 12 } ], @@ -9669,13 +9698,13 @@ "groups": [ { "title": "Properties", - "children": [485] + "children": [492] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 218, + "line": 230, "character": 14 } ] @@ -9683,7 +9712,7 @@ } }, { - "id": 486, + "id": 493, "name": "error", "variant": "declaration", "kind": 1024, @@ -9691,7 +9720,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 221, + "line": 233, "character": 8 } ], @@ -9704,13 +9733,13 @@ "groups": [ { "title": "Properties", - "children": [483, 486] + "children": [490, 493] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 217, + "line": 229, "character": 26 } ] @@ -9719,14 +9748,14 @@ { "type": "reflection", "declaration": { - "id": 487, + "id": 494, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 488, + "id": 495, "name": "data", "variant": "declaration", "kind": 1024, @@ -9734,21 +9763,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 223, + "line": 235, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 489, + "id": 496, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 490, + "id": 497, "name": "session", "variant": "declaration", "kind": 1024, @@ -9756,7 +9785,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 224, + "line": 236, "character": 12 } ], @@ -9769,13 +9798,13 @@ "groups": [ { "title": "Properties", - "children": [490] + "children": [497] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 223, + "line": 235, "character": 14 } ] @@ -9783,7 +9812,7 @@ } }, { - "id": 491, + "id": 498, "name": "error", "variant": "declaration", "kind": 1024, @@ -9791,13 +9820,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 226, + "line": 238, "character": 8 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -9806,13 +9835,13 @@ "groups": [ { "title": "Properties", - "children": [488, 491] + "children": [495, 498] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 222, + "line": 234, "character": 8 } ] @@ -9821,14 +9850,14 @@ { "type": "reflection", "declaration": { - "id": 492, + "id": 499, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 493, + "id": 500, "name": "data", "variant": "declaration", "kind": 1024, @@ -9836,21 +9865,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 228, + "line": 240, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 494, + "id": 501, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 495, + "id": 502, "name": "session", "variant": "declaration", "kind": 1024, @@ -9858,7 +9887,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 229, + "line": 241, "character": 12 } ], @@ -9871,13 +9900,13 @@ "groups": [ { "title": "Properties", - "children": [495] + "children": [502] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 228, + "line": 240, "character": 14 } ] @@ -9885,7 +9914,7 @@ } }, { - "id": 496, + "id": 503, "name": "error", "variant": "declaration", "kind": 1024, @@ -9893,7 +9922,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 231, + "line": 243, "character": 8 } ], @@ -9906,13 +9935,13 @@ "groups": [ { "title": "Properties", - "children": [493, 496] + "children": [500, 503] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 227, + "line": 239, "character": 8 } ] @@ -9928,7 +9957,7 @@ ] }, { - "id": 500, + "id": 507, "name": "getUser", "variant": "declaration", "kind": 2048, @@ -9936,13 +9965,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 257, + "line": 269, "character": 4 } ], "signatures": [ { - "id": 501, + "id": 508, "name": "getUser", "variant": "signature", "kind": 4096, @@ -9958,13 +9987,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 257, + "line": 269, "character": 4 } ], "parameters": [ { - "id": 502, + "id": 509, "name": "jwt", "variant": "param", "kind": 32768, @@ -9994,7 +10023,7 @@ "typeArguments": [ { "type": "reference", - "target": 793, + "target": 801, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -10006,7 +10035,7 @@ ] }, { - "id": 587, + "id": 594, "name": "getUserIdentities", "variant": "declaration", "kind": 2048, @@ -10014,13 +10043,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 368, + "line": 380, "character": 4 } ], "signatures": [ { - "id": 588, + "id": 595, "name": "getUserIdentities", "variant": "signature", "kind": 4096, @@ -10036,7 +10065,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 368, + "line": 380, "character": 4 } ], @@ -10053,14 +10082,14 @@ { "type": "reflection", "declaration": { - "id": 589, + "id": 596, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 590, + "id": 597, "name": "data", "variant": "declaration", "kind": 1024, @@ -10068,21 +10097,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 369, + "line": 381, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 591, + "id": 598, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 592, + "id": 599, "name": "identities", "variant": "declaration", "kind": 1024, @@ -10090,7 +10119,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 370, + "line": 382, "character": 12 } ], @@ -10098,7 +10127,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 802, + "target": 810, "name": "UserIdentity", "package": "@supabase/auth-js" } @@ -10108,13 +10137,13 @@ "groups": [ { "title": "Properties", - "children": [592] + "children": [599] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 369, + "line": 381, "character": 14 } ] @@ -10122,7 +10151,7 @@ } }, { - "id": 593, + "id": 600, "name": "error", "variant": "declaration", "kind": 1024, @@ -10130,7 +10159,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 372, + "line": 384, "character": 8 } ], @@ -10143,13 +10172,13 @@ "groups": [ { "title": "Properties", - "children": [590, 593] + "children": [597, 600] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 368, + "line": 380, "character": 33 } ] @@ -10158,14 +10187,14 @@ { "type": "reflection", "declaration": { - "id": 594, + "id": 601, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 595, + "id": 602, "name": "data", "variant": "declaration", "kind": 1024, @@ -10173,7 +10202,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 374, + "line": 386, "character": 8 } ], @@ -10183,7 +10212,7 @@ } }, { - "id": 596, + "id": 603, "name": "error", "variant": "declaration", "kind": 1024, @@ -10191,13 +10220,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 375, + "line": 387, "character": 8 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -10206,13 +10235,13 @@ "groups": [ { "title": "Properties", - "children": [595, 596] + "children": [602, 603] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 373, + "line": 385, "character": 8 } ] @@ -10228,7 +10257,7 @@ ] }, { - "id": 426, + "id": 433, "name": "initialize", "variant": "declaration", "kind": 2048, @@ -10236,13 +10265,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 88, + "line": 100, "character": 4 } ], "signatures": [ { - "id": 427, + "id": 434, "name": "initialize", "variant": "signature", "kind": 4096, @@ -10258,7 +10287,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 88, + "line": 100, "character": 4 } ], @@ -10271,7 +10300,7 @@ "typeArguments": [ { "type": "reference", - "target": 1247, + "target": 1258, "name": "InitializeResult", "package": "@supabase/auth-js" } @@ -10283,7 +10312,49 @@ ] }, { - "id": 597, + "id": 428, + "name": "isThrowOnErrorEnabled", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", + "line": 86, + "character": 4 + } + ], + "signatures": [ + { + "id": 429, + "name": "isThrowOnErrorEnabled", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns whether error throwing mode is enabled for this client." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", + "line": 86, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ] + }, + { + "id": 604, "name": "linkIdentity", "variant": "declaration", "kind": 2048, @@ -10291,18 +10362,18 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 381, + "line": 393, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 385, + "line": 397, "character": 4 } ], "signatures": [ { - "id": 598, + "id": 605, "name": "linkIdentity", "variant": "signature", "kind": 4096, @@ -10318,20 +10389,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 381, + "line": 393, "character": 4 } ], "parameters": [ { - "id": 599, + "id": 606, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 899, + "target": 908, "name": "SignInWithOAuthCredentials", "package": "@supabase/auth-js" } @@ -10346,7 +10417,7 @@ "typeArguments": [ { "type": "reference", - "target": 777, + "target": 785, "name": "OAuthResponse", "package": "@supabase/auth-js" } @@ -10356,7 +10427,7 @@ } }, { - "id": 600, + "id": 607, "name": "linkIdentity", "variant": "signature", "kind": 4096, @@ -10372,20 +10443,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 385, + "line": 397, "character": 4 } ], "parameters": [ { - "id": 601, + "id": 608, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 911, + "target": 920, "name": "SignInWithIdTokenCredentials", "package": "@supabase/auth-js" } @@ -10400,7 +10471,7 @@ "typeArguments": [ { "type": "reference", - "target": 768, + "target": 776, "name": "AuthTokenResponse", "package": "@supabase/auth-js" } @@ -10412,7 +10483,7 @@ ] }, { - "id": 551, + "id": 558, "name": "onAuthStateChange", "variant": "declaration", "kind": 2048, @@ -10420,18 +10491,18 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 325, + "line": 337, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 342, + "line": 354, "character": 4 } ], "signatures": [ { - "id": 552, + "id": 559, "name": "onAuthStateChange", "variant": "signature", "kind": 4096, @@ -10447,13 +10518,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 325, + "line": 337, "character": 4 } ], "parameters": [ { - "id": 553, + "id": 560, "name": "callback", "variant": "param", "kind": 32768, @@ -10469,7 +10540,7 @@ "type": { "type": "reflection", "declaration": { - "id": 554, + "id": 561, "name": "__type", "variant": "declaration", "kind": 65536, @@ -10477,13 +10548,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 325, + "line": 337, "character": 32 } ], "signatures": [ { - "id": 555, + "id": 562, "name": "__type", "variant": "signature", "kind": 4096, @@ -10491,26 +10562,26 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 325, + "line": 337, "character": 32 } ], "parameters": [ { - "id": 556, + "id": 563, "name": "event", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 695, + "target": 702, "name": "AuthChangeEvent", "package": "@supabase/auth-js" } }, { - "id": 557, + "id": 564, "name": "session", "variant": "param", "kind": 32768, @@ -10545,14 +10616,14 @@ "type": { "type": "reflection", "declaration": { - "id": 558, + "id": 565, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 559, + "id": 566, "name": "data", "variant": "declaration", "kind": 1024, @@ -10560,21 +10631,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 326, + "line": 338, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 560, + "id": 567, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 561, + "id": 568, "name": "subscription", "variant": "declaration", "kind": 1024, @@ -10582,13 +10653,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 327, + "line": 339, "character": 12 } ], "type": { "type": "reference", - "target": 852, + "target": 861, "name": "Subscription", "package": "@supabase/auth-js" } @@ -10597,13 +10668,13 @@ "groups": [ { "title": "Properties", - "children": [561] + "children": [568] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 326, + "line": 338, "character": 14 } ] @@ -10614,13 +10685,13 @@ "groups": [ { "title": "Properties", - "children": [559] + "children": [566] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 325, + "line": 337, "character": 92 } ] @@ -10628,7 +10699,7 @@ } }, { - "id": 562, + "id": 569, "name": "onAuthStateChange", "variant": "signature", "kind": 4096, @@ -10663,13 +10734,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 342, + "line": 354, "character": 4 } ], "parameters": [ { - "id": 563, + "id": 570, "name": "callback", "variant": "param", "kind": 32768, @@ -10685,7 +10756,7 @@ "type": { "type": "reflection", "declaration": { - "id": 564, + "id": 571, "name": "__type", "variant": "declaration", "kind": 65536, @@ -10693,13 +10764,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 342, + "line": 354, "character": 32 } ], "signatures": [ { - "id": 565, + "id": 572, "name": "__type", "variant": "signature", "kind": 4096, @@ -10707,26 +10778,26 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 342, + "line": 354, "character": 32 } ], "parameters": [ { - "id": 566, + "id": 573, "name": "event", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 695, + "target": 702, "name": "AuthChangeEvent", "package": "@supabase/auth-js" } }, { - "id": 567, + "id": 574, "name": "session", "variant": "param", "kind": 32768, @@ -10772,14 +10843,14 @@ "type": { "type": "reflection", "declaration": { - "id": 568, + "id": 575, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 569, + "id": 576, "name": "data", "variant": "declaration", "kind": 1024, @@ -10787,21 +10858,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 343, + "line": 355, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 570, + "id": 577, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 571, + "id": 578, "name": "subscription", "variant": "declaration", "kind": 1024, @@ -10809,13 +10880,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 344, + "line": 356, "character": 12 } ], "type": { "type": "reference", - "target": 852, + "target": 861, "name": "Subscription", "package": "@supabase/auth-js" } @@ -10824,13 +10895,13 @@ "groups": [ { "title": "Properties", - "children": [571] + "children": [578] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 343, + "line": 355, "character": 14 } ] @@ -10841,13 +10912,13 @@ "groups": [ { "title": "Properties", - "children": [569] + "children": [576] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 342, + "line": 354, "character": 101 } ] @@ -10857,7 +10928,7 @@ ] }, { - "id": 474, + "id": 481, "name": "reauthenticate", "variant": "declaration", "kind": 2048, @@ -10865,13 +10936,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 200, + "line": 212, "character": 4 } ], "signatures": [ { - "id": 475, + "id": 482, "name": "reauthenticate", "variant": "signature", "kind": 4096, @@ -10887,7 +10958,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 200, + "line": 212, "character": 4 } ], @@ -10900,7 +10971,7 @@ "typeArguments": [ { "type": "reference", - "target": 754, + "target": 762, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -10912,7 +10983,7 @@ ] }, { - "id": 528, + "id": 535, "name": "refreshSession", "variant": "declaration", "kind": 2048, @@ -10920,13 +10991,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 287, + "line": 299, "character": 4 } ], "signatures": [ { - "id": 529, + "id": 536, "name": "refreshSession", "variant": "signature", "kind": 4096, @@ -10942,13 +11013,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 287, + "line": 299, "character": 4 } ], "parameters": [ { - "id": 530, + "id": 537, "name": "currentSession", "variant": "param", "kind": 32768, @@ -10966,14 +11037,14 @@ "type": { "type": "reflection", "declaration": { - "id": 531, + "id": 538, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 532, + "id": 539, "name": "refresh_token", "variant": "declaration", "kind": 1024, @@ -10981,7 +11052,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 288, + "line": 300, "character": 8 } ], @@ -10994,13 +11065,13 @@ "groups": [ { "title": "Properties", - "children": [532] + "children": [539] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 287, + "line": 299, "character": 36 } ] @@ -11017,7 +11088,7 @@ "typeArguments": [ { "type": "reference", - "target": 754, + "target": 762, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -11029,7 +11100,7 @@ ] }, { - "id": 477, + "id": 484, "name": "resend", "variant": "declaration", "kind": 2048, @@ -11037,13 +11108,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 205, + "line": 217, "character": 4 } ], "signatures": [ { - "id": 478, + "id": 485, "name": "resend", "variant": "signature", "kind": 4096, @@ -11059,20 +11130,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 205, + "line": 217, "character": 4 } ], "parameters": [ { - "id": 479, + "id": 486, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 995, + "target": 1004, "name": "ResendParams", "package": "@supabase/auth-js" } @@ -11087,7 +11158,7 @@ "typeArguments": [ { "type": "reference", - "target": 763, + "target": 771, "name": "AuthOtpResponse", "package": "@supabase/auth-js" } @@ -11099,7 +11170,7 @@ ] }, { - "id": 573, + "id": 580, "name": "resetPasswordForEmail", "variant": "declaration", "kind": 2048, @@ -11107,13 +11178,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 355, + "line": 367, "character": 4 } ], "signatures": [ { - "id": 574, + "id": 581, "name": "resetPasswordForEmail", "variant": "signature", "kind": 4096, @@ -11129,13 +11200,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 355, + "line": 367, "character": 4 } ], "parameters": [ { - "id": 575, + "id": 582, "name": "email", "variant": "param", "kind": 32768, @@ -11154,7 +11225,7 @@ } }, { - "id": 576, + "id": 583, "name": "options", "variant": "param", "kind": 32768, @@ -11164,14 +11235,14 @@ "type": { "type": "reflection", "declaration": { - "id": 577, + "id": 584, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 579, + "id": 586, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -11189,7 +11260,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 357, + "line": 369, "character": 8 } ], @@ -11199,7 +11270,7 @@ } }, { - "id": 578, + "id": 585, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -11217,7 +11288,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 356, + "line": 368, "character": 8 } ], @@ -11230,13 +11301,13 @@ "groups": [ { "title": "Properties", - "children": [579, 578] + "children": [586, 585] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 355, + "line": 367, "character": 51 } ] @@ -11257,14 +11328,14 @@ { "type": "reflection", "declaration": { - "id": 580, + "id": 587, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 581, + "id": 588, "name": "data", "variant": "declaration", "kind": 1024, @@ -11272,14 +11343,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 359, + "line": 371, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 582, + "id": 589, "name": "__type", "variant": "declaration", "kind": 65536, @@ -11288,7 +11359,7 @@ } }, { - "id": 583, + "id": 590, "name": "error", "variant": "declaration", "kind": 1024, @@ -11296,7 +11367,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 360, + "line": 372, "character": 8 } ], @@ -11309,13 +11380,13 @@ "groups": [ { "title": "Properties", - "children": [581, 583] + "children": [588, 590] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 358, + "line": 370, "character": 16 } ] @@ -11324,14 +11395,14 @@ { "type": "reflection", "declaration": { - "id": 584, + "id": 591, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 585, + "id": 592, "name": "data", "variant": "declaration", "kind": 1024, @@ -11339,7 +11410,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 362, + "line": 374, "character": 8 } ], @@ -11349,7 +11420,7 @@ } }, { - "id": 586, + "id": 593, "name": "error", "variant": "declaration", "kind": 1024, @@ -11357,13 +11428,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 363, + "line": 375, "character": 8 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -11372,13 +11443,13 @@ "groups": [ { "title": "Properties", - "children": [585, 586] + "children": [592, 593] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 361, + "line": 373, "character": 8 } ] @@ -11394,7 +11465,7 @@ ] }, { - "id": 516, + "id": 523, "name": "setSession", "variant": "declaration", "kind": 2048, @@ -11402,13 +11473,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 273, + "line": 285, "character": 4 } ], "signatures": [ { - "id": 517, + "id": 524, "name": "setSession", "variant": "signature", "kind": 4096, @@ -11424,13 +11495,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 273, + "line": 285, "character": 4 } ], "parameters": [ { - "id": 518, + "id": 525, "name": "currentSession", "variant": "param", "kind": 32768, @@ -11446,14 +11517,14 @@ "type": { "type": "reflection", "declaration": { - "id": 519, + "id": 526, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 520, + "id": 527, "name": "access_token", "variant": "declaration", "kind": 1024, @@ -11461,7 +11532,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 274, + "line": 286, "character": 8 } ], @@ -11471,7 +11542,7 @@ } }, { - "id": 521, + "id": 528, "name": "refresh_token", "variant": "declaration", "kind": 1024, @@ -11479,7 +11550,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 275, + "line": 287, "character": 8 } ], @@ -11492,13 +11563,13 @@ "groups": [ { "title": "Properties", - "children": [520, 521] + "children": [527, 528] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 273, + "line": 285, "character": 31 } ] @@ -11515,7 +11586,7 @@ "typeArguments": [ { "type": "reference", - "target": 754, + "target": 762, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -11527,7 +11598,7 @@ ] }, { - "id": 429, + "id": 436, "name": "signInAnonymously", "variant": "declaration", "kind": 2048, @@ -11535,13 +11606,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 101, + "line": 113, "character": 4 } ], "signatures": [ { - "id": 430, + "id": 437, "name": "signInAnonymously", "variant": "signature", "kind": 4096, @@ -11568,13 +11639,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 101, + "line": 113, "character": 4 } ], "parameters": [ { - "id": 431, + "id": 438, "name": "credentials", "variant": "param", "kind": 32768, @@ -11583,7 +11654,7 @@ }, "type": { "type": "reference", - "target": 862, + "target": 871, "name": "SignInAnonymouslyCredentials", "package": "@supabase/auth-js" } @@ -11598,7 +11669,7 @@ "typeArguments": [ { "type": "reference", - "target": 754, + "target": 762, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -11610,7 +11681,7 @@ ] }, { - "id": 462, + "id": 469, "name": "signInWithIdToken", "variant": "declaration", "kind": 2048, @@ -11618,13 +11689,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 158, + "line": 170, "character": 4 } ], "signatures": [ { - "id": 463, + "id": 470, "name": "signInWithIdToken", "variant": "signature", "kind": 4096, @@ -11640,20 +11711,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 158, + "line": 170, "character": 4 } ], "parameters": [ { - "id": 464, + "id": 471, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 911, + "target": 920, "name": "SignInWithIdTokenCredentials", "package": "@supabase/auth-js" } @@ -11668,7 +11739,7 @@ "typeArguments": [ { "type": "reference", - "target": 768, + "target": 776, "name": "AuthTokenResponse", "package": "@supabase/auth-js" } @@ -11680,7 +11751,7 @@ ] }, { - "id": 438, + "id": 445, "name": "signInWithOAuth", "variant": "declaration", "kind": 2048, @@ -11688,13 +11759,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 126, + "line": 138, "character": 4 } ], "signatures": [ { - "id": 439, + "id": 446, "name": "signInWithOAuth", "variant": "signature", "kind": 4096, @@ -11710,20 +11781,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 126, + "line": 138, "character": 4 } ], "parameters": [ { - "id": 440, + "id": 447, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 899, + "target": 908, "name": "SignInWithOAuthCredentials", "package": "@supabase/auth-js" } @@ -11738,7 +11809,7 @@ "typeArguments": [ { "type": "reference", - "target": 777, + "target": 785, "name": "OAuthResponse", "package": "@supabase/auth-js" } @@ -11750,7 +11821,7 @@ ] }, { - "id": 465, + "id": 472, "name": "signInWithOtp", "variant": "declaration", "kind": 2048, @@ -11758,13 +11829,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 176, + "line": 188, "character": 4 } ], "signatures": [ { - "id": 466, + "id": 473, "name": "signInWithOtp", "variant": "signature", "kind": 4096, @@ -11796,20 +11867,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 176, + "line": 188, "character": 4 } ], "parameters": [ { - "id": 467, + "id": 474, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 881, + "target": 890, "name": "SignInWithPasswordlessCredentials", "package": "@supabase/auth-js" } @@ -11824,7 +11895,7 @@ "typeArguments": [ { "type": "reference", - "target": 763, + "target": 771, "name": "AuthOtpResponse", "package": "@supabase/auth-js" } @@ -11836,7 +11907,7 @@ ] }, { - "id": 435, + "id": 442, "name": "signInWithPassword", "variant": "declaration", "kind": 2048, @@ -11844,13 +11915,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 121, + "line": 133, "character": 4 } ], "signatures": [ { - "id": 436, + "id": 443, "name": "signInWithPassword", "variant": "signature", "kind": 4096, @@ -11866,20 +11937,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 121, + "line": 133, "character": 4 } ], "parameters": [ { - "id": 437, + "id": 444, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 876, + "target": 885, "name": "SignInWithPasswordCredentials", "package": "@supabase/auth-js" } @@ -11894,7 +11965,7 @@ "typeArguments": [ { "type": "reference", - "target": 772, + "target": 780, "name": "AuthTokenResponsePassword", "package": "@supabase/auth-js" } @@ -11906,7 +11977,7 @@ ] }, { - "id": 471, + "id": 478, "name": "signInWithSSO", "variant": "declaration", "kind": 2048, @@ -11914,13 +11985,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 195, + "line": 207, "character": 4 } ], "signatures": [ { - "id": 472, + "id": 479, "name": "signInWithSSO", "variant": "signature", "kind": 4096, @@ -11936,20 +12007,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 195, + "line": 207, "character": 4 } ], "parameters": [ { - "id": 473, + "id": 480, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1009, + "target": 1018, "name": "SignInWithSSO", "package": "@supabase/auth-js" } @@ -11964,7 +12035,7 @@ "typeArguments": [ { "type": "reference", - "target": 790, + "target": 798, "name": "SSOResponse", "package": "@supabase/auth-js" } @@ -11976,7 +12047,7 @@ ] }, { - "id": 444, + "id": 451, "name": "signInWithWeb3", "variant": "declaration", "kind": 2048, @@ -11984,13 +12055,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 138, + "line": 150, "character": 4 } ], "signatures": [ { - "id": 445, + "id": 452, "name": "signInWithWeb3", "variant": "signature", "kind": 4096, @@ -12017,20 +12088,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 138, + "line": 150, "character": 4 } ], "parameters": [ { - "id": 446, + "id": 453, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 972, + "target": 981, "name": "Web3Credentials", "package": "@supabase/auth-js" } @@ -12049,14 +12120,14 @@ { "type": "reflection", "declaration": { - "id": 447, + "id": 454, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 448, + "id": 455, "name": "data", "variant": "declaration", "kind": 1024, @@ -12064,21 +12135,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 139, + "line": 151, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 449, + "id": 456, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 450, + "id": 457, "name": "session", "variant": "declaration", "kind": 1024, @@ -12086,7 +12157,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 140, + "line": 152, "character": 12 } ], @@ -12098,7 +12169,7 @@ } }, { - "id": 451, + "id": 458, "name": "user", "variant": "declaration", "kind": 1024, @@ -12106,7 +12177,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 141, + "line": 153, "character": 12 } ], @@ -12121,13 +12192,13 @@ "groups": [ { "title": "Properties", - "children": [450, 451] + "children": [457, 458] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 139, + "line": 151, "character": 14 } ] @@ -12135,7 +12206,7 @@ } }, { - "id": 452, + "id": 459, "name": "error", "variant": "declaration", "kind": 1024, @@ -12143,7 +12214,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 143, + "line": 155, "character": 8 } ], @@ -12156,13 +12227,13 @@ "groups": [ { "title": "Properties", - "children": [448, 452] + "children": [455, 459] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 138, + "line": 150, "character": 58 } ] @@ -12171,14 +12242,14 @@ { "type": "reflection", "declaration": { - "id": 453, + "id": 460, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 454, + "id": 461, "name": "data", "variant": "declaration", "kind": 1024, @@ -12186,21 +12257,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 145, + "line": 157, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 455, + "id": 462, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 456, + "id": 463, "name": "session", "variant": "declaration", "kind": 1024, @@ -12208,7 +12279,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 146, + "line": 158, "character": 12 } ], @@ -12218,7 +12289,7 @@ } }, { - "id": 457, + "id": 464, "name": "user", "variant": "declaration", "kind": 1024, @@ -12226,7 +12297,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 147, + "line": 159, "character": 12 } ], @@ -12239,13 +12310,13 @@ "groups": [ { "title": "Properties", - "children": [456, 457] + "children": [463, 464] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 145, + "line": 157, "character": 14 } ] @@ -12253,7 +12324,7 @@ } }, { - "id": 458, + "id": 465, "name": "error", "variant": "declaration", "kind": 1024, @@ -12261,13 +12332,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 149, + "line": 161, "character": 8 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -12276,13 +12347,13 @@ "groups": [ { "title": "Properties", - "children": [454, 458] + "children": [461, 465] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 144, + "line": 156, "character": 8 } ] @@ -12298,7 +12369,7 @@ ] }, { - "id": 541, + "id": 548, "name": "signOut", "variant": "declaration", "kind": 2048, @@ -12306,13 +12377,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 313, + "line": 325, "character": 4 } ], "signatures": [ { - "id": 542, + "id": 549, "name": "signOut", "variant": "signature", "kind": 4096, @@ -12368,13 +12439,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 313, + "line": 325, "character": 4 } ], "parameters": [ { - "id": 543, + "id": 550, "name": "options", "variant": "param", "kind": 32768, @@ -12383,7 +12454,7 @@ }, "type": { "type": "reference", - "target": 1262, + "target": 1273, "name": "SignOut", "package": "@supabase/auth-js" } @@ -12399,14 +12470,14 @@ { "type": "reflection", "declaration": { - "id": 544, + "id": 551, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 545, + "id": 552, "name": "error", "variant": "declaration", "kind": 1024, @@ -12414,7 +12485,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 314, + "line": 326, "character": 8 } ], @@ -12427,7 +12498,7 @@ }, { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -12438,13 +12509,13 @@ "groups": [ { "title": "Properties", - "children": [545] + "children": [552] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 313, + "line": 325, "character": 40 } ] @@ -12458,7 +12529,7 @@ ] }, { - "id": 432, + "id": 439, "name": "signUp", "variant": "declaration", "kind": 2048, @@ -12466,13 +12537,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 112, + "line": 124, "character": 4 } ], "signatures": [ { - "id": 433, + "id": 440, "name": "signUp", "variant": "signature", "kind": 4096, @@ -12508,20 +12579,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 112, + "line": 124, "character": 4 } ], "parameters": [ { - "id": 434, + "id": 441, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 868, + "target": 877, "name": "SignUpWithPasswordCredentials", "package": "@supabase/auth-js" } @@ -12536,7 +12607,7 @@ "typeArguments": [ { "type": "reference", - "target": 754, + "target": 762, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -12548,7 +12619,7 @@ ] }, { - "id": 625, + "id": 632, "name": "startAutoRefresh", "variant": "declaration", "kind": 2048, @@ -12556,13 +12627,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 457, + "line": 469, "character": 4 } ], "signatures": [ { - "id": 626, + "id": 633, "name": "startAutoRefresh", "variant": "signature", "kind": 4096, @@ -12577,7 +12648,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueClientOptions#autoRefreshToken", - "target": 714 + "target": 721 }, { "kind": "text", @@ -12593,7 +12664,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 457, + "line": 469, "character": 4 } ], @@ -12616,7 +12687,7 @@ ] }, { - "id": 627, + "id": 634, "name": "stopAutoRefresh", "variant": "declaration", "kind": 2048, @@ -12624,13 +12695,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 466, + "line": 478, "character": 4 } ], "signatures": [ { - "id": 628, + "id": 635, "name": "stopAutoRefresh", "variant": "signature", "kind": 4096, @@ -12655,7 +12726,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 466, + "line": 478, "character": 4 } ], @@ -12678,7 +12749,7 @@ ] }, { - "id": 604, + "id": 611, "name": "unlinkIdentity", "variant": "declaration", "kind": 2048, @@ -12686,13 +12757,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 391, + "line": 403, "character": 4 } ], "signatures": [ { - "id": 605, + "id": 612, "name": "unlinkIdentity", "variant": "signature", "kind": 4096, @@ -12708,20 +12779,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 391, + "line": 403, "character": 4 } ], "parameters": [ { - "id": 606, + "id": 613, "name": "identity", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 802, + "target": 810, "name": "UserIdentity", "package": "@supabase/auth-js" } @@ -12740,14 +12811,14 @@ { "type": "reflection", "declaration": { - "id": 607, + "id": 614, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 608, + "id": 615, "name": "data", "variant": "declaration", "kind": 1024, @@ -12755,14 +12826,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 392, + "line": 404, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 609, + "id": 616, "name": "__type", "variant": "declaration", "kind": 65536, @@ -12771,7 +12842,7 @@ } }, { - "id": 610, + "id": 617, "name": "error", "variant": "declaration", "kind": 1024, @@ -12779,7 +12850,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 393, + "line": 405, "character": 8 } ], @@ -12792,13 +12863,13 @@ "groups": [ { "title": "Properties", - "children": [608, 610] + "children": [615, 617] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 391, + "line": 403, "character": 52 } ] @@ -12807,14 +12878,14 @@ { "type": "reflection", "declaration": { - "id": 611, + "id": 618, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 612, + "id": 619, "name": "data", "variant": "declaration", "kind": 1024, @@ -12822,7 +12893,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 395, + "line": 407, "character": 8 } ], @@ -12832,7 +12903,7 @@ } }, { - "id": 613, + "id": 620, "name": "error", "variant": "declaration", "kind": 1024, @@ -12840,13 +12911,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 396, + "line": 408, "character": 8 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -12855,13 +12926,13 @@ "groups": [ { "title": "Properties", - "children": [612, 613] + "children": [619, 620] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 394, + "line": 406, "character": 8 } ] @@ -12877,7 +12948,7 @@ ] }, { - "id": 504, + "id": 511, "name": "updateUser", "variant": "declaration", "kind": 2048, @@ -12885,13 +12956,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 262, + "line": 274, "character": 4 } ], "signatures": [ { - "id": 505, + "id": 512, "name": "updateUser", "variant": "signature", "kind": 4096, @@ -12907,26 +12978,26 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 262, + "line": 274, "character": 4 } ], "parameters": [ { - "id": 506, + "id": 513, "name": "attributes", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 833, + "target": 842, "name": "UserAttributes", "package": "@supabase/auth-js" } }, { - "id": 507, + "id": 514, "name": "options", "variant": "param", "kind": 32768, @@ -12936,14 +13007,14 @@ "type": { "type": "reflection", "declaration": { - "id": 508, + "id": 515, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 509, + "id": 516, "name": "emailRedirectTo", "variant": "declaration", "kind": 1024, @@ -12953,7 +13024,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 263, + "line": 275, "character": 8 } ], @@ -12966,13 +13037,13 @@ "groups": [ { "title": "Properties", - "children": [509] + "children": [516] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 262, + "line": 274, "character": 53 } ] @@ -12989,7 +13060,7 @@ "typeArguments": [ { "type": "reference", - "target": 793, + "target": 801, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -13001,7 +13072,7 @@ ] }, { - "id": 468, + "id": 475, "name": "verifyOtp", "variant": "declaration", "kind": 2048, @@ -13009,13 +13080,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 180, + "line": 192, "character": 4 } ], "signatures": [ { - "id": 469, + "id": 476, "name": "verifyOtp", "variant": "signature", "kind": 4096, @@ -13031,20 +13102,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 180, + "line": 192, "character": 4 } ], "parameters": [ { - "id": 470, + "id": 477, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 973, + "target": 982, "name": "VerifyOtpParams", "package": "@supabase/auth-js" } @@ -13059,7 +13130,7 @@ "typeArguments": [ { "type": "reference", - "target": 754, + "target": 762, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -13074,24 +13145,24 @@ "groups": [ { "title": "Constructors", - "children": [363] + "children": [365] }, { "title": "Properties", "children": [ - 367, 393, 384, 418, 399, 407, 371, 405, 401, 398, 415, 416, 419, 420, 388, 368, 369, - 417, 385, 397, 392, 386, 370, 406, 400, 387, 394 + 369, 395, 386, 421, 401, 409, 373, 407, 403, 400, 417, 418, 422, 423, 390, 370, 371, + 419, 387, 399, 394, 388, 372, 408, 420, 402, 389, 396 ] }, { "title": "Accessors", - "children": [372, 380] + "children": [374, 382] }, { "title": "Methods", "children": [ - 533, 522, 546, 510, 441, 644, 480, 500, 587, 426, 597, 551, 474, 528, 477, 573, 516, - 429, 462, 438, 465, 435, 471, 444, 541, 432, 625, 627, 604, 504, 468 + 540, 529, 553, 517, 448, 651, 487, 507, 594, 433, 428, 604, 558, 481, 535, 484, 580, + 523, 436, 469, 445, 472, 442, 478, 451, 548, 439, 632, 634, 611, 511, 475 ] } ], @@ -13104,14 +13175,14 @@ ] }, { - "id": 677, + "id": 684, "name": "NavigatorLockAcquireTimeoutError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 678, + "id": 685, "name": "constructor", "variant": "declaration", "kind": 512, @@ -13125,7 +13196,7 @@ ], "signatures": [ { - "id": 679, + "id": 686, "name": "NavigatorLockAcquireTimeoutError", "variant": "signature", "kind": 16384, @@ -13139,7 +13210,7 @@ ], "parameters": [ { - "id": 680, + "id": 687, "name": "message", "variant": "param", "kind": 32768, @@ -13152,7 +13223,7 @@ ], "type": { "type": "reference", - "target": 677, + "target": 684, "name": "NavigatorLockAcquireTimeoutError", "package": "@supabase/auth-js" }, @@ -13170,7 +13241,7 @@ } }, { - "id": 681, + "id": 688, "name": "isAcquireTimeout", "variant": "declaration", "kind": 1024, @@ -13200,11 +13271,11 @@ "groups": [ { "title": "Constructors", - "children": [678] + "children": [685] }, { "title": "Properties", - "children": [681] + "children": [688] } ], "sources": [ @@ -13485,7 +13556,7 @@ ] }, { - "id": 1593, + "id": 1620, "name": "RealtimeChannel", "variant": "declaration", "kind": 128, @@ -13500,7 +13571,7 @@ }, "children": [ { - "id": 1594, + "id": 1621, "name": "constructor", "variant": "declaration", "kind": 512, @@ -13514,7 +13585,7 @@ ], "signatures": [ { - "id": 1595, + "id": 1622, "name": "RealtimeChannel", "variant": "signature", "kind": 16384, @@ -13528,7 +13599,7 @@ ], "parameters": [ { - "id": 1596, + "id": 1623, "name": "topic", "variant": "param", "kind": 32768, @@ -13547,7 +13618,7 @@ } }, { - "id": 1597, + "id": 1624, "name": "params", "variant": "param", "kind": 32768, @@ -13561,7 +13632,7 @@ }, { "type": "reference", - "target": 1887, + "target": 1914, "name": "RealtimeChannelOptions", "package": "@supabase/realtime-js" } @@ -13569,14 +13640,14 @@ } }, { - "id": 1598, + "id": 1625, "name": "socket", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1902, + "target": 1929, "name": "RealtimeClient", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -13585,7 +13656,7 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -13594,7 +13665,7 @@ ] }, { - "id": 1602, + "id": 1629, "name": "bindings", "variant": "declaration", "kind": 1024, @@ -13609,7 +13680,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1603, + "id": 1630, "name": "__type", "variant": "declaration", "kind": 65536, @@ -13623,7 +13694,7 @@ ], "indexSignatures": [ { - "id": 1604, + "id": 1631, "name": "__index", "variant": "signature", "kind": 8192, @@ -13637,7 +13708,7 @@ ], "parameters": [ { - "id": 1605, + "id": 1632, "name": "key", "variant": "param", "kind": 32768, @@ -13653,14 +13724,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 1606, + "id": 1633, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1612, + "id": 1639, "name": "callback", "variant": "declaration", "kind": 1024, @@ -13683,7 +13754,7 @@ } }, { - "id": 1608, + "id": 1635, "name": "filter", "variant": "declaration", "kind": 1024, @@ -13698,7 +13769,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1609, + "id": 1636, "name": "__type", "variant": "declaration", "kind": 65536, @@ -13712,7 +13783,7 @@ ], "indexSignatures": [ { - "id": 1610, + "id": 1637, "name": "__index", "variant": "signature", "kind": 8192, @@ -13726,7 +13797,7 @@ ], "parameters": [ { - "id": 1611, + "id": 1638, "name": "key", "variant": "param", "kind": 32768, @@ -13747,7 +13818,7 @@ } }, { - "id": 1613, + "id": 1640, "name": "id", "variant": "declaration", "kind": 1024, @@ -13767,7 +13838,7 @@ } }, { - "id": 1607, + "id": 1634, "name": "type", "variant": "declaration", "kind": 1024, @@ -13788,7 +13859,7 @@ "groups": [ { "title": "Properties", - "children": [1612, 1608, 1613, 1607] + "children": [1639, 1635, 1640, 1634] } ], "sources": [ @@ -13807,7 +13878,7 @@ } }, { - "id": 1621, + "id": 1648, "name": "broadcastEndpointURL", "variant": "declaration", "kind": 1024, @@ -13825,7 +13896,7 @@ } }, { - "id": 1616, + "id": 1643, "name": "joinedOnce", "variant": "declaration", "kind": 1024, @@ -13843,7 +13914,7 @@ } }, { - "id": 1617, + "id": 1644, "name": "joinPush", "variant": "declaration", "kind": 1024, @@ -13867,7 +13938,7 @@ } }, { - "id": 1600, + "id": 1627, "name": "params", "variant": "declaration", "kind": 1024, @@ -13881,13 +13952,13 @@ ], "type": { "type": "reference", - "target": 1887, + "target": 1914, "name": "RealtimeChannelOptions", "package": "@supabase/realtime-js" } }, { - "id": 1620, + "id": 1647, "name": "presence", "variant": "declaration", "kind": 1024, @@ -13901,14 +13972,14 @@ ], "type": { "type": "reference", - "target": 1576, + "target": 1603, "name": "RealtimePresence", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1623, + "id": 1650, "name": "private", "variant": "declaration", "kind": 1024, @@ -13926,7 +13997,7 @@ } }, { - "id": 1619, + "id": 1646, "name": "pushBuffer", "variant": "declaration", "kind": 1024, @@ -13953,7 +14024,7 @@ } }, { - "id": 1618, + "id": 1645, "name": "rejoinTimer", "variant": "declaration", "kind": 1024, @@ -13977,7 +14048,7 @@ } }, { - "id": 1601, + "id": 1628, "name": "socket", "variant": "declaration", "kind": 1024, @@ -13991,14 +14062,14 @@ ], "type": { "type": "reference", - "target": 1902, + "target": 1929, "name": "RealtimeClient", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1615, + "id": 1642, "name": "state", "variant": "declaration", "kind": 1024, @@ -14021,7 +14092,7 @@ } }, { - "id": 1622, + "id": 1649, "name": "subTopic", "variant": "declaration", "kind": 1024, @@ -14039,7 +14110,7 @@ } }, { - "id": 1614, + "id": 1641, "name": "timeout", "variant": "declaration", "kind": 1024, @@ -14057,7 +14128,7 @@ } }, { - "id": 1599, + "id": 1626, "name": "topic", "variant": "declaration", "kind": 1024, @@ -14083,7 +14154,7 @@ } }, { - "id": 1850, + "id": 1877, "name": "httpSend", "variant": "declaration", "kind": 2048, @@ -14097,7 +14168,7 @@ ], "signatures": [ { - "id": 1851, + "id": 1878, "name": "httpSend", "variant": "signature", "kind": 4096, @@ -14130,7 +14201,7 @@ ], "parameters": [ { - "id": 1852, + "id": 1879, "name": "event", "variant": "param", "kind": 32768, @@ -14149,7 +14220,7 @@ } }, { - "id": 1853, + "id": 1880, "name": "payload", "variant": "param", "kind": 32768, @@ -14168,7 +14239,7 @@ } }, { - "id": 1854, + "id": 1881, "name": "opts", "variant": "param", "kind": 32768, @@ -14186,14 +14257,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1855, + "id": 1882, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1856, + "id": 1883, "name": "timeout", "variant": "declaration", "kind": 1024, @@ -14216,7 +14287,7 @@ "groups": [ { "title": "Properties", - "children": [1856] + "children": [1883] } ], "sources": [ @@ -14243,14 +14314,14 @@ { "type": "reflection", "declaration": { - "id": 1857, + "id": 1884, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1858, + "id": 1885, "name": "success", "variant": "declaration", "kind": 1024, @@ -14271,7 +14342,7 @@ "groups": [ { "title": "Properties", - "children": [1858] + "children": [1885] } ], "sources": [ @@ -14286,14 +14357,14 @@ { "type": "reflection", "declaration": { - "id": 1859, + "id": 1886, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1862, + "id": 1889, "name": "error", "variant": "declaration", "kind": 1024, @@ -14311,7 +14382,7 @@ } }, { - "id": 1861, + "id": 1888, "name": "status", "variant": "declaration", "kind": 1024, @@ -14329,7 +14400,7 @@ } }, { - "id": 1860, + "id": 1887, "name": "success", "variant": "declaration", "kind": 1024, @@ -14350,7 +14421,7 @@ "groups": [ { "title": "Properties", - "children": [1862, 1861, 1860] + "children": [1889, 1888, 1887] } ], "sources": [ @@ -14372,7 +14443,7 @@ ] }, { - "id": 1655, + "id": 1682, "name": "on", "variant": "declaration", "kind": 2048, @@ -14451,7 +14522,7 @@ ], "signatures": [ { - "id": 1656, + "id": 1683, "name": "on", "variant": "signature", "kind": 4096, @@ -14473,7 +14544,7 @@ ], "parameters": [ { - "id": 1657, + "id": 1684, "name": "type", "variant": "param", "kind": 32768, @@ -14484,7 +14555,7 @@ } }, { - "id": 1658, + "id": 1685, "name": "filter", "variant": "param", "kind": 32768, @@ -14492,14 +14563,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1659, + "id": 1686, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1660, + "id": 1687, "name": "event", "variant": "declaration", "kind": 1024, @@ -14520,7 +14591,7 @@ "groups": [ { "title": "Properties", - "children": [1660] + "children": [1687] } ], "sources": [ @@ -14534,7 +14605,7 @@ } }, { - "id": 1661, + "id": 1688, "name": "callback", "variant": "param", "kind": 32768, @@ -14542,7 +14613,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1662, + "id": 1689, "name": "__type", "variant": "declaration", "kind": 65536, @@ -14556,7 +14627,7 @@ ], "signatures": [ { - "id": 1663, + "id": 1690, "name": "__type", "variant": "signature", "kind": 4096, @@ -14580,14 +14651,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1664, + "id": 1691, "name": "on", "variant": "signature", "kind": 4096, @@ -14609,7 +14680,7 @@ ], "typeParameters": [ { - "id": 1665, + "id": 1692, "name": "T", "variant": "typeParam", "kind": 131072, @@ -14617,7 +14688,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1666, + "id": 1693, "name": "__type", "variant": "declaration", "kind": 65536, @@ -14631,7 +14702,7 @@ ], "indexSignatures": [ { - "id": 1667, + "id": 1694, "name": "__index", "variant": "signature", "kind": 8192, @@ -14645,7 +14716,7 @@ ], "parameters": [ { - "id": 1668, + "id": 1695, "name": "key", "variant": "param", "kind": 32768, @@ -14668,7 +14739,7 @@ ], "parameters": [ { - "id": 1669, + "id": 1696, "name": "type", "variant": "param", "kind": 32768, @@ -14679,7 +14750,7 @@ } }, { - "id": 1670, + "id": 1697, "name": "filter", "variant": "param", "kind": 32768, @@ -14687,14 +14758,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1671, + "id": 1698, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1672, + "id": 1699, "name": "event", "variant": "declaration", "kind": 1024, @@ -14715,7 +14786,7 @@ "groups": [ { "title": "Properties", - "children": [1672] + "children": [1699] } ], "sources": [ @@ -14729,7 +14800,7 @@ } }, { - "id": 1673, + "id": 1700, "name": "callback", "variant": "param", "kind": 32768, @@ -14737,7 +14808,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1674, + "id": 1701, "name": "__type", "variant": "declaration", "kind": 65536, @@ -14751,7 +14822,7 @@ ], "signatures": [ { - "id": 1675, + "id": 1702, "name": "__type", "variant": "signature", "kind": 4096, @@ -14765,18 +14836,18 @@ ], "parameters": [ { - "id": 1676, + "id": 1703, "name": "payload", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2088, + "target": 2117, "typeArguments": [ { "type": "reference", - "target": 1665, + "target": 1692, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -14799,14 +14870,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1677, + "id": 1704, "name": "on", "variant": "signature", "kind": 4096, @@ -14828,7 +14899,7 @@ ], "typeParameters": [ { - "id": 1678, + "id": 1705, "name": "T", "variant": "typeParam", "kind": 131072, @@ -14836,7 +14907,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1679, + "id": 1706, "name": "__type", "variant": "declaration", "kind": 65536, @@ -14850,7 +14921,7 @@ ], "indexSignatures": [ { - "id": 1680, + "id": 1707, "name": "__index", "variant": "signature", "kind": 8192, @@ -14864,7 +14935,7 @@ ], "parameters": [ { - "id": 1681, + "id": 1708, "name": "key", "variant": "param", "kind": 32768, @@ -14887,7 +14958,7 @@ ], "parameters": [ { - "id": 1682, + "id": 1709, "name": "type", "variant": "param", "kind": 32768, @@ -14898,7 +14969,7 @@ } }, { - "id": 1683, + "id": 1710, "name": "filter", "variant": "param", "kind": 32768, @@ -14906,14 +14977,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1684, + "id": 1711, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1685, + "id": 1712, "name": "event", "variant": "declaration", "kind": 1024, @@ -14934,7 +15005,7 @@ "groups": [ { "title": "Properties", - "children": [1685] + "children": [1712] } ], "sources": [ @@ -14948,7 +15019,7 @@ } }, { - "id": 1686, + "id": 1713, "name": "callback", "variant": "param", "kind": 32768, @@ -14956,7 +15027,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1687, + "id": 1714, "name": "__type", "variant": "declaration", "kind": 65536, @@ -14970,7 +15041,7 @@ ], "signatures": [ { - "id": 1688, + "id": 1715, "name": "__type", "variant": "signature", "kind": 4096, @@ -14984,18 +15055,18 @@ ], "parameters": [ { - "id": 1689, + "id": 1716, "name": "payload", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2098, + "target": 2127, "typeArguments": [ { "type": "reference", - "target": 1678, + "target": 1705, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -15018,14 +15089,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1690, + "id": 1717, "name": "on", "variant": "signature", "kind": 4096, @@ -15047,7 +15118,7 @@ ], "typeParameters": [ { - "id": 1691, + "id": 1718, "name": "T", "variant": "typeParam", "kind": 131072, @@ -15055,7 +15126,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1692, + "id": 1719, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15069,7 +15140,7 @@ ], "indexSignatures": [ { - "id": 1693, + "id": 1720, "name": "__index", "variant": "signature", "kind": 8192, @@ -15083,7 +15154,7 @@ ], "parameters": [ { - "id": 1694, + "id": 1721, "name": "key", "variant": "param", "kind": 32768, @@ -15106,7 +15177,7 @@ ], "parameters": [ { - "id": 1695, + "id": 1722, "name": "type", "variant": "param", "kind": 32768, @@ -15117,14 +15188,14 @@ } }, { - "id": 1696, + "id": 1723, "name": "filter", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2047, + "target": 2076, "typeArguments": [ { "type": "literal", @@ -15136,7 +15207,7 @@ } }, { - "id": 1697, + "id": 1724, "name": "callback", "variant": "param", "kind": 32768, @@ -15144,7 +15215,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1698, + "id": 1725, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15158,7 +15229,7 @@ ], "signatures": [ { - "id": 1699, + "id": 1726, "name": "__type", "variant": "signature", "kind": 4096, @@ -15172,18 +15243,18 @@ ], "parameters": [ { - "id": 1700, + "id": 1727, "name": "payload", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2054, + "target": 2083, "typeArguments": [ { "type": "reference", - "target": 1691, + "target": 1718, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -15206,14 +15277,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1701, + "id": 1728, "name": "on", "variant": "signature", "kind": 4096, @@ -15235,7 +15306,7 @@ ], "typeParameters": [ { - "id": 1702, + "id": 1729, "name": "T", "variant": "typeParam", "kind": 131072, @@ -15243,7 +15314,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1703, + "id": 1730, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15257,7 +15328,7 @@ ], "indexSignatures": [ { - "id": 1704, + "id": 1731, "name": "__index", "variant": "signature", "kind": 8192, @@ -15271,7 +15342,7 @@ ], "parameters": [ { - "id": 1705, + "id": 1732, "name": "key", "variant": "param", "kind": 32768, @@ -15294,7 +15365,7 @@ ], "parameters": [ { - "id": 1706, + "id": 1733, "name": "type", "variant": "param", "kind": 32768, @@ -15305,14 +15376,14 @@ } }, { - "id": 1707, + "id": 1734, "name": "filter", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2047, + "target": 2076, "typeArguments": [ { "type": "literal", @@ -15324,7 +15395,7 @@ } }, { - "id": 1708, + "id": 1735, "name": "callback", "variant": "param", "kind": 32768, @@ -15332,7 +15403,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1709, + "id": 1736, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15346,7 +15417,7 @@ ], "signatures": [ { - "id": 1710, + "id": 1737, "name": "__type", "variant": "signature", "kind": 4096, @@ -15360,18 +15431,18 @@ ], "parameters": [ { - "id": 1711, + "id": 1738, "name": "payload", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2059, + "target": 2088, "typeArguments": [ { "type": "reference", - "target": 1702, + "target": 1729, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -15394,14 +15465,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1712, + "id": 1739, "name": "on", "variant": "signature", "kind": 4096, @@ -15423,7 +15494,7 @@ ], "typeParameters": [ { - "id": 1713, + "id": 1740, "name": "T", "variant": "typeParam", "kind": 131072, @@ -15431,7 +15502,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1714, + "id": 1741, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15445,7 +15516,7 @@ ], "indexSignatures": [ { - "id": 1715, + "id": 1742, "name": "__index", "variant": "signature", "kind": 8192, @@ -15459,7 +15530,7 @@ ], "parameters": [ { - "id": 1716, + "id": 1743, "name": "key", "variant": "param", "kind": 32768, @@ -15482,7 +15553,7 @@ ], "parameters": [ { - "id": 1717, + "id": 1744, "name": "type", "variant": "param", "kind": 32768, @@ -15493,14 +15564,14 @@ } }, { - "id": 1718, + "id": 1745, "name": "filter", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2047, + "target": 2076, "typeArguments": [ { "type": "literal", @@ -15512,7 +15583,7 @@ } }, { - "id": 1719, + "id": 1746, "name": "callback", "variant": "param", "kind": 32768, @@ -15520,7 +15591,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1720, + "id": 1747, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15534,7 +15605,7 @@ ], "signatures": [ { - "id": 1721, + "id": 1748, "name": "__type", "variant": "signature", "kind": 4096, @@ -15548,18 +15619,18 @@ ], "parameters": [ { - "id": 1722, + "id": 1749, "name": "payload", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2069, + "target": 2098, "typeArguments": [ { "type": "reference", - "target": 1713, + "target": 1740, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -15582,14 +15653,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1723, + "id": 1750, "name": "on", "variant": "signature", "kind": 4096, @@ -15611,7 +15682,7 @@ ], "typeParameters": [ { - "id": 1724, + "id": 1751, "name": "T", "variant": "typeParam", "kind": 131072, @@ -15619,7 +15690,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1725, + "id": 1752, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15633,7 +15704,7 @@ ], "indexSignatures": [ { - "id": 1726, + "id": 1753, "name": "__index", "variant": "signature", "kind": 8192, @@ -15647,7 +15718,7 @@ ], "parameters": [ { - "id": 1727, + "id": 1754, "name": "key", "variant": "param", "kind": 32768, @@ -15670,7 +15741,7 @@ ], "parameters": [ { - "id": 1728, + "id": 1755, "name": "type", "variant": "param", "kind": 32768, @@ -15681,14 +15752,14 @@ } }, { - "id": 1729, + "id": 1756, "name": "filter", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2047, + "target": 2076, "typeArguments": [ { "type": "literal", @@ -15700,7 +15771,7 @@ } }, { - "id": 1730, + "id": 1757, "name": "callback", "variant": "param", "kind": 32768, @@ -15708,7 +15779,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1731, + "id": 1758, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15722,7 +15793,7 @@ ], "signatures": [ { - "id": 1732, + "id": 1759, "name": "__type", "variant": "signature", "kind": 4096, @@ -15736,18 +15807,18 @@ ], "parameters": [ { - "id": 1733, + "id": 1760, "name": "payload", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2078, + "target": 2107, "typeArguments": [ { "type": "reference", - "target": 1724, + "target": 1751, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -15770,14 +15841,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1734, + "id": 1761, "name": "on", "variant": "signature", "kind": 4096, @@ -15799,7 +15870,7 @@ ], "parameters": [ { - "id": 1735, + "id": 1762, "name": "type", "variant": "param", "kind": 32768, @@ -15818,7 +15889,7 @@ } }, { - "id": 1736, + "id": 1763, "name": "filter", "variant": "param", "kind": 32768, @@ -15834,14 +15905,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1737, + "id": 1764, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1738, + "id": 1765, "name": "event", "variant": "declaration", "kind": 1024, @@ -15862,7 +15933,7 @@ "groups": [ { "title": "Properties", - "children": [1738] + "children": [1765] } ], "sources": [ @@ -15876,7 +15947,7 @@ } }, { - "id": 1739, + "id": 1766, "name": "callback", "variant": "param", "kind": 32768, @@ -15892,7 +15963,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1740, + "id": 1767, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15906,7 +15977,7 @@ ], "signatures": [ { - "id": 1741, + "id": 1768, "name": "__type", "variant": "signature", "kind": 4096, @@ -15920,7 +15991,7 @@ ], "parameters": [ { - "id": 1742, + "id": 1769, "name": "payload", "variant": "param", "kind": 32768, @@ -15928,14 +15999,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1743, + "id": 1770, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1745, + "id": 1772, "name": "event", "variant": "declaration", "kind": 1024, @@ -15953,7 +16024,7 @@ } }, { - "id": 1746, + "id": 1773, "name": "meta", "variant": "declaration", "kind": 1024, @@ -15970,14 +16041,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1747, + "id": 1774, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1749, + "id": 1776, "name": "id", "variant": "declaration", "kind": 1024, @@ -15995,7 +16066,7 @@ } }, { - "id": 1748, + "id": 1775, "name": "replayed", "variant": "declaration", "kind": 1024, @@ -16018,7 +16089,7 @@ "groups": [ { "title": "Properties", - "children": [1749, 1748] + "children": [1776, 1775] } ], "sources": [ @@ -16032,7 +16103,7 @@ } }, { - "id": 1744, + "id": 1771, "name": "type", "variant": "declaration", "kind": 1024, @@ -16053,7 +16124,7 @@ "groups": [ { "title": "Properties", - "children": [1745, 1746, 1744] + "children": [1772, 1773, 1771] } ], "sources": [ @@ -16065,7 +16136,7 @@ ], "indexSignatures": [ { - "id": 1750, + "id": 1777, "name": "__index", "variant": "signature", "kind": 8192, @@ -16079,7 +16150,7 @@ ], "parameters": [ { - "id": 1751, + "id": 1778, "name": "key", "variant": "param", "kind": 32768, @@ -16112,14 +16183,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1752, + "id": 1779, "name": "on", "variant": "signature", "kind": 4096, @@ -16141,7 +16212,7 @@ ], "typeParameters": [ { - "id": 1753, + "id": 1780, "name": "T", "variant": "typeParam", "kind": 131072, @@ -16149,7 +16220,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1754, + "id": 1781, "name": "__type", "variant": "declaration", "kind": 65536, @@ -16163,7 +16234,7 @@ ], "indexSignatures": [ { - "id": 1755, + "id": 1782, "name": "__index", "variant": "signature", "kind": 8192, @@ -16177,7 +16248,7 @@ ], "parameters": [ { - "id": 1756, + "id": 1783, "name": "key", "variant": "param", "kind": 32768, @@ -16200,7 +16271,7 @@ ], "parameters": [ { - "id": 1757, + "id": 1784, "name": "type", "variant": "param", "kind": 32768, @@ -16211,7 +16282,7 @@ } }, { - "id": 1758, + "id": 1785, "name": "filter", "variant": "param", "kind": 32768, @@ -16219,14 +16290,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1759, + "id": 1786, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1760, + "id": 1787, "name": "event", "variant": "declaration", "kind": 1024, @@ -16247,7 +16318,7 @@ "groups": [ { "title": "Properties", - "children": [1760] + "children": [1787] } ], "sources": [ @@ -16261,7 +16332,7 @@ } }, { - "id": 1761, + "id": 1788, "name": "callback", "variant": "param", "kind": 32768, @@ -16269,7 +16340,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1762, + "id": 1789, "name": "__type", "variant": "declaration", "kind": 65536, @@ -16283,7 +16354,7 @@ ], "signatures": [ { - "id": 1763, + "id": 1790, "name": "__type", "variant": "signature", "kind": 4096, @@ -16297,7 +16368,7 @@ ], "parameters": [ { - "id": 1764, + "id": 1791, "name": "payload", "variant": "param", "kind": 32768, @@ -16305,14 +16376,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1765, + "id": 1792, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1767, + "id": 1794, "name": "event", "variant": "declaration", "kind": 1024, @@ -16330,7 +16401,7 @@ } }, { - "id": 1768, + "id": 1795, "name": "meta", "variant": "declaration", "kind": 1024, @@ -16347,14 +16418,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1769, + "id": 1796, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1771, + "id": 1798, "name": "id", "variant": "declaration", "kind": 1024, @@ -16372,7 +16443,7 @@ } }, { - "id": 1770, + "id": 1797, "name": "replayed", "variant": "declaration", "kind": 1024, @@ -16395,7 +16466,7 @@ "groups": [ { "title": "Properties", - "children": [1771, 1770] + "children": [1798, 1797] } ], "sources": [ @@ -16409,7 +16480,7 @@ } }, { - "id": 1772, + "id": 1799, "name": "payload", "variant": "declaration", "kind": 1024, @@ -16423,14 +16494,14 @@ ], "type": { "type": "reference", - "target": 1753, + "target": 1780, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true } }, { - "id": 1766, + "id": 1793, "name": "type", "variant": "declaration", "kind": 1024, @@ -16451,7 +16522,7 @@ "groups": [ { "title": "Properties", - "children": [1767, 1768, 1772, 1766] + "children": [1794, 1795, 1799, 1793] } ], "sources": [ @@ -16477,14 +16548,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1773, + "id": 1800, "name": "on", "variant": "signature", "kind": 4096, @@ -16506,7 +16577,7 @@ ], "typeParameters": [ { - "id": 1774, + "id": 1801, "name": "T", "variant": "typeParam", "kind": 131072, @@ -16534,7 +16605,7 @@ ], "parameters": [ { - "id": 1775, + "id": 1802, "name": "type", "variant": "param", "kind": 32768, @@ -16545,7 +16616,7 @@ } }, { - "id": 1776, + "id": 1803, "name": "filter", "variant": "param", "kind": 32768, @@ -16553,14 +16624,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1777, + "id": 1804, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1778, + "id": 1805, "name": "event", "variant": "declaration", "kind": 1024, @@ -16574,7 +16645,7 @@ ], "type": { "type": "reference", - "target": 2124, + "target": 2153, "name": "ALL", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.ALL" @@ -16584,7 +16655,7 @@ "groups": [ { "title": "Properties", - "children": [1778] + "children": [1805] } ], "sources": [ @@ -16598,7 +16669,7 @@ } }, { - "id": 1779, + "id": 1806, "name": "callback", "variant": "param", "kind": 32768, @@ -16606,7 +16677,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1780, + "id": 1807, "name": "__type", "variant": "declaration", "kind": 65536, @@ -16620,7 +16691,7 @@ ], "signatures": [ { - "id": 1781, + "id": 1808, "name": "__type", "variant": "signature", "kind": 4096, @@ -16634,7 +16705,7 @@ ], "parameters": [ { - "id": 1782, + "id": 1809, "name": "payload", "variant": "param", "kind": 32768, @@ -16642,14 +16713,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1783, + "id": 1810, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1785, + "id": 1812, "name": "event", "variant": "declaration", "kind": 1024, @@ -16663,14 +16734,14 @@ ], "type": { "type": "reference", - "target": 2124, + "target": 2153, "name": "ALL", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.ALL" } }, { - "id": 1786, + "id": 1813, "name": "payload", "variant": "declaration", "kind": 1024, @@ -16691,7 +16762,7 @@ "typeArguments": [ { "type": "reference", - "target": 1774, + "target": 1801, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -16702,7 +16773,7 @@ } }, { - "id": 1784, + "id": 1811, "name": "type", "variant": "declaration", "kind": 1024, @@ -16723,7 +16794,7 @@ "groups": [ { "title": "Properties", - "children": [1785, 1786, 1784] + "children": [1812, 1813, 1811] } ], "sources": [ @@ -16749,14 +16820,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1787, + "id": 1814, "name": "on", "variant": "signature", "kind": 4096, @@ -16778,7 +16849,7 @@ ], "typeParameters": [ { - "id": 1788, + "id": 1815, "name": "T", "variant": "typeParam", "kind": 131072, @@ -16786,7 +16857,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1789, + "id": 1816, "name": "__type", "variant": "declaration", "kind": 65536, @@ -16800,7 +16871,7 @@ ], "indexSignatures": [ { - "id": 1790, + "id": 1817, "name": "__index", "variant": "signature", "kind": 8192, @@ -16814,7 +16885,7 @@ ], "parameters": [ { - "id": 1791, + "id": 1818, "name": "key", "variant": "param", "kind": 32768, @@ -16837,7 +16908,7 @@ ], "parameters": [ { - "id": 1792, + "id": 1819, "name": "type", "variant": "param", "kind": 32768, @@ -16848,7 +16919,7 @@ } }, { - "id": 1793, + "id": 1820, "name": "filter", "variant": "param", "kind": 32768, @@ -16856,14 +16927,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1794, + "id": 1821, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1795, + "id": 1822, "name": "event", "variant": "declaration", "kind": 1024, @@ -16877,7 +16948,7 @@ ], "type": { "type": "reference", - "target": 2125, + "target": 2154, "name": "INSERT", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT" @@ -16887,7 +16958,7 @@ "groups": [ { "title": "Properties", - "children": [1795] + "children": [1822] } ], "sources": [ @@ -16901,7 +16972,7 @@ } }, { - "id": 1796, + "id": 1823, "name": "callback", "variant": "param", "kind": 32768, @@ -16909,7 +16980,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1797, + "id": 1824, "name": "__type", "variant": "declaration", "kind": 65536, @@ -16923,7 +16994,7 @@ ], "signatures": [ { - "id": 1798, + "id": 1825, "name": "__type", "variant": "signature", "kind": 4096, @@ -16937,7 +17008,7 @@ ], "parameters": [ { - "id": 1799, + "id": 1826, "name": "payload", "variant": "param", "kind": 32768, @@ -16945,14 +17016,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1800, + "id": 1827, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1802, + "id": 1829, "name": "event", "variant": "declaration", "kind": 1024, @@ -16966,14 +17037,14 @@ ], "type": { "type": "reference", - "target": 2125, + "target": 2154, "name": "INSERT", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT" } }, { - "id": 1803, + "id": 1830, "name": "payload", "variant": "declaration", "kind": 1024, @@ -16994,7 +17065,7 @@ "typeArguments": [ { "type": "reference", - "target": 1788, + "target": 1815, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -17005,7 +17076,7 @@ } }, { - "id": 1801, + "id": 1828, "name": "type", "variant": "declaration", "kind": 1024, @@ -17026,7 +17097,7 @@ "groups": [ { "title": "Properties", - "children": [1802, 1803, 1801] + "children": [1829, 1830, 1828] } ], "sources": [ @@ -17052,14 +17123,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1804, + "id": 1831, "name": "on", "variant": "signature", "kind": 4096, @@ -17081,7 +17152,7 @@ ], "typeParameters": [ { - "id": 1805, + "id": 1832, "name": "T", "variant": "typeParam", "kind": 131072, @@ -17089,7 +17160,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1806, + "id": 1833, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17103,7 +17174,7 @@ ], "indexSignatures": [ { - "id": 1807, + "id": 1834, "name": "__index", "variant": "signature", "kind": 8192, @@ -17117,7 +17188,7 @@ ], "parameters": [ { - "id": 1808, + "id": 1835, "name": "key", "variant": "param", "kind": 32768, @@ -17140,7 +17211,7 @@ ], "parameters": [ { - "id": 1809, + "id": 1836, "name": "type", "variant": "param", "kind": 32768, @@ -17151,7 +17222,7 @@ } }, { - "id": 1810, + "id": 1837, "name": "filter", "variant": "param", "kind": 32768, @@ -17159,14 +17230,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1811, + "id": 1838, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1812, + "id": 1839, "name": "event", "variant": "declaration", "kind": 1024, @@ -17180,7 +17251,7 @@ ], "type": { "type": "reference", - "target": 2126, + "target": 2155, "name": "UPDATE", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE" @@ -17190,7 +17261,7 @@ "groups": [ { "title": "Properties", - "children": [1812] + "children": [1839] } ], "sources": [ @@ -17204,7 +17275,7 @@ } }, { - "id": 1813, + "id": 1840, "name": "callback", "variant": "param", "kind": 32768, @@ -17212,7 +17283,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1814, + "id": 1841, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17226,7 +17297,7 @@ ], "signatures": [ { - "id": 1815, + "id": 1842, "name": "__type", "variant": "signature", "kind": 4096, @@ -17240,7 +17311,7 @@ ], "parameters": [ { - "id": 1816, + "id": 1843, "name": "payload", "variant": "param", "kind": 32768, @@ -17248,14 +17319,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1817, + "id": 1844, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1819, + "id": 1846, "name": "event", "variant": "declaration", "kind": 1024, @@ -17269,14 +17340,14 @@ ], "type": { "type": "reference", - "target": 2126, + "target": 2155, "name": "UPDATE", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE" } }, { - "id": 1820, + "id": 1847, "name": "payload", "variant": "declaration", "kind": 1024, @@ -17297,7 +17368,7 @@ "typeArguments": [ { "type": "reference", - "target": 1805, + "target": 1832, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -17308,7 +17379,7 @@ } }, { - "id": 1818, + "id": 1845, "name": "type", "variant": "declaration", "kind": 1024, @@ -17329,7 +17400,7 @@ "groups": [ { "title": "Properties", - "children": [1819, 1820, 1818] + "children": [1846, 1847, 1845] } ], "sources": [ @@ -17355,14 +17426,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1821, + "id": 1848, "name": "on", "variant": "signature", "kind": 4096, @@ -17384,7 +17455,7 @@ ], "typeParameters": [ { - "id": 1822, + "id": 1849, "name": "T", "variant": "typeParam", "kind": 131072, @@ -17392,7 +17463,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1823, + "id": 1850, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17406,7 +17477,7 @@ ], "indexSignatures": [ { - "id": 1824, + "id": 1851, "name": "__index", "variant": "signature", "kind": 8192, @@ -17420,7 +17491,7 @@ ], "parameters": [ { - "id": 1825, + "id": 1852, "name": "key", "variant": "param", "kind": 32768, @@ -17443,7 +17514,7 @@ ], "parameters": [ { - "id": 1826, + "id": 1853, "name": "type", "variant": "param", "kind": 32768, @@ -17454,7 +17525,7 @@ } }, { - "id": 1827, + "id": 1854, "name": "filter", "variant": "param", "kind": 32768, @@ -17462,14 +17533,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1828, + "id": 1855, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1829, + "id": 1856, "name": "event", "variant": "declaration", "kind": 1024, @@ -17483,7 +17554,7 @@ ], "type": { "type": "reference", - "target": 2127, + "target": 2156, "name": "DELETE", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE" @@ -17493,7 +17564,7 @@ "groups": [ { "title": "Properties", - "children": [1829] + "children": [1856] } ], "sources": [ @@ -17507,7 +17578,7 @@ } }, { - "id": 1830, + "id": 1857, "name": "callback", "variant": "param", "kind": 32768, @@ -17515,7 +17586,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1831, + "id": 1858, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17529,7 +17600,7 @@ ], "signatures": [ { - "id": 1832, + "id": 1859, "name": "__type", "variant": "signature", "kind": 4096, @@ -17543,7 +17614,7 @@ ], "parameters": [ { - "id": 1833, + "id": 1860, "name": "payload", "variant": "param", "kind": 32768, @@ -17551,14 +17622,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1834, + "id": 1861, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1836, + "id": 1863, "name": "event", "variant": "declaration", "kind": 1024, @@ -17572,14 +17643,14 @@ ], "type": { "type": "reference", - "target": 2127, + "target": 2156, "name": "DELETE", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE" } }, { - "id": 1837, + "id": 1864, "name": "payload", "variant": "declaration", "kind": 1024, @@ -17600,7 +17671,7 @@ "typeArguments": [ { "type": "reference", - "target": 1822, + "target": 1849, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -17611,7 +17682,7 @@ } }, { - "id": 1835, + "id": 1862, "name": "type", "variant": "declaration", "kind": 1024, @@ -17632,7 +17703,7 @@ "groups": [ { "title": "Properties", - "children": [1836, 1837, 1835] + "children": [1863, 1864, 1862] } ], "sources": [ @@ -17658,14 +17729,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1838, + "id": 1865, "name": "on", "variant": "signature", "kind": 4096, @@ -17687,7 +17758,7 @@ ], "typeParameters": [ { - "id": 1839, + "id": 1866, "name": "T", "variant": "typeParam", "kind": 131072, @@ -17695,7 +17766,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1840, + "id": 1867, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17709,7 +17780,7 @@ ], "indexSignatures": [ { - "id": 1841, + "id": 1868, "name": "__index", "variant": "signature", "kind": 8192, @@ -17723,7 +17794,7 @@ ], "parameters": [ { - "id": 1842, + "id": 1869, "name": "key", "variant": "param", "kind": 32768, @@ -17746,7 +17817,7 @@ ], "parameters": [ { - "id": 1843, + "id": 1870, "name": "type", "variant": "param", "kind": 32768, @@ -17757,7 +17828,7 @@ } }, { - "id": 1844, + "id": 1871, "name": "filter", "variant": "param", "kind": 32768, @@ -17765,7 +17836,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1845, + "id": 1872, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17774,7 +17845,7 @@ } }, { - "id": 1846, + "id": 1873, "name": "callback", "variant": "param", "kind": 32768, @@ -17782,7 +17853,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1847, + "id": 1874, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17796,7 +17867,7 @@ ], "signatures": [ { - "id": 1848, + "id": 1875, "name": "__type", "variant": "signature", "kind": 4096, @@ -17810,7 +17881,7 @@ ], "parameters": [ { - "id": 1849, + "id": 1876, "name": "payload", "variant": "param", "kind": 32768, @@ -17833,7 +17904,7 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -17842,7 +17913,7 @@ ] }, { - "id": 1632, + "id": 1659, "name": "presenceState", "variant": "declaration", "kind": 2048, @@ -17856,7 +17927,7 @@ ], "signatures": [ { - "id": 1633, + "id": 1660, "name": "presenceState", "variant": "signature", "kind": 4096, @@ -17870,7 +17941,7 @@ ], "typeParameters": [ { - "id": 1634, + "id": 1661, "name": "T", "variant": "typeParam", "kind": 131072, @@ -17878,7 +17949,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1635, + "id": 1662, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17892,7 +17963,7 @@ ], "indexSignatures": [ { - "id": 1636, + "id": 1663, "name": "__index", "variant": "signature", "kind": 8192, @@ -17906,7 +17977,7 @@ ], "parameters": [ { - "id": 1637, + "id": 1664, "name": "key", "variant": "param", "kind": 32768, @@ -17928,7 +17999,7 @@ "default": { "type": "reflection", "declaration": { - "id": 1638, + "id": 1665, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17939,11 +18010,11 @@ ], "type": { "type": "reference", - "target": 2108, + "target": 2137, "typeArguments": [ { "type": "reference", - "target": 1634, + "target": 1661, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -17956,7 +18027,7 @@ ] }, { - "id": 1863, + "id": 1890, "name": "send", "variant": "declaration", "kind": 2048, @@ -17970,7 +18041,7 @@ ], "signatures": [ { - "id": 1864, + "id": 1891, "name": "send", "variant": "signature", "kind": 4096, @@ -17992,7 +18063,7 @@ ], "parameters": [ { - "id": 1865, + "id": 1892, "name": "args", "variant": "param", "kind": 32768, @@ -18008,14 +18079,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1866, + "id": 1893, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1868, + "id": 1895, "name": "event", "variant": "declaration", "kind": 1024, @@ -18041,7 +18112,7 @@ } }, { - "id": 1869, + "id": 1896, "name": "payload", "variant": "declaration", "kind": 1024, @@ -18069,7 +18140,7 @@ } }, { - "id": 1867, + "id": 1894, "name": "type", "variant": "declaration", "kind": 1024, @@ -18111,7 +18182,7 @@ "groups": [ { "title": "Properties", - "children": [1868, 1869, 1867] + "children": [1895, 1896, 1894] } ], "sources": [ @@ -18123,7 +18194,7 @@ ], "indexSignatures": [ { - "id": 1870, + "id": 1897, "name": "__index", "variant": "signature", "kind": 8192, @@ -18137,7 +18208,7 @@ ], "parameters": [ { - "id": 1871, + "id": 1898, "name": "key", "variant": "param", "kind": 32768, @@ -18158,7 +18229,7 @@ } }, { - "id": 1872, + "id": 1899, "name": "opts", "variant": "param", "kind": 32768, @@ -18176,7 +18247,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1873, + "id": 1900, "name": "__type", "variant": "declaration", "kind": 65536, @@ -18190,7 +18261,7 @@ ], "indexSignatures": [ { - "id": 1874, + "id": 1901, "name": "__index", "variant": "signature", "kind": 8192, @@ -18204,7 +18275,7 @@ ], "parameters": [ { - "id": 1875, + "id": 1902, "name": "key", "variant": "param", "kind": 32768, @@ -18234,7 +18305,7 @@ "typeArguments": [ { "type": "reference", - "target": 1901, + "target": 1928, "name": "RealtimeChannelSendResponse", "package": "@supabase/realtime-js" } @@ -18246,7 +18317,7 @@ ] }, { - "id": 1624, + "id": 1651, "name": "subscribe", "variant": "declaration", "kind": 2048, @@ -18260,7 +18331,7 @@ ], "signatures": [ { - "id": 1625, + "id": 1652, "name": "subscribe", "variant": "signature", "kind": 4096, @@ -18282,7 +18353,7 @@ ], "parameters": [ { - "id": 1626, + "id": 1653, "name": "callback", "variant": "param", "kind": 32768, @@ -18292,7 +18363,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1627, + "id": 1654, "name": "__type", "variant": "declaration", "kind": 65536, @@ -18306,7 +18377,7 @@ ], "signatures": [ { - "id": 1628, + "id": 1655, "name": "__type", "variant": "signature", "kind": 4096, @@ -18320,20 +18391,20 @@ ], "parameters": [ { - "id": 1629, + "id": 1656, "name": "status", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2132, + "target": 2161, "name": "REALTIME_SUBSCRIBE_STATES", "package": "@supabase/realtime-js" } }, { - "id": 1630, + "id": 1657, "name": "err", "variant": "param", "kind": 32768, @@ -18361,7 +18432,7 @@ } }, { - "id": 1631, + "id": 1658, "name": "timeout", "variant": "param", "kind": 32768, @@ -18376,7 +18447,7 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -18385,7 +18456,7 @@ ] }, { - "id": 1885, + "id": 1912, "name": "teardown", "variant": "declaration", "kind": 2048, @@ -18399,7 +18470,7 @@ ], "signatures": [ { - "id": 1886, + "id": 1913, "name": "teardown", "variant": "signature", "kind": 4096, @@ -18427,7 +18498,7 @@ ] }, { - "id": 1639, + "id": 1666, "name": "track", "variant": "declaration", "kind": 2048, @@ -18441,7 +18512,7 @@ ], "signatures": [ { - "id": 1640, + "id": 1667, "name": "track", "variant": "signature", "kind": 4096, @@ -18455,7 +18526,7 @@ ], "parameters": [ { - "id": 1641, + "id": 1668, "name": "payload", "variant": "param", "kind": 32768, @@ -18463,7 +18534,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1642, + "id": 1669, "name": "__type", "variant": "declaration", "kind": 65536, @@ -18477,7 +18548,7 @@ ], "indexSignatures": [ { - "id": 1643, + "id": 1670, "name": "__index", "variant": "signature", "kind": 8192, @@ -18491,7 +18562,7 @@ ], "parameters": [ { - "id": 1644, + "id": 1671, "name": "key", "variant": "param", "kind": 32768, @@ -18512,7 +18583,7 @@ } }, { - "id": 1645, + "id": 1672, "name": "opts", "variant": "param", "kind": 32768, @@ -18522,7 +18593,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1646, + "id": 1673, "name": "__type", "variant": "declaration", "kind": 65536, @@ -18536,7 +18607,7 @@ ], "indexSignatures": [ { - "id": 1647, + "id": 1674, "name": "__index", "variant": "signature", "kind": 8192, @@ -18550,7 +18621,7 @@ ], "parameters": [ { - "id": 1648, + "id": 1675, "name": "key", "variant": "param", "kind": 32768, @@ -18580,7 +18651,7 @@ "typeArguments": [ { "type": "reference", - "target": 1901, + "target": 1928, "name": "RealtimeChannelSendResponse", "package": "@supabase/realtime-js" } @@ -18592,7 +18663,7 @@ ] }, { - "id": 1882, + "id": 1909, "name": "unsubscribe", "variant": "declaration", "kind": 2048, @@ -18606,7 +18677,7 @@ ], "signatures": [ { - "id": 1883, + "id": 1910, "name": "unsubscribe", "variant": "signature", "kind": 4096, @@ -18636,7 +18707,7 @@ ], "parameters": [ { - "id": 1884, + "id": 1911, "name": "timeout", "variant": "param", "kind": 32768, @@ -18681,7 +18752,7 @@ ] }, { - "id": 1649, + "id": 1676, "name": "untrack", "variant": "declaration", "kind": 2048, @@ -18695,7 +18766,7 @@ ], "signatures": [ { - "id": 1650, + "id": 1677, "name": "untrack", "variant": "signature", "kind": 4096, @@ -18709,7 +18780,7 @@ ], "parameters": [ { - "id": 1651, + "id": 1678, "name": "opts", "variant": "param", "kind": 32768, @@ -18719,7 +18790,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1652, + "id": 1679, "name": "__type", "variant": "declaration", "kind": 65536, @@ -18733,7 +18804,7 @@ ], "indexSignatures": [ { - "id": 1653, + "id": 1680, "name": "__index", "variant": "signature", "kind": 8192, @@ -18747,7 +18818,7 @@ ], "parameters": [ { - "id": 1654, + "id": 1681, "name": "key", "variant": "param", "kind": 32768, @@ -18777,7 +18848,7 @@ "typeArguments": [ { "type": "reference", - "target": 1901, + "target": 1928, "name": "RealtimeChannelSendResponse", "package": "@supabase/realtime-js" } @@ -18789,7 +18860,7 @@ ] }, { - "id": 1876, + "id": 1903, "name": "updateJoinPayload", "variant": "declaration", "kind": 2048, @@ -18803,7 +18874,7 @@ ], "signatures": [ { - "id": 1877, + "id": 1904, "name": "updateJoinPayload", "variant": "signature", "kind": 4096, @@ -18817,7 +18888,7 @@ ], "parameters": [ { - "id": 1878, + "id": 1905, "name": "payload", "variant": "param", "kind": 32768, @@ -18825,7 +18896,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1879, + "id": 1906, "name": "__type", "variant": "declaration", "kind": 65536, @@ -18839,7 +18910,7 @@ ], "indexSignatures": [ { - "id": 1880, + "id": 1907, "name": "__index", "variant": "signature", "kind": 8192, @@ -18853,7 +18924,7 @@ ], "parameters": [ { - "id": 1881, + "id": 1908, "name": "key", "variant": "param", "kind": 32768, @@ -18885,17 +18956,17 @@ "groups": [ { "title": "Constructors", - "children": [1594] + "children": [1621] }, { "title": "Properties", "children": [ - 1602, 1621, 1616, 1617, 1600, 1620, 1623, 1619, 1618, 1601, 1615, 1622, 1614, 1599 + 1629, 1648, 1643, 1644, 1627, 1647, 1650, 1646, 1645, 1628, 1642, 1649, 1641, 1626 ] }, { "title": "Methods", - "children": [1850, 1655, 1632, 1863, 1624, 1885, 1639, 1882, 1649, 1876] + "children": [1877, 1682, 1659, 1890, 1651, 1912, 1666, 1909, 1676, 1903] } ], "sources": [ @@ -18907,14 +18978,14 @@ ] }, { - "id": 1902, + "id": 1929, "name": "RealtimeClient", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1903, + "id": 1930, "name": "constructor", "variant": "declaration", "kind": 512, @@ -18922,13 +18993,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 117, + "line": 119, "character": 4 } ], "signatures": [ { - "id": 1904, + "id": 1931, "name": "RealtimeClient", "variant": "signature", "kind": 16384, @@ -18944,13 +19015,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 117, + "line": 119, "character": 4 } ], "parameters": [ { - "id": 1905, + "id": 1932, "name": "endPoint", "variant": "param", "kind": 32768, @@ -18969,7 +19040,7 @@ } }, { - "id": 1906, + "id": 1933, "name": "options", "variant": "param", "kind": 32768, @@ -18978,7 +19049,7 @@ }, "type": { "type": "reference", - "target": 2011, + "target": 2039, "name": "RealtimeClientOptions", "package": "@supabase/realtime-js", "highlightedProperties": { @@ -19074,7 +19145,7 @@ ], "type": { "type": "reference", - "target": 1902, + "target": 1929, "name": "RealtimeClient", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -19083,7 +19154,7 @@ ] }, { - "id": 1953, + "id": 1981, "name": "accessToken", "variant": "declaration", "kind": 1024, @@ -19091,7 +19162,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 91, + "line": 93, "character": 4 } ], @@ -19105,7 +19176,7 @@ { "type": "reflection", "declaration": { - "id": 1954, + "id": 1982, "name": "__type", "variant": "declaration", "kind": 65536, @@ -19113,13 +19184,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 91, + "line": 93, "character": 18 } ], "signatures": [ { - "id": 1955, + "id": 1983, "name": "__type", "variant": "signature", "kind": 4096, @@ -19127,7 +19198,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 91, + "line": 93, "character": 18 } ], @@ -19163,7 +19234,7 @@ } }, { - "id": 1907, + "id": 1934, "name": "accessTokenValue", "variant": "declaration", "kind": 1024, @@ -19171,7 +19242,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 56, + "line": 57, "character": 4 } ], @@ -19190,7 +19261,7 @@ } }, { - "id": 1908, + "id": 1935, "name": "apiKey", "variant": "declaration", "kind": 1024, @@ -19198,7 +19269,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 57, + "line": 58, "character": 4 } ], @@ -19217,7 +19288,7 @@ } }, { - "id": 1909, + "id": 1936, "name": "channels", "variant": "declaration", "kind": 1024, @@ -19225,7 +19296,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 58, + "line": 59, "character": 4 } ], @@ -19233,7 +19304,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -19241,7 +19312,7 @@ } }, { - "id": 1936, + "id": 1964, "name": "conn", "variant": "declaration", "kind": 1024, @@ -19249,7 +19320,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 81, + "line": 83, "character": 4 } ], @@ -19262,7 +19333,7 @@ }, { "type": "reference", - "target": 2154, + "target": 2183, "name": "WebSocketLike", "package": "@supabase/realtime-js" } @@ -19270,7 +19341,7 @@ } }, { - "id": 1934, + "id": 1962, "name": "decode", "variant": "declaration", "kind": 1024, @@ -19278,7 +19349,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 79, + "line": 81, "character": 4 } ], @@ -19293,7 +19364,7 @@ } }, { - "id": 1933, + "id": 1961, "name": "encode", "variant": "declaration", "kind": 1024, @@ -19301,7 +19372,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 78, + "line": 80, "character": 4 } ], @@ -19316,7 +19387,7 @@ } }, { - "id": 1910, + "id": 1937, "name": "endPoint", "variant": "declaration", "kind": 1024, @@ -19324,7 +19395,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 59, + "line": 60, "character": 4 } ], @@ -19334,7 +19405,7 @@ } }, { - "id": 1945, + "id": 1973, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -19342,14 +19413,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 90, + "line": 92, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1946, + "id": 1974, "name": "__type", "variant": "declaration", "kind": 65536, @@ -19368,7 +19439,7 @@ ], "signatures": [ { - "id": 1947, + "id": 1975, "name": "__type", "variant": "signature", "kind": 4096, @@ -19390,7 +19461,7 @@ ], "parameters": [ { - "id": 1948, + "id": 1976, "name": "input", "variant": "param", "kind": 32768, @@ -19420,7 +19491,7 @@ } }, { - "id": 1949, + "id": 1977, "name": "init", "variant": "param", "kind": 32768, @@ -19460,7 +19531,7 @@ } }, { - "id": 1950, + "id": 1978, "name": "__type", "variant": "signature", "kind": 4096, @@ -19482,7 +19553,7 @@ ], "parameters": [ { - "id": 1951, + "id": 1979, "name": "input", "variant": "param", "kind": 32768, @@ -19516,7 +19587,7 @@ } }, { - "id": 1952, + "id": 1980, "name": "init", "variant": "param", "kind": 32768, @@ -19560,7 +19631,7 @@ } }, { - "id": 1912, + "id": 1939, "name": "headers", "variant": "declaration", "kind": 1024, @@ -19584,14 +19655,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 62, + "line": 63, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1913, + "id": 1940, "name": "__type", "variant": "declaration", "kind": 65536, @@ -19599,13 +19670,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 62, + "line": 63, "character": 14 } ], "indexSignatures": [ { - "id": 1914, + "id": 1941, "name": "__index", "variant": "signature", "kind": 8192, @@ -19613,13 +19684,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 63, + "line": 64, "character": 8 } ], "parameters": [ { - "id": 1915, + "id": 1942, "name": "key", "variant": "param", "kind": 32768, @@ -19640,7 +19711,7 @@ } }, { - "id": 1925, + "id": 1952, "name": "heartbeatCallback", "variant": "declaration", "kind": 1024, @@ -19648,14 +19719,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 73, + "line": 74, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1926, + "id": 1953, "name": "__type", "variant": "declaration", "kind": 65536, @@ -19663,13 +19734,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 73, + "line": 74, "character": 23 } ], "signatures": [ { - "id": 1927, + "id": 1954, "name": "__type", "variant": "signature", "kind": 4096, @@ -19677,13 +19748,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 73, + "line": 74, "character": 23 } ], "parameters": [ { - "id": 1928, + "id": 1955, "name": "status", "variant": "param", "kind": 32768, @@ -19709,7 +19780,7 @@ } }, { - "id": 1922, + "id": 1949, "name": "heartbeatIntervalMs", "variant": "declaration", "kind": 1024, @@ -19717,7 +19788,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 70, + "line": 71, "character": 4 } ], @@ -19727,7 +19798,7 @@ } }, { - "id": 1923, + "id": 1950, "name": "heartbeatTimer", "variant": "declaration", "kind": 1024, @@ -19735,7 +19806,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 71, + "line": 72, "character": 4 } ], @@ -19760,7 +19831,7 @@ } }, { - "id": 1911, + "id": 1938, "name": "httpEndpoint", "variant": "declaration", "kind": 1024, @@ -19768,7 +19839,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 60, + "line": 61, "character": 4 } ], @@ -19778,7 +19849,7 @@ } }, { - "id": 1931, + "id": 1959, "name": "logger", "variant": "declaration", "kind": 1024, @@ -19786,7 +19857,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 76, + "line": 78, "character": 4 } ], @@ -19801,7 +19872,7 @@ } }, { - "id": 1932, + "id": 1960, "name": "logLevel", "variant": "declaration", "kind": 1024, @@ -19811,7 +19882,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 77, + "line": 79, "character": 4 } ], @@ -19826,7 +19897,7 @@ } }, { - "id": 1916, + "id": 1943, "name": "params", "variant": "declaration", "kind": 1024, @@ -19836,14 +19907,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 65, + "line": 66, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1917, + "id": 1944, "name": "__type", "variant": "declaration", "kind": 65536, @@ -19851,13 +19922,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 65, + "line": 66, "character": 13 } ], "indexSignatures": [ { - "id": 1918, + "id": 1945, "name": "__index", "variant": "signature", "kind": 8192, @@ -19865,13 +19936,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 66, + "line": 67, "character": 8 } ], "parameters": [ { - "id": 1919, + "id": 1946, "name": "key", "variant": "param", "kind": 32768, @@ -19892,7 +19963,7 @@ } }, { - "id": 1924, + "id": 1951, "name": "pendingHeartbeatRef", "variant": "declaration", "kind": 1024, @@ -19900,7 +19971,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 72, + "line": 73, "character": 4 } ], @@ -19919,7 +19990,7 @@ } }, { - "id": 1935, + "id": 1963, "name": "reconnectAfterMs", "variant": "declaration", "kind": 1024, @@ -19927,7 +19998,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 80, + "line": 82, "character": 4 } ], @@ -19942,7 +20013,7 @@ } }, { - "id": 1930, + "id": 1957, "name": "reconnectTimer", "variant": "declaration", "kind": 1024, @@ -19950,7 +20021,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 75, + "line": 76, "character": 4 } ], @@ -19975,7 +20046,7 @@ } }, { - "id": 1929, + "id": 1956, "name": "ref", "variant": "declaration", "kind": 1024, @@ -19983,7 +20054,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 74, + "line": 75, "character": 4 } ], @@ -19993,7 +20064,7 @@ } }, { - "id": 1937, + "id": 1965, "name": "sendBuffer", "variant": "declaration", "kind": 1024, @@ -20001,7 +20072,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 82, + "line": 84, "character": 4 } ], @@ -20019,7 +20090,7 @@ } }, { - "id": 1938, + "id": 1966, "name": "serializer", "variant": "declaration", "kind": 1024, @@ -20027,7 +20098,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 83, + "line": 85, "character": 4 } ], @@ -20043,7 +20114,7 @@ } }, { - "id": 1939, + "id": 1967, "name": "stateChangeCallbacks", "variant": "declaration", "kind": 1024, @@ -20051,21 +20122,21 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 84, + "line": 86, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1940, + "id": 1968, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1942, + "id": 1970, "name": "close", "variant": "declaration", "kind": 1024, @@ -20073,7 +20144,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 86, + "line": 88, "character": 8 } ], @@ -20091,7 +20162,7 @@ } }, { - "id": 1943, + "id": 1971, "name": "error", "variant": "declaration", "kind": 1024, @@ -20099,7 +20170,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 87, + "line": 89, "character": 8 } ], @@ -20117,7 +20188,7 @@ } }, { - "id": 1944, + "id": 1972, "name": "message", "variant": "declaration", "kind": 1024, @@ -20125,7 +20196,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 88, + "line": 90, "character": 8 } ], @@ -20143,7 +20214,7 @@ } }, { - "id": 1941, + "id": 1969, "name": "open", "variant": "declaration", "kind": 1024, @@ -20151,7 +20222,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 85, + "line": 87, "character": 8 } ], @@ -20172,13 +20243,13 @@ "groups": [ { "title": "Properties", - "children": [1942, 1943, 1944, 1941] + "children": [1970, 1971, 1972, 1969] } ], "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 84, + "line": 86, "character": 26 } ] @@ -20186,7 +20257,7 @@ } }, { - "id": 1920, + "id": 1947, "name": "timeout", "variant": "declaration", "kind": 1024, @@ -20194,7 +20265,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 68, + "line": 69, "character": 4 } ], @@ -20204,7 +20275,7 @@ } }, { - "id": 1921, + "id": 1948, "name": "transport", "variant": "declaration", "kind": 1024, @@ -20212,7 +20283,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 69, + "line": 70, "character": 4 } ], @@ -20225,7 +20296,7 @@ }, { "type": "reference", - "target": 2204, + "target": 2233, "name": "WebSocketLikeConstructor", "package": "@supabase/realtime-js" } @@ -20233,7 +20304,25 @@ } }, { - "id": 1956, + "id": 1958, + "name": "vsn", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "sources": [ + { + "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", + "line": 77, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1984, "name": "worker", "variant": "declaration", "kind": 1024, @@ -20243,7 +20332,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 92, + "line": 94, "character": 4 } ], @@ -20253,7 +20342,7 @@ } }, { - "id": 1958, + "id": 1986, "name": "workerRef", "variant": "declaration", "kind": 1024, @@ -20263,7 +20352,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 94, + "line": 96, "character": 4 } ], @@ -20278,7 +20367,7 @@ } }, { - "id": 1957, + "id": 1985, "name": "workerUrl", "variant": "declaration", "kind": 1024, @@ -20288,7 +20377,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 93, + "line": 95, "character": 4 } ], @@ -20298,7 +20387,7 @@ } }, { - "id": 1990, + "id": 2018, "name": "channel", "variant": "declaration", "kind": 2048, @@ -20306,13 +20395,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 169, + "line": 171, "character": 4 } ], "signatures": [ { - "id": 1991, + "id": 2019, "name": "channel", "variant": "signature", "kind": 4096, @@ -20320,13 +20409,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 169, + "line": 171, "character": 4 } ], "parameters": [ { - "id": 1992, + "id": 2020, "name": "topic", "variant": "param", "kind": 32768, @@ -20337,7 +20426,7 @@ } }, { - "id": 1993, + "id": 2021, "name": "params", "variant": "param", "kind": 32768, @@ -20346,7 +20435,7 @@ }, "type": { "type": "reference", - "target": 1887, + "target": 1914, "name": "RealtimeChannelOptions", "package": "@supabase/realtime-js" } @@ -20354,7 +20443,7 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -20363,7 +20452,7 @@ ] }, { - "id": 1962, + "id": 1990, "name": "connect", "variant": "declaration", "kind": 2048, @@ -20371,13 +20460,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 121, + "line": 123, "character": 4 } ], "signatures": [ { - "id": 1963, + "id": 1991, "name": "connect", "variant": "signature", "kind": 4096, @@ -20393,7 +20482,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 121, + "line": 123, "character": 4 } ], @@ -20405,7 +20494,7 @@ ] }, { - "id": 1982, + "id": 2010, "name": "connectionState", "variant": "declaration", "kind": 2048, @@ -20413,13 +20502,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 156, + "line": 158, "character": 4 } ], "signatures": [ { - "id": 1983, + "id": 2011, "name": "connectionState", "variant": "signature", "kind": 4096, @@ -20435,7 +20524,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 156, + "line": 158, "character": 4 } ], @@ -20452,7 +20541,7 @@ ] }, { - "id": 1966, + "id": 1994, "name": "disconnect", "variant": "declaration", "kind": 2048, @@ -20460,13 +20549,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 133, + "line": 135, "character": 4 } ], "signatures": [ { - "id": 1967, + "id": 1995, "name": "disconnect", "variant": "signature", "kind": 4096, @@ -20482,13 +20571,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 133, + "line": 135, "character": 4 } ], "parameters": [ { - "id": 1968, + "id": 1996, "name": "code", "variant": "param", "kind": 32768, @@ -20509,7 +20598,7 @@ } }, { - "id": 1969, + "id": 1997, "name": "reason", "variant": "param", "kind": 32768, @@ -20538,7 +20627,7 @@ ] }, { - "id": 1964, + "id": 1992, "name": "endpointURL", "variant": "declaration", "kind": 2048, @@ -20546,13 +20635,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 126, + "line": 128, "character": 4 } ], "signatures": [ { - "id": 1965, + "id": 1993, "name": "endpointURL", "variant": "signature", "kind": 4096, @@ -20579,7 +20668,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 126, + "line": 128, "character": 4 } ], @@ -20591,7 +20680,7 @@ ] }, { - "id": 2008, + "id": 2036, "name": "flushSendBuffer", "variant": "declaration", "kind": 2048, @@ -20599,13 +20688,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 194, + "line": 196, "character": 4 } ], "signatures": [ { - "id": 2009, + "id": 2037, "name": "flushSendBuffer", "variant": "signature", "kind": 4096, @@ -20621,7 +20710,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 194, + "line": 196, "character": 4 } ], @@ -20633,7 +20722,7 @@ ] }, { - "id": 1970, + "id": 1998, "name": "getChannels", "variant": "declaration", "kind": 2048, @@ -20641,13 +20730,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 137, + "line": 139, "character": 4 } ], "signatures": [ { - "id": 1971, + "id": 1999, "name": "getChannels", "variant": "signature", "kind": 4096, @@ -20663,7 +20752,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 137, + "line": 139, "character": 4 } ], @@ -20671,7 +20760,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -20681,7 +20770,7 @@ ] }, { - "id": 1984, + "id": 2012, "name": "isConnected", "variant": "declaration", "kind": 2048, @@ -20689,13 +20778,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 160, + "line": 162, "character": 4 } ], "signatures": [ { - "id": 1985, + "id": 2013, "name": "isConnected", "variant": "signature", "kind": 4096, @@ -20719,7 +20808,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 160, + "line": 162, "character": 4 } ], @@ -20731,7 +20820,7 @@ ] }, { - "id": 1986, + "id": 2014, "name": "isConnecting", "variant": "declaration", "kind": 2048, @@ -20739,13 +20828,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 164, + "line": 166, "character": 4 } ], "signatures": [ { - "id": 1987, + "id": 2015, "name": "isConnecting", "variant": "signature", "kind": 4096, @@ -20769,7 +20858,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 164, + "line": 166, "character": 4 } ], @@ -20781,7 +20870,7 @@ ] }, { - "id": 1988, + "id": 2016, "name": "isDisconnecting", "variant": "declaration", "kind": 2048, @@ -20789,13 +20878,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 168, + "line": 170, "character": 4 } ], "signatures": [ { - "id": 1989, + "id": 2017, "name": "isDisconnecting", "variant": "signature", "kind": 4096, @@ -20819,7 +20908,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 168, + "line": 170, "character": 4 } ], @@ -20831,7 +20920,7 @@ ] }, { - "id": 1977, + "id": 2005, "name": "log", "variant": "declaration", "kind": 2048, @@ -20839,13 +20928,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 152, + "line": 154, "character": 4 } ], "signatures": [ { - "id": 1978, + "id": 2006, "name": "log", "variant": "signature", "kind": 4096, @@ -20869,13 +20958,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 152, + "line": 154, "character": 4 } ], "parameters": [ { - "id": 1979, + "id": 2007, "name": "kind", "variant": "param", "kind": 32768, @@ -20886,7 +20975,7 @@ } }, { - "id": 1980, + "id": 2008, "name": "msg", "variant": "param", "kind": 32768, @@ -20897,7 +20986,7 @@ } }, { - "id": 1981, + "id": 2009, "name": "data", "variant": "param", "kind": 32768, @@ -20918,7 +21007,7 @@ ] }, { - "id": 2002, + "id": 2030, "name": "onHeartbeat", "variant": "declaration", "kind": 2048, @@ -20926,13 +21015,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 190, + "line": 192, "character": 4 } ], "signatures": [ { - "id": 2003, + "id": 2031, "name": "onHeartbeat", "variant": "signature", "kind": 4096, @@ -20940,13 +21029,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 190, + "line": 192, "character": 4 } ], "parameters": [ { - "id": 2004, + "id": 2032, "name": "callback", "variant": "param", "kind": 32768, @@ -20954,7 +21043,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2005, + "id": 2033, "name": "__type", "variant": "declaration", "kind": 65536, @@ -20962,13 +21051,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 190, + "line": 192, "character": 26 } ], "signatures": [ { - "id": 2006, + "id": 2034, "name": "__type", "variant": "signature", "kind": 4096, @@ -20976,13 +21065,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 190, + "line": 192, "character": 26 } ], "parameters": [ { - "id": 2007, + "id": 2035, "name": "status", "variant": "param", "kind": 32768, @@ -21016,7 +21105,7 @@ ] }, { - "id": 1994, + "id": 2022, "name": "push", "variant": "declaration", "kind": 2048, @@ -21024,13 +21113,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 175, + "line": 177, "character": 4 } ], "signatures": [ { - "id": 1995, + "id": 2023, "name": "push", "variant": "signature", "kind": 4096, @@ -21046,20 +21135,20 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 175, + "line": 177, "character": 4 } ], "parameters": [ { - "id": 1996, + "id": 2024, "name": "data", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2040, + "target": 2069, "name": "RealtimeMessage", "package": "@supabase/realtime-js" } @@ -21073,7 +21162,7 @@ ] }, { - "id": 1975, + "id": 2003, "name": "removeAllChannels", "variant": "declaration", "kind": 2048, @@ -21081,13 +21170,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 146, + "line": 148, "character": 4 } ], "signatures": [ { - "id": 1976, + "id": 2004, "name": "removeAllChannels", "variant": "signature", "kind": 4096, @@ -21103,7 +21192,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 146, + "line": 148, "character": 4 } ], @@ -21118,7 +21207,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 2117, + "target": 2146, "name": "RealtimeRemoveChannelResponse", "package": "@supabase/realtime-js" } @@ -21131,7 +21220,7 @@ ] }, { - "id": 1972, + "id": 2000, "name": "removeChannel", "variant": "declaration", "kind": 2048, @@ -21139,13 +21228,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 142, + "line": 144, "character": 4 } ], "signatures": [ { - "id": 1973, + "id": 2001, "name": "removeChannel", "variant": "signature", "kind": 4096, @@ -21161,13 +21250,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 142, + "line": 144, "character": 4 } ], "parameters": [ { - "id": 1974, + "id": 2002, "name": "channel", "variant": "param", "kind": 32768, @@ -21182,7 +21271,7 @@ }, "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -21198,7 +21287,7 @@ "typeArguments": [ { "type": "reference", - "target": 2117, + "target": 2146, "name": "RealtimeRemoveChannelResponse", "package": "@supabase/realtime-js" } @@ -21210,7 +21299,7 @@ ] }, { - "id": 2000, + "id": 2028, "name": "sendHeartbeat", "variant": "declaration", "kind": 2048, @@ -21218,13 +21307,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 189, + "line": 191, "character": 4 } ], "signatures": [ { - "id": 2001, + "id": 2029, "name": "sendHeartbeat", "variant": "signature", "kind": 4096, @@ -21240,7 +21329,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 189, + "line": 191, "character": 4 } ], @@ -21263,7 +21352,7 @@ ] }, { - "id": 1997, + "id": 2025, "name": "setAuth", "variant": "declaration", "kind": 2048, @@ -21271,13 +21360,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 185, + "line": 187, "character": 4 } ], "signatures": [ { - "id": 1998, + "id": 2026, "name": "setAuth", "variant": "signature", "kind": 4096, @@ -21301,13 +21390,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 185, + "line": 187, "character": 4 } ], "parameters": [ { - "id": 1999, + "id": 2027, "name": "token", "variant": "param", "kind": 32768, @@ -21359,40 +21448,41 @@ "groups": [ { "title": "Constructors", - "children": [1903] + "children": [1930] }, { "title": "Properties", "children": [ - 1953, 1907, 1908, 1909, 1936, 1934, 1933, 1910, 1945, 1912, 1925, 1922, 1923, 1911, - 1931, 1932, 1916, 1924, 1935, 1930, 1929, 1937, 1938, 1939, 1920, 1921, 1956, 1958, 1957 + 1981, 1934, 1935, 1936, 1964, 1962, 1961, 1937, 1973, 1939, 1952, 1949, 1950, 1938, + 1959, 1960, 1943, 1951, 1963, 1957, 1956, 1965, 1966, 1967, 1947, 1948, 1958, 1984, + 1986, 1985 ] }, { "title": "Methods", "children": [ - 1990, 1962, 1982, 1966, 1964, 2008, 1970, 1984, 1986, 1988, 1977, 2002, 1994, 1975, - 1972, 2000, 1997 + 2018, 1990, 2010, 1994, 1992, 2036, 1998, 2012, 2014, 2016, 2005, 2030, 2022, 2003, + 2000, 2028, 2025 ] } ], "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 55, + "line": 56, "character": 21 } ] }, { - "id": 1576, + "id": 1603, "name": "RealtimePresence", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1577, + "id": 1604, "name": "constructor", "variant": "declaration", "kind": 512, @@ -21406,7 +21496,7 @@ ], "signatures": [ { - "id": 1578, + "id": 1605, "name": "RealtimePresence", "variant": "signature", "kind": 16384, @@ -21428,7 +21518,7 @@ ], "parameters": [ { - "id": 1579, + "id": 1606, "name": "channel", "variant": "param", "kind": 32768, @@ -21443,14 +21533,14 @@ }, "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1580, + "id": 1607, "name": "opts", "variant": "param", "kind": 32768, @@ -21482,7 +21572,7 @@ ], "type": { "type": "reference", - "target": 1576, + "target": 1603, "name": "RealtimePresence", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -21491,7 +21581,7 @@ ] }, { - "id": 1586, + "id": 1613, "name": "caller", "variant": "declaration", "kind": 1024, @@ -21506,14 +21596,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1587, + "id": 1614, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1588, + "id": 1615, "name": "onJoin", "variant": "declaration", "kind": 1024, @@ -21536,7 +21626,7 @@ } }, { - "id": 1589, + "id": 1616, "name": "onLeave", "variant": "declaration", "kind": 1024, @@ -21559,7 +21649,7 @@ } }, { - "id": 1590, + "id": 1617, "name": "onSync", "variant": "declaration", "kind": 1024, @@ -21574,7 +21664,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1591, + "id": 1618, "name": "__type", "variant": "declaration", "kind": 65536, @@ -21588,7 +21678,7 @@ ], "signatures": [ { - "id": 1592, + "id": 1619, "name": "__type", "variant": "signature", "kind": 4096, @@ -21613,7 +21703,7 @@ "groups": [ { "title": "Properties", - "children": [1588, 1589, 1590] + "children": [1615, 1616, 1617] } ], "sources": [ @@ -21627,7 +21717,7 @@ } }, { - "id": 1581, + "id": 1608, "name": "channel", "variant": "declaration", "kind": 1024, @@ -21641,14 +21731,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1585, + "id": 1612, "name": "enabled", "variant": "declaration", "kind": 1024, @@ -21666,7 +21756,7 @@ } }, { - "id": 1584, + "id": 1611, "name": "joinRef", "variant": "declaration", "kind": 1024, @@ -21693,7 +21783,7 @@ } }, { - "id": 1583, + "id": 1610, "name": "pendingDiffs", "variant": "declaration", "kind": 1024, @@ -21719,7 +21809,7 @@ } }, { - "id": 1582, + "id": 1609, "name": "state", "variant": "declaration", "kind": 1024, @@ -21733,7 +21823,7 @@ ], "type": { "type": "reference", - "target": 2108, + "target": 2137, "name": "RealtimePresenceState", "package": "@supabase/realtime-js" } @@ -21742,11 +21832,11 @@ "groups": [ { "title": "Constructors", - "children": [1577] + "children": [1604] }, { "title": "Properties", - "children": [1586, 1581, 1585, 1584, 1583, 1582] + "children": [1613, 1608, 1612, 1611, 1610, 1609] } ], "sources": [ @@ -21758,7 +21848,7 @@ ] }, { - "id": 112, + "id": 113, "name": "SupabaseClient", "variant": "declaration", "kind": 128, @@ -21773,7 +21863,7 @@ }, "children": [ { - "id": 113, + "id": 114, "name": "constructor", "variant": "declaration", "kind": 512, @@ -21783,12 +21873,12 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 105, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L105" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L105" } ], "signatures": [ { - "id": 114, + "id": 115, "name": "SupabaseClient", "variant": "signature", "kind": 16384, @@ -21806,12 +21896,12 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 105, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L105" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L105" } ], "typeParameters": [ { - "id": 115, + "id": 116, "name": "Database", "variant": "typeParam", "kind": 131072, @@ -21822,7 +21912,7 @@ } }, { - "id": 116, + "id": 117, "name": "SchemaNameOrClientOptions", "variant": "typeParam", "kind": 131072, @@ -21837,14 +21927,14 @@ { "type": "reflection", "declaration": { - "id": 117, + "id": 118, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 118, + "id": 119, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -21854,7 +21944,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 44, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L44" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L44" } ], "type": { @@ -21866,7 +21956,7 @@ "groups": [ { "title": "Properties", - "children": [118] + "children": [119] } ], "sources": [ @@ -21874,7 +21964,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 44, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L44" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L44" } ] } @@ -21899,7 +21989,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -21937,7 +22027,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -21957,7 +22047,7 @@ } }, { - "id": 119, + "id": 120, "name": "SchemaName", "variant": "typeParam", "kind": 131072, @@ -21970,7 +22060,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -21995,7 +22085,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -22014,11 +22104,11 @@ }, "trueType": { "type": "reference", - "target": 116, + "target": 117, "typeArguments": [ { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -22048,7 +22138,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -22093,7 +22183,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -22122,7 +22212,7 @@ } }, { - "id": 120, + "id": 121, "name": "Schema", "variant": "typeParam", "kind": 131072, @@ -22142,7 +22232,7 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 119, + "target": 120, "name": "SchemaName", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaName", @@ -22157,7 +22247,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -22199,7 +22289,7 @@ } }, { - "id": 121, + "id": 122, "name": "ClientOptions", "variant": "typeParam", "kind": 131072, @@ -22207,14 +22297,14 @@ "type": { "type": "reflection", "declaration": { - "id": 122, + "id": 123, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 123, + "id": 124, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -22224,7 +22314,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 59, "character": 26, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L59" } ], "type": { @@ -22236,7 +22326,7 @@ "groups": [ { "title": "Properties", - "children": [123] + "children": [124] } ], "sources": [ @@ -22244,7 +22334,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 59, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L59" } ] } @@ -22253,7 +22343,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -22278,7 +22368,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -22299,7 +22389,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -22308,14 +22398,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 124, + "id": 125, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 125, + "id": 126, "name": "__InternalSupabase", "variant": "declaration", "kind": 1024, @@ -22325,20 +22415,20 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 62, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L62" } ], "type": { "type": "reflection", "declaration": { - "id": 126, + "id": 127, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 127, + "id": 128, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -22348,7 +22438,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 62, "character": 47, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L62" } ], "type": { @@ -22360,7 +22450,7 @@ "groups": [ { "title": "Properties", - "children": [127] + "children": [128] } ], "sources": [ @@ -22368,7 +22458,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 62, "character": 45, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L62" } ] } @@ -22378,7 +22468,7 @@ "groups": [ { "title": "Properties", - "children": [125] + "children": [126] } ], "sources": [ @@ -22386,7 +22476,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 62, "character": 23, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L62" } ] } @@ -22399,11 +22489,11 @@ }, "objectType": { "type": "reference", - "target": 115, + "target": 116, "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -22419,14 +22509,14 @@ "falseType": { "type": "reflection", "declaration": { - "id": 128, + "id": 129, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 129, + "id": 130, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -22436,7 +22526,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 65, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L65" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L65" } ], "type": { @@ -22448,7 +22538,7 @@ "groups": [ { "title": "Properties", - "children": [129] + "children": [130] } ], "sources": [ @@ -22456,7 +22546,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 65, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L65" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L65" } ] } @@ -22466,7 +22556,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -22475,14 +22565,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 130, + "id": 131, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 131, + "id": 132, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -22492,7 +22582,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 66, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L66" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L66" } ], "type": { @@ -22504,7 +22594,7 @@ "groups": [ { "title": "Properties", - "children": [131] + "children": [132] } ], "sources": [ @@ -22512,18 +22602,18 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 66, "character": 40, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L66" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L66" } ] } }, "trueType": { "type": "reference", - "target": 116, + "target": 117, "typeArguments": [ { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -22545,7 +22635,7 @@ ], "parameters": [ { - "id": 132, + "id": 133, "name": "supabaseUrl", "variant": "param", "kind": 32768, @@ -22564,7 +22654,7 @@ } }, { - "id": 133, + "id": 134, "name": "supabaseKey", "variant": "param", "kind": 32768, @@ -22583,7 +22673,7 @@ } }, { - "id": 134, + "id": 135, "name": "options", "variant": "param", "kind": 32768, @@ -22592,11 +22682,11 @@ }, "type": { "type": "reference", - "target": 242, + "target": 243, "typeArguments": [ { "type": "reference", - "target": 119, + "target": 120, "name": "SchemaName", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaName", @@ -22624,11 +22714,11 @@ ], "type": { "type": "reference", - "target": 112, + "target": 113, "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -22636,7 +22726,7 @@ }, { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -22644,7 +22734,7 @@ }, { "type": "reference", - "target": 119, + "target": 120, "name": "SchemaName", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaName", @@ -22652,7 +22742,7 @@ }, { "type": "reference", - "target": 120, + "target": 121, "name": "Schema", "package": "@supabase/supabase-js", "qualifiedName": "default.Schema", @@ -22660,7 +22750,7 @@ }, { "type": "reference", - "target": 121, + "target": 122, "name": "ClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.ClientOptions", @@ -22675,7 +22765,7 @@ ] }, { - "id": 153, + "id": 154, "name": "accessToken", "variant": "declaration", "kind": 1024, @@ -22688,13 +22778,13 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 88, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L88" } ], "type": { "type": "reflection", "declaration": { - "id": 154, + "id": 155, "name": "__type", "variant": "declaration", "kind": 65536, @@ -22704,12 +22794,12 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 88, "character": 26, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L88" } ], "signatures": [ { - "id": 155, + "id": 156, "name": "__type", "variant": "signature", "kind": 4096, @@ -22719,7 +22809,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 88, "character": 26, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L88" } ], "type": { @@ -22752,7 +22842,7 @@ } }, { - "id": 135, + "id": 136, "name": "auth", "variant": "declaration", "kind": 1024, @@ -22770,7 +22860,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 73, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L73" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L73" } ], "type": { @@ -22784,7 +22874,7 @@ } }, { - "id": 139, + "id": 140, "name": "authUrl", "variant": "declaration", "kind": 1024, @@ -22796,7 +22886,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 81, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L81" } ], "type": { @@ -22810,7 +22900,7 @@ } }, { - "id": 152, + "id": 153, "name": "changedAccessToken", "variant": "declaration", "kind": 1024, @@ -22823,7 +22913,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 87, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L87" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L87" } ], "type": { @@ -22832,7 +22922,7 @@ } }, { - "id": 144, + "id": 145, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -22845,13 +22935,13 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 86, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L86" } ], "type": { "type": "reflection", "declaration": { - "id": 145, + "id": 146, "name": "__type", "variant": "declaration", "kind": 65536, @@ -22870,7 +22960,7 @@ ], "signatures": [ { - "id": 146, + "id": 147, "name": "__type", "variant": "signature", "kind": 4096, @@ -22892,7 +22982,7 @@ ], "parameters": [ { - "id": 147, + "id": 148, "name": "input", "variant": "param", "kind": 32768, @@ -22922,7 +23012,7 @@ } }, { - "id": 148, + "id": 149, "name": "init", "variant": "param", "kind": 32768, @@ -22962,7 +23052,7 @@ } }, { - "id": 149, + "id": 150, "name": "__type", "variant": "signature", "kind": 4096, @@ -22984,7 +23074,7 @@ ], "parameters": [ { - "id": 150, + "id": 151, "name": "input", "variant": "param", "kind": 32768, @@ -23018,7 +23108,7 @@ } }, { - "id": 151, + "id": 152, "name": "init", "variant": "param", "kind": 32768, @@ -23062,7 +23152,7 @@ } }, { - "id": 141, + "id": 142, "name": "functionsUrl", "variant": "declaration", "kind": 1024, @@ -23074,7 +23164,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 83, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L83" } ], "type": { @@ -23088,7 +23178,7 @@ } }, { - "id": 156, + "id": 157, "name": "headers", "variant": "declaration", "kind": 1024, @@ -23100,7 +23190,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 90, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L90" } ], "type": { @@ -23124,7 +23214,7 @@ } }, { - "id": 136, + "id": 137, "name": "realtime", "variant": "declaration", "kind": 1024, @@ -23134,19 +23224,19 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 74, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L74" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L74" } ], "type": { "type": "reference", - "target": 1902, + "target": 1929, "name": "RealtimeClient", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 138, + "id": 139, "name": "realtimeUrl", "variant": "declaration", "kind": 1024, @@ -23158,7 +23248,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 80, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L80" } ], "type": { @@ -23172,7 +23262,7 @@ } }, { - "id": 142, + "id": 143, "name": "rest", "variant": "declaration", "kind": 1024, @@ -23184,7 +23274,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 84, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L84" } ], "type": { @@ -23196,7 +23286,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -23204,7 +23294,7 @@ }, { "type": "reference", - "target": 121, + "target": 122, "name": "ClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.ClientOptions", @@ -23212,7 +23302,7 @@ }, { "type": "reference", - "target": 119, + "target": 120, "name": "SchemaName", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaName", @@ -23225,7 +23315,7 @@ } }, { - "id": 137, + "id": 138, "name": "storage", "variant": "declaration", "kind": 1024, @@ -23243,7 +23333,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L78" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L78" } ], "type": { @@ -23257,7 +23347,7 @@ } }, { - "id": 143, + "id": 144, "name": "storageKey", "variant": "declaration", "kind": 1024, @@ -23269,7 +23359,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 85, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L85" } ], "type": { @@ -23278,7 +23368,7 @@ } }, { - "id": 140, + "id": 141, "name": "storageUrl", "variant": "declaration", "kind": 1024, @@ -23290,7 +23380,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 82, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L82" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L82" } ], "type": { @@ -23304,7 +23394,7 @@ } }, { - "id": 158, + "id": 159, "name": "supabaseKey", "variant": "declaration", "kind": 1024, @@ -23324,7 +23414,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 107, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L107" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L107" } ], "type": { @@ -23333,7 +23423,7 @@ } }, { - "id": 157, + "id": 158, "name": "supabaseUrl", "variant": "declaration", "kind": 1024, @@ -23353,7 +23443,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 106, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L106" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L106" } ], "type": { @@ -23362,7 +23452,7 @@ } }, { - "id": 159, + "id": 160, "name": "functions", "variant": "declaration", "kind": 262144, @@ -23370,13 +23460,13 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 180, + "line": 187, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L180" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L187" } ], "getSignature": { - "id": 160, + "id": 161, "name": "functions", "variant": "signature", "kind": 524288, @@ -23392,9 +23482,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 180, + "line": 187, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L180" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L187" } ], "type": { @@ -23409,7 +23499,7 @@ } }, { - "id": 186, + "id": 187, "name": "channel", "variant": "declaration", "kind": 2048, @@ -23417,14 +23507,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 294, + "line": 301, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L294" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L301" } ], "signatures": [ { - "id": 187, + "id": 188, "name": "channel", "variant": "signature", "kind": 4096, @@ -23440,14 +23530,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 294, + "line": 301, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L294" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L301" } ], "parameters": [ { - "id": 188, + "id": 189, "name": "name", "variant": "param", "kind": 32768, @@ -23466,7 +23556,7 @@ } }, { - "id": 189, + "id": 190, "name": "opts", "variant": "param", "kind": 32768, @@ -23481,7 +23571,7 @@ }, "type": { "type": "reference", - "target": 1887, + "target": 1914, "name": "RealtimeChannelOptions", "package": "@supabase/realtime-js" }, @@ -23490,7 +23580,7 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -23499,7 +23589,7 @@ ] }, { - "id": 161, + "id": 162, "name": "from", "variant": "declaration", "kind": 2048, @@ -23527,26 +23617,26 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 188, + "line": 195, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L195" }, { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 192, + "line": 199, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L192" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L199" }, { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 200, + "line": 207, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L200" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L207" } ], "signatures": [ { - "id": 162, + "id": 163, "name": "from", "variant": "signature", "kind": 4096, @@ -23554,14 +23644,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 188, + "line": 195, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L195" } ], "typeParameters": [ { - "id": 163, + "id": 164, "name": "TableName", "variant": "typeParam", "kind": 131072, @@ -23572,7 +23662,7 @@ } }, { - "id": 164, + "id": 165, "name": "Table", "variant": "typeParam", "kind": 131072, @@ -23590,14 +23680,14 @@ ], "parameters": [ { - "id": 165, + "id": 166, "name": "relation", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 163, + "target": 164, "name": "TableName", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -23613,7 +23703,7 @@ "typeArguments": [ { "type": "reference", - "target": 121, + "target": 122, "name": "ClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.ClientOptions", @@ -23621,7 +23711,7 @@ }, { "type": "reference", - "target": 120, + "target": 121, "name": "Schema", "package": "@supabase/supabase-js", "qualifiedName": "default.Schema", @@ -23629,14 +23719,14 @@ }, { "type": "reference", - "target": 164, + "target": 165, "name": "Table", "package": "@supabase/supabase-js", "refersToTypeParameter": true }, { "type": "reference", - "target": 163, + "target": 164, "name": "TableName", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -23648,7 +23738,7 @@ } }, { - "id": 166, + "id": 167, "name": "from", "variant": "signature", "kind": 4096, @@ -23656,14 +23746,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 192, + "line": 199, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L192" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L199" } ], "typeParameters": [ { - "id": 167, + "id": 168, "name": "ViewName", "variant": "typeParam", "kind": 131072, @@ -23674,7 +23764,7 @@ } }, { - "id": 168, + "id": 169, "name": "View", "variant": "typeParam", "kind": 131072, @@ -23692,14 +23782,14 @@ ], "parameters": [ { - "id": 169, + "id": 170, "name": "relation", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 167, + "target": 168, "name": "ViewName", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -23715,7 +23805,7 @@ "typeArguments": [ { "type": "reference", - "target": 121, + "target": 122, "name": "ClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.ClientOptions", @@ -23723,7 +23813,7 @@ }, { "type": "reference", - "target": 120, + "target": 121, "name": "Schema", "package": "@supabase/supabase-js", "qualifiedName": "default.Schema", @@ -23731,14 +23821,14 @@ }, { "type": "reference", - "target": 168, + "target": 169, "name": "View", "package": "@supabase/supabase-js", "refersToTypeParameter": true }, { "type": "reference", - "target": 167, + "target": 168, "name": "ViewName", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -23752,7 +23842,7 @@ ] }, { - "id": 190, + "id": 191, "name": "getChannels", "variant": "declaration", "kind": 2048, @@ -23760,14 +23850,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 301, + "line": 308, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L301" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L308" } ], "signatures": [ { - "id": 191, + "id": 192, "name": "getChannels", "variant": "signature", "kind": 4096, @@ -23783,16 +23873,16 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 301, + "line": 308, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L301" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L308" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -23802,7 +23892,7 @@ ] }, { - "id": 195, + "id": 196, "name": "removeAllChannels", "variant": "declaration", "kind": 2048, @@ -23810,14 +23900,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 318, + "line": 325, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L318" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L325" } ], "signatures": [ { - "id": 196, + "id": 197, "name": "removeAllChannels", "variant": "signature", "kind": 4096, @@ -23833,9 +23923,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 318, + "line": 325, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L318" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L325" } ], "type": { @@ -23873,7 +23963,7 @@ ] }, { - "id": 192, + "id": 193, "name": "removeChannel", "variant": "declaration", "kind": 2048, @@ -23881,14 +23971,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 311, + "line": 318, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L311" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L318" } ], "signatures": [ { - "id": 193, + "id": 194, "name": "removeChannel", "variant": "signature", "kind": 4096, @@ -23904,14 +23994,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 311, + "line": 318, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L311" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L318" } ], "parameters": [ { - "id": 194, + "id": 195, "name": "channel", "variant": "param", "kind": 32768, @@ -23926,7 +24016,7 @@ }, "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -23965,7 +24055,7 @@ ] }, { - "id": 174, + "id": 175, "name": "rpc", "variant": "declaration", "kind": 2048, @@ -23973,14 +24063,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 247, + "line": 254, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L247" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L254" } ], "signatures": [ { - "id": 175, + "id": 176, "name": "rpc", "variant": "signature", "kind": 4096, @@ -23996,14 +24086,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 247, + "line": 254, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L247" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L254" } ], "typeParameters": [ { - "id": 176, + "id": 177, "name": "FnName", "variant": "typeParam", "kind": 131072, @@ -24014,7 +24104,7 @@ } }, { - "id": 177, + "id": 178, "name": "Args", "variant": "typeParam", "kind": 131072, @@ -24044,7 +24134,7 @@ } }, { - "id": 178, + "id": 179, "name": "FilterBuilder", "variant": "typeParam", "kind": 131072, @@ -24058,7 +24148,7 @@ "typeArguments": [ { "type": "reference", - "target": 176, + "target": 177, "name": "FnName", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -24076,7 +24166,7 @@ "typeArguments": [ { "type": "reference", - "target": 120, + "target": 121, "name": "Schema", "package": "@supabase/supabase-js", "qualifiedName": "default.Schema", @@ -24084,14 +24174,14 @@ }, { "type": "reference", - "target": 176, + "target": 177, "name": "FnName", "package": "@supabase/supabase-js", "refersToTypeParameter": true }, { "type": "reference", - "target": 177, + "target": 178, "name": "Args", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -24104,7 +24194,7 @@ ], "parameters": [ { - "id": 179, + "id": 180, "name": "fn", "variant": "param", "kind": 32768, @@ -24119,14 +24209,14 @@ }, "type": { "type": "reference", - "target": 176, + "target": 177, "name": "FnName", "package": "@supabase/supabase-js", "refersToTypeParameter": true } }, { - "id": 180, + "id": 181, "name": "args", "variant": "param", "kind": 32768, @@ -24141,7 +24231,7 @@ }, "type": { "type": "reference", - "target": 177, + "target": 178, "name": "Args", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -24149,7 +24239,7 @@ "defaultValue": "..." }, { - "id": 181, + "id": 182, "name": "options", "variant": "param", "kind": 32768, @@ -24165,14 +24255,14 @@ "type": { "type": "reflection", "declaration": { - "id": 182, + "id": 183, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 185, + "id": 186, "name": "count", "variant": "declaration", "kind": 1024, @@ -24222,9 +24312,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 261, + "line": 268, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L261" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L268" } ], "type": { @@ -24246,7 +24336,7 @@ } }, { - "id": 184, + "id": 185, "name": "get", "variant": "declaration", "kind": 1024, @@ -24272,9 +24362,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 260, + "line": 267, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L260" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L267" } ], "type": { @@ -24283,7 +24373,7 @@ } }, { - "id": 183, + "id": 184, "name": "head", "variant": "declaration", "kind": 1024, @@ -24317,9 +24407,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 259, + "line": 266, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L259" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L266" } ], "type": { @@ -24331,15 +24421,15 @@ "groups": [ { "title": "Properties", - "children": [185, 184, 183] + "children": [186, 185, 184] } ], "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 258, + "line": 265, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L258" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L265" } ] } @@ -24356,7 +24446,7 @@ "typeArguments": [ { "type": "reference", - "target": 121, + "target": 122, "name": "ClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.ClientOptions", @@ -24364,7 +24454,7 @@ }, { "type": "reference", - "target": 120, + "target": 121, "name": "Schema", "package": "@supabase/supabase-js", "qualifiedName": "default.Schema", @@ -24378,7 +24468,7 @@ }, "objectType": { "type": "reference", - "target": 178, + "target": 179, "name": "FilterBuilder", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -24392,7 +24482,7 @@ }, "objectType": { "type": "reference", - "target": 178, + "target": 179, "name": "FilterBuilder", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -24406,7 +24496,7 @@ }, "objectType": { "type": "reference", - "target": 178, + "target": 179, "name": "FilterBuilder", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -24420,7 +24510,7 @@ }, "objectType": { "type": "reference", - "target": 178, + "target": 179, "name": "FilterBuilder", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -24439,7 +24529,7 @@ ] }, { - "id": 170, + "id": 171, "name": "schema", "variant": "declaration", "kind": 2048, @@ -24447,14 +24537,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 212, + "line": 219, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L212" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L219" } ], "signatures": [ { - "id": 171, + "id": 172, "name": "schema", "variant": "signature", "kind": 4096, @@ -24470,14 +24560,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 212, + "line": 219, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L212" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L219" } ], "typeParameters": [ { - "id": 172, + "id": 173, "name": "DynamicSchema", "variant": "typeParam", "kind": 131072, @@ -24490,7 +24580,7 @@ ], "parameters": [ { - "id": 173, + "id": 174, "name": "schema", "variant": "param", "kind": 32768, @@ -24505,7 +24595,7 @@ }, "type": { "type": "reference", - "target": 172, + "target": 173, "name": "DynamicSchema", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -24521,7 +24611,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -24529,7 +24619,7 @@ }, { "type": "reference", - "target": 121, + "target": 122, "name": "ClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.ClientOptions", @@ -24537,7 +24627,7 @@ }, { "type": "reference", - "target": 172, + "target": 173, "name": "DynamicSchema", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -24548,14 +24638,14 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 172, + "target": 173, "name": "DynamicSchema", "package": "@supabase/supabase-js", "refersToTypeParameter": true }, "objectType": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -24599,19 +24689,19 @@ "groups": [ { "title": "Constructors", - "children": [113] + "children": [114] }, { "title": "Properties", - "children": [153, 135, 139, 152, 144, 141, 156, 136, 138, 142, 137, 143, 140, 158, 157] + "children": [154, 136, 140, 153, 145, 142, 157, 137, 139, 143, 138, 144, 141, 159, 158] }, { "title": "Accessors", - "children": [159] + "children": [160] }, { "title": "Methods", - "children": [186, 161, 190, 195, 192, 174, 170] + "children": [187, 162, 191, 196, 193, 175, 171] } ], "sources": [ @@ -24619,12 +24709,12 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 37, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L37" } ], "typeParameters": [ { - "id": 225, + "id": 226, "name": "Database", "variant": "typeParam", "kind": 131072, @@ -24635,7 +24725,7 @@ } }, { - "id": 226, + "id": 227, "name": "SchemaNameOrClientOptions", "variant": "typeParam", "kind": 131072, @@ -24662,7 +24752,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -24682,14 +24772,14 @@ { "type": "reflection", "declaration": { - "id": 227, + "id": 228, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 228, + "id": 229, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -24699,7 +24789,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 44, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L44" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L44" } ], "type": { @@ -24711,7 +24801,7 @@ "groups": [ { "title": "Properties", - "children": [228] + "children": [229] } ], "sources": [ @@ -24719,7 +24809,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 44, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L44" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L44" } ] } @@ -24744,7 +24834,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -24782,7 +24872,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -24802,7 +24892,7 @@ } }, { - "id": 229, + "id": 230, "name": "SchemaName", "variant": "typeParam", "kind": 131072, @@ -24826,7 +24916,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -24847,7 +24937,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -24872,7 +24962,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -24891,7 +24981,7 @@ }, "trueType": { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -24915,7 +25005,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -24960,7 +25050,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -24989,7 +25079,7 @@ } }, { - "id": 230, + "id": 231, "name": "Schema", "variant": "typeParam", "kind": 131072, @@ -25000,7 +25090,7 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 119, + "target": 120, "name": "SchemaName", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaName", @@ -25015,7 +25105,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -25043,7 +25133,7 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 119, + "target": 120, "name": "SchemaName", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaName", @@ -25058,7 +25148,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -25084,7 +25174,7 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 119, + "target": 120, "name": "SchemaName", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaName", @@ -25099,7 +25189,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -25127,7 +25217,7 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 119, + "target": 120, "name": "SchemaName", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaName", @@ -25142,7 +25232,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -25164,7 +25254,7 @@ } }, { - "id": 231, + "id": 232, "name": "ClientOptions", "variant": "typeParam", "kind": 131072, @@ -25172,14 +25262,14 @@ "type": { "type": "reflection", "declaration": { - "id": 232, + "id": 233, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 233, + "id": 234, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -25189,7 +25279,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 59, "character": 26, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L59" } ], "type": { @@ -25201,7 +25291,7 @@ "groups": [ { "title": "Properties", - "children": [233] + "children": [234] } ], "sources": [ @@ -25209,7 +25299,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 59, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L59" } ] } @@ -25218,7 +25308,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -25243,7 +25333,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -25264,7 +25354,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -25273,14 +25363,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 234, + "id": 235, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 235, + "id": 236, "name": "__InternalSupabase", "variant": "declaration", "kind": 1024, @@ -25290,20 +25380,20 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 62, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L62" } ], "type": { "type": "reflection", "declaration": { - "id": 236, + "id": 237, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 237, + "id": 238, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -25313,7 +25403,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 62, "character": 47, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L62" } ], "type": { @@ -25325,7 +25415,7 @@ "groups": [ { "title": "Properties", - "children": [237] + "children": [238] } ], "sources": [ @@ -25333,7 +25423,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 62, "character": 45, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L62" } ] } @@ -25343,7 +25433,7 @@ "groups": [ { "title": "Properties", - "children": [235] + "children": [236] } ], "sources": [ @@ -25351,7 +25441,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 62, "character": 23, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L62" } ] } @@ -25364,7 +25454,7 @@ }, "objectType": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -25374,14 +25464,14 @@ "falseType": { "type": "reflection", "declaration": { - "id": 238, + "id": 239, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 239, + "id": 240, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -25391,7 +25481,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 65, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L65" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L65" } ], "type": { @@ -25403,7 +25493,7 @@ "groups": [ { "title": "Properties", - "children": [239] + "children": [240] } ], "sources": [ @@ -25411,7 +25501,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 65, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L65" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L65" } ] } @@ -25421,7 +25511,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -25430,14 +25520,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 240, + "id": 241, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 241, + "id": 242, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -25447,7 +25537,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 66, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L66" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L66" } ], "type": { @@ -25459,7 +25549,7 @@ "groups": [ { "title": "Properties", - "children": [241] + "children": [242] } ], "sources": [ @@ -25467,14 +25557,14 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 66, "character": 40, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L66" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L66" } ] } }, "trueType": { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -25490,28 +25580,28 @@ ] }, { - "id": 2138, + "id": 2167, "name": "WebSocketFactory", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 2152, + "id": 2181, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 2153, + "id": 2182, "name": "WebSocketFactory", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 2138, + "target": 2167, "name": "WebSocketFactory", "package": "@supabase/realtime-js" } @@ -25519,7 +25609,7 @@ ] }, { - "id": 2146, + "id": 2175, "name": "createWebSocket", "variant": "declaration", "kind": 2048, @@ -25535,7 +25625,7 @@ ], "signatures": [ { - "id": 2147, + "id": 2176, "name": "createWebSocket", "variant": "signature", "kind": 4096, @@ -25549,7 +25639,7 @@ ], "parameters": [ { - "id": 2148, + "id": 2177, "name": "url", "variant": "param", "kind": 32768, @@ -25574,7 +25664,7 @@ } }, { - "id": 2149, + "id": 2178, "name": "protocols", "variant": "param", "kind": 32768, @@ -25601,7 +25691,7 @@ ], "type": { "type": "reference", - "target": 2154, + "target": 2183, "name": "WebSocketLike", "package": "@supabase/realtime-js" } @@ -25609,7 +25699,7 @@ ] }, { - "id": 2140, + "id": 2169, "name": "getWebSocketConstructor", "variant": "declaration", "kind": 2048, @@ -25625,7 +25715,7 @@ ], "signatures": [ { - "id": 2141, + "id": 2170, "name": "getWebSocketConstructor", "variant": "signature", "kind": 4096, @@ -25640,7 +25730,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2142, + "id": 2171, "name": "__type", "variant": "declaration", "kind": 65536, @@ -25654,7 +25744,7 @@ ], "signatures": [ { - "id": 2143, + "id": 2172, "name": "getWebSocketConstructor", "variant": "signature", "kind": 16384, @@ -25668,7 +25758,7 @@ ], "parameters": [ { - "id": 2144, + "id": 2173, "name": "url", "variant": "param", "kind": 32768, @@ -25693,7 +25783,7 @@ } }, { - "id": 2145, + "id": 2174, "name": "protocols", "variant": "param", "kind": 32768, @@ -25735,7 +25825,7 @@ ] }, { - "id": 2150, + "id": 2179, "name": "isWebSocketSupported", "variant": "declaration", "kind": 2048, @@ -25751,7 +25841,7 @@ ], "signatures": [ { - "id": 2151, + "id": 2180, "name": "isWebSocketSupported", "variant": "signature", "kind": 4096, @@ -25774,11 +25864,11 @@ "groups": [ { "title": "Constructors", - "children": [2152] + "children": [2181] }, { "title": "Methods", - "children": [2146, 2140, 2150] + "children": [2175, 2169, 2179] } ], "sources": [ @@ -25790,14 +25880,14 @@ ] }, { - "id": 839, + "id": 848, "name": "AdminUserAttributes", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 841, + "id": 850, "name": "app_metadata", "variant": "declaration", "kind": 1024, @@ -25831,7 +25921,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 333, + "line": 345, "character": 4 } ], @@ -25841,7 +25931,7 @@ } }, { - "id": 844, + "id": 853, "name": "ban_duration", "variant": "declaration", "kind": 1024, @@ -25859,7 +25949,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 356, + "line": 368, "character": 4 } ], @@ -25869,7 +25959,7 @@ } }, { - "id": 849, + "id": 858, "name": "email", "variant": "declaration", "kind": 1024, @@ -25888,7 +25978,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 290, + "line": 302, "character": 4 } ], @@ -25903,7 +25993,7 @@ } }, { - "id": 842, + "id": 851, "name": "email_confirm", "variant": "declaration", "kind": 1024, @@ -25921,7 +26011,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 339, + "line": 351, "character": 4 } ], @@ -25931,7 +26021,7 @@ } }, { - "id": 847, + "id": 856, "name": "id", "variant": "declaration", "kind": 1024, @@ -25965,7 +26055,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 378, + "line": 390, "character": 4 } ], @@ -25975,7 +26065,7 @@ } }, { - "id": 848, + "id": 857, "name": "nonce", "variant": "declaration", "kind": 1024, @@ -25994,7 +26084,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 304, + "line": 316, "character": 4 } ], @@ -26009,7 +26099,7 @@ } }, { - "id": 850, + "id": 859, "name": "password", "variant": "declaration", "kind": 1024, @@ -26028,7 +26118,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 298, + "line": 310, "character": 4 } ], @@ -26043,7 +26133,7 @@ } }, { - "id": 846, + "id": 855, "name": "password_hash", "variant": "declaration", "kind": 1024, @@ -26069,7 +26159,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 372, + "line": 384, "character": 4 } ], @@ -26079,7 +26169,7 @@ } }, { - "id": 851, + "id": 860, "name": "phone", "variant": "declaration", "kind": 1024, @@ -26098,7 +26188,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 294, + "line": 306, "character": 4 } ], @@ -26113,7 +26203,7 @@ } }, { - "id": 843, + "id": 852, "name": "phone_confirm", "variant": "declaration", "kind": 1024, @@ -26131,7 +26221,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 345, + "line": 357, "character": 4 } ], @@ -26141,7 +26231,7 @@ } }, { - "id": 845, + "id": 854, "name": "role", "variant": "declaration", "kind": 1024, @@ -26191,7 +26281,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 364, + "line": 376, "character": 4 } ], @@ -26201,7 +26291,7 @@ } }, { - "id": 840, + "id": 849, "name": "user_metadata", "variant": "declaration", "kind": 1024, @@ -26235,7 +26325,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 324, + "line": 336, "character": 4 } ], @@ -26248,13 +26338,13 @@ "groups": [ { "title": "Properties", - "children": [841, 844, 849, 842, 847, 848, 850, 846, 851, 843, 845, 840] + "children": [850, 853, 858, 851, 856, 857, 859, 855, 860, 852, 854, 849] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 313, + "line": 325, "character": 17 } ], @@ -26268,7 +26358,7 @@ "typeArguments": [ { "type": "reference", - "target": 833, + "target": 842, "name": "UserAttributes", "package": "@supabase/auth-js" }, @@ -26283,7 +26373,7 @@ ] }, { - "id": 799, + "id": 807, "name": "AMREntry", "variant": "declaration", "kind": 256, @@ -26303,7 +26393,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#getAuthenticatorAssuranceLevel", - "target": 1221 + "target": 1232 }, { "kind": "text", @@ -26315,7 +26405,7 @@ }, "children": [ { - "id": 800, + "id": 808, "name": "method", "variant": "declaration", "kind": 1024, @@ -26331,19 +26421,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 200, + "line": 205, "character": 4 } ], "type": { "type": "reference", - "target": 797, + "target": 805, "name": "AMRMethod", "package": "@supabase/auth-js" } }, { - "id": 801, + "id": 809, "name": "timestamp", "variant": "declaration", "kind": 1024, @@ -26359,7 +26449,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 205, + "line": 210, "character": 4 } ], @@ -26372,19 +26462,19 @@ "groups": [ { "title": "Properties", - "children": [800, 801] + "children": [808, 809] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 198, + "line": 203, "character": 17 } ] }, { - "id": 1390, + "id": 1417, "name": "AuthOAuthServerApi", "variant": "declaration", "kind": 256, @@ -26399,7 +26489,7 @@ }, "children": [ { - "id": 1394, + "id": 1421, "name": "approveAuthorization", "variant": "declaration", "kind": 2048, @@ -26407,13 +26497,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1366, + "line": 1409, "character": 4 } ], "signatures": [ { - "id": 1395, + "id": 1422, "name": "approveAuthorization", "variant": "signature", "kind": 4096, @@ -26440,13 +26530,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1366, + "line": 1409, "character": 4 } ], "parameters": [ { - "id": 1396, + "id": 1423, "name": "authorizationId", "variant": "param", "kind": 32768, @@ -26465,7 +26555,7 @@ } }, { - "id": 1397, + "id": 1424, "name": "options", "variant": "param", "kind": 32768, @@ -26483,14 +26573,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1398, + "id": 1425, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1399, + "id": 1426, "name": "skipBrowserRedirect", "variant": "declaration", "kind": 1024, @@ -26500,7 +26590,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1367, + "line": 1410, "character": 8 } ], @@ -26513,13 +26603,13 @@ "groups": [ { "title": "Properties", - "children": [1399] + "children": [1426] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1366, + "line": 1409, "character": 60 } ] @@ -26536,7 +26626,7 @@ "typeArguments": [ { "type": "reference", - "target": 1387, + "target": 1414, "name": "AuthOAuthConsentResponse", "package": "@supabase/auth-js" } @@ -26548,7 +26638,7 @@ ] }, { - "id": 1400, + "id": 1427, "name": "denyAuthorization", "variant": "declaration", "kind": 2048, @@ -26556,13 +26646,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1377, + "line": 1420, "character": 4 } ], "signatures": [ { - "id": 1401, + "id": 1428, "name": "denyAuthorization", "variant": "signature", "kind": 4096, @@ -26589,13 +26679,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1377, + "line": 1420, "character": 4 } ], "parameters": [ { - "id": 1402, + "id": 1429, "name": "authorizationId", "variant": "param", "kind": 32768, @@ -26614,7 +26704,7 @@ } }, { - "id": 1403, + "id": 1430, "name": "options", "variant": "param", "kind": 32768, @@ -26632,14 +26722,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1404, + "id": 1431, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1405, + "id": 1432, "name": "skipBrowserRedirect", "variant": "declaration", "kind": 1024, @@ -26649,7 +26739,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1378, + "line": 1421, "character": 8 } ], @@ -26662,13 +26752,13 @@ "groups": [ { "title": "Properties", - "children": [1405] + "children": [1432] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1377, + "line": 1420, "character": 57 } ] @@ -26685,7 +26775,7 @@ "typeArguments": [ { "type": "reference", - "target": 1387, + "target": 1414, "name": "AuthOAuthConsentResponse", "package": "@supabase/auth-js" } @@ -26697,7 +26787,7 @@ ] }, { - "id": 1391, + "id": 1418, "name": "getAuthorizationDetails", "variant": "declaration", "kind": 2048, @@ -26705,13 +26795,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1357, + "line": 1400, "character": 4 } ], "signatures": [ { - "id": 1392, + "id": 1419, "name": "getAuthorizationDetails", "variant": "signature", "kind": 4096, @@ -26738,13 +26828,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1357, + "line": 1400, "character": 4 } ], "parameters": [ { - "id": 1393, + "id": 1420, "name": "authorizationId", "variant": "param", "kind": 32768, @@ -26772,7 +26862,7 @@ "typeArguments": [ { "type": "reference", - "target": 1386, + "target": 1413, "name": "AuthOAuthAuthorizationDetailsResponse", "package": "@supabase/auth-js" } @@ -26787,13 +26877,13 @@ "groups": [ { "title": "Methods", - "children": [1394, 1400, 1391] + "children": [1421, 1427, 1418] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1344, + "line": 1387, "character": 17 } ] @@ -26822,7 +26912,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 169, + "line": 174, "character": 4 } ], @@ -26850,7 +26940,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 181, + "line": 186, "character": 4 } ], @@ -26876,7 +26966,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 177, + "line": 182, "character": 4 } ], @@ -26904,7 +26994,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 165, + "line": 170, "character": 4 } ], @@ -26941,7 +27031,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 160, + "line": 165, "character": 4 } ], @@ -26976,7 +27066,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 173, + "line": 178, "character": 4 } ], @@ -26994,7 +27084,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 182, + "line": 187, "character": 4 } ], @@ -27020,7 +27110,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 186, + "line": 191, "character": 4 } ], @@ -27041,7 +27131,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 156, + "line": 161, "character": 17 } ] @@ -27064,7 +27154,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 270, + "line": 282, "character": 4 } ], @@ -27082,13 +27172,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 261, + "line": 273, "character": 4 } ], "type": { "type": "reference", - "target": 825, + "target": 833, "name": "UserAppMetadata", "package": "@supabase/auth-js" } @@ -27102,7 +27192,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 263, + "line": 275, "character": 4 } ], @@ -27122,7 +27212,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 264, + "line": 276, "character": 4 } ], @@ -27142,7 +27232,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 274, + "line": 286, "character": 4 } ], @@ -27160,7 +27250,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 273, + "line": 285, "character": 4 } ], @@ -27180,7 +27270,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 284, + "line": 296, "character": 4 } ], @@ -27200,7 +27290,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 271, + "line": 283, "character": 4 } ], @@ -27220,7 +27310,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 266, + "line": 278, "character": 4 } ], @@ -27240,7 +27330,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 275, + "line": 287, "character": 4 } ], @@ -27260,7 +27350,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 283, + "line": 295, "character": 4 } ], @@ -27271,7 +27361,7 @@ "types": [ { "type": "reference", - "target": 815, + "target": 823, "typeArguments": [ { "type": "union", @@ -27300,7 +27390,7 @@ }, { "type": "reference", - "target": 815, + "target": 823, "typeArguments": [ { "type": "union", @@ -27340,7 +27430,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 260, + "line": 272, "character": 4 } ], @@ -27360,7 +27450,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 280, + "line": 292, "character": 4 } ], @@ -27368,7 +27458,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 802, + "target": 810, "name": "UserIdentity", "package": "@supabase/auth-js" } @@ -27385,7 +27475,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 269, + "line": 281, "character": 4 } ], @@ -27405,7 +27495,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 281, + "line": 293, "character": 4 } ], @@ -27425,7 +27515,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 282, + "line": 294, "character": 4 } ], @@ -27445,7 +27535,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 277, + "line": 289, "character": 4 } ], @@ -27465,7 +27555,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 267, + "line": 279, "character": 4 } ], @@ -27485,7 +27575,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 268, + "line": 280, "character": 4 } ], @@ -27505,7 +27595,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 272, + "line": 284, "character": 4 } ], @@ -27525,7 +27615,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 276, + "line": 288, "character": 4 } ], @@ -27545,7 +27635,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 265, + "line": 277, "character": 4 } ], @@ -27565,7 +27655,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 278, + "line": 290, "character": 4 } ], @@ -27585,7 +27675,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 279, + "line": 291, "character": 4 } ], @@ -27603,13 +27693,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 262, + "line": 274, "character": 4 } ], "type": { "type": "reference", - "target": 829, + "target": 838, "name": "UserMetadata", "package": "@supabase/auth-js" } @@ -27627,20 +27717,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 259, + "line": 271, "character": 17 } ] }, { - "id": 1044, + "id": 1055, "name": "GenerateLinkOptions", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1045, + "id": 1056, "name": "data", "variant": "declaration", "kind": 1024, @@ -27674,7 +27764,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 663, + "line": 689, "character": 4 } ], @@ -27684,7 +27774,7 @@ } }, { - "id": 1046, + "id": 1057, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -27702,7 +27792,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 665, + "line": 691, "character": 4 } ], @@ -27715,19 +27805,19 @@ "groups": [ { "title": "Properties", - "children": [1045, 1046] + "children": [1056, 1057] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 657, + "line": 683, "character": 17 } ] }, { - "id": 1237, + "id": 1248, "name": "GoTrueAdminMFAApi", "variant": "declaration", "kind": 256, @@ -27748,7 +27838,7 @@ }, "children": [ { - "id": 1241, + "id": 1252, "name": "deleteFactor", "variant": "declaration", "kind": 2048, @@ -27756,13 +27846,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 996, + "line": 1022, "character": 4 } ], "signatures": [ { - "id": 1242, + "id": 1253, "name": "deleteFactor", "variant": "signature", "kind": 4096, @@ -27782,7 +27872,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#unenroll", - "target": 1210 + "target": 1221 } ] }, @@ -27795,20 +27885,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 996, + "line": 1022, "character": 4 } ], "parameters": [ { - "id": 1243, + "id": 1254, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1227, + "target": 1238, "name": "AuthMFAAdminDeleteFactorParams", "package": "@supabase/auth-js" } @@ -27823,7 +27913,7 @@ "typeArguments": [ { "type": "reference", - "target": 1224, + "target": 1235, "name": "AuthMFAAdminDeleteFactorResponse", "package": "@supabase/auth-js" } @@ -27835,7 +27925,7 @@ ] }, { - "id": 1238, + "id": 1249, "name": "listFactors", "variant": "declaration", "kind": 2048, @@ -27843,13 +27933,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 987, + "line": 1013, "character": 4 } ], "signatures": [ { - "id": 1239, + "id": 1250, "name": "listFactors", "variant": "signature", "kind": 4096, @@ -27865,20 +27955,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 987, + "line": 1013, "character": 4 } ], "parameters": [ { - "id": 1240, + "id": 1251, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1234, + "target": 1245, "name": "AuthMFAAdminListFactorsParams", "package": "@supabase/auth-js" } @@ -27893,7 +27983,7 @@ "typeArguments": [ { "type": "reference", - "target": 1231, + "target": 1242, "name": "AuthMFAAdminListFactorsResponse", "package": "@supabase/auth-js" } @@ -27908,19 +27998,19 @@ "groups": [ { "title": "Methods", - "children": [1241, 1238] + "children": [1252, 1249] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 982, + "line": 1008, "character": 17 } ] }, { - "id": 1347, + "id": 1374, "name": "GoTrueAdminOAuthApi", "variant": "declaration", "kind": 256, @@ -27935,7 +28025,7 @@ }, "children": [ { - "id": 1351, + "id": 1378, "name": "createClient", "variant": "declaration", "kind": 2048, @@ -27943,13 +28033,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1257, + "line": 1300, "character": 4 } ], "signatures": [ { - "id": 1352, + "id": 1379, "name": "createClient", "variant": "signature", "kind": 4096, @@ -27973,20 +28063,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1257, + "line": 1300, "character": 4 } ], "parameters": [ { - "id": 1353, + "id": 1380, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1319, + "target": 1346, "name": "CreateOAuthClientParams", "package": "@supabase/auth-js" } @@ -28001,7 +28091,7 @@ "typeArguments": [ { "type": "reference", - "target": 1334, + "target": 1361, "name": "OAuthClientResponse", "package": "@supabase/auth-js" } @@ -28013,7 +28103,7 @@ ] }, { - "id": 1361, + "id": 1388, "name": "deleteClient", "variant": "declaration", "kind": 2048, @@ -28021,13 +28111,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1278, + "line": 1321, "character": 4 } ], "signatures": [ { - "id": 1362, + "id": 1389, "name": "deleteClient", "variant": "signature", "kind": 4096, @@ -28051,13 +28141,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1278, + "line": 1321, "character": 4 } ], "parameters": [ { - "id": 1363, + "id": 1390, "name": "clientId", "variant": "param", "kind": 32768, @@ -28078,14 +28168,14 @@ { "type": "reflection", "declaration": { - "id": 1364, + "id": 1391, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1365, + "id": 1392, "name": "data", "variant": "declaration", "kind": 1024, @@ -28093,7 +28183,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1279, + "line": 1322, "character": 8 } ], @@ -28103,7 +28193,7 @@ } }, { - "id": 1366, + "id": 1393, "name": "error", "variant": "declaration", "kind": 1024, @@ -28111,7 +28201,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1280, + "line": 1323, "character": 8 } ], @@ -28124,7 +28214,7 @@ }, { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -28135,13 +28225,13 @@ "groups": [ { "title": "Properties", - "children": [1365, 1366] + "children": [1392, 1393] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1278, + "line": 1321, "character": 44 } ] @@ -28155,7 +28245,7 @@ ] }, { - "id": 1354, + "id": 1381, "name": "getClient", "variant": "declaration", "kind": 2048, @@ -28163,13 +28253,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1264, + "line": 1307, "character": 4 } ], "signatures": [ { - "id": 1355, + "id": 1382, "name": "getClient", "variant": "signature", "kind": 4096, @@ -28193,13 +28283,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1264, + "line": 1307, "character": 4 } ], "parameters": [ { - "id": 1356, + "id": 1383, "name": "clientId", "variant": "param", "kind": 32768, @@ -28219,7 +28309,7 @@ "typeArguments": [ { "type": "reference", - "target": 1334, + "target": 1361, "name": "OAuthClientResponse", "package": "@supabase/auth-js" } @@ -28231,7 +28321,7 @@ ] }, { - "id": 1348, + "id": 1375, "name": "listClients", "variant": "declaration", "kind": 2048, @@ -28239,13 +28329,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1250, + "line": 1293, "character": 4 } ], "signatures": [ { - "id": 1349, + "id": 1376, "name": "listClients", "variant": "signature", "kind": 4096, @@ -28269,13 +28359,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1250, + "line": 1293, "character": 4 } ], "parameters": [ { - "id": 1350, + "id": 1377, "name": "params", "variant": "param", "kind": 32768, @@ -28284,7 +28374,7 @@ }, "type": { "type": "reference", - "target": 1258, + "target": 1269, "name": "PageParams", "package": "@supabase/auth-js" } @@ -28299,7 +28389,7 @@ "typeArguments": [ { "type": "reference", - "target": 1335, + "target": 1362, "name": "OAuthClientListResponse", "package": "@supabase/auth-js" } @@ -28311,7 +28401,7 @@ ] }, { - "id": 1367, + "id": 1394, "name": "regenerateClientSecret", "variant": "declaration", "kind": 2048, @@ -28319,13 +28409,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1288, + "line": 1331, "character": 4 } ], "signatures": [ { - "id": 1368, + "id": 1395, "name": "regenerateClientSecret", "variant": "signature", "kind": 4096, @@ -28349,13 +28439,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1288, + "line": 1331, "character": 4 } ], "parameters": [ { - "id": 1369, + "id": 1396, "name": "clientId", "variant": "param", "kind": 32768, @@ -28375,7 +28465,7 @@ "typeArguments": [ { "type": "reference", - "target": 1334, + "target": 1361, "name": "OAuthClientResponse", "package": "@supabase/auth-js" } @@ -28387,7 +28477,7 @@ ] }, { - "id": 1357, + "id": 1384, "name": "updateClient", "variant": "declaration", "kind": 2048, @@ -28395,13 +28485,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1271, + "line": 1314, "character": 4 } ], "signatures": [ { - "id": 1358, + "id": 1385, "name": "updateClient", "variant": "signature", "kind": 4096, @@ -28425,13 +28515,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1271, + "line": 1314, "character": 4 } ], "parameters": [ { - "id": 1359, + "id": 1386, "name": "clientId", "variant": "param", "kind": 32768, @@ -28442,14 +28532,14 @@ } }, { - "id": 1360, + "id": 1387, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1327, + "target": 1354, "name": "UpdateOAuthClientParams", "package": "@supabase/auth-js" } @@ -28464,7 +28554,7 @@ "typeArguments": [ { "type": "reference", - "target": 1334, + "target": 1361, "name": "OAuthClientResponse", "package": "@supabase/auth-js" } @@ -28479,19 +28569,19 @@ "groups": [ { "title": "Methods", - "children": [1351, 1361, 1354, 1348, 1367, 1357] + "children": [1378, 1388, 1381, 1375, 1394, 1384] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1243, + "line": 1286, "character": 17 } ] }, { - "id": 1107, + "id": 1118, "name": "GoTrueMFAApi", "variant": "declaration", "kind": 256, @@ -28506,7 +28596,7 @@ }, "children": [ { - "id": 1223, + "id": 1234, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -28514,7 +28604,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 945, + "line": 971, "character": 4 } ], @@ -28529,7 +28619,7 @@ } }, { - "id": 1128, + "id": 1139, "name": "challenge", "variant": "declaration", "kind": 2048, @@ -28537,28 +28627,28 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 900, + "line": 926, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 901, + "line": 927, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 902, + "line": 928, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 903, + "line": 929, "character": 4 } ], "signatures": [ { - "id": 1129, + "id": 1140, "name": "challenge", "variant": "signature", "kind": 4096, @@ -28574,13 +28664,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 900, + "line": 926, "character": 4 } ], "parameters": [ { - "id": 1130, + "id": 1141, "name": "params", "variant": "param", "kind": 32768, @@ -28588,14 +28678,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1131, + "id": 1142, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1132, + "id": 1143, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -28611,7 +28701,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 742, + "line": 768, "character": 4 } ], @@ -28624,13 +28714,13 @@ "groups": [ { "title": "Properties", - "children": [1132] + "children": [1143] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -28651,14 +28741,14 @@ { "type": "reflection", "declaration": { - "id": 1133, + "id": 1144, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1134, + "id": 1145, "name": "data", "variant": "declaration", "kind": 1024, @@ -28666,7 +28756,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 86, + "line": 91, "character": 4 } ], @@ -28676,7 +28766,7 @@ } }, { - "id": 1135, + "id": 1146, "name": "error", "variant": "declaration", "kind": 1024, @@ -28684,13 +28774,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 87, + "line": 92, "character": 4 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -28699,13 +28789,13 @@ "groups": [ { "title": "Properties", - "children": [1134, 1135] + "children": [1145, 1146] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -28714,14 +28804,14 @@ { "type": "reflection", "declaration": { - "id": 1136, + "id": 1147, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1137, + "id": 1148, "name": "data", "variant": "declaration", "kind": 1024, @@ -28729,21 +28819,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 83, + "line": 88, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1138, + "id": 1149, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1141, + "id": 1152, "name": "expires_at", "variant": "declaration", "kind": 1024, @@ -28759,7 +28849,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 804, + "line": 830, "character": 4 } ], @@ -28769,7 +28859,7 @@ } }, { - "id": 1139, + "id": 1150, "name": "id", "variant": "declaration", "kind": 1024, @@ -28785,7 +28875,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 800, + "line": 826, "character": 4 } ], @@ -28795,7 +28885,7 @@ } }, { - "id": 1140, + "id": 1151, "name": "type", "variant": "declaration", "kind": 1024, @@ -28811,7 +28901,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 802, + "line": 828, "character": 4 } ], @@ -28824,13 +28914,13 @@ "groups": [ { "title": "Properties", - "children": [1141, 1139, 1140] + "children": [1152, 1150, 1151] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -28838,7 +28928,7 @@ } }, { - "id": 1142, + "id": 1153, "name": "error", "variant": "declaration", "kind": 1024, @@ -28846,7 +28936,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 84, + "line": 89, "character": 4 } ], @@ -28859,13 +28949,13 @@ "groups": [ { "title": "Properties", - "children": [1137, 1142] + "children": [1148, 1153] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -28879,7 +28969,7 @@ } }, { - "id": 1143, + "id": 1154, "name": "challenge", "variant": "signature", "kind": 4096, @@ -28887,13 +28977,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 901, + "line": 927, "character": 4 } ], "parameters": [ { - "id": 1144, + "id": 1155, "name": "params", "variant": "param", "kind": 32768, @@ -28901,14 +28991,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1145, + "id": 1156, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1147, + "id": 1158, "name": "channel", "variant": "declaration", "kind": 1024, @@ -28924,7 +29014,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 749, + "line": 775, "character": 4 } ], @@ -28943,7 +29033,7 @@ } }, { - "id": 1146, + "id": 1157, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -28959,7 +29049,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 742, + "line": 768, "character": 4 } ], @@ -28972,13 +29062,13 @@ "groups": [ { "title": "Properties", - "children": [1147, 1146] + "children": [1158, 1157] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -28999,14 +29089,14 @@ { "type": "reflection", "declaration": { - "id": 1148, + "id": 1159, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1149, + "id": 1160, "name": "data", "variant": "declaration", "kind": 1024, @@ -29014,7 +29104,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 86, + "line": 91, "character": 4 } ], @@ -29024,7 +29114,7 @@ } }, { - "id": 1150, + "id": 1161, "name": "error", "variant": "declaration", "kind": 1024, @@ -29032,13 +29122,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 87, + "line": 92, "character": 4 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -29047,13 +29137,13 @@ "groups": [ { "title": "Properties", - "children": [1149, 1150] + "children": [1160, 1161] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -29062,14 +29152,14 @@ { "type": "reflection", "declaration": { - "id": 1151, + "id": 1162, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1152, + "id": 1163, "name": "data", "variant": "declaration", "kind": 1024, @@ -29077,21 +29167,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 83, + "line": 88, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1153, + "id": 1164, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1156, + "id": 1167, "name": "expires_at", "variant": "declaration", "kind": 1024, @@ -29107,7 +29197,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 804, + "line": 830, "character": 4 } ], @@ -29117,7 +29207,7 @@ } }, { - "id": 1154, + "id": 1165, "name": "id", "variant": "declaration", "kind": 1024, @@ -29133,7 +29223,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 800, + "line": 826, "character": 4 } ], @@ -29143,7 +29233,7 @@ } }, { - "id": 1155, + "id": 1166, "name": "type", "variant": "declaration", "kind": 1024, @@ -29159,7 +29249,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 802, + "line": 828, "character": 4 } ], @@ -29172,13 +29262,13 @@ "groups": [ { "title": "Properties", - "children": [1156, 1154, 1155] + "children": [1167, 1165, 1166] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -29186,7 +29276,7 @@ } }, { - "id": 1157, + "id": 1168, "name": "error", "variant": "declaration", "kind": 1024, @@ -29194,7 +29284,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 84, + "line": 89, "character": 4 } ], @@ -29207,13 +29297,13 @@ "groups": [ { "title": "Properties", - "children": [1152, 1157] + "children": [1163, 1168] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -29227,7 +29317,7 @@ } }, { - "id": 1158, + "id": 1169, "name": "challenge", "variant": "signature", "kind": 4096, @@ -29235,13 +29325,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 902, + "line": 928, "character": 4 } ], "parameters": [ { - "id": 1159, + "id": 1170, "name": "params", "variant": "param", "kind": 32768, @@ -29249,14 +29339,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1160, + "id": 1171, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1161, + "id": 1172, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -29272,7 +29362,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 742, + "line": 768, "character": 4 } ], @@ -29282,7 +29372,7 @@ } }, { - "id": 1162, + "id": 1173, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -29290,21 +29380,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 754, + "line": 780, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1163, + "id": 1174, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1164, + "id": 1175, "name": "rpId", "variant": "declaration", "kind": 1024, @@ -29320,7 +29410,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 756, + "line": 782, "character": 8 } ], @@ -29330,7 +29420,7 @@ } }, { - "id": 1165, + "id": 1176, "name": "rpOrigins", "variant": "declaration", "kind": 1024, @@ -29348,7 +29438,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 758, + "line": 784, "character": 8 } ], @@ -29364,13 +29454,13 @@ "groups": [ { "title": "Properties", - "children": [1164, 1165] + "children": [1175, 1176] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 754, + "line": 780, "character": 14 } ] @@ -29381,13 +29471,13 @@ "groups": [ { "title": "Properties", - "children": [1161, 1162] + "children": [1172, 1173] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -29408,14 +29498,14 @@ { "type": "reflection", "declaration": { - "id": 1166, + "id": 1177, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1167, + "id": 1178, "name": "data", "variant": "declaration", "kind": 1024, @@ -29423,7 +29513,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 86, + "line": 91, "character": 4 } ], @@ -29433,7 +29523,7 @@ } }, { - "id": 1168, + "id": 1179, "name": "error", "variant": "declaration", "kind": 1024, @@ -29441,13 +29531,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 87, + "line": 92, "character": 4 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -29456,13 +29546,13 @@ "groups": [ { "title": "Properties", - "children": [1167, 1168] + "children": [1178, 1179] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -29471,14 +29561,14 @@ { "type": "reflection", "declaration": { - "id": 1169, + "id": 1180, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1170, + "id": 1181, "name": "data", "variant": "declaration", "kind": 1024, @@ -29486,21 +29576,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 83, + "line": 88, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1171, + "id": 1182, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1174, + "id": 1185, "name": "expires_at", "variant": "declaration", "kind": 1024, @@ -29516,7 +29606,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 804, + "line": 830, "character": 4 } ], @@ -29526,7 +29616,7 @@ } }, { - "id": 1172, + "id": 1183, "name": "id", "variant": "declaration", "kind": 1024, @@ -29542,7 +29632,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 800, + "line": 826, "character": 4 } ], @@ -29552,7 +29642,7 @@ } }, { - "id": 1173, + "id": 1184, "name": "type", "variant": "declaration", "kind": 1024, @@ -29568,7 +29658,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 802, + "line": 828, "character": 4 } ], @@ -29578,7 +29668,7 @@ } }, { - "id": 1175, + "id": 1186, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -29586,7 +29676,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 811, + "line": 837, "character": 4 } ], @@ -29596,14 +29686,14 @@ { "type": "reflection", "declaration": { - "id": 1176, + "id": 1187, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1178, + "id": 1189, "name": "credential_options", "variant": "declaration", "kind": 1024, @@ -29611,21 +29701,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 813, + "line": 839, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 1179, + "id": 1190, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1180, + "id": 1191, "name": "publicKey", "variant": "declaration", "kind": 1024, @@ -29633,7 +29723,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 814, + "line": 840, "character": 12 } ], @@ -29651,13 +29741,13 @@ "groups": [ { "title": "Properties", - "children": [1180] + "children": [1191] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 813, + "line": 839, "character": 28 } ] @@ -29665,7 +29755,7 @@ } }, { - "id": 1177, + "id": 1188, "name": "type", "variant": "declaration", "kind": 1024, @@ -29673,7 +29763,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 812, + "line": 838, "character": 8 } ], @@ -29686,13 +29776,13 @@ "groups": [ { "title": "Properties", - "children": [1178, 1177] + "children": [1189, 1188] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 811, + "line": 837, "character": 14 } ] @@ -29701,14 +29791,14 @@ { "type": "reflection", "declaration": { - "id": 1181, + "id": 1192, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1183, + "id": 1194, "name": "credential_options", "variant": "declaration", "kind": 1024, @@ -29716,21 +29806,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 818, + "line": 844, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 1184, + "id": 1195, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1185, + "id": 1196, "name": "publicKey", "variant": "declaration", "kind": 1024, @@ -29738,7 +29828,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 819, + "line": 845, "character": 12 } ], @@ -29756,13 +29846,13 @@ "groups": [ { "title": "Properties", - "children": [1185] + "children": [1196] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 818, + "line": 844, "character": 28 } ] @@ -29770,7 +29860,7 @@ } }, { - "id": 1182, + "id": 1193, "name": "type", "variant": "declaration", "kind": 1024, @@ -29778,7 +29868,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 817, + "line": 843, "character": 8 } ], @@ -29791,13 +29881,13 @@ "groups": [ { "title": "Properties", - "children": [1183, 1182] + "children": [1194, 1193] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 816, + "line": 842, "character": 8 } ] @@ -29810,13 +29900,13 @@ "groups": [ { "title": "Properties", - "children": [1174, 1172, 1173, 1175] + "children": [1185, 1183, 1184, 1186] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -29824,7 +29914,7 @@ } }, { - "id": 1186, + "id": 1197, "name": "error", "variant": "declaration", "kind": 1024, @@ -29832,7 +29922,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 84, + "line": 89, "character": 4 } ], @@ -29845,13 +29935,13 @@ "groups": [ { "title": "Properties", - "children": [1170, 1186] + "children": [1181, 1197] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -29865,7 +29955,7 @@ } }, { - "id": 1187, + "id": 1198, "name": "challenge", "variant": "signature", "kind": 4096, @@ -29873,20 +29963,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 903, + "line": 929, "character": 4 } ], "parameters": [ { - "id": 1188, + "id": 1199, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1077, + "target": 1088, "name": "MFAChallengeParams", "package": "@supabase/auth-js" } @@ -29901,7 +29991,7 @@ "typeArguments": [ { "type": "reference", - "target": 1096, + "target": 1107, "name": "AuthMFAChallengeResponse", "package": "@supabase/auth-js" } @@ -29913,7 +30003,7 @@ ] }, { - "id": 1213, + "id": 1224, "name": "challengeAndVerify", "variant": "declaration", "kind": 2048, @@ -29921,13 +30011,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 921, + "line": 947, "character": 4 } ], "signatures": [ { - "id": 1214, + "id": 1225, "name": "challengeAndVerify", "variant": "signature", "kind": 4096, @@ -29943,13 +30033,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 921, + "line": 947, "character": 4 } ], "parameters": [ { - "id": 1215, + "id": 1226, "name": "params", "variant": "param", "kind": 32768, @@ -29957,14 +30047,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1216, + "id": 1227, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1218, + "id": 1229, "name": "code", "variant": "declaration", "kind": 1024, @@ -29980,7 +30070,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 707, + "line": 733, "character": 4 } ], @@ -29990,7 +30080,7 @@ } }, { - "id": 1217, + "id": 1228, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -30006,7 +30096,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 701, + "line": 727, "character": 4 } ], @@ -30019,13 +30109,13 @@ "groups": [ { "title": "Properties", - "children": [1218, 1217] + "children": [1229, 1228] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -30042,7 +30132,7 @@ "typeArguments": [ { "type": "reference", - "target": 1086, + "target": 1097, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -30054,7 +30144,7 @@ ] }, { - "id": 1108, + "id": 1119, "name": "enroll", "variant": "declaration", "kind": 2048, @@ -30062,28 +30152,28 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 892, + "line": 918, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 893, + "line": 919, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 894, + "line": 920, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 895, + "line": 921, "character": 4 } ], "signatures": [ { - "id": 1109, + "id": 1120, "name": "enroll", "variant": "signature", "kind": 4096, @@ -30115,13 +30205,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 892, + "line": 918, "character": 4 } ], "parameters": [ { - "id": 1110, + "id": 1121, "name": "params", "variant": "param", "kind": 32768, @@ -30129,14 +30219,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1111, + "id": 1122, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1112, + "id": 1123, "name": "factorType", "variant": "declaration", "kind": 1024, @@ -30152,7 +30242,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1044, + "line": 1070, "character": 4 } ], @@ -30162,7 +30252,7 @@ } }, { - "id": 1113, + "id": 1124, "name": "friendlyName", "variant": "declaration", "kind": 1024, @@ -30180,7 +30270,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1046, + "line": 1072, "character": 4 } ], @@ -30190,7 +30280,7 @@ } }, { - "id": 1114, + "id": 1125, "name": "issuer", "variant": "declaration", "kind": 1024, @@ -30208,7 +30298,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1050, + "line": 1076, "character": 4 } ], @@ -30221,13 +30311,13 @@ "groups": [ { "title": "Properties", - "children": [1112, 1113, 1114] + "children": [1123, 1124, 1125] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -30244,7 +30334,7 @@ "typeArguments": [ { "type": "reference", - "target": 1268, + "target": 1279, "name": "AuthMFAEnrollTOTPResponse", "package": "@supabase/auth-js" } @@ -30254,7 +30344,7 @@ } }, { - "id": 1115, + "id": 1126, "name": "enroll", "variant": "signature", "kind": 4096, @@ -30262,13 +30352,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 893, + "line": 919, "character": 4 } ], "parameters": [ { - "id": 1116, + "id": 1127, "name": "params", "variant": "param", "kind": 32768, @@ -30276,14 +30366,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1117, + "id": 1128, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1118, + "id": 1129, "name": "factorType", "variant": "declaration", "kind": 1024, @@ -30299,7 +30389,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1044, + "line": 1070, "character": 4 } ], @@ -30309,7 +30399,7 @@ } }, { - "id": 1119, + "id": 1130, "name": "friendlyName", "variant": "declaration", "kind": 1024, @@ -30327,7 +30417,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1046, + "line": 1072, "character": 4 } ], @@ -30337,7 +30427,7 @@ } }, { - "id": 1120, + "id": 1131, "name": "phone", "variant": "declaration", "kind": 1024, @@ -30353,7 +30443,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1055, + "line": 1081, "character": 4 } ], @@ -30366,13 +30456,13 @@ "groups": [ { "title": "Properties", - "children": [1118, 1119, 1120] + "children": [1129, 1130, 1131] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -30389,7 +30479,7 @@ "typeArguments": [ { "type": "reference", - "target": 1269, + "target": 1280, "name": "AuthMFAEnrollPhoneResponse", "package": "@supabase/auth-js" } @@ -30399,7 +30489,7 @@ } }, { - "id": 1121, + "id": 1132, "name": "enroll", "variant": "signature", "kind": 4096, @@ -30407,13 +30497,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 894, + "line": 920, "character": 4 } ], "parameters": [ { - "id": 1122, + "id": 1133, "name": "params", "variant": "param", "kind": 32768, @@ -30421,14 +30511,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1123, + "id": 1134, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1124, + "id": 1135, "name": "factorType", "variant": "declaration", "kind": 1024, @@ -30444,7 +30534,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1044, + "line": 1070, "character": 4 } ], @@ -30454,7 +30544,7 @@ } }, { - "id": 1125, + "id": 1136, "name": "friendlyName", "variant": "declaration", "kind": 1024, @@ -30472,7 +30562,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1046, + "line": 1072, "character": 4 } ], @@ -30485,13 +30575,13 @@ "groups": [ { "title": "Properties", - "children": [1124, 1125] + "children": [1135, 1136] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -30508,7 +30598,7 @@ "typeArguments": [ { "type": "reference", - "target": 1270, + "target": 1281, "name": "AuthMFAEnrollWebauthnResponse", "package": "@supabase/auth-js" } @@ -30518,7 +30608,7 @@ } }, { - "id": 1126, + "id": 1137, "name": "enroll", "variant": "signature", "kind": 4096, @@ -30526,20 +30616,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 895, + "line": 921, "character": 4 } ], "parameters": [ { - "id": 1127, + "id": 1138, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1060, + "target": 1071, "name": "MFAEnrollParams", "package": "@supabase/auth-js" } @@ -30554,7 +30644,7 @@ "typeArguments": [ { "type": "reference", - "target": 1087, + "target": 1098, "name": "AuthMFAEnrollResponse", "package": "@supabase/auth-js" } @@ -30566,7 +30656,7 @@ ] }, { - "id": 1221, + "id": 1232, "name": "getAuthenticatorAssuranceLevel", "variant": "declaration", "kind": 2048, @@ -30574,13 +30664,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 944, + "line": 970, "character": 4 } ], "signatures": [ { - "id": 1222, + "id": 1233, "name": "getAuthenticatorAssuranceLevel", "variant": "signature", "kind": 4096, @@ -30620,7 +30710,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 944, + "line": 970, "character": 4 } ], @@ -30633,7 +30723,7 @@ "typeArguments": [ { "type": "reference", - "target": 1102, + "target": 1113, "name": "AuthMFAGetAuthenticatorAssuranceLevelResponse", "package": "@supabase/auth-js" } @@ -30645,7 +30735,7 @@ ] }, { - "id": 1219, + "id": 1230, "name": "listFactors", "variant": "declaration", "kind": 2048, @@ -30653,13 +30743,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 930, + "line": 956, "character": 4 } ], "signatures": [ { - "id": 1220, + "id": 1231, "name": "listFactors", "variant": "signature", "kind": 4096, @@ -30683,7 +30773,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#enroll", - "target": 1108 + "target": 1119 }, { "kind": "text", @@ -30697,7 +30787,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#getAuthenticatorAssuranceLevel", - "target": 1221 + "target": 1232 }, { "kind": "text", @@ -30711,7 +30801,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueClient#getUser", - "target": 500 + "target": 507 }, { "kind": "text", @@ -30724,7 +30814,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 930, + "line": 956, "character": 4 } ], @@ -30737,7 +30827,7 @@ "typeArguments": [ { "type": "reference", - "target": 1097, + "target": 1108, "typeArguments": [ { "type": "typeOperator", @@ -30772,7 +30862,7 @@ ] }, { - "id": 1210, + "id": 1221, "name": "unenroll", "variant": "declaration", "kind": 2048, @@ -30780,13 +30870,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 916, + "line": 942, "character": 4 } ], "signatures": [ { - "id": 1211, + "id": 1222, "name": "unenroll", "variant": "signature", "kind": 4096, @@ -30818,20 +30908,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 916, + "line": 942, "character": 4 } ], "parameters": [ { - "id": 1212, + "id": 1223, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1061, + "target": 1072, "name": "MFAUnenrollParams", "package": "@supabase/auth-js" } @@ -30846,7 +30936,7 @@ "typeArguments": [ { "type": "reference", - "target": 1088, + "target": 1099, "name": "AuthMFAUnenrollResponse", "package": "@supabase/auth-js" } @@ -30858,7 +30948,7 @@ ] }, { - "id": 1189, + "id": 1200, "name": "verify", "variant": "declaration", "kind": 2048, @@ -30866,28 +30956,28 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 908, + "line": 934, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 909, + "line": 935, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 910, + "line": 936, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 911, + "line": 937, "character": 4 } ], "signatures": [ { - "id": 1190, + "id": 1201, "name": "verify", "variant": "signature", "kind": 4096, @@ -30903,13 +30993,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 908, + "line": 934, "character": 4 } ], "parameters": [ { - "id": 1191, + "id": 1202, "name": "params", "variant": "param", "kind": 32768, @@ -30917,14 +31007,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1192, + "id": 1203, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1194, + "id": 1205, "name": "challengeId", "variant": "declaration", "kind": 1024, @@ -30940,7 +31030,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 703, + "line": 729, "character": 4 } ], @@ -30950,7 +31040,7 @@ } }, { - "id": 1195, + "id": 1206, "name": "code", "variant": "declaration", "kind": 1024, @@ -30966,7 +31056,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 707, + "line": 733, "character": 4 } ], @@ -30976,7 +31066,7 @@ } }, { - "id": 1193, + "id": 1204, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -30992,7 +31082,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 701, + "line": 727, "character": 4 } ], @@ -31005,13 +31095,13 @@ "groups": [ { "title": "Properties", - "children": [1194, 1195, 1193] + "children": [1205, 1206, 1204] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -31028,7 +31118,7 @@ "typeArguments": [ { "type": "reference", - "target": 1086, + "target": 1097, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -31038,7 +31128,7 @@ } }, { - "id": 1196, + "id": 1207, "name": "verify", "variant": "signature", "kind": 4096, @@ -31046,13 +31136,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 909, + "line": 935, "character": 4 } ], "parameters": [ { - "id": 1197, + "id": 1208, "name": "params", "variant": "param", "kind": 32768, @@ -31060,14 +31150,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1198, + "id": 1209, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1200, + "id": 1211, "name": "challengeId", "variant": "declaration", "kind": 1024, @@ -31083,7 +31173,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 703, + "line": 729, "character": 4 } ], @@ -31093,7 +31183,7 @@ } }, { - "id": 1201, + "id": 1212, "name": "code", "variant": "declaration", "kind": 1024, @@ -31109,7 +31199,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 707, + "line": 733, "character": 4 } ], @@ -31119,7 +31209,7 @@ } }, { - "id": 1199, + "id": 1210, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -31135,7 +31225,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 701, + "line": 727, "character": 4 } ], @@ -31148,13 +31238,13 @@ "groups": [ { "title": "Properties", - "children": [1200, 1201, 1199] + "children": [1211, 1212, 1210] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -31171,7 +31261,7 @@ "typeArguments": [ { "type": "reference", - "target": 1086, + "target": 1097, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -31181,7 +31271,7 @@ } }, { - "id": 1202, + "id": 1213, "name": "verify", "variant": "signature", "kind": 4096, @@ -31189,13 +31279,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 910, + "line": 936, "character": 4 } ], "parameters": [ { - "id": 1203, + "id": 1214, "name": "params", "variant": "param", "kind": 32768, @@ -31203,14 +31293,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1204, + "id": 1215, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1206, + "id": 1217, "name": "challengeId", "variant": "declaration", "kind": 1024, @@ -31226,7 +31316,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 703, + "line": 729, "character": 4 } ], @@ -31236,7 +31326,7 @@ } }, { - "id": 1205, + "id": 1216, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -31252,7 +31342,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 701, + "line": 727, "character": 4 } ], @@ -31262,7 +31352,7 @@ } }, { - "id": 1207, + "id": 1218, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -31270,7 +31360,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 730, + "line": 756, "character": 4 } ], @@ -31317,13 +31407,13 @@ "groups": [ { "title": "Properties", - "children": [1206, 1205, 1207] + "children": [1217, 1216, 1218] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -31340,7 +31430,7 @@ "typeArguments": [ { "type": "reference", - "target": 1086, + "target": 1097, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -31350,7 +31440,7 @@ } }, { - "id": 1208, + "id": 1219, "name": "verify", "variant": "signature", "kind": 4096, @@ -31358,20 +31448,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 911, + "line": 937, "character": 4 } ], "parameters": [ { - "id": 1209, + "id": 1220, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1072, + "target": 1083, "name": "MFAVerifyParams", "package": "@supabase/auth-js" } @@ -31386,7 +31476,7 @@ "typeArguments": [ { "type": "reference", - "target": 1086, + "target": 1097, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -31401,30 +31491,30 @@ "groups": [ { "title": "Properties", - "children": [1223] + "children": [1234] }, { "title": "Methods", - "children": [1128, 1213, 1108, 1221, 1219, 1210, 1189] + "children": [1139, 1224, 1119, 1232, 1230, 1221, 1200] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 882, + "line": 908, "character": 17 } ] }, { - "id": 1290, + "id": 1317, "name": "JWK", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1293, + "id": 1320, "name": "alg", "variant": "declaration", "kind": 1024, @@ -31434,7 +31524,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1123, + "line": 1166, "character": 4 } ], @@ -31444,7 +31534,7 @@ } }, { - "id": 1292, + "id": 1319, "name": "key_ops", "variant": "declaration", "kind": 1024, @@ -31452,7 +31542,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1122, + "line": 1165, "character": 4 } ], @@ -31465,7 +31555,7 @@ } }, { - "id": 1294, + "id": 1321, "name": "kid", "variant": "declaration", "kind": 1024, @@ -31475,7 +31565,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1124, + "line": 1167, "character": 4 } ], @@ -31485,7 +31575,7 @@ } }, { - "id": 1291, + "id": 1318, "name": "kty", "variant": "declaration", "kind": 1024, @@ -31493,7 +31583,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1121, + "line": 1164, "character": 4 } ], @@ -31519,19 +31609,19 @@ "groups": [ { "title": "Properties", - "children": [1293, 1292, 1294, 1291] + "children": [1320, 1319, 1321, 1318] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1120, + "line": 1163, "character": 17 } ], "indexSignatures": [ { - "id": 1295, + "id": 1322, "name": "__index", "variant": "signature", "kind": 8192, @@ -31539,13 +31629,493 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1125, + "line": 1168, "character": 4 } ], "parameters": [ { - "id": 1296, + "id": 1323, + "name": "key", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + ] + }, + { + "id": 1297, + "name": "JwtPayload", + "variant": "declaration", + "kind": 256, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "JWT Payload containing claims for Supabase authentication tokens.\n\nRequired claims (iss, aud, exp, iat, sub, role, aal, session_id) are inherited from RequiredClaims.\nAll other claims are optional as they can be customized via Custom Access Token Hooks." + } + ], + "blockTags": [ + { + "tag": "@see", + "content": [ + { + "kind": "text", + "text": "https://supabase.com/docs/guides/auth/jwt-fields" + } + ] + } + ] + }, + "children": [ + { + "id": 1313, + "name": "aal", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1140, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 1112, + "name": "AuthenticatorAssuranceLevels", + "package": "@supabase/auth-js" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.aal" + } + }, + { + "id": 1305, + "name": "amr", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1159, + "character": 4 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 807, + "name": "AMREntry", + "package": "@supabase/auth-js" + } + } + }, + { + "id": 1303, + "name": "app_metadata", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1157, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 833, + "name": "UserAppMetadata", + "package": "@supabase/auth-js" + } + }, + { + "id": 1309, + "name": "aud", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1136, + "character": 4 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + ] + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.aud" + } + }, + { + "id": 1298, + "name": "email", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1152, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1310, + "name": "exp", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1137, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.exp" + } + }, + { + "id": 1311, + "name": "iat", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1138, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.iat" + } + }, + { + "id": 1300, + "name": "is_anonymous", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1154, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1307, + "name": "iss", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1134, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.iss" + } + }, + { + "id": 1301, + "name": "jti", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1155, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1302, + "name": "nbf", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1156, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1299, + "name": "phone", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1153, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1306, + "name": "ref", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1160, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1312, + "name": "role", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1139, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.role" + } + }, + { + "id": 1314, + "name": "session_id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1141, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.session_id" + } + }, + { + "id": 1308, + "name": "sub", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1135, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.sub" + } + }, + { + "id": 1304, + "name": "user_metadata", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1158, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 838, + "name": "UserMetadata", + "package": "@supabase/auth-js" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1313, 1305, 1303, 1309, 1298, 1310, 1311, 1300, 1307, 1301, 1302, 1299, 1306, 1312, + 1314, 1308, 1304 + ] + } + ], + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1151, + "character": 17 + } + ], + "indexSignatures": [ + { + "id": 1315, + "name": "__index", + "variant": "signature", + "kind": 8192, + "flags": {}, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1161, + "character": 4 + } + ], + "parameters": [ + { + "id": 1316, "name": "key", "variant": "param", "kind": 32768, @@ -31561,17 +32131,25 @@ "name": "any" } } + ], + "extendedTypes": [ + { + "type": "reference", + "target": 1287, + "name": "RequiredClaims", + "package": "@supabase/auth-js" + } ] }, { - "id": 852, + "id": 861, "name": "Subscription", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 854, + "id": 863, "name": "callback", "variant": "declaration", "kind": 1024, @@ -31587,14 +32165,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 388, + "line": 402, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 855, + "id": 864, "name": "__type", "variant": "declaration", "kind": 65536, @@ -31602,13 +32180,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 388, + "line": 402, "character": 14 } ], "signatures": [ { - "id": 856, + "id": 865, "name": "__type", "variant": "signature", "kind": 4096, @@ -31616,26 +32194,26 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 388, + "line": 402, "character": 14 } ], "parameters": [ { - "id": 857, + "id": 866, "name": "event", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 695, + "target": 702, "name": "AuthChangeEvent", "package": "@supabase/auth-js" } }, { - "id": 858, + "id": 867, "name": "session", "variant": "param", "kind": 32768, @@ -31667,7 +32245,7 @@ } }, { - "id": 853, + "id": 862, "name": "id", "variant": "declaration", "kind": 1024, @@ -31676,24 +32254,33 @@ "summary": [ { "kind": "text", - "text": "The subscriber UUID. This will be set by the client." + "text": "A unique identifier for this subscription, set by the client.\nThis is an internal identifier used for managing callbacks and should not be\nrelied upon by application code. Use the unsubscribe() method to remove listeners." } ] }, "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 384, + "line": 398, "character": 4 } ], "type": { - "type": "intrinsic", - "name": "string" + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "symbol" + } + ] } }, { - "id": 859, + "id": 868, "name": "unsubscribe", "variant": "declaration", "kind": 1024, @@ -31709,14 +32296,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 392, + "line": 406, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 860, + "id": 869, "name": "__type", "variant": "declaration", "kind": 65536, @@ -31724,13 +32311,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 392, + "line": 406, "character": 17 } ], "signatures": [ { - "id": 861, + "id": 870, "name": "__type", "variant": "signature", "kind": 4096, @@ -31738,7 +32325,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 392, + "line": 406, "character": 17 } ], @@ -31755,36 +32342,44 @@ "groups": [ { "title": "Properties", - "children": [854, 853, 859] + "children": [863, 862, 868] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 380, + "line": 392, "character": 17 } ] }, { - "id": 825, + "id": 833, "name": "UserAppMetadata", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 826, + "id": 834, "name": "provider", "variant": "declaration", "kind": 1024, "flags": { "isOptional": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The first provider that the user used to sign up with." + } + ] + }, "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 253, + "line": 261, "character": 4 } ], @@ -31792,24 +32387,55 @@ "type": "intrinsic", "name": "string" } + }, + { + "id": 835, + "name": "providers", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A list of all providers that the user has linked to their account." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 265, + "character": 4 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } } ], "groups": [ { "title": "Properties", - "children": [826] + "children": [834, 835] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 252, + "line": 257, "character": 17 } ], "indexSignatures": [ { - "id": 827, + "id": 836, "name": "__index", "variant": "signature", "kind": 8192, @@ -31817,13 +32443,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 254, + "line": 266, "character": 4 } ], "parameters": [ { - "id": 828, + "id": 837, "name": "key", "variant": "param", "kind": 32768, @@ -31842,14 +32468,14 @@ ] }, { - "id": 833, + "id": 842, "name": "UserAttributes", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 838, + "id": 847, "name": "data", "variant": "declaration", "kind": 1024, @@ -31883,7 +32509,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 311, + "line": 323, "character": 4 } ], @@ -31893,7 +32519,7 @@ } }, { - "id": 834, + "id": 843, "name": "email", "variant": "declaration", "kind": 1024, @@ -31911,7 +32537,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 290, + "line": 302, "character": 4 } ], @@ -31921,7 +32547,7 @@ } }, { - "id": 837, + "id": 846, "name": "nonce", "variant": "declaration", "kind": 1024, @@ -31939,7 +32565,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 304, + "line": 316, "character": 4 } ], @@ -31949,7 +32575,7 @@ } }, { - "id": 836, + "id": 845, "name": "password", "variant": "declaration", "kind": 1024, @@ -31967,7 +32593,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 298, + "line": 310, "character": 4 } ], @@ -31977,7 +32603,7 @@ } }, { - "id": 835, + "id": 844, "name": "phone", "variant": "declaration", "kind": 1024, @@ -31995,7 +32621,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 294, + "line": 306, "character": 4 } ], @@ -32008,26 +32634,26 @@ "groups": [ { "title": "Properties", - "children": [838, 834, 837, 836, 835] + "children": [847, 843, 846, 845, 844] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 286, + "line": 298, "character": 17 } ] }, { - "id": 802, + "id": 810, "name": "UserIdentity", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 811, + "id": 819, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -32037,7 +32663,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 215, + "line": 220, "character": 4 } ], @@ -32047,7 +32673,7 @@ } }, { - "id": 803, + "id": 811, "name": "id", "variant": "declaration", "kind": 1024, @@ -32055,7 +32681,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 208, + "line": 213, "character": 4 } ], @@ -32065,7 +32691,7 @@ } }, { - "id": 805, + "id": 813, "name": "identity_data", "variant": "declaration", "kind": 1024, @@ -32075,14 +32701,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 210, + "line": 215, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 806, + "id": 814, "name": "__type", "variant": "declaration", "kind": 65536, @@ -32090,13 +32716,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 210, + "line": 215, "character": 20 } ], "indexSignatures": [ { - "id": 807, + "id": 815, "name": "__index", "variant": "signature", "kind": 8192, @@ -32104,13 +32730,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 211, + "line": 216, "character": 8 } ], "parameters": [ { - "id": 808, + "id": 816, "name": "key", "variant": "param", "kind": 32768, @@ -32131,7 +32757,7 @@ } }, { - "id": 809, + "id": 817, "name": "identity_id", "variant": "declaration", "kind": 1024, @@ -32139,7 +32765,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 213, + "line": 218, "character": 4 } ], @@ -32149,7 +32775,7 @@ } }, { - "id": 812, + "id": 820, "name": "last_sign_in_at", "variant": "declaration", "kind": 1024, @@ -32159,7 +32785,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 216, + "line": 221, "character": 4 } ], @@ -32169,7 +32795,7 @@ } }, { - "id": 810, + "id": 818, "name": "provider", "variant": "declaration", "kind": 1024, @@ -32177,7 +32803,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 214, + "line": 219, "character": 4 } ], @@ -32187,7 +32813,7 @@ } }, { - "id": 813, + "id": 821, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -32197,7 +32823,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 217, + "line": 222, "character": 4 } ], @@ -32207,7 +32833,7 @@ } }, { - "id": 804, + "id": 812, "name": "user_id", "variant": "declaration", "kind": 1024, @@ -32215,7 +32841,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 209, + "line": 214, "character": 4 } ], @@ -32228,19 +32854,19 @@ "groups": [ { "title": "Properties", - "children": [811, 803, 805, 809, 812, 810, 813, 804] + "children": [819, 811, 813, 817, 820, 818, 821, 812] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 207, + "line": 212, "character": 17 } ] }, { - "id": 829, + "id": 838, "name": "UserMetadata", "variant": "declaration", "kind": 256, @@ -32248,13 +32874,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 256, + "line": 268, "character": 17 } ], "indexSignatures": [ { - "id": 830, + "id": 839, "name": "__index", "variant": "signature", "kind": 8192, @@ -32262,13 +32888,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 257, + "line": 269, "character": 4 } ], "parameters": [ { - "id": 831, + "id": 840, "name": "key", "variant": "param", "kind": 32768, @@ -32287,14 +32913,14 @@ ] }, { - "id": 982, + "id": 991, "name": "VerifyEmailOtpParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 983, + "id": 992, "name": "email", "variant": "declaration", "kind": 1024, @@ -32310,7 +32936,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 570, + "line": 584, "character": 4 } ], @@ -32320,7 +32946,7 @@ } }, { - "id": 986, + "id": 995, "name": "options", "variant": "declaration", "kind": 1024, @@ -32330,21 +32956,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 575, + "line": 589, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 987, + "id": 996, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 989, + "id": 998, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -32368,7 +32994,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 582, + "line": 596, "character": 8 } ], @@ -32378,7 +33004,7 @@ } }, { - "id": 988, + "id": 997, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -32396,7 +33022,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 577, + "line": 591, "character": 8 } ], @@ -32409,13 +33035,13 @@ "groups": [ { "title": "Properties", - "children": [989, 988] + "children": [998, 997] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 575, + "line": 589, "character": 14 } ] @@ -32423,7 +33049,7 @@ } }, { - "id": 984, + "id": 993, "name": "token", "variant": "declaration", "kind": 1024, @@ -32439,7 +33065,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 572, + "line": 586, "character": 4 } ], @@ -32449,7 +33075,7 @@ } }, { - "id": 985, + "id": 994, "name": "type", "variant": "declaration", "kind": 1024, @@ -32465,13 +33091,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 574, + "line": 588, "character": 4 } ], "type": { "type": "reference", - "target": 994, + "target": 1003, "name": "EmailOtpType", "package": "@supabase/auth-js" } @@ -32480,26 +33106,26 @@ "groups": [ { "title": "Properties", - "children": [983, 986, 984, 985] + "children": [992, 995, 993, 994] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 568, + "line": 582, "character": 17 } ] }, { - "id": 974, + "id": 983, "name": "VerifyMobileOtpParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 978, + "id": 987, "name": "options", "variant": "declaration", "kind": 1024, @@ -32509,21 +33135,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 557, + "line": 571, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 979, + "id": 988, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 981, + "id": 990, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -32547,7 +33173,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 565, + "line": 579, "character": 8 } ], @@ -32557,7 +33183,7 @@ } }, { - "id": 980, + "id": 989, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -32575,7 +33201,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 559, + "line": 573, "character": 8 } ], @@ -32588,13 +33214,13 @@ "groups": [ { "title": "Properties", - "children": [981, 980] + "children": [990, 989] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 557, + "line": 571, "character": 14 } ] @@ -32602,7 +33228,7 @@ } }, { - "id": 975, + "id": 984, "name": "phone", "variant": "declaration", "kind": 1024, @@ -32618,7 +33244,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 552, + "line": 566, "character": 4 } ], @@ -32628,7 +33254,7 @@ } }, { - "id": 976, + "id": 985, "name": "token", "variant": "declaration", "kind": 1024, @@ -32644,7 +33270,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 554, + "line": 568, "character": 4 } ], @@ -32654,7 +33280,7 @@ } }, { - "id": 977, + "id": 986, "name": "type", "variant": "declaration", "kind": 1024, @@ -32670,13 +33296,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 556, + "line": 570, "character": 4 } ], "type": { "type": "reference", - "target": 993, + "target": 1002, "name": "MobileOtpType", "package": "@supabase/auth-js" } @@ -32685,26 +33311,26 @@ "groups": [ { "title": "Properties", - "children": [978, 975, 976, 977] + "children": [987, 984, 985, 986] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 550, + "line": 564, "character": 17 } ] }, { - "id": 990, + "id": 999, "name": "VerifyTokenHashParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 991, + "id": 1000, "name": "token_hash", "variant": "declaration", "kind": 1024, @@ -32720,7 +33346,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 587, + "line": 601, "character": 4 } ], @@ -32730,7 +33356,7 @@ } }, { - "id": 992, + "id": 1001, "name": "type", "variant": "declaration", "kind": 1024, @@ -32746,13 +33372,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 589, + "line": 603, "character": 4 } ], "type": { "type": "reference", - "target": 994, + "target": 1003, "name": "EmailOtpType", "package": "@supabase/auth-js" } @@ -32761,26 +33387,26 @@ "groups": [ { "title": "Properties", - "children": [991, 992] + "children": [1000, 1001] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 585, + "line": 599, "character": 17 } ] }, { - "id": 2154, + "id": 2183, "name": "WebSocketLike", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2197, + "id": 2226, "name": "binaryType", "variant": "declaration", "kind": 1024, @@ -32800,7 +33426,7 @@ } }, { - "id": 2198, + "id": 2227, "name": "bufferedAmount", "variant": "declaration", "kind": 1024, @@ -32820,7 +33446,7 @@ } }, { - "id": 2158, + "id": 2187, "name": "CLOSED", "variant": "declaration", "kind": 1024, @@ -32840,7 +33466,7 @@ } }, { - "id": 2157, + "id": 2186, "name": "CLOSING", "variant": "declaration", "kind": 1024, @@ -32860,7 +33486,7 @@ } }, { - "id": 2155, + "id": 2184, "name": "CONNECTING", "variant": "declaration", "kind": 1024, @@ -32880,7 +33506,7 @@ } }, { - "id": 2200, + "id": 2229, "name": "dispatchEvent", "variant": "declaration", "kind": 1024, @@ -32897,7 +33523,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2201, + "id": 2230, "name": "__type", "variant": "declaration", "kind": 65536, @@ -32911,7 +33537,7 @@ ], "signatures": [ { - "id": 2202, + "id": 2231, "name": "__type", "variant": "signature", "kind": 4096, @@ -32925,7 +33551,7 @@ ], "parameters": [ { - "id": 2203, + "id": 2232, "name": "event", "variant": "param", "kind": 32768, @@ -32951,7 +33577,7 @@ } }, { - "id": 2199, + "id": 2228, "name": "extensions", "variant": "declaration", "kind": 1024, @@ -32971,7 +33597,7 @@ } }, { - "id": 2179, + "id": 2208, "name": "onclose", "variant": "declaration", "kind": 1024, @@ -32993,7 +33619,7 @@ { "type": "reflection", "declaration": { - "id": 2180, + "id": 2209, "name": "__type", "variant": "declaration", "kind": 65536, @@ -33007,7 +33633,7 @@ ], "signatures": [ { - "id": 2181, + "id": 2210, "name": "__type", "variant": "signature", "kind": 4096, @@ -33021,7 +33647,7 @@ ], "parameters": [ { - "id": 2182, + "id": 2211, "name": "this", "variant": "param", "kind": 32768, @@ -33032,7 +33658,7 @@ } }, { - "id": 2183, + "id": 2212, "name": "ev", "variant": "param", "kind": 32768, @@ -33060,7 +33686,7 @@ } }, { - "id": 2184, + "id": 2213, "name": "onerror", "variant": "declaration", "kind": 1024, @@ -33082,7 +33708,7 @@ { "type": "reflection", "declaration": { - "id": 2185, + "id": 2214, "name": "__type", "variant": "declaration", "kind": 65536, @@ -33096,7 +33722,7 @@ ], "signatures": [ { - "id": 2186, + "id": 2215, "name": "__type", "variant": "signature", "kind": 4096, @@ -33110,7 +33736,7 @@ ], "parameters": [ { - "id": 2187, + "id": 2216, "name": "this", "variant": "param", "kind": 32768, @@ -33121,7 +33747,7 @@ } }, { - "id": 2188, + "id": 2217, "name": "ev", "variant": "param", "kind": 32768, @@ -33149,7 +33775,7 @@ } }, { - "id": 2174, + "id": 2203, "name": "onmessage", "variant": "declaration", "kind": 1024, @@ -33171,7 +33797,7 @@ { "type": "reflection", "declaration": { - "id": 2175, + "id": 2204, "name": "__type", "variant": "declaration", "kind": 65536, @@ -33185,7 +33811,7 @@ ], "signatures": [ { - "id": 2176, + "id": 2205, "name": "__type", "variant": "signature", "kind": 4096, @@ -33199,7 +33825,7 @@ ], "parameters": [ { - "id": 2177, + "id": 2206, "name": "this", "variant": "param", "kind": 32768, @@ -33210,7 +33836,7 @@ } }, { - "id": 2178, + "id": 2207, "name": "ev", "variant": "param", "kind": 32768, @@ -33238,7 +33864,7 @@ } }, { - "id": 2169, + "id": 2198, "name": "onopen", "variant": "declaration", "kind": 1024, @@ -33260,7 +33886,7 @@ { "type": "reflection", "declaration": { - "id": 2170, + "id": 2199, "name": "__type", "variant": "declaration", "kind": 65536, @@ -33274,7 +33900,7 @@ ], "signatures": [ { - "id": 2171, + "id": 2200, "name": "__type", "variant": "signature", "kind": 4096, @@ -33288,7 +33914,7 @@ ], "parameters": [ { - "id": 2172, + "id": 2201, "name": "this", "variant": "param", "kind": 32768, @@ -33299,7 +33925,7 @@ } }, { - "id": 2173, + "id": 2202, "name": "ev", "variant": "param", "kind": 32768, @@ -33327,7 +33953,7 @@ } }, { - "id": 2156, + "id": 2185, "name": "OPEN", "variant": "declaration", "kind": 1024, @@ -33347,7 +33973,7 @@ } }, { - "id": 2161, + "id": 2190, "name": "protocol", "variant": "declaration", "kind": 1024, @@ -33367,7 +33993,7 @@ } }, { - "id": 2159, + "id": 2188, "name": "readyState", "variant": "declaration", "kind": 1024, @@ -33387,7 +34013,7 @@ } }, { - "id": 2160, + "id": 2189, "name": "url", "variant": "declaration", "kind": 1024, @@ -33407,7 +34033,7 @@ } }, { - "id": 2189, + "id": 2218, "name": "addEventListener", "variant": "declaration", "kind": 2048, @@ -33421,7 +34047,7 @@ ], "signatures": [ { - "id": 2190, + "id": 2219, "name": "addEventListener", "variant": "signature", "kind": 4096, @@ -33435,7 +34061,7 @@ ], "parameters": [ { - "id": 2191, + "id": 2220, "name": "type", "variant": "param", "kind": 32768, @@ -33446,7 +34072,7 @@ } }, { - "id": 2192, + "id": 2221, "name": "listener", "variant": "param", "kind": 32768, @@ -33470,7 +34096,7 @@ ] }, { - "id": 2162, + "id": 2191, "name": "close", "variant": "declaration", "kind": 2048, @@ -33484,7 +34110,7 @@ ], "signatures": [ { - "id": 2163, + "id": 2192, "name": "close", "variant": "signature", "kind": 4096, @@ -33498,7 +34124,7 @@ ], "parameters": [ { - "id": 2164, + "id": 2193, "name": "code", "variant": "param", "kind": 32768, @@ -33511,7 +34137,7 @@ } }, { - "id": 2165, + "id": 2194, "name": "reason", "variant": "param", "kind": 32768, @@ -33532,7 +34158,7 @@ ] }, { - "id": 2193, + "id": 2222, "name": "removeEventListener", "variant": "declaration", "kind": 2048, @@ -33546,7 +34172,7 @@ ], "signatures": [ { - "id": 2194, + "id": 2223, "name": "removeEventListener", "variant": "signature", "kind": 4096, @@ -33560,7 +34186,7 @@ ], "parameters": [ { - "id": 2195, + "id": 2224, "name": "type", "variant": "param", "kind": 32768, @@ -33571,7 +34197,7 @@ } }, { - "id": 2196, + "id": 2225, "name": "listener", "variant": "param", "kind": 32768, @@ -33595,7 +34221,7 @@ ] }, { - "id": 2166, + "id": 2195, "name": "send", "variant": "declaration", "kind": 2048, @@ -33609,7 +34235,7 @@ ], "signatures": [ { - "id": 2167, + "id": 2196, "name": "send", "variant": "signature", "kind": 4096, @@ -33623,7 +34249,7 @@ ], "parameters": [ { - "id": 2168, + "id": 2197, "name": "data", "variant": "param", "kind": 32768, @@ -33689,12 +34315,12 @@ { "title": "Properties", "children": [ - 2197, 2198, 2158, 2157, 2155, 2200, 2199, 2179, 2184, 2174, 2169, 2156, 2161, 2159, 2160 + 2226, 2227, 2187, 2186, 2184, 2229, 2228, 2208, 2213, 2203, 2198, 2185, 2190, 2188, 2189 ] }, { "title": "Methods", - "children": [2189, 2162, 2193, 2166] + "children": [2218, 2191, 2222, 2195] } ], "sources": [ @@ -33706,14 +34332,14 @@ ] }, { - "id": 2204, + "id": 2233, "name": "WebSocketLikeConstructor", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2205, + "id": 2234, "name": "constructor", "variant": "declaration", "kind": 512, @@ -33727,7 +34353,7 @@ ], "signatures": [ { - "id": 2206, + "id": 2235, "name": "WebSocketLikeConstructor", "variant": "signature", "kind": 16384, @@ -33741,7 +34367,7 @@ ], "parameters": [ { - "id": 2207, + "id": 2236, "name": "address", "variant": "param", "kind": 32768, @@ -33766,7 +34392,7 @@ } }, { - "id": 2208, + "id": 2237, "name": "subprotocols", "variant": "param", "kind": 32768, @@ -33793,7 +34419,7 @@ ], "type": { "type": "reference", - "target": 2154, + "target": 2183, "name": "WebSocketLike", "package": "@supabase/realtime-js" } @@ -33804,7 +34430,7 @@ "groups": [ { "title": "Constructors", - "children": [2205] + "children": [2234] } ], "sources": [ @@ -33816,7 +34442,7 @@ ], "indexSignatures": [ { - "id": 2209, + "id": 2238, "name": "__index", "variant": "signature", "kind": 8192, @@ -33830,7 +34456,7 @@ ], "parameters": [ { - "id": 2210, + "id": 2239, "name": "key", "variant": "param", "kind": 32768, @@ -33849,7 +34475,7 @@ ] }, { - "id": 797, + "id": 805, "name": "AMRMethod", "variant": "declaration", "kind": 2097152, @@ -33857,7 +34483,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 189, + "line": 194, "character": 12 } ], @@ -33894,7 +34520,7 @@ { "type": "reflection", "declaration": { - "id": 798, + "id": 806, "name": "__type", "variant": "declaration", "kind": 65536, @@ -33902,7 +34528,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 189, + "line": 194, "character": 64 } ] @@ -33914,7 +34540,7 @@ } }, { - "id": 695, + "id": 702, "name": "AuthChangeEvent", "variant": "declaration", "kind": 2097152, @@ -33955,7 +34581,7 @@ }, { "type": "reference", - "target": 694, + "target": 701, "name": "AuthChangeEventMFA", "package": "@supabase/auth-js" } @@ -33963,7 +34589,7 @@ } }, { - "id": 694, + "id": 701, "name": "AuthChangeEventMFA", "variant": "declaration", "kind": 2097152, @@ -33981,7 +34607,7 @@ } }, { - "id": 1101, + "id": 1112, "name": "AuthenticatorAssuranceLevels", "variant": "declaration", "kind": 2097152, @@ -33989,7 +34615,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 860, + "line": 886, "character": 12 } ], @@ -34008,7 +34634,7 @@ } }, { - "id": 898, + "id": 907, "name": "AuthFlowType", "variant": "declaration", "kind": 2097152, @@ -34016,7 +34642,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 461, + "line": 475, "character": 12 } ], @@ -34035,7 +34661,7 @@ } }, { - "id": 1227, + "id": 1238, "name": "AuthMFAAdminDeleteFactorParams", "variant": "declaration", "kind": 2097152, @@ -34052,21 +34678,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 957, + "line": 983, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1228, + "id": 1239, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1229, + "id": 1240, "name": "id", "variant": "declaration", "kind": 1024, @@ -34082,7 +34708,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 959, + "line": 985, "character": 4 } ], @@ -34092,7 +34718,7 @@ } }, { - "id": 1230, + "id": 1241, "name": "userId", "variant": "declaration", "kind": 1024, @@ -34108,7 +34734,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 961, + "line": 987, "character": 4 } ], @@ -34121,13 +34747,13 @@ "groups": [ { "title": "Properties", - "children": [1229, 1230] + "children": [1240, 1241] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 957, + "line": 983, "character": 45 } ] @@ -34135,7 +34761,7 @@ } }, { - "id": 1224, + "id": 1235, "name": "AuthMFAAdminDeleteFactorResponse", "variant": "declaration", "kind": 2097152, @@ -34152,25 +34778,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 950, + "line": 976, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1225, + "id": 1236, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1226, + "id": 1237, "name": "id", "variant": "declaration", "kind": 1024, @@ -34186,7 +34812,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 952, + "line": 978, "character": 4 } ], @@ -34199,13 +34825,13 @@ "groups": [ { "title": "Properties", - "children": [1226] + "children": [1237] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 950, + "line": 976, "character": 61 } ] @@ -34217,7 +34843,7 @@ } }, { - "id": 1234, + "id": 1245, "name": "AuthMFAAdminListFactorsParams", "variant": "declaration", "kind": 2097152, @@ -34234,21 +34860,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 973, + "line": 999, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1235, + "id": 1246, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1236, + "id": 1247, "name": "userId", "variant": "declaration", "kind": 1024, @@ -34264,7 +34890,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 975, + "line": 1001, "character": 4 } ], @@ -34277,13 +34903,13 @@ "groups": [ { "title": "Properties", - "children": [1236] + "children": [1247] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 973, + "line": 999, "character": 44 } ] @@ -34291,7 +34917,7 @@ } }, { - "id": 1231, + "id": 1242, "name": "AuthMFAAdminListFactorsResponse", "variant": "declaration", "kind": 2097152, @@ -34308,25 +34934,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 966, + "line": 992, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1232, + "id": 1243, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1233, + "id": 1244, "name": "factors", "variant": "declaration", "kind": 1024, @@ -34342,7 +34968,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 968, + "line": 994, "character": 4 } ], @@ -34350,7 +34976,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 815, + "target": 823, "name": "Factor", "package": "@supabase/auth-js" } @@ -34360,13 +34986,13 @@ "groups": [ { "title": "Properties", - "children": [1233] + "children": [1244] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 966, + "line": 992, "character": 60 } ] @@ -34378,7 +35004,7 @@ } }, { - "id": 1092, + "id": 1103, "name": "AuthMFAChallengePhoneResponse", "variant": "declaration", "kind": 2097152, @@ -34386,17 +35012,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 809, + "line": 835, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -34437,7 +35063,7 @@ } }, { - "id": 1096, + "id": 1107, "name": "AuthMFAChallengeResponse", "variant": "declaration", "kind": 2097152, @@ -34445,7 +35071,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 852, + "line": 878, "character": 12 } ], @@ -34454,19 +35080,19 @@ "types": [ { "type": "reference", - "target": 1091, + "target": 1102, "name": "AuthMFAChallengeTOTPResponse", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1092, + "target": 1103, "name": "AuthMFAChallengePhoneResponse", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1093, + "target": 1104, "name": "AuthMFAChallengeWebauthnResponse", "package": "@supabase/auth-js" } @@ -34474,7 +35100,7 @@ } }, { - "id": 1091, + "id": 1102, "name": "AuthMFAChallengeTOTPResponse", "variant": "declaration", "kind": 2097152, @@ -34482,17 +35108,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 807, + "line": 833, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -34533,7 +35159,7 @@ } }, { - "id": 1093, + "id": 1104, "name": "AuthMFAChallengeWebauthnResponse", "variant": "declaration", "kind": 2097152, @@ -34562,17 +35188,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 828, + "line": 854, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -34613,7 +35239,7 @@ } }, { - "id": 1094, + "id": 1105, "name": "AuthMFAChallengeWebauthnResponseDataJSON", "variant": "declaration", "kind": 2097152, @@ -34629,13 +35255,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 846, + "line": 872, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -34672,7 +35298,7 @@ } }, { - "id": 1095, + "id": 1106, "name": "AuthMFAChallengeWebauthnServerResponse", "variant": "declaration", "kind": 2097152, @@ -34688,17 +35314,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 851, + "line": 877, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 1094, + "target": 1105, "name": "AuthMFAChallengeWebauthnResponseDataJSON", "package": "@supabase/auth-js" } @@ -34708,7 +35334,7 @@ } }, { - "id": 1269, + "id": 1280, "name": "AuthMFAEnrollPhoneResponse", "variant": "declaration", "kind": 2097152, @@ -34716,17 +35342,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1094, + "line": 1120, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -34767,7 +35393,7 @@ } }, { - "id": 1087, + "id": 1098, "name": "AuthMFAEnrollResponse", "variant": "declaration", "kind": 2097152, @@ -34775,7 +35401,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 793, + "line": 819, "character": 12 } ], @@ -34784,19 +35410,19 @@ "types": [ { "type": "reference", - "target": 1268, + "target": 1279, "name": "AuthMFAEnrollTOTPResponse", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1269, + "target": 1280, "name": "AuthMFAEnrollPhoneResponse", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1270, + "target": 1281, "name": "AuthMFAEnrollWebauthnResponse", "package": "@supabase/auth-js" } @@ -34804,7 +35430,7 @@ } }, { - "id": 1268, + "id": 1279, "name": "AuthMFAEnrollTOTPResponse", "variant": "declaration", "kind": 2097152, @@ -34812,17 +35438,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1089, + "line": 1115, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -34863,7 +35489,7 @@ } }, { - "id": 1270, + "id": 1281, "name": "AuthMFAEnrollWebauthnResponse", "variant": "declaration", "kind": 2097152, @@ -34892,17 +35518,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1101, + "line": 1127, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -34943,7 +35569,7 @@ } }, { - "id": 1102, + "id": 1113, "name": "AuthMFAGetAuthenticatorAssuranceLevelResponse", "variant": "declaration", "kind": 2097152, @@ -34951,25 +35577,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 861, + "line": 887, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1103, + "id": 1114, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1106, + "id": 1117, "name": "currentAuthenticationMethods", "variant": "declaration", "kind": 1024, @@ -34985,7 +35611,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 876, + "line": 902, "character": 4 } ], @@ -34993,14 +35619,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 799, + "target": 807, "name": "AMREntry", "package": "@supabase/auth-js" } } }, { - "id": 1104, + "id": 1115, "name": "currentLevel", "variant": "declaration", "kind": 1024, @@ -35016,7 +35642,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 863, + "line": 889, "character": 4 } ], @@ -35025,7 +35651,7 @@ "types": [ { "type": "reference", - "target": 1101, + "target": 1112, "name": "AuthenticatorAssuranceLevels", "package": "@supabase/auth-js" }, @@ -35037,7 +35663,7 @@ } }, { - "id": 1105, + "id": 1116, "name": "nextLevel", "variant": "declaration", "kind": 1024, @@ -35057,7 +35683,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#challenge", - "target": 1128 + "target": 1139 } ] } @@ -35066,7 +35692,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 870, + "line": 896, "character": 4 } ], @@ -35075,7 +35701,7 @@ "types": [ { "type": "reference", - "target": 1101, + "target": 1112, "name": "AuthenticatorAssuranceLevels", "package": "@supabase/auth-js" }, @@ -35090,13 +35716,13 @@ "groups": [ { "title": "Properties", - "children": [1106, 1104, 1105] + "children": [1117, 1115, 1116] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 861, + "line": 887, "character": 74 } ] @@ -35108,7 +35734,7 @@ } }, { - "id": 1097, + "id": 1108, "name": "AuthMFAListFactorsResponse", "variant": "declaration", "kind": 2097152, @@ -35124,13 +35750,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 854, + "line": 880, "character": 12 } ], "typeParameters": [ { - "id": 1100, + "id": 1111, "name": "T", "variant": "typeParam", "kind": 131072, @@ -35165,7 +35791,7 @@ ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "intersection", @@ -35173,14 +35799,14 @@ { "type": "reflection", "declaration": { - "id": 1098, + "id": 1109, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1099, + "id": 1110, "name": "all", "variant": "declaration", "kind": 1024, @@ -35196,7 +35822,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 856, + "line": 882, "character": 4 } ], @@ -35204,11 +35830,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "reference", - "target": 815, + "target": 823, "name": "Factor", "package": "@supabase/auth-js" } @@ -35222,13 +35848,13 @@ "groups": [ { "title": "Properties", - "children": [1099] + "children": [1110] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 854, + "line": 880, "character": 106 } ] @@ -35245,7 +35871,7 @@ }, "objectType": { "type": "reference", - "target": 1100, + "target": 1111, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -35255,11 +35881,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "reference", - "target": 815, + "target": 823, "typeArguments": [ { "type": "reference", @@ -35293,7 +35919,7 @@ } }, { - "id": 1088, + "id": 1099, "name": "AuthMFAUnenrollResponse", "variant": "declaration", "kind": 2097152, @@ -35301,25 +35927,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 794, + "line": 820, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1089, + "id": 1100, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1090, + "id": 1101, "name": "id", "variant": "declaration", "kind": 1024, @@ -35335,7 +35961,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 796, + "line": 822, "character": 4 } ], @@ -35348,13 +35974,13 @@ "groups": [ { "title": "Properties", - "children": [1090] + "children": [1101] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 794, + "line": 820, "character": 52 } ] @@ -35366,7 +35992,7 @@ } }, { - "id": 1086, + "id": 1097, "name": "AuthMFAVerifyResponse", "variant": "declaration", "kind": 2097152, @@ -35382,17 +36008,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 792, + "line": 818, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 1079, + "target": 1090, "name": "AuthMFAVerifyResponseData", "package": "@supabase/auth-js" } @@ -35402,7 +36028,7 @@ } }, { - "id": 1079, + "id": 1090, "name": "AuthMFAVerifyResponseData", "variant": "declaration", "kind": 2097152, @@ -35418,21 +36044,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 776, + "line": 802, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1080, + "id": 1091, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1081, + "id": 1092, "name": "access_token", "variant": "declaration", "kind": 1024, @@ -35448,7 +36074,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 778, + "line": 804, "character": 4 } ], @@ -35458,7 +36084,7 @@ } }, { - "id": 1083, + "id": 1094, "name": "expires_in", "variant": "declaration", "kind": 1024, @@ -35474,7 +36100,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 782, + "line": 808, "character": 4 } ], @@ -35484,7 +36110,7 @@ } }, { - "id": 1084, + "id": 1095, "name": "refresh_token", "variant": "declaration", "kind": 1024, @@ -35500,7 +36126,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 784, + "line": 810, "character": 4 } ], @@ -35510,7 +36136,7 @@ } }, { - "id": 1082, + "id": 1093, "name": "token_type", "variant": "declaration", "kind": 1024, @@ -35534,7 +36160,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 780, + "line": 806, "character": 4 } ], @@ -35544,7 +36170,7 @@ } }, { - "id": 1085, + "id": 1096, "name": "user", "variant": "declaration", "kind": 1024, @@ -35560,7 +36186,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 786, + "line": 812, "character": 4 } ], @@ -35575,13 +36201,13 @@ "groups": [ { "title": "Properties", - "children": [1081, 1083, 1084, 1082, 1085] + "children": [1092, 1094, 1095, 1093, 1096] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 776, + "line": 802, "character": 40 } ] @@ -35589,7 +36215,7 @@ } }, { - "id": 1386, + "id": 1413, "name": "AuthOAuthAuthorizationDetailsResponse", "variant": "declaration", "kind": 2097152, @@ -35605,17 +36231,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1329, + "line": 1372, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 1376, + "target": 1403, "name": "OAuthAuthorizationDetails", "package": "@supabase/auth-js" } @@ -35625,7 +36251,7 @@ } }, { - "id": 1387, + "id": 1414, "name": "AuthOAuthConsentResponse", "variant": "declaration", "kind": 2097152, @@ -35641,25 +36267,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1334, + "line": 1377, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1388, + "id": 1415, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1389, + "id": 1416, "name": "redirect_url", "variant": "declaration", "kind": 1024, @@ -35675,7 +36301,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1336, + "line": 1379, "character": 4 } ], @@ -35688,13 +36314,13 @@ "groups": [ { "title": "Properties", - "children": [1389] + "children": [1416] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1334, + "line": 1377, "character": 53 } ] @@ -35706,7 +36332,7 @@ } }, { - "id": 763, + "id": 771, "name": "AuthOtpResponse", "variant": "declaration", "kind": 2097152, @@ -35727,25 +36353,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 116, + "line": 121, "character": 12 } ], "type": { "type": "reference", - "target": 746, + "target": 754, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 764, + "id": 772, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 767, + "id": 775, "name": "messageId", "variant": "declaration", "kind": 1024, @@ -35755,7 +36381,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 119, + "line": 124, "character": 4 } ], @@ -35774,7 +36400,7 @@ } }, { - "id": 766, + "id": 774, "name": "session", "variant": "declaration", "kind": 1024, @@ -35782,7 +36408,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 118, + "line": 123, "character": 4 } ], @@ -35792,7 +36418,7 @@ } }, { - "id": 765, + "id": 773, "name": "user", "variant": "declaration", "kind": 1024, @@ -35800,7 +36426,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 117, + "line": 122, "character": 4 } ], @@ -35813,13 +36439,13 @@ "groups": [ { "title": "Properties", - "children": [767, 766, 765] + "children": [775, 774, 773] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 116, + "line": 121, "character": 59 } ] @@ -35831,7 +36457,7 @@ } }, { - "id": 754, + "id": 762, "name": "AuthResponse", "variant": "declaration", "kind": 2097152, @@ -35839,25 +36465,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 102, + "line": 107, "character": 12 } ], "type": { "type": "reference", - "target": 746, + "target": 754, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 755, + "id": 763, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 757, + "id": 765, "name": "session", "variant": "declaration", "kind": 1024, @@ -35865,7 +36491,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 104, + "line": 109, "character": 4 } ], @@ -35886,7 +36512,7 @@ } }, { - "id": 756, + "id": 764, "name": "user", "variant": "declaration", "kind": 1024, @@ -35894,7 +36520,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 103, + "line": 108, "character": 4 } ], @@ -35918,13 +36544,13 @@ "groups": [ { "title": "Properties", - "children": [757, 756] + "children": [765, 764] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 102, + "line": 107, "character": 56 } ] @@ -35936,7 +36562,7 @@ } }, { - "id": 758, + "id": 766, "name": "AuthResponsePassword", "variant": "declaration", "kind": 2097152, @@ -35944,25 +36570,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 106, + "line": 111, "character": 12 } ], "type": { "type": "reference", - "target": 746, + "target": 754, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 759, + "id": 767, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 761, + "id": 769, "name": "session", "variant": "declaration", "kind": 1024, @@ -35970,7 +36596,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 108, + "line": 113, "character": 4 } ], @@ -35991,7 +36617,7 @@ } }, { - "id": 760, + "id": 768, "name": "user", "variant": "declaration", "kind": 1024, @@ -35999,7 +36625,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 107, + "line": 112, "character": 4 } ], @@ -36020,7 +36646,7 @@ } }, { - "id": 762, + "id": 770, "name": "weak_password", "variant": "declaration", "kind": 1024, @@ -36030,7 +36656,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 109, + "line": 114, "character": 4 } ], @@ -36039,7 +36665,7 @@ "types": [ { "type": "reference", - "target": 728, + "target": 736, "name": "WeakPassword", "package": "@supabase/auth-js" }, @@ -36054,13 +36680,13 @@ "groups": [ { "title": "Properties", - "children": [761, 760, 762] + "children": [769, 768, 770] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 106, + "line": 111, "character": 64 } ] @@ -36072,7 +36698,7 @@ } }, { - "id": 768, + "id": 776, "name": "AuthTokenResponse", "variant": "declaration", "kind": 2097152, @@ -36080,25 +36706,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 121, + "line": 126, "character": 12 } ], "type": { "type": "reference", - "target": 746, + "target": 754, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 769, + "id": 777, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 771, + "id": 779, "name": "session", "variant": "declaration", "kind": 1024, @@ -36106,7 +36732,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 123, + "line": 128, "character": 4 } ], @@ -36118,7 +36744,7 @@ } }, { - "id": 770, + "id": 778, "name": "user", "variant": "declaration", "kind": 1024, @@ -36126,7 +36752,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 122, + "line": 127, "character": 4 } ], @@ -36141,13 +36767,13 @@ "groups": [ { "title": "Properties", - "children": [771, 770] + "children": [779, 778] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 121, + "line": 126, "character": 61 } ] @@ -36159,7 +36785,7 @@ } }, { - "id": 772, + "id": 780, "name": "AuthTokenResponsePassword", "variant": "declaration", "kind": 2097152, @@ -36167,25 +36793,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 125, + "line": 130, "character": 12 } ], "type": { "type": "reference", - "target": 746, + "target": 754, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 773, + "id": 781, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 775, + "id": 783, "name": "session", "variant": "declaration", "kind": 1024, @@ -36193,7 +36819,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 127, + "line": 132, "character": 4 } ], @@ -36205,7 +36831,7 @@ } }, { - "id": 774, + "id": 782, "name": "user", "variant": "declaration", "kind": 1024, @@ -36213,7 +36839,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 126, + "line": 131, "character": 4 } ], @@ -36225,7 +36851,7 @@ } }, { - "id": 776, + "id": 784, "name": "weakPassword", "variant": "declaration", "kind": 1024, @@ -36235,13 +36861,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 128, + "line": 133, "character": 4 } ], "type": { "type": "reference", - "target": 728, + "target": 736, "name": "WeakPassword", "package": "@supabase/auth-js" } @@ -36250,13 +36876,13 @@ "groups": [ { "title": "Properties", - "children": [775, 774, 776] + "children": [783, 782, 784] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 125, + "line": 130, "character": 69 } ] @@ -36268,7 +36894,7 @@ } }, { - "id": 1250, + "id": 1261, "name": "CallRefreshTokenResult", "variant": "declaration", "kind": 2097152, @@ -36276,13 +36902,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1016, + "line": 1042, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", @@ -36296,7 +36922,7 @@ } }, { - "id": 1319, + "id": 1346, "name": "CreateOAuthClientParams", "variant": "declaration", "kind": 2097152, @@ -36312,21 +36938,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1187, + "line": 1230, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1320, + "id": 1347, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1321, + "id": 1348, "name": "client_name", "variant": "declaration", "kind": 1024, @@ -36342,7 +36968,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1189, + "line": 1232, "character": 4 } ], @@ -36352,7 +36978,7 @@ } }, { - "id": 1322, + "id": 1349, "name": "client_uri", "variant": "declaration", "kind": 1024, @@ -36370,7 +36996,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1191, + "line": 1234, "character": 4 } ], @@ -36380,7 +37006,7 @@ } }, { - "id": 1324, + "id": 1351, "name": "grant_types", "variant": "declaration", "kind": 1024, @@ -36398,7 +37024,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1195, + "line": 1238, "character": 4 } ], @@ -36406,14 +37032,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 1299, + "target": 1326, "name": "OAuthClientGrantType", "package": "@supabase/auth-js" } } }, { - "id": 1323, + "id": 1350, "name": "redirect_uris", "variant": "declaration", "kind": 1024, @@ -36429,7 +37055,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1193, + "line": 1236, "character": 4 } ], @@ -36442,7 +37068,7 @@ } }, { - "id": 1325, + "id": 1352, "name": "response_types", "variant": "declaration", "kind": 1024, @@ -36460,7 +37086,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1197, + "line": 1240, "character": 4 } ], @@ -36468,14 +37094,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 1300, + "target": 1327, "name": "OAuthClientResponseType", "package": "@supabase/auth-js" } } }, { - "id": 1326, + "id": 1353, "name": "scope", "variant": "declaration", "kind": 1024, @@ -36493,7 +37119,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1199, + "line": 1242, "character": 4 } ], @@ -36506,13 +37132,13 @@ "groups": [ { "title": "Properties", - "children": [1321, 1322, 1324, 1323, 1325, 1326] + "children": [1348, 1349, 1351, 1350, 1352, 1353] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1187, + "line": 1230, "character": 38 } ] @@ -36520,7 +37146,7 @@ } }, { - "id": 994, + "id": 1003, "name": "EmailOtpType", "variant": "declaration", "kind": 2097152, @@ -36528,7 +37154,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 592, + "line": 606, "character": 12 } ], @@ -36563,7 +37189,7 @@ } }, { - "id": 954, + "id": 963, "name": "EthereumWallet", "variant": "declaration", "kind": 2097152, @@ -36571,7 +37197,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 523, + "line": 537, "character": 12 } ], @@ -36586,7 +37212,7 @@ } }, { - "id": 955, + "id": 964, "name": "EthereumWeb3Credentials", "variant": "declaration", "kind": 2097152, @@ -36594,7 +37220,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 524, + "line": 538, "character": 12 } ], @@ -36604,14 +37230,14 @@ { "type": "reflection", "declaration": { - "id": 956, + "id": 965, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 957, + "id": 966, "name": "chain", "variant": "declaration", "kind": 1024, @@ -36619,7 +37245,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 525, + "line": 539, "character": 4 } ], @@ -36629,7 +37255,7 @@ } }, { - "id": 960, + "id": 969, "name": "options", "variant": "declaration", "kind": 1024, @@ -36639,21 +37265,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 530, + "line": 544, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 961, + "id": 970, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 963, + "id": 972, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -36671,7 +37297,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 534, + "line": 548, "character": 8 } ], @@ -36681,7 +37307,7 @@ } }, { - "id": 964, + "id": 973, "name": "signInWithEthereum", "variant": "declaration", "kind": 1024, @@ -36691,7 +37317,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 535, + "line": 549, "character": 8 } ], @@ -36749,7 +37375,7 @@ } }, { - "id": 962, + "id": 971, "name": "url", "variant": "declaration", "kind": 1024, @@ -36767,7 +37393,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 532, + "line": 546, "character": 8 } ], @@ -36780,13 +37406,13 @@ "groups": [ { "title": "Properties", - "children": [963, 964, 962] + "children": [972, 973, 971] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 530, + "line": 544, "character": 14 } ] @@ -36794,7 +37420,7 @@ } }, { - "id": 959, + "id": 968, "name": "statement", "variant": "declaration", "kind": 1024, @@ -36812,7 +37438,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 529, + "line": 543, "character": 4 } ], @@ -36822,7 +37448,7 @@ } }, { - "id": 958, + "id": 967, "name": "wallet", "variant": "declaration", "kind": 1024, @@ -36848,13 +37474,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 527, + "line": 541, "character": 4 } ], "type": { "type": "reference", - "target": 954, + "target": 963, "name": "EthereumWallet", "package": "@supabase/auth-js" } @@ -36863,13 +37489,13 @@ "groups": [ { "title": "Properties", - "children": [957, 960, 959, 958] + "children": [966, 969, 968, 967] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 524, + "line": 538, "character": 38 } ] @@ -36878,14 +37504,14 @@ { "type": "reflection", "declaration": { - "id": 965, + "id": 974, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 966, + "id": 975, "name": "chain", "variant": "declaration", "kind": 1024, @@ -36893,7 +37519,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 538, + "line": 552, "character": 4 } ], @@ -36903,7 +37529,7 @@ } }, { - "id": 967, + "id": 976, "name": "message", "variant": "declaration", "kind": 1024, @@ -36943,7 +37569,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 540, + "line": 554, "character": 4 } ], @@ -36953,7 +37579,7 @@ } }, { - "id": 969, + "id": 978, "name": "options", "variant": "declaration", "kind": 1024, @@ -36963,21 +37589,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 543, + "line": 557, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 970, + "id": 979, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 971, + "id": 980, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -36995,7 +37621,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 545, + "line": 559, "character": 8 } ], @@ -37008,13 +37634,13 @@ "groups": [ { "title": "Properties", - "children": [971] + "children": [980] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 543, + "line": 557, "character": 14 } ] @@ -37022,7 +37648,7 @@ } }, { - "id": 968, + "id": 977, "name": "signature", "variant": "declaration", "kind": 1024, @@ -37038,7 +37664,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 542, + "line": 556, "character": 4 } ], @@ -37056,13 +37682,13 @@ "groups": [ { "title": "Properties", - "children": [966, 967, 969, 968] + "children": [975, 976, 978, 977] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 537, + "line": 551, "character": 4 } ] @@ -37072,7 +37698,7 @@ } }, { - "id": 815, + "id": 823, "name": "Factor", "variant": "declaration", "kind": 2097152, @@ -37096,7 +37722,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#enroll", - "target": 1108 + "target": 1119 }, { "kind": "text", @@ -37110,7 +37736,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#listFactors", - "target": 1219 + "target": 1230 }, { "kind": "text", @@ -37136,32 +37762,32 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 236, + "line": 241, "character": 12 } ], "typeParameters": [ { - "id": 823, + "id": 831, "name": "Type", "variant": "typeParam", "kind": 131072, "flags": {}, "type": { "type": "reference", - "target": 814, + "target": 822, "name": "FactorType", "package": "@supabase/auth-js" }, "default": { "type": "reference", - "target": 814, + "target": 822, "name": "FactorType", "package": "@supabase/auth-js" } }, { - "id": 824, + "id": 832, "name": "Status", "variant": "typeParam", "kind": 131072, @@ -37200,14 +37826,14 @@ "type": { "type": "reflection", "declaration": { - "id": 816, + "id": 824, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 821, + "id": 829, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -37215,7 +37841,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 249, + "line": 254, "character": 4 } ], @@ -37225,7 +37851,7 @@ } }, { - "id": 819, + "id": 827, "name": "factor_type", "variant": "declaration", "kind": 1024, @@ -37257,20 +37883,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 244, + "line": 249, "character": 4 } ], "type": { "type": "reference", - "target": 823, + "target": 831, "name": "Type", "package": "@supabase/auth-js", "refersToTypeParameter": true } }, { - "id": 818, + "id": 826, "name": "friendly_name", "variant": "declaration", "kind": 1024, @@ -37288,7 +37914,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 240, + "line": 245, "character": 4 } ], @@ -37298,7 +37924,7 @@ } }, { - "id": 817, + "id": 825, "name": "id", "variant": "declaration", "kind": 1024, @@ -37314,7 +37940,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 238, + "line": 243, "character": 4 } ], @@ -37324,7 +37950,7 @@ } }, { - "id": 820, + "id": 828, "name": "status", "variant": "declaration", "kind": 1024, @@ -37368,20 +37994,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 248, + "line": 253, "character": 4 } ], "type": { "type": "reference", - "target": 824, + "target": 832, "name": "Status", "package": "@supabase/auth-js", "refersToTypeParameter": true } }, { - "id": 822, + "id": 830, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -37389,7 +38015,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 250, + "line": 255, "character": 4 } ], @@ -37402,13 +38028,13 @@ "groups": [ { "title": "Properties", - "children": [821, 819, 818, 817, 820, 822] + "children": [829, 827, 826, 825, 828, 830] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 236, + "line": 241, "character": 146 } ] @@ -37416,7 +38042,7 @@ } }, { - "id": 814, + "id": 822, "name": "FactorType", "variant": "declaration", "kind": 2097152, @@ -37448,7 +38074,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 223, + "line": 228, "character": 12 } ], @@ -37751,7 +38377,7 @@ ], "type": { "type": "reference", - "target": 96, + "target": 97, "name": "FunctionRegion", "package": "@supabase/functions-js" } @@ -37788,12 +38414,40 @@ "name": "AbortSignal", "package": "typescript" } + }, + { + "id": 96, + "name": "timeout", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The timeout for the request in milliseconds.\nIf the function takes longer than this, the request will be aborted." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/functions-js/dist/module/types.d.ts", + "line": 73, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } } ], "groups": [ { "title": "Properties", - "children": [94, 88, 92, 93, 95] + "children": [94, 88, 92, 93, 95, 96] } ], "sources": [ @@ -37807,7 +38461,7 @@ } }, { - "id": 1038, + "id": 1049, "name": "GenerateEmailChangeLinkParams", "variant": "declaration", "kind": 2097152, @@ -37815,21 +38469,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 647, + "line": 673, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1039, + "id": 1050, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1041, + "id": 1052, "name": "email", "variant": "declaration", "kind": 1024, @@ -37845,7 +38499,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 650, + "line": 676, "character": 4 } ], @@ -37855,7 +38509,7 @@ } }, { - "id": 1042, + "id": 1053, "name": "newEmail", "variant": "declaration", "kind": 1024, @@ -37871,7 +38525,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 654, + "line": 680, "character": 4 } ], @@ -37881,7 +38535,7 @@ } }, { - "id": 1043, + "id": 1054, "name": "options", "variant": "declaration", "kind": 1024, @@ -37891,7 +38545,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 655, + "line": 681, "character": 4 } ], @@ -37904,7 +38558,7 @@ "typeArguments": [ { "type": "reference", - "target": 1044, + "target": 1055, "name": "GenerateLinkOptions", "package": "@supabase/auth-js" }, @@ -37918,7 +38572,7 @@ } }, { - "id": 1040, + "id": 1051, "name": "type", "variant": "declaration", "kind": 1024, @@ -37926,7 +38580,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 648, + "line": 674, "character": 4 } ], @@ -37948,13 +38602,13 @@ "groups": [ { "title": "Properties", - "children": [1041, 1042, 1043, 1040] + "children": [1052, 1053, 1054, 1051] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 647, + "line": 673, "character": 44 } ] @@ -37962,7 +38616,7 @@ } }, { - "id": 1028, + "id": 1039, "name": "GenerateInviteOrMagiclinkParams", "variant": "declaration", "kind": 2097152, @@ -37970,21 +38624,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 635, + "line": 661, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1029, + "id": 1040, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1031, + "id": 1042, "name": "email", "variant": "declaration", "kind": 1024, @@ -38000,7 +38654,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 638, + "line": 664, "character": 4 } ], @@ -38010,7 +38664,7 @@ } }, { - "id": 1032, + "id": 1043, "name": "options", "variant": "declaration", "kind": 1024, @@ -38020,7 +38674,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 639, + "line": 665, "character": 4 } ], @@ -38033,7 +38687,7 @@ "typeArguments": [ { "type": "reference", - "target": 1044, + "target": 1055, "name": "GenerateLinkOptions", "package": "@supabase/auth-js" }, @@ -38056,7 +38710,7 @@ } }, { - "id": 1030, + "id": 1041, "name": "type", "variant": "declaration", "kind": 1024, @@ -38064,7 +38718,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 636, + "line": 662, "character": 4 } ], @@ -38086,13 +38740,13 @@ "groups": [ { "title": "Properties", - "children": [1031, 1032, 1030] + "children": [1042, 1043, 1041] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 635, + "line": 661, "character": 46 } ] @@ -38100,7 +38754,7 @@ } }, { - "id": 1047, + "id": 1058, "name": "GenerateLinkParams", "variant": "declaration", "kind": 2097152, @@ -38108,7 +38762,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 667, + "line": 693, "character": 12 } ], @@ -38117,25 +38771,25 @@ "types": [ { "type": "reference", - "target": 1022, + "target": 1033, "name": "GenerateSignupLinkParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1028, + "target": 1039, "name": "GenerateInviteOrMagiclinkParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1033, + "target": 1044, "name": "GenerateRecoveryLinkParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1038, + "target": 1049, "name": "GenerateEmailChangeLinkParams", "package": "@supabase/auth-js" } @@ -38143,7 +38797,7 @@ } }, { - "id": 1052, + "id": 1063, "name": "GenerateLinkProperties", "variant": "declaration", "kind": 2097152, @@ -38159,21 +38813,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 673, + "line": 699, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1053, + "id": 1064, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1054, + "id": 1065, "name": "action_link", "variant": "declaration", "kind": 1024, @@ -38189,7 +38843,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 678, + "line": 704, "character": 4 } ], @@ -38199,7 +38853,7 @@ } }, { - "id": 1055, + "id": 1066, "name": "email_otp", "variant": "declaration", "kind": 1024, @@ -38215,7 +38869,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 683, + "line": 709, "character": 4 } ], @@ -38225,7 +38879,7 @@ } }, { - "id": 1056, + "id": 1067, "name": "hashed_token", "variant": "declaration", "kind": 1024, @@ -38241,7 +38895,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 687, + "line": 713, "character": 4 } ], @@ -38251,7 +38905,7 @@ } }, { - "id": 1057, + "id": 1068, "name": "redirect_to", "variant": "declaration", "kind": 1024, @@ -38267,7 +38921,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 689, + "line": 715, "character": 4 } ], @@ -38277,7 +38931,7 @@ } }, { - "id": 1058, + "id": 1069, "name": "verification_type", "variant": "declaration", "kind": 1024, @@ -38293,13 +38947,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 691, + "line": 717, "character": 4 } ], "type": { "type": "reference", - "target": 1059, + "target": 1070, "name": "GenerateLinkType", "package": "@supabase/auth-js" } @@ -38308,13 +38962,13 @@ "groups": [ { "title": "Properties", - "children": [1054, 1055, 1056, 1057, 1058] + "children": [1065, 1066, 1067, 1068, 1069] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 673, + "line": 699, "character": 37 } ] @@ -38322,7 +38976,7 @@ } }, { - "id": 1048, + "id": 1059, "name": "GenerateLinkResponse", "variant": "declaration", "kind": 2097152, @@ -38330,25 +38984,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 668, + "line": 694, "character": 12 } ], "type": { "type": "reference", - "target": 746, + "target": 754, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1049, + "id": 1060, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1050, + "id": 1061, "name": "properties", "variant": "declaration", "kind": 1024, @@ -38356,19 +39010,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 669, + "line": 695, "character": 4 } ], "type": { "type": "reference", - "target": 1052, + "target": 1063, "name": "GenerateLinkProperties", "package": "@supabase/auth-js" } }, { - "id": 1051, + "id": 1062, "name": "user", "variant": "declaration", "kind": 1024, @@ -38376,7 +39030,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 670, + "line": 696, "character": 4 } ], @@ -38391,13 +39045,13 @@ "groups": [ { "title": "Properties", - "children": [1050, 1051] + "children": [1061, 1062] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 668, + "line": 694, "character": 64 } ] @@ -38409,7 +39063,7 @@ } }, { - "id": 1059, + "id": 1070, "name": "GenerateLinkType", "variant": "declaration", "kind": 2097152, @@ -38417,7 +39071,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 693, + "line": 719, "character": 12 } ], @@ -38452,7 +39106,7 @@ } }, { - "id": 1033, + "id": 1044, "name": "GenerateRecoveryLinkParams", "variant": "declaration", "kind": 2097152, @@ -38460,21 +39114,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 641, + "line": 667, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1034, + "id": 1045, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1036, + "id": 1047, "name": "email", "variant": "declaration", "kind": 1024, @@ -38490,7 +39144,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 644, + "line": 670, "character": 4 } ], @@ -38500,7 +39154,7 @@ } }, { - "id": 1037, + "id": 1048, "name": "options", "variant": "declaration", "kind": 1024, @@ -38510,7 +39164,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 645, + "line": 671, "character": 4 } ], @@ -38523,7 +39177,7 @@ "typeArguments": [ { "type": "reference", - "target": 1044, + "target": 1055, "name": "GenerateLinkOptions", "package": "@supabase/auth-js" }, @@ -38537,7 +39191,7 @@ } }, { - "id": 1035, + "id": 1046, "name": "type", "variant": "declaration", "kind": 1024, @@ -38545,7 +39199,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 642, + "line": 668, "character": 4 } ], @@ -38558,13 +39212,13 @@ "groups": [ { "title": "Properties", - "children": [1036, 1037, 1035] + "children": [1047, 1048, 1046] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 641, + "line": 667, "character": 41 } ] @@ -38572,7 +39226,7 @@ } }, { - "id": 1022, + "id": 1033, "name": "GenerateSignupLinkParams", "variant": "declaration", "kind": 2097152, @@ -38580,21 +39234,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 629, + "line": 655, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1023, + "id": 1034, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1025, + "id": 1036, "name": "email", "variant": "declaration", "kind": 1024, @@ -38602,7 +39256,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 631, + "line": 657, "character": 4 } ], @@ -38612,7 +39266,7 @@ } }, { - "id": 1027, + "id": 1038, "name": "options", "variant": "declaration", "kind": 1024, @@ -38622,7 +39276,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 633, + "line": 659, "character": 4 } ], @@ -38635,7 +39289,7 @@ "typeArguments": [ { "type": "reference", - "target": 1044, + "target": 1055, "name": "GenerateLinkOptions", "package": "@supabase/auth-js" }, @@ -38658,7 +39312,7 @@ } }, { - "id": 1026, + "id": 1037, "name": "password", "variant": "declaration", "kind": 1024, @@ -38666,7 +39320,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 632, + "line": 658, "character": 4 } ], @@ -38676,7 +39330,7 @@ } }, { - "id": 1024, + "id": 1035, "name": "type", "variant": "declaration", "kind": 1024, @@ -38684,7 +39338,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 630, + "line": 656, "character": 4 } ], @@ -38697,13 +39351,13 @@ "groups": [ { "title": "Properties", - "children": [1025, 1027, 1026, 1024] + "children": [1036, 1038, 1037, 1035] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 629, + "line": 655, "character": 39 } ] @@ -38711,7 +39365,7 @@ } }, { - "id": 705, + "id": 712, "name": "GoTrueClientOptions", "variant": "declaration", "kind": 2097152, @@ -38726,14 +39380,14 @@ "type": { "type": "reflection", "declaration": { - "id": 706, + "id": 713, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 714, + "id": 721, "name": "autoRefreshToken", "variant": "declaration", "kind": 1024, @@ -38753,7 +39407,7 @@ } }, { - "id": 720, + "id": 727, "name": "debug", "variant": "declaration", "kind": 1024, @@ -38777,7 +39431,7 @@ { "type": "reflection", "declaration": { - "id": 721, + "id": 728, "name": "__type", "variant": "declaration", "kind": 65536, @@ -38791,14 +39445,14 @@ ], "signatures": [ { - "id": 722, + "id": 729, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 723, + "id": 730, "name": "message", "variant": "param", "kind": 32768, @@ -38809,7 +39463,7 @@ } }, { - "id": 724, + "id": 731, "name": "args", "variant": "param", "kind": 32768, @@ -38837,7 +39491,7 @@ } }, { - "id": 713, + "id": 720, "name": "detectSessionInUrl", "variant": "declaration", "kind": 1024, @@ -38857,7 +39511,7 @@ } }, { - "id": 718, + "id": 725, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -38882,7 +39536,7 @@ } }, { - "id": 719, + "id": 726, "name": "flowType", "variant": "declaration", "kind": 1024, @@ -38898,13 +39552,13 @@ ], "type": { "type": "reference", - "target": 898, + "target": 907, "name": "AuthFlowType", "package": "@supabase/auth-js" } }, { - "id": 726, + "id": 733, "name": "hasCustomAuthorizationHeader", "variant": "declaration", "kind": 1024, @@ -38933,7 +39587,7 @@ } }, { - "id": 708, + "id": 715, "name": "headers", "variant": "declaration", "kind": 1024, @@ -38950,7 +39604,7 @@ "type": { "type": "reflection", "declaration": { - "id": 709, + "id": 716, "name": "__type", "variant": "declaration", "kind": 65536, @@ -38964,7 +39618,7 @@ ], "indexSignatures": [ { - "id": 710, + "id": 717, "name": "__index", "variant": "signature", "kind": 8192, @@ -38978,7 +39632,7 @@ ], "parameters": [ { - "id": 711, + "id": 718, "name": "key", "variant": "param", "kind": 32768, @@ -38999,7 +39653,7 @@ } }, { - "id": 725, + "id": 732, "name": "lock", "variant": "declaration", "kind": 1024, @@ -39024,13 +39678,13 @@ ], "type": { "type": "reference", - "target": 696, + "target": 703, "name": "LockFunc", "package": "@supabase/auth-js" } }, { - "id": 715, + "id": 722, "name": "persistSession", "variant": "declaration", "kind": 1024, @@ -39050,7 +39704,7 @@ } }, { - "id": 716, + "id": 723, "name": "storage", "variant": "declaration", "kind": 1024, @@ -39066,13 +39720,13 @@ ], "type": { "type": "reference", - "target": 1244, + "target": 1255, "name": "SupportedStorage", "package": "@supabase/auth-js" } }, { - "id": 712, + "id": 719, "name": "storageKey", "variant": "declaration", "kind": 1024, @@ -39092,7 +39746,35 @@ } }, { - "id": 707, + "id": 734, + "name": "throwOnError", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "If there is an error with the query, throwOnError will reject the promise by\nthrowing the error instead of returning it as part of a successful response." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 63, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 714, "name": "url", "variant": "declaration", "kind": 1024, @@ -39112,7 +39794,7 @@ } }, { - "id": 717, + "id": 724, "name": "userStorage", "variant": "declaration", "kind": 1024, @@ -39177,7 +39859,7 @@ ], "type": { "type": "reference", - "target": 1244, + "target": 1255, "name": "SupportedStorage", "package": "@supabase/auth-js" } @@ -39186,7 +39868,7 @@ "groups": [ { "title": "Properties", - "children": [714, 720, 713, 718, 719, 726, 708, 725, 715, 716, 712, 707, 717] + "children": [721, 727, 720, 725, 726, 733, 715, 732, 722, 723, 719, 734, 714, 724] } ], "sources": [ @@ -39200,7 +39882,7 @@ } }, { - "id": 1247, + "id": 1258, "name": "InitializeResult", "variant": "declaration", "kind": 2097152, @@ -39208,21 +39890,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1013, + "line": 1039, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1248, + "id": 1259, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1249, + "id": 1260, "name": "error", "variant": "declaration", "kind": 1024, @@ -39230,7 +39912,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1014, + "line": 1040, "character": 4 } ], @@ -39239,7 +39921,7 @@ "types": [ { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" }, @@ -39254,13 +39936,13 @@ "groups": [ { "title": "Properties", - "children": [1249] + "children": [1260] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1013, + "line": 1039, "character": 31 } ] @@ -39268,7 +39950,7 @@ } }, { - "id": 1271, + "id": 1282, "name": "JwtHeader", "variant": "declaration", "kind": 2097152, @@ -39276,21 +39958,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1102, + "line": 1128, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1272, + "id": 1283, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1273, + "id": 1284, "name": "alg", "variant": "declaration", "kind": 1024, @@ -39298,7 +39980,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1103, + "line": 1129, "character": 4 } ], @@ -39321,7 +40003,7 @@ } }, { - "id": 1274, + "id": 1285, "name": "kid", "variant": "declaration", "kind": 1024, @@ -39329,7 +40011,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1104, + "line": 1130, "character": 4 } ], @@ -39339,7 +40021,7 @@ } }, { - "id": 1275, + "id": 1286, "name": "typ", "variant": "declaration", "kind": 1024, @@ -39347,7 +40029,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1105, + "line": 1131, "character": 4 } ], @@ -39360,13 +40042,13 @@ "groups": [ { "title": "Properties", - "children": [1273, 1274, 1275] + "children": [1284, 1285, 1286] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1102, + "line": 1128, "character": 24 } ] @@ -39374,82 +40056,7 @@ } }, { - "id": 1286, - "name": "JwtPayload", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "sources": [ - { - "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1117, - "character": 12 - } - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 1276, - "name": "RequiredClaims", - "package": "@supabase/auth-js" - }, - { - "type": "reflection", - "declaration": { - "id": 1287, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "sources": [ - { - "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1117, - "character": 42 - } - ], - "indexSignatures": [ - { - "id": 1288, - "name": "__index", - "variant": "signature", - "kind": 8192, - "flags": {}, - "sources": [ - { - "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1118, - "character": 4 - } - ], - "parameters": [ - { - "id": 1289, - "name": "key", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - { - "id": 696, + "id": 703, "name": "LockFunc", "variant": "declaration", "kind": 2097152, @@ -39481,7 +40088,7 @@ "type": { "type": "reflection", "declaration": { - "id": 697, + "id": 704, "name": "__type", "variant": "declaration", "kind": 65536, @@ -39495,14 +40102,14 @@ ], "signatures": [ { - "id": 698, + "id": 705, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 704, + "id": 711, "name": "R", "variant": "typeParam", "kind": 131072, @@ -39511,7 +40118,7 @@ ], "parameters": [ { - "id": 699, + "id": 706, "name": "name", "variant": "param", "kind": 32768, @@ -39530,7 +40137,7 @@ } }, { - "id": 700, + "id": 707, "name": "acquireTimeout", "variant": "param", "kind": 32768, @@ -39557,7 +40164,7 @@ } }, { - "id": 701, + "id": 708, "name": "fn", "variant": "param", "kind": 32768, @@ -39573,7 +40180,7 @@ "type": { "type": "reflection", "declaration": { - "id": 702, + "id": 709, "name": "__type", "variant": "declaration", "kind": 65536, @@ -39587,7 +40194,7 @@ ], "signatures": [ { - "id": 703, + "id": 710, "name": "__type", "variant": "signature", "kind": 4096, @@ -39601,7 +40208,7 @@ "typeArguments": [ { "type": "reference", - "target": 704, + "target": 711, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -39625,7 +40232,7 @@ "typeArguments": [ { "type": "reference", - "target": 704, + "target": 711, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -39640,7 +40247,7 @@ } }, { - "id": 1078, + "id": 1089, "name": "MFAChallengeAndVerifyParams", "variant": "declaration", "kind": 2097152, @@ -39648,7 +40255,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 771, + "line": 797, "character": 12 } ], @@ -39663,7 +40270,7 @@ } }, { - "id": 1077, + "id": 1088, "name": "MFAChallengeParams", "variant": "declaration", "kind": 2097152, @@ -39671,7 +40278,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 767, + "line": 793, "character": 12 } ], @@ -39680,19 +40287,19 @@ "types": [ { "type": "reference", - "target": 1074, + "target": 1085, "name": "MFAChallengeTOTPParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1075, + "target": 1086, "name": "MFAChallengePhoneParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1076, + "target": 1087, "name": "MFAChallengeWebauthnParams", "package": "@supabase/auth-js" } @@ -39700,7 +40307,7 @@ } }, { - "id": 1075, + "id": 1086, "name": "MFAChallengePhoneParams", "variant": "declaration", "kind": 2097152, @@ -39708,13 +40315,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 751, + "line": 777, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -39745,7 +40352,7 @@ } }, { - "id": 1074, + "id": 1085, "name": "MFAChallengeTOTPParams", "variant": "declaration", "kind": 2097152, @@ -39753,13 +40360,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 746, + "line": 772, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "reference", @@ -39776,7 +40383,7 @@ } }, { - "id": 1076, + "id": 1087, "name": "MFAChallengeWebauthnParams", "variant": "declaration", "kind": 2097152, @@ -39805,13 +40412,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 766, + "line": 792, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -39842,7 +40449,7 @@ } }, { - "id": 1060, + "id": 1071, "name": "MFAEnrollParams", "variant": "declaration", "kind": 2097152, @@ -39850,7 +40457,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 694, + "line": 720, "character": 12 } ], @@ -39859,19 +40466,19 @@ "types": [ { "type": "reference", - "target": 1265, + "target": 1276, "name": "MFAEnrollTOTPParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1266, + "target": 1277, "name": "MFAEnrollPhoneParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1267, + "target": 1278, "name": "MFAEnrollWebauthnParams", "package": "@supabase/auth-js" } @@ -39879,7 +40486,7 @@ } }, { - "id": 1266, + "id": 1277, "name": "MFAEnrollPhoneParams", "variant": "declaration", "kind": 2097152, @@ -39887,13 +40494,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1057, + "line": 1083, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -39930,7 +40537,7 @@ } }, { - "id": 1265, + "id": 1276, "name": "MFAEnrollTOTPParams", "variant": "declaration", "kind": 2097152, @@ -39938,13 +40545,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1052, + "line": 1078, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -39981,7 +40588,7 @@ } }, { - "id": 1267, + "id": 1278, "name": "MFAEnrollWebauthnParams", "variant": "declaration", "kind": 2097152, @@ -40010,13 +40617,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1064, + "line": 1090, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -40053,7 +40660,7 @@ } }, { - "id": 1073, + "id": 1084, "name": "MFATOTPChannel", "variant": "declaration", "kind": 2097152, @@ -40061,7 +40668,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 745, + "line": 771, "character": 12 } ], @@ -40087,7 +40694,7 @@ } }, { - "id": 1061, + "id": 1072, "name": "MFAUnenrollParams", "variant": "declaration", "kind": 2097152, @@ -40095,21 +40702,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 695, + "line": 721, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1062, + "id": 1073, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1063, + "id": 1074, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -40125,7 +40732,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 697, + "line": 723, "character": 4 } ], @@ -40138,13 +40745,13 @@ "groups": [ { "title": "Properties", - "children": [1063] + "children": [1074] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 695, + "line": 721, "character": 32 } ] @@ -40152,7 +40759,7 @@ } }, { - "id": 1072, + "id": 1083, "name": "MFAVerifyParams", "variant": "declaration", "kind": 2097152, @@ -40160,7 +40767,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 739, + "line": 765, "character": 12 } ], @@ -40169,19 +40776,19 @@ "types": [ { "type": "reference", - "target": 1064, + "target": 1075, "name": "MFAVerifyTOTPParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1065, + "target": 1076, "name": "MFAVerifyPhoneParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1070, + "target": 1081, "name": "MFAVerifyWebauthnParams", "package": "@supabase/auth-js" } @@ -40189,7 +40796,7 @@ } }, { - "id": 1065, + "id": 1076, "name": "MFAVerifyPhoneParams", "variant": "declaration", "kind": 2097152, @@ -40197,13 +40804,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 711, + "line": 737, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -40234,7 +40841,7 @@ } }, { - "id": 1064, + "id": 1075, "name": "MFAVerifyTOTPParams", "variant": "declaration", "kind": 2097152, @@ -40242,13 +40849,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 709, + "line": 735, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -40279,7 +40886,7 @@ } }, { - "id": 1066, + "id": 1077, "name": "MFAVerifyWebauthnParamFields", "variant": "declaration", "kind": 2097152, @@ -40295,13 +40902,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 729, + "line": 755, "character": 12 } ], "typeParameters": [ { - "id": 1069, + "id": 1080, "name": "T", "variant": "typeParam", "kind": 131072, @@ -40345,14 +40952,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1067, + "id": 1078, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1068, + "id": 1079, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -40360,7 +40967,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 730, + "line": 756, "character": 4 } ], @@ -40385,7 +40992,7 @@ "typeArguments": [ { "type": "reference", - "target": 1069, + "target": 1080, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -40401,13 +41008,13 @@ "groups": [ { "title": "Properties", - "children": [1068] + "children": [1079] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 729, + "line": 755, "character": 98 } ] @@ -40415,7 +41022,7 @@ } }, { - "id": 1070, + "id": 1081, "name": "MFAVerifyWebauthnParams", "variant": "declaration", "kind": 2097152, @@ -40444,13 +41051,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 738, + "line": 764, "character": 12 } ], "typeParameters": [ { - "id": 1071, + "id": 1082, "name": "T", "variant": "typeParam", "kind": 131072, @@ -40493,7 +41100,7 @@ ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -40509,11 +41116,11 @@ }, { "type": "reference", - "target": 1066, + "target": 1077, "typeArguments": [ { "type": "reference", - "target": 1071, + "target": 1082, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -40530,7 +41137,7 @@ } }, { - "id": 993, + "id": 1002, "name": "MobileOtpType", "variant": "declaration", "kind": 2097152, @@ -40538,7 +41145,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 591, + "line": 605, "character": 12 } ], @@ -40557,7 +41164,7 @@ } }, { - "id": 1370, + "id": 1397, "name": "OAuthAuthorizationClient", "variant": "declaration", "kind": 2097152, @@ -40573,21 +41180,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1294, + "line": 1337, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1371, + "id": 1398, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1372, + "id": 1399, "name": "client_id", "variant": "declaration", "kind": 1024, @@ -40603,7 +41210,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1296, + "line": 1339, "character": 4 } ], @@ -40613,7 +41220,7 @@ } }, { - "id": 1373, + "id": 1400, "name": "client_name", "variant": "declaration", "kind": 1024, @@ -40629,7 +41236,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1298, + "line": 1341, "character": 4 } ], @@ -40639,7 +41246,7 @@ } }, { - "id": 1374, + "id": 1401, "name": "client_uri", "variant": "declaration", "kind": 1024, @@ -40655,7 +41262,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1300, + "line": 1343, "character": 4 } ], @@ -40665,7 +41272,7 @@ } }, { - "id": 1375, + "id": 1402, "name": "logo_uri", "variant": "declaration", "kind": 1024, @@ -40681,7 +41288,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1302, + "line": 1345, "character": 4 } ], @@ -40694,13 +41301,13 @@ "groups": [ { "title": "Properties", - "children": [1372, 1373, 1374, 1375] + "children": [1399, 1400, 1401, 1402] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1294, + "line": 1337, "character": 39 } ] @@ -40708,7 +41315,7 @@ } }, { - "id": 1376, + "id": 1403, "name": "OAuthAuthorizationDetails", "variant": "declaration", "kind": 2097152, @@ -40724,21 +41331,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1308, + "line": 1351, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1377, + "id": 1404, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1378, + "id": 1405, "name": "authorization_id", "variant": "declaration", "kind": 1024, @@ -40754,7 +41361,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1310, + "line": 1353, "character": 4 } ], @@ -40764,7 +41371,7 @@ } }, { - "id": 1380, + "id": 1407, "name": "client", "variant": "declaration", "kind": 1024, @@ -40780,19 +41387,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1314, + "line": 1357, "character": 4 } ], "type": { "type": "reference", - "target": 1370, + "target": 1397, "name": "OAuthAuthorizationClient", "package": "@supabase/auth-js" } }, { - "id": 1379, + "id": 1406, "name": "redirect_uri", "variant": "declaration", "kind": 1024, @@ -40810,7 +41417,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1312, + "line": 1355, "character": 4 } ], @@ -40820,7 +41427,7 @@ } }, { - "id": 1385, + "id": 1412, "name": "scope", "variant": "declaration", "kind": 1024, @@ -40836,7 +41443,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1323, + "line": 1366, "character": 4 } ], @@ -40846,7 +41453,7 @@ } }, { - "id": 1381, + "id": 1408, "name": "user", "variant": "declaration", "kind": 1024, @@ -40862,21 +41469,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1316, + "line": 1359, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1382, + "id": 1409, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1384, + "id": 1411, "name": "email", "variant": "declaration", "kind": 1024, @@ -40892,7 +41499,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1320, + "line": 1363, "character": 8 } ], @@ -40902,7 +41509,7 @@ } }, { - "id": 1383, + "id": 1410, "name": "id", "variant": "declaration", "kind": 1024, @@ -40918,7 +41525,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1318, + "line": 1361, "character": 8 } ], @@ -40931,13 +41538,13 @@ "groups": [ { "title": "Properties", - "children": [1384, 1383] + "children": [1411, 1410] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1316, + "line": 1359, "character": 10 } ] @@ -40948,13 +41555,13 @@ "groups": [ { "title": "Properties", - "children": [1378, 1380, 1379, 1385, 1381] + "children": [1405, 1407, 1406, 1412, 1408] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1308, + "line": 1351, "character": 40 } ] @@ -40962,7 +41569,7 @@ } }, { - "id": 1303, + "id": 1330, "name": "OAuthClient", "variant": "declaration", "kind": 2097152, @@ -40978,21 +41585,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1153, + "line": 1196, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1304, + "id": 1331, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1305, + "id": 1332, "name": "client_id", "variant": "declaration", "kind": 1024, @@ -41008,7 +41615,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1155, + "line": 1198, "character": 4 } ], @@ -41018,7 +41625,7 @@ } }, { - "id": 1306, + "id": 1333, "name": "client_name", "variant": "declaration", "kind": 1024, @@ -41034,7 +41641,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1157, + "line": 1200, "character": 4 } ], @@ -41044,7 +41651,7 @@ } }, { - "id": 1307, + "id": 1334, "name": "client_secret", "variant": "declaration", "kind": 1024, @@ -41062,7 +41669,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1159, + "line": 1202, "character": 4 } ], @@ -41072,7 +41679,7 @@ } }, { - "id": 1308, + "id": 1335, "name": "client_type", "variant": "declaration", "kind": 1024, @@ -41088,19 +41695,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1161, + "line": 1204, "character": 4 } ], "type": { "type": "reference", - "target": 1301, + "target": 1328, "name": "OAuthClientType", "package": "@supabase/auth-js" } }, { - "id": 1311, + "id": 1338, "name": "client_uri", "variant": "declaration", "kind": 1024, @@ -41118,7 +41725,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1167, + "line": 1210, "character": 4 } ], @@ -41128,7 +41735,7 @@ } }, { - "id": 1317, + "id": 1344, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -41144,7 +41751,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1179, + "line": 1222, "character": 4 } ], @@ -41154,7 +41761,7 @@ } }, { - "id": 1314, + "id": 1341, "name": "grant_types", "variant": "declaration", "kind": 1024, @@ -41170,7 +41777,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1173, + "line": 1216, "character": 4 } ], @@ -41178,14 +41785,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 1299, + "target": 1326, "name": "OAuthClientGrantType", "package": "@supabase/auth-js" } } }, { - "id": 1312, + "id": 1339, "name": "logo_uri", "variant": "declaration", "kind": 1024, @@ -41203,7 +41810,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1169, + "line": 1212, "character": 4 } ], @@ -41213,7 +41820,7 @@ } }, { - "id": 1313, + "id": 1340, "name": "redirect_uris", "variant": "declaration", "kind": 1024, @@ -41229,7 +41836,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1171, + "line": 1214, "character": 4 } ], @@ -41242,7 +41849,7 @@ } }, { - "id": 1310, + "id": 1337, "name": "registration_type", "variant": "declaration", "kind": 1024, @@ -41258,19 +41865,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1165, + "line": 1208, "character": 4 } ], "type": { "type": "reference", - "target": 1302, + "target": 1329, "name": "OAuthClientRegistrationType", "package": "@supabase/auth-js" } }, { - "id": 1315, + "id": 1342, "name": "response_types", "variant": "declaration", "kind": 1024, @@ -41286,7 +41893,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1175, + "line": 1218, "character": 4 } ], @@ -41294,14 +41901,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 1300, + "target": 1327, "name": "OAuthClientResponseType", "package": "@supabase/auth-js" } } }, { - "id": 1316, + "id": 1343, "name": "scope", "variant": "declaration", "kind": 1024, @@ -41319,7 +41926,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1177, + "line": 1220, "character": 4 } ], @@ -41329,7 +41936,7 @@ } }, { - "id": 1309, + "id": 1336, "name": "token_endpoint_auth_method", "variant": "declaration", "kind": 1024, @@ -41345,7 +41952,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1163, + "line": 1206, "character": 4 } ], @@ -41355,7 +41962,7 @@ } }, { - "id": 1318, + "id": 1345, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -41371,7 +41978,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1181, + "line": 1224, "character": 4 } ], @@ -41385,14 +41992,14 @@ { "title": "Properties", "children": [ - 1305, 1306, 1307, 1308, 1311, 1317, 1314, 1312, 1313, 1310, 1315, 1316, 1309, 1318 + 1332, 1333, 1334, 1335, 1338, 1344, 1341, 1339, 1340, 1337, 1342, 1343, 1336, 1345 ] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1153, + "line": 1196, "character": 26 } ] @@ -41400,7 +42007,7 @@ } }, { - "id": 1299, + "id": 1326, "name": "OAuthClientGrantType", "variant": "declaration", "kind": 2097152, @@ -41416,7 +42023,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1133, + "line": 1176, "character": 12 } ], @@ -41435,7 +42042,7 @@ } }, { - "id": 1335, + "id": 1362, "name": "OAuthClientListResponse", "variant": "declaration", "kind": 2097152, @@ -41451,7 +42058,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1227, + "line": 1270, "character": 12 } ], @@ -41461,14 +42068,14 @@ { "type": "reflection", "declaration": { - "id": 1336, + "id": 1363, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1337, + "id": 1364, "name": "data", "variant": "declaration", "kind": 1024, @@ -41476,7 +42083,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1228, + "line": 1271, "character": 4 } ], @@ -41486,14 +42093,14 @@ { "type": "reflection", "declaration": { - "id": 1338, + "id": 1365, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1340, + "id": 1367, "name": "aud", "variant": "declaration", "kind": 1024, @@ -41501,7 +42108,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1230, + "line": 1273, "character": 8 } ], @@ -41511,7 +42118,7 @@ } }, { - "id": 1339, + "id": 1366, "name": "clients", "variant": "declaration", "kind": 1024, @@ -41519,7 +42126,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1229, + "line": 1272, "character": 8 } ], @@ -41527,7 +42134,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 1303, + "target": 1330, "name": "OAuthClient", "package": "@supabase/auth-js" } @@ -41537,13 +42144,13 @@ "groups": [ { "title": "Properties", - "children": [1340, 1339] + "children": [1367, 1366] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1228, + "line": 1271, "character": 10 } ] @@ -41551,7 +42158,7 @@ }, { "type": "reference", - "target": 1251, + "target": 1262, "name": "Pagination", "package": "@supabase/auth-js" } @@ -41559,7 +42166,7 @@ } }, { - "id": 1341, + "id": 1368, "name": "error", "variant": "declaration", "kind": 1024, @@ -41567,7 +42174,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1232, + "line": 1275, "character": 4 } ], @@ -41580,13 +42187,13 @@ "groups": [ { "title": "Properties", - "children": [1337, 1341] + "children": [1364, 1368] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1227, + "line": 1270, "character": 38 } ] @@ -41595,14 +42202,14 @@ { "type": "reflection", "declaration": { - "id": 1342, + "id": 1369, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1343, + "id": 1370, "name": "data", "variant": "declaration", "kind": 1024, @@ -41610,21 +42217,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1234, + "line": 1277, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1344, + "id": 1371, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1345, + "id": 1372, "name": "clients", "variant": "declaration", "kind": 1024, @@ -41632,7 +42239,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1235, + "line": 1278, "character": 8 } ], @@ -41644,13 +42251,13 @@ "groups": [ { "title": "Properties", - "children": [1345] + "children": [1372] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1234, + "line": 1277, "character": 10 } ] @@ -41658,7 +42265,7 @@ } }, { - "id": 1346, + "id": 1373, "name": "error", "variant": "declaration", "kind": 1024, @@ -41666,13 +42273,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1237, + "line": 1280, "character": 4 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -41681,13 +42288,13 @@ "groups": [ { "title": "Properties", - "children": [1343, 1346] + "children": [1370, 1373] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1233, + "line": 1276, "character": 4 } ] @@ -41697,7 +42304,7 @@ } }, { - "id": 1302, + "id": 1329, "name": "OAuthClientRegistrationType", "variant": "declaration", "kind": 2097152, @@ -41713,7 +42320,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1148, + "line": 1191, "character": 12 } ], @@ -41732,7 +42339,7 @@ } }, { - "id": 1334, + "id": 1361, "name": "OAuthClientResponse", "variant": "declaration", "kind": 2097152, @@ -41748,17 +42355,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1222, + "line": 1265, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 1303, + "target": 1330, "name": "OAuthClient", "package": "@supabase/auth-js" } @@ -41768,7 +42375,7 @@ } }, { - "id": 1300, + "id": 1327, "name": "OAuthClientResponseType", "variant": "declaration", "kind": 2097152, @@ -41784,7 +42391,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1138, + "line": 1181, "character": 12 } ], @@ -41794,7 +42401,7 @@ } }, { - "id": 1301, + "id": 1328, "name": "OAuthClientType", "variant": "declaration", "kind": 2097152, @@ -41810,7 +42417,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1143, + "line": 1186, "character": 12 } ], @@ -41829,7 +42436,7 @@ } }, { - "id": 777, + "id": 785, "name": "OAuthResponse", "variant": "declaration", "kind": 2097152, @@ -41837,7 +42444,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 130, + "line": 135, "character": 12 } ], @@ -41847,14 +42454,14 @@ { "type": "reflection", "declaration": { - "id": 778, + "id": 786, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 779, + "id": 787, "name": "data", "variant": "declaration", "kind": 1024, @@ -41862,21 +42469,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 131, + "line": 136, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 780, + "id": 788, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 781, + "id": 789, "name": "provider", "variant": "declaration", "kind": 1024, @@ -41884,19 +42491,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 132, + "line": 137, "character": 8 } ], "type": { "type": "reference", - "target": 693, + "target": 700, "name": "Provider", "package": "@supabase/auth-js" } }, { - "id": 782, + "id": 790, "name": "url", "variant": "declaration", "kind": 1024, @@ -41904,7 +42511,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 133, + "line": 138, "character": 8 } ], @@ -41917,13 +42524,13 @@ "groups": [ { "title": "Properties", - "children": [781, 782] + "children": [789, 790] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 131, + "line": 136, "character": 10 } ] @@ -41931,7 +42538,7 @@ } }, { - "id": 783, + "id": 791, "name": "error", "variant": "declaration", "kind": 1024, @@ -41939,7 +42546,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 135, + "line": 140, "character": 4 } ], @@ -41952,13 +42559,13 @@ "groups": [ { "title": "Properties", - "children": [779, 783] + "children": [787, 791] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 130, + "line": 135, "character": 28 } ] @@ -41967,14 +42574,14 @@ { "type": "reflection", "declaration": { - "id": 784, + "id": 792, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 785, + "id": 793, "name": "data", "variant": "declaration", "kind": 1024, @@ -41982,21 +42589,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 137, + "line": 142, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 786, + "id": 794, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 787, + "id": 795, "name": "provider", "variant": "declaration", "kind": 1024, @@ -42004,19 +42611,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 138, + "line": 143, "character": 8 } ], "type": { "type": "reference", - "target": 693, + "target": 700, "name": "Provider", "package": "@supabase/auth-js" } }, { - "id": 788, + "id": 796, "name": "url", "variant": "declaration", "kind": 1024, @@ -42024,7 +42631,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 139, + "line": 144, "character": 8 } ], @@ -42037,13 +42644,13 @@ "groups": [ { "title": "Properties", - "children": [787, 788] + "children": [795, 796] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 137, + "line": 142, "character": 10 } ] @@ -42051,7 +42658,7 @@ } }, { - "id": 789, + "id": 797, "name": "error", "variant": "declaration", "kind": 1024, @@ -42059,13 +42666,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 141, + "line": 146, "character": 4 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -42074,13 +42681,13 @@ "groups": [ { "title": "Properties", - "children": [785, 789] + "children": [793, 797] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 136, + "line": 141, "character": 4 } ] @@ -42090,7 +42697,7 @@ } }, { - "id": 1258, + "id": 1269, "name": "PageParams", "variant": "declaration", "kind": 2097152, @@ -42098,21 +42705,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1023, + "line": 1049, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1259, + "id": 1270, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1260, + "id": 1271, "name": "page", "variant": "declaration", "kind": 1024, @@ -42130,7 +42737,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1025, + "line": 1051, "character": 4 } ], @@ -42140,7 +42747,7 @@ } }, { - "id": 1261, + "id": 1272, "name": "perPage", "variant": "declaration", "kind": 1024, @@ -42158,7 +42765,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1027, + "line": 1053, "character": 4 } ], @@ -42171,13 +42778,13 @@ "groups": [ { "title": "Properties", - "children": [1260, 1261] + "children": [1271, 1272] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1023, + "line": 1049, "character": 25 } ] @@ -42185,7 +42792,7 @@ } }, { - "id": 1251, + "id": 1262, "name": "Pagination", "variant": "declaration", "kind": 2097152, @@ -42193,21 +42800,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1017, + "line": 1043, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1252, + "id": 1263, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1254, + "id": 1265, "name": "lastPage", "variant": "declaration", "kind": 1024, @@ -42215,7 +42822,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1020, + "line": 1046, "character": 4 } ], @@ -42225,7 +42832,7 @@ } }, { - "id": 1253, + "id": 1264, "name": "nextPage", "variant": "declaration", "kind": 1024, @@ -42233,7 +42840,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1019, + "line": 1045, "character": 4 } ], @@ -42252,7 +42859,7 @@ } }, { - "id": 1255, + "id": 1266, "name": "total", "variant": "declaration", "kind": 1024, @@ -42260,7 +42867,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1021, + "line": 1047, "character": 4 } ], @@ -42273,19 +42880,19 @@ "groups": [ { "title": "Properties", - "children": [1254, 1253, 1255] + "children": [1265, 1264, 1266] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1017, + "line": 1043, "character": 25 } ], "indexSignatures": [ { - "id": 1256, + "id": 1267, "name": "__index", "variant": "signature", "kind": 8192, @@ -42293,13 +42900,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1018, + "line": 1044, "character": 4 } ], "parameters": [ { - "id": 1257, + "id": 1268, "name": "key", "variant": "param", "kind": 32768, @@ -42463,7 +43070,7 @@ } }, { - "id": 732, + "id": 740, "name": "Prettify", "variant": "declaration", "kind": 2097152, @@ -42479,13 +43086,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 12 } ], "typeParameters": [ { - "id": 733, + "id": 741, "name": "T", "variant": "typeParam", "kind": 131072, @@ -42496,7 +43103,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 733, + "target": 741, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -42512,7 +43119,7 @@ }, "trueType": { "type": "reference", - "target": 733, + "target": 741, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -42525,7 +43132,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 733, + "target": 741, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -42545,7 +43152,7 @@ }, "objectType": { "type": "reference", - "target": 733, + "target": 741, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -42555,7 +43162,7 @@ } }, { - "id": 693, + "id": 700, "name": "Provider", "variant": "declaration", "kind": 2097152, @@ -42670,7 +43277,7 @@ } }, { - "id": 270, + "id": 272, "name": "QueryData", "variant": "declaration", "kind": 2097152, @@ -42678,14 +43285,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 115, + "line": 118, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L118" } ], "typeParameters": [ { - "id": 273, + "id": 275, "name": "T", "variant": "typeParam", "kind": 131072, @@ -42696,7 +43303,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 273, + "target": 275, "name": "T", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -42711,14 +43318,14 @@ { "type": "reflection", "declaration": { - "id": 271, + "id": 273, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 272, + "id": 274, "name": "data", "variant": "declaration", "kind": 1024, @@ -42726,9 +43333,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 115, + "line": 118, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L118" } ], "type": { @@ -42740,15 +43347,15 @@ "groups": [ { "title": "Properties", - "children": [272] + "children": [274] } ], "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 115, + "line": 118, "character": 49, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L118" } ] } @@ -42789,7 +43396,7 @@ } }, { - "id": 274, + "id": 276, "name": "QueryError", "variant": "declaration", "kind": 2097152, @@ -42797,9 +43404,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 116, + "line": 119, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L116" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L119" } ], "type": { @@ -42811,7 +43418,7 @@ } }, { - "id": 268, + "id": 270, "name": "QueryResult", "variant": "declaration", "kind": 2097152, @@ -42827,14 +43434,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 114, + "line": 117, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L117" } ], "typeParameters": [ { - "id": 269, + "id": 271, "name": "T", "variant": "typeParam", "kind": 131072, @@ -42845,7 +43452,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 269, + "target": 271, "name": "T", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -42882,7 +43489,7 @@ } }, { - "id": 1887, + "id": 1914, "name": "RealtimeChannelOptions", "variant": "declaration", "kind": 2097152, @@ -42897,14 +43504,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1888, + "id": 1915, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1889, + "id": 1916, "name": "config", "variant": "declaration", "kind": 1024, @@ -42919,14 +43526,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1890, + "id": 1917, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1891, + "id": 1918, "name": "broadcast", "variant": "declaration", "kind": 1024, @@ -42951,14 +43558,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1892, + "id": 1919, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1894, + "id": 1921, "name": "ack", "variant": "declaration", "kind": 1024, @@ -42978,7 +43585,7 @@ } }, { - "id": 1895, + "id": 1922, "name": "replay", "variant": "declaration", "kind": 1024, @@ -43003,7 +43610,7 @@ } }, { - "id": 1893, + "id": 1920, "name": "self", "variant": "declaration", "kind": 1024, @@ -43026,7 +43633,7 @@ "groups": [ { "title": "Properties", - "children": [1894, 1895, 1893] + "children": [1921, 1922, 1920] } ], "sources": [ @@ -43040,7 +43647,7 @@ } }, { - "id": 1896, + "id": 1923, "name": "presence", "variant": "declaration", "kind": 1024, @@ -43065,14 +43672,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1897, + "id": 1924, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1899, + "id": 1926, "name": "enabled", "variant": "declaration", "kind": 1024, @@ -43092,7 +43699,7 @@ } }, { - "id": 1898, + "id": 1925, "name": "key", "variant": "declaration", "kind": 1024, @@ -43115,7 +43722,7 @@ "groups": [ { "title": "Properties", - "children": [1899, 1898] + "children": [1926, 1925] } ], "sources": [ @@ -43129,7 +43736,7 @@ } }, { - "id": 1900, + "id": 1927, "name": "private", "variant": "declaration", "kind": 1024, @@ -43160,7 +43767,7 @@ "groups": [ { "title": "Properties", - "children": [1891, 1896, 1900] + "children": [1918, 1923, 1927] } ], "sources": [ @@ -43177,7 +43784,7 @@ "groups": [ { "title": "Properties", - "children": [1889] + "children": [1916] } ], "sources": [ @@ -43191,7 +43798,7 @@ } }, { - "id": 1901, + "id": 1928, "name": "RealtimeChannelSendResponse", "variant": "declaration", "kind": 2097152, @@ -43222,7 +43829,7 @@ } }, { - "id": 2011, + "id": 2039, "name": "RealtimeClientOptions", "variant": "declaration", "kind": 2097152, @@ -43237,14 +43844,14 @@ "type": { "type": "reflection", "declaration": { - "id": 2012, + "id": 2040, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2037, + "id": 2066, "name": "accessToken", "variant": "declaration", "kind": 1024, @@ -43254,14 +43861,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 53, + "line": 54, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 2038, + "id": 2067, "name": "__type", "variant": "declaration", "kind": 65536, @@ -43269,13 +43876,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 53, + "line": 54, "character": 18 } ], "signatures": [ { - "id": 2039, + "id": 2068, "name": "__type", "variant": "signature", "kind": 4096, @@ -43310,7 +43917,7 @@ } }, { - "id": 2022, + "id": 2051, "name": "decode", "variant": "declaration", "kind": 1024, @@ -43320,7 +43927,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 40, + "line": 41, "character": 4 } ], @@ -43335,7 +43942,7 @@ } }, { - "id": 2021, + "id": 2050, "name": "encode", "variant": "declaration", "kind": 1024, @@ -43345,7 +43952,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 39, + "line": 40, "character": 4 } ], @@ -43360,7 +43967,7 @@ } }, { - "id": 2034, + "id": 2063, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -43370,7 +43977,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 50, + "line": 51, "character": 4 } ], @@ -43385,7 +43992,7 @@ } }, { - "id": 2024, + "id": 2053, "name": "headers", "variant": "declaration", "kind": 1024, @@ -43395,14 +44002,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 42, + "line": 43, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 2025, + "id": 2054, "name": "__type", "variant": "declaration", "kind": 65536, @@ -43410,13 +44017,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 42, + "line": 43, "character": 14 } ], "indexSignatures": [ { - "id": 2026, + "id": 2055, "name": "__index", "variant": "signature", "kind": 8192, @@ -43424,13 +44031,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 43, + "line": 44, "character": 8 } ], "parameters": [ { - "id": 2027, + "id": 2056, "name": "key", "variant": "param", "kind": 32768, @@ -43451,7 +44058,7 @@ } }, { - "id": 2016, + "id": 2044, "name": "heartbeatCallback", "variant": "declaration", "kind": 1024, @@ -43468,7 +44075,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2017, + "id": 2045, "name": "__type", "variant": "declaration", "kind": 65536, @@ -43482,14 +44089,14 @@ ], "signatures": [ { - "id": 2018, + "id": 2046, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 2019, + "id": 2047, "name": "status", "variant": "param", "kind": 32768, @@ -43515,7 +44122,7 @@ } }, { - "id": 2015, + "id": 2043, "name": "heartbeatIntervalMs", "variant": "declaration", "kind": 1024, @@ -43535,7 +44142,7 @@ } }, { - "id": 2032, + "id": 2061, "name": "log_level", "variant": "declaration", "kind": 1024, @@ -43545,7 +44152,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 48, + "line": 49, "character": 4 } ], @@ -43560,7 +44167,7 @@ } }, { - "id": 2020, + "id": 2049, "name": "logger", "variant": "declaration", "kind": 1024, @@ -43570,7 +44177,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 38, + "line": 39, "character": 4 } ], @@ -43585,7 +44192,7 @@ } }, { - "id": 2033, + "id": 2062, "name": "logLevel", "variant": "declaration", "kind": 1024, @@ -43595,7 +44202,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 49, + "line": 50, "character": 4 } ], @@ -43610,7 +44217,7 @@ } }, { - "id": 2028, + "id": 2057, "name": "params", "variant": "declaration", "kind": 1024, @@ -43620,14 +44227,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 45, + "line": 46, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 2029, + "id": 2058, "name": "__type", "variant": "declaration", "kind": 65536, @@ -43635,13 +44242,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 45, + "line": 46, "character": 13 } ], "indexSignatures": [ { - "id": 2030, + "id": 2059, "name": "__index", "variant": "signature", "kind": 8192, @@ -43649,13 +44256,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 46, + "line": 47, "character": 8 } ], "parameters": [ { - "id": 2031, + "id": 2060, "name": "key", "variant": "param", "kind": 32768, @@ -43676,7 +44283,7 @@ } }, { - "id": 2023, + "id": 2052, "name": "reconnectAfterMs", "variant": "declaration", "kind": 1024, @@ -43686,7 +44293,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 41, + "line": 42, "character": 4 } ], @@ -43701,7 +44308,7 @@ } }, { - "id": 2014, + "id": 2042, "name": "timeout", "variant": "declaration", "kind": 1024, @@ -43721,7 +44328,7 @@ } }, { - "id": 2013, + "id": 2041, "name": "transport", "variant": "declaration", "kind": 1024, @@ -43737,13 +44344,33 @@ ], "type": { "type": "reference", - "target": 2204, + "target": 2233, "name": "WebSocketLikeConstructor", "package": "@supabase/realtime-js" } }, { - "id": 2035, + "id": 2048, + "name": "vsn", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", + "line": 38, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2064, "name": "worker", "variant": "declaration", "kind": 1024, @@ -43753,7 +44380,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 51, + "line": 52, "character": 4 } ], @@ -43763,7 +44390,7 @@ } }, { - "id": 2036, + "id": 2065, "name": "workerUrl", "variant": "declaration", "kind": 1024, @@ -43773,7 +44400,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 52, + "line": 53, "character": 4 } ], @@ -43787,8 +44414,8 @@ { "title": "Properties", "children": [ - 2037, 2022, 2021, 2034, 2024, 2016, 2015, 2032, 2020, 2033, 2028, 2023, 2014, 2013, - 2035, 2036 + 2066, 2051, 2050, 2063, 2053, 2044, 2043, 2061, 2049, 2062, 2057, 2052, 2042, 2041, + 2048, 2064, 2065 ] } ], @@ -43803,7 +44430,7 @@ } }, { - "id": 2040, + "id": 2069, "name": "RealtimeMessage", "variant": "declaration", "kind": 2097152, @@ -43818,14 +44445,14 @@ "type": { "type": "reflection", "declaration": { - "id": 2041, + "id": 2070, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2043, + "id": 2072, "name": "event", "variant": "declaration", "kind": 1024, @@ -43843,7 +44470,7 @@ } }, { - "id": 2046, + "id": 2075, "name": "join_ref", "variant": "declaration", "kind": 1024, @@ -43863,7 +44490,7 @@ } }, { - "id": 2044, + "id": 2073, "name": "payload", "variant": "declaration", "kind": 1024, @@ -43881,7 +44508,7 @@ } }, { - "id": 2045, + "id": 2074, "name": "ref", "variant": "declaration", "kind": 1024, @@ -43899,7 +44526,7 @@ } }, { - "id": 2042, + "id": 2071, "name": "topic", "variant": "declaration", "kind": 1024, @@ -43920,7 +44547,7 @@ "groups": [ { "title": "Properties", - "children": [2043, 2046, 2044, 2045, 2042] + "children": [2072, 2075, 2073, 2074, 2071] } ], "sources": [ @@ -43934,7 +44561,7 @@ } }, { - "id": 2047, + "id": 2076, "name": "RealtimePostgresChangesFilter", "variant": "declaration", "kind": 2097152, @@ -43948,7 +44575,7 @@ ], "typeParameters": [ { - "id": 2053, + "id": 2082, "name": "T", "variant": "typeParam", "kind": 131072, @@ -43960,7 +44587,7 @@ [ { "type": "reference", - "target": 2123, + "target": 2152, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT", "package": "@supabase/realtime-js" }, @@ -43973,14 +44600,14 @@ "type": { "type": "reflection", "declaration": { - "id": 2048, + "id": 2077, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2049, + "id": 2078, "name": "event", "variant": "declaration", "kind": 1024, @@ -44002,14 +44629,14 @@ ], "type": { "type": "reference", - "target": 2053, + "target": 2082, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true } }, { - "id": 2052, + "id": 2081, "name": "filter", "variant": "declaration", "kind": 1024, @@ -44037,7 +44664,7 @@ } }, { - "id": 2050, + "id": 2079, "name": "schema", "variant": "declaration", "kind": 1024, @@ -44063,7 +44690,7 @@ } }, { - "id": 2051, + "id": 2080, "name": "table", "variant": "declaration", "kind": 1024, @@ -44094,7 +44721,7 @@ "groups": [ { "title": "Properties", - "children": [2049, 2052, 2050, 2051] + "children": [2078, 2081, 2079, 2080] } ], "sources": [ @@ -44108,7 +44735,7 @@ } }, { - "id": 2054, + "id": 2083, "name": "RealtimePostgresChangesPayload", "variant": "declaration", "kind": 2097152, @@ -44122,7 +44749,7 @@ ], "typeParameters": [ { - "id": 2055, + "id": 2084, "name": "T", "variant": "typeParam", "kind": 131072, @@ -44130,7 +44757,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2056, + "id": 2085, "name": "__type", "variant": "declaration", "kind": 65536, @@ -44144,7 +44771,7 @@ ], "indexSignatures": [ { - "id": 2057, + "id": 2086, "name": "__index", "variant": "signature", "kind": 8192, @@ -44158,7 +44785,7 @@ ], "parameters": [ { - "id": 2058, + "id": 2087, "name": "key", "variant": "param", "kind": 32768, @@ -44184,11 +44811,11 @@ "types": [ { "type": "reference", - "target": 2059, + "target": 2088, "typeArguments": [ { "type": "reference", - "target": 2055, + "target": 2084, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -44199,11 +44826,11 @@ }, { "type": "reference", - "target": 2069, + "target": 2098, "typeArguments": [ { "type": "reference", - "target": 2055, + "target": 2084, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -44214,11 +44841,11 @@ }, { "type": "reference", - "target": 2078, + "target": 2107, "typeArguments": [ { "type": "reference", - "target": 2055, + "target": 2084, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -44231,7 +44858,7 @@ } }, { - "id": 2078, + "id": 2107, "name": "RealtimePostgresDeletePayload", "variant": "declaration", "kind": 2097152, @@ -44245,7 +44872,7 @@ ], "typeParameters": [ { - "id": 2084, + "id": 2113, "name": "T", "variant": "typeParam", "kind": 131072, @@ -44253,7 +44880,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2085, + "id": 2114, "name": "__type", "variant": "declaration", "kind": 65536, @@ -44267,7 +44894,7 @@ ], "indexSignatures": [ { - "id": 2086, + "id": 2115, "name": "__index", "variant": "signature", "kind": 8192, @@ -44281,7 +44908,7 @@ ], "parameters": [ { - "id": 2087, + "id": 2116, "name": "key", "variant": "param", "kind": 32768, @@ -44317,14 +44944,14 @@ { "type": "reflection", "declaration": { - "id": 2079, + "id": 2108, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2080, + "id": 2109, "name": "eventType", "variant": "declaration", "kind": 1024, @@ -44343,7 +44970,7 @@ [ { "type": "reference", - "target": 2127, + "target": 2156, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE", "package": "@supabase/realtime-js" }, @@ -44353,7 +44980,7 @@ } }, { - "id": 2081, + "id": 2110, "name": "new", "variant": "declaration", "kind": 1024, @@ -44368,7 +44995,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2082, + "id": 2111, "name": "__type", "variant": "declaration", "kind": 65536, @@ -44384,7 +45011,7 @@ } }, { - "id": 2083, + "id": 2112, "name": "old", "variant": "declaration", "kind": 1024, @@ -44405,7 +45032,7 @@ "typeArguments": [ { "type": "reference", - "target": 2084, + "target": 2113, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -44419,7 +45046,7 @@ "groups": [ { "title": "Properties", - "children": [2080, 2081, 2083] + "children": [2109, 2110, 2112] } ], "sources": [ @@ -44435,7 +45062,7 @@ } }, { - "id": 2059, + "id": 2088, "name": "RealtimePostgresInsertPayload", "variant": "declaration", "kind": 2097152, @@ -44449,7 +45076,7 @@ ], "typeParameters": [ { - "id": 2065, + "id": 2094, "name": "T", "variant": "typeParam", "kind": 131072, @@ -44457,7 +45084,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2066, + "id": 2095, "name": "__type", "variant": "declaration", "kind": 65536, @@ -44471,7 +45098,7 @@ ], "indexSignatures": [ { - "id": 2067, + "id": 2096, "name": "__index", "variant": "signature", "kind": 8192, @@ -44485,7 +45112,7 @@ ], "parameters": [ { - "id": 2068, + "id": 2097, "name": "key", "variant": "param", "kind": 32768, @@ -44521,14 +45148,14 @@ { "type": "reflection", "declaration": { - "id": 2060, + "id": 2089, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2061, + "id": 2090, "name": "eventType", "variant": "declaration", "kind": 1024, @@ -44547,7 +45174,7 @@ [ { "type": "reference", - "target": 2125, + "target": 2154, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT", "package": "@supabase/realtime-js" }, @@ -44557,7 +45184,7 @@ } }, { - "id": 2062, + "id": 2091, "name": "new", "variant": "declaration", "kind": 1024, @@ -44571,14 +45198,14 @@ ], "type": { "type": "reference", - "target": 2065, + "target": 2094, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true } }, { - "id": 2063, + "id": 2092, "name": "old", "variant": "declaration", "kind": 1024, @@ -44593,7 +45220,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2064, + "id": 2093, "name": "__type", "variant": "declaration", "kind": 65536, @@ -44612,7 +45239,7 @@ "groups": [ { "title": "Properties", - "children": [2061, 2062, 2063] + "children": [2090, 2091, 2092] } ], "sources": [ @@ -44628,7 +45255,7 @@ } }, { - "id": 2069, + "id": 2098, "name": "RealtimePostgresUpdatePayload", "variant": "declaration", "kind": 2097152, @@ -44642,7 +45269,7 @@ ], "typeParameters": [ { - "id": 2074, + "id": 2103, "name": "T", "variant": "typeParam", "kind": 131072, @@ -44650,7 +45277,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2075, + "id": 2104, "name": "__type", "variant": "declaration", "kind": 65536, @@ -44664,7 +45291,7 @@ ], "indexSignatures": [ { - "id": 2076, + "id": 2105, "name": "__index", "variant": "signature", "kind": 8192, @@ -44678,7 +45305,7 @@ ], "parameters": [ { - "id": 2077, + "id": 2106, "name": "key", "variant": "param", "kind": 32768, @@ -44714,14 +45341,14 @@ { "type": "reflection", "declaration": { - "id": 2070, + "id": 2099, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2071, + "id": 2100, "name": "eventType", "variant": "declaration", "kind": 1024, @@ -44740,7 +45367,7 @@ [ { "type": "reference", - "target": 2126, + "target": 2155, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE", "package": "@supabase/realtime-js" }, @@ -44750,7 +45377,7 @@ } }, { - "id": 2072, + "id": 2101, "name": "new", "variant": "declaration", "kind": 1024, @@ -44764,14 +45391,14 @@ ], "type": { "type": "reference", - "target": 2074, + "target": 2103, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true } }, { - "id": 2073, + "id": 2102, "name": "old", "variant": "declaration", "kind": 1024, @@ -44792,7 +45419,7 @@ "typeArguments": [ { "type": "reference", - "target": 2074, + "target": 2103, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -44806,7 +45433,7 @@ "groups": [ { "title": "Properties", - "children": [2071, 2072, 2073] + "children": [2100, 2101, 2102] } ], "sources": [ @@ -44822,7 +45449,7 @@ } }, { - "id": 2088, + "id": 2117, "name": "RealtimePresenceJoinPayload", "variant": "declaration", "kind": 2097152, @@ -44836,7 +45463,7 @@ ], "typeParameters": [ { - "id": 2094, + "id": 2123, "name": "T", "variant": "typeParam", "kind": 131072, @@ -44844,7 +45471,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2095, + "id": 2124, "name": "__type", "variant": "declaration", "kind": 65536, @@ -44858,7 +45485,7 @@ ], "indexSignatures": [ { - "id": 2096, + "id": 2125, "name": "__index", "variant": "signature", "kind": 8192, @@ -44872,7 +45499,7 @@ ], "parameters": [ { - "id": 2097, + "id": 2126, "name": "key", "variant": "param", "kind": 32768, @@ -44896,14 +45523,14 @@ "type": { "type": "reflection", "declaration": { - "id": 2089, + "id": 2118, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2092, + "id": 2121, "name": "currentPresences", "variant": "declaration", "kind": 1024, @@ -44926,7 +45553,7 @@ "typeArguments": [ { "type": "reference", - "target": 2094, + "target": 2123, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -44938,7 +45565,7 @@ } }, { - "id": 2090, + "id": 2119, "name": "event", "variant": "declaration", "kind": 1024, @@ -44957,7 +45584,7 @@ [ { "type": "reference", - "target": 2130, + "target": 2159, "name": "REALTIME_PRESENCE_LISTEN_EVENTS.JOIN", "package": "@supabase/realtime-js" }, @@ -44967,7 +45594,7 @@ } }, { - "id": 2091, + "id": 2120, "name": "key", "variant": "declaration", "kind": 1024, @@ -44985,7 +45612,7 @@ } }, { - "id": 2093, + "id": 2122, "name": "newPresences", "variant": "declaration", "kind": 1024, @@ -45008,7 +45635,7 @@ "typeArguments": [ { "type": "reference", - "target": 2094, + "target": 2123, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -45023,7 +45650,7 @@ "groups": [ { "title": "Properties", - "children": [2092, 2090, 2091, 2093] + "children": [2121, 2119, 2120, 2122] } ], "sources": [ @@ -45037,7 +45664,7 @@ } }, { - "id": 2098, + "id": 2127, "name": "RealtimePresenceLeavePayload", "variant": "declaration", "kind": 2097152, @@ -45051,7 +45678,7 @@ ], "typeParameters": [ { - "id": 2104, + "id": 2133, "name": "T", "variant": "typeParam", "kind": 131072, @@ -45059,7 +45686,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2105, + "id": 2134, "name": "__type", "variant": "declaration", "kind": 65536, @@ -45073,7 +45700,7 @@ ], "indexSignatures": [ { - "id": 2106, + "id": 2135, "name": "__index", "variant": "signature", "kind": 8192, @@ -45087,7 +45714,7 @@ ], "parameters": [ { - "id": 2107, + "id": 2136, "name": "key", "variant": "param", "kind": 32768, @@ -45111,14 +45738,14 @@ "type": { "type": "reflection", "declaration": { - "id": 2099, + "id": 2128, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2102, + "id": 2131, "name": "currentPresences", "variant": "declaration", "kind": 1024, @@ -45141,7 +45768,7 @@ "typeArguments": [ { "type": "reference", - "target": 2104, + "target": 2133, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -45153,7 +45780,7 @@ } }, { - "id": 2100, + "id": 2129, "name": "event", "variant": "declaration", "kind": 1024, @@ -45172,7 +45799,7 @@ [ { "type": "reference", - "target": 2131, + "target": 2160, "name": "REALTIME_PRESENCE_LISTEN_EVENTS.LEAVE", "package": "@supabase/realtime-js" }, @@ -45182,7 +45809,7 @@ } }, { - "id": 2101, + "id": 2130, "name": "key", "variant": "declaration", "kind": 1024, @@ -45200,7 +45827,7 @@ } }, { - "id": 2103, + "id": 2132, "name": "leftPresences", "variant": "declaration", "kind": 1024, @@ -45223,7 +45850,7 @@ "typeArguments": [ { "type": "reference", - "target": 2104, + "target": 2133, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -45238,7 +45865,7 @@ "groups": [ { "title": "Properties", - "children": [2102, 2100, 2101, 2103] + "children": [2131, 2129, 2130, 2132] } ], "sources": [ @@ -45252,7 +45879,7 @@ } }, { - "id": 2108, + "id": 2137, "name": "RealtimePresenceState", "variant": "declaration", "kind": 2097152, @@ -45266,7 +45893,7 @@ ], "typeParameters": [ { - "id": 2112, + "id": 2141, "name": "T", "variant": "typeParam", "kind": 131072, @@ -45274,7 +45901,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2113, + "id": 2142, "name": "__type", "variant": "declaration", "kind": 65536, @@ -45288,7 +45915,7 @@ ], "indexSignatures": [ { - "id": 2114, + "id": 2143, "name": "__index", "variant": "signature", "kind": 8192, @@ -45302,7 +45929,7 @@ ], "parameters": [ { - "id": 2115, + "id": 2144, "name": "key", "variant": "param", "kind": 32768, @@ -45324,7 +45951,7 @@ "default": { "type": "reflection", "declaration": { - "id": 2116, + "id": 2145, "name": "__type", "variant": "declaration", "kind": 65536, @@ -45343,7 +45970,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2109, + "id": 2138, "name": "__type", "variant": "declaration", "kind": 65536, @@ -45357,7 +45984,7 @@ ], "indexSignatures": [ { - "id": 2110, + "id": 2139, "name": "__index", "variant": "signature", "kind": 8192, @@ -45371,7 +45998,7 @@ ], "parameters": [ { - "id": 2111, + "id": 2140, "name": "key", "variant": "param", "kind": 32768, @@ -45393,7 +46020,7 @@ "typeArguments": [ { "type": "reference", - "target": 2112, + "target": 2141, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -45409,7 +46036,7 @@ } }, { - "id": 2117, + "id": 2146, "name": "RealtimeRemoveChannelResponse", "variant": "declaration", "kind": 2097152, @@ -45440,7 +46067,7 @@ } }, { - "id": 737, + "id": 745, "name": "RequestResult", "variant": "declaration", "kind": 2097152, @@ -45456,20 +46083,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 82, + "line": 87, "character": 12 } ], "typeParameters": [ { - "id": 744, + "id": 752, "name": "T", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 745, + "id": 753, "name": "ErrorType", "variant": "typeParam", "kind": 131072, @@ -45485,7 +46112,7 @@ }, "default": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -45497,14 +46124,14 @@ { "type": "reflection", "declaration": { - "id": 738, + "id": 746, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 739, + "id": 747, "name": "data", "variant": "declaration", "kind": 1024, @@ -45512,20 +46139,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 83, + "line": 88, "character": 4 } ], "type": { "type": "reference", - "target": 744, + "target": 752, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true } }, { - "id": 740, + "id": 748, "name": "error", "variant": "declaration", "kind": 1024, @@ -45533,7 +46160,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 84, + "line": 89, "character": 4 } ], @@ -45546,13 +46173,13 @@ "groups": [ { "title": "Properties", - "children": [739, 740] + "children": [747, 748] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 82, + "line": 87, "character": 68 } ] @@ -45561,14 +46188,14 @@ { "type": "reflection", "declaration": { - "id": 741, + "id": 749, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 742, + "id": 750, "name": "data", "variant": "declaration", "kind": 1024, @@ -45576,7 +46203,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 86, + "line": 91, "character": 4 } ], @@ -45586,7 +46213,7 @@ } }, { - "id": 743, + "id": 751, "name": "error", "variant": "declaration", "kind": 1024, @@ -45594,7 +46221,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 87, + "line": 92, "character": 4 } ], @@ -45611,19 +46238,19 @@ }, "extendsType": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" }, "trueType": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" }, "falseType": { "type": "reference", - "target": 745, + "target": 753, "name": "ErrorType", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -45634,13 +46261,13 @@ "groups": [ { "title": "Properties", - "children": [742, 743] + "children": [750, 751] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 85, + "line": 90, "character": 4 } ] @@ -45650,7 +46277,7 @@ } }, { - "id": 746, + "id": 754, "name": "RequestResultSafeDestructure", "variant": "declaration", "kind": 2097152, @@ -45671,13 +46298,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 93, + "line": 98, "character": 12 } ], "typeParameters": [ { - "id": 753, + "id": 761, "name": "T", "variant": "typeParam", "kind": 131072, @@ -45690,14 +46317,14 @@ { "type": "reflection", "declaration": { - "id": 747, + "id": 755, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 748, + "id": 756, "name": "data", "variant": "declaration", "kind": 1024, @@ -45705,20 +46332,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 94, + "line": 99, "character": 4 } ], "type": { "type": "reference", - "target": 753, + "target": 761, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true } }, { - "id": 749, + "id": 757, "name": "error", "variant": "declaration", "kind": 1024, @@ -45726,7 +46353,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 95, + "line": 100, "character": 4 } ], @@ -45739,13 +46366,13 @@ "groups": [ { "title": "Properties", - "children": [748, 749] + "children": [756, 757] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 93, + "line": 98, "character": 46 } ] @@ -45754,14 +46381,14 @@ { "type": "reflection", "declaration": { - "id": 750, + "id": 758, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 751, + "id": 759, "name": "data", "variant": "declaration", "kind": 1024, @@ -45769,7 +46396,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 97, + "line": 102, "character": 4 } ], @@ -45777,7 +46404,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 753, + "target": 761, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -45794,7 +46421,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 753, + "target": 761, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -45812,7 +46439,7 @@ } }, { - "id": 752, + "id": 760, "name": "error", "variant": "declaration", "kind": 1024, @@ -45820,13 +46447,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 100, + "line": 105, "character": 4 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -45835,13 +46462,13 @@ "groups": [ { "title": "Properties", - "children": [751, 752] + "children": [759, 760] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 96, + "line": 101, "character": 4 } ] @@ -45851,7 +46478,7 @@ } }, { - "id": 1276, + "id": 1287, "name": "RequiredClaims", "variant": "declaration", "kind": 2097152, @@ -45859,21 +46486,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1107, + "line": 1133, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1277, + "id": 1288, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1284, + "id": 1295, "name": "aal", "variant": "declaration", "kind": 1024, @@ -45881,19 +46508,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1114, + "line": 1140, "character": 4 } ], "type": { "type": "reference", - "target": 1101, + "target": 1112, "name": "AuthenticatorAssuranceLevels", "package": "@supabase/auth-js" } }, { - "id": 1280, + "id": 1291, "name": "aud", "variant": "declaration", "kind": 1024, @@ -45901,7 +46528,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1110, + "line": 1136, "character": 4 } ], @@ -45923,7 +46550,7 @@ } }, { - "id": 1281, + "id": 1292, "name": "exp", "variant": "declaration", "kind": 1024, @@ -45931,7 +46558,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1111, + "line": 1137, "character": 4 } ], @@ -45941,7 +46568,7 @@ } }, { - "id": 1282, + "id": 1293, "name": "iat", "variant": "declaration", "kind": 1024, @@ -45949,7 +46576,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1112, + "line": 1138, "character": 4 } ], @@ -45959,7 +46586,7 @@ } }, { - "id": 1278, + "id": 1289, "name": "iss", "variant": "declaration", "kind": 1024, @@ -45967,7 +46594,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1108, + "line": 1134, "character": 4 } ], @@ -45977,7 +46604,7 @@ } }, { - "id": 1283, + "id": 1294, "name": "role", "variant": "declaration", "kind": 1024, @@ -45985,7 +46612,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1113, + "line": 1139, "character": 4 } ], @@ -45995,7 +46622,7 @@ } }, { - "id": 1285, + "id": 1296, "name": "session_id", "variant": "declaration", "kind": 1024, @@ -46003,7 +46630,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1115, + "line": 1141, "character": 4 } ], @@ -46013,7 +46640,7 @@ } }, { - "id": 1279, + "id": 1290, "name": "sub", "variant": "declaration", "kind": 1024, @@ -46021,7 +46648,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1109, + "line": 1135, "character": 4 } ], @@ -46034,21 +46661,28 @@ "groups": [ { "title": "Properties", - "children": [1284, 1280, 1281, 1282, 1278, 1283, 1285, 1279] + "children": [1295, 1291, 1292, 1293, 1289, 1294, 1296, 1290] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1107, + "line": 1133, "character": 29 } ] } - } + }, + "extendedBy": [ + { + "type": "reference", + "target": 1297, + "name": "JwtPayload" + } + ] }, { - "id": 995, + "id": 1004, "name": "ResendParams", "variant": "declaration", "kind": 2097152, @@ -46056,7 +46690,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 593, + "line": 607, "character": 12 } ], @@ -46066,14 +46700,14 @@ { "type": "reflection", "declaration": { - "id": 996, + "id": 1005, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 998, + "id": 1007, "name": "email", "variant": "declaration", "kind": 1024, @@ -46081,7 +46715,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 595, + "line": 609, "character": 4 } ], @@ -46091,7 +46725,7 @@ } }, { - "id": 999, + "id": 1008, "name": "options", "variant": "declaration", "kind": 1024, @@ -46101,21 +46735,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 596, + "line": 610, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1000, + "id": 1009, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1002, + "id": 1011, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -46133,7 +46767,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 600, + "line": 614, "character": 8 } ], @@ -46143,7 +46777,7 @@ } }, { - "id": 1001, + "id": 1010, "name": "emailRedirectTo", "variant": "declaration", "kind": 1024, @@ -46161,7 +46795,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 598, + "line": 612, "character": 8 } ], @@ -46174,13 +46808,13 @@ "groups": [ { "title": "Properties", - "children": [1002, 1001] + "children": [1011, 1010] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 596, + "line": 610, "character": 14 } ] @@ -46188,7 +46822,7 @@ } }, { - "id": 997, + "id": 1006, "name": "type", "variant": "declaration", "kind": 1024, @@ -46196,7 +46830,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 594, + "line": 608, "character": 4 } ], @@ -46209,7 +46843,7 @@ "typeArguments": [ { "type": "reference", - "target": 994, + "target": 1003, "name": "EmailOtpType", "package": "@supabase/auth-js" }, @@ -46235,13 +46869,13 @@ "groups": [ { "title": "Properties", - "children": [998, 999, 997] + "children": [1007, 1008, 1006] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 593, + "line": 607, "character": 27 } ] @@ -46250,14 +46884,14 @@ { "type": "reflection", "declaration": { - "id": 1003, + "id": 1012, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1006, + "id": 1015, "name": "options", "variant": "declaration", "kind": 1024, @@ -46267,21 +46901,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 605, + "line": 619, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1007, + "id": 1016, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1008, + "id": 1017, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -46299,7 +46933,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 607, + "line": 621, "character": 8 } ], @@ -46312,13 +46946,13 @@ "groups": [ { "title": "Properties", - "children": [1008] + "children": [1017] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 605, + "line": 619, "character": 14 } ] @@ -46326,7 +46960,7 @@ } }, { - "id": 1005, + "id": 1014, "name": "phone", "variant": "declaration", "kind": 1024, @@ -46334,7 +46968,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 604, + "line": 618, "character": 4 } ], @@ -46344,7 +46978,7 @@ } }, { - "id": 1004, + "id": 1013, "name": "type", "variant": "declaration", "kind": 1024, @@ -46352,7 +46986,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 603, + "line": 617, "character": 4 } ], @@ -46365,7 +46999,7 @@ "typeArguments": [ { "type": "reference", - "target": 993, + "target": 1002, "name": "MobileOtpType", "package": "@supabase/auth-js" }, @@ -46391,13 +47025,13 @@ "groups": [ { "title": "Properties", - "children": [1006, 1005, 1004] + "children": [1015, 1014, 1013] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 602, + "line": 616, "character": 4 } ] @@ -46407,7 +47041,7 @@ } }, { - "id": 862, + "id": 871, "name": "SignInAnonymouslyCredentials", "variant": "declaration", "kind": 2097152, @@ -46415,21 +47049,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 394, + "line": 408, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 863, + "id": 872, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 864, + "id": 873, "name": "options", "variant": "declaration", "kind": 1024, @@ -46439,21 +47073,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 395, + "line": 409, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 865, + "id": 874, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 867, + "id": 876, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -46471,7 +47105,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 403, + "line": 417, "character": 8 } ], @@ -46481,7 +47115,7 @@ } }, { - "id": 866, + "id": 875, "name": "data", "variant": "declaration", "kind": 1024, @@ -46515,7 +47149,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 401, + "line": 415, "character": 8 } ], @@ -46528,13 +47162,13 @@ "groups": [ { "title": "Properties", - "children": [867, 866] + "children": [876, 875] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 395, + "line": 409, "character": 14 } ] @@ -46545,13 +47179,13 @@ "groups": [ { "title": "Properties", - "children": [864] + "children": [873] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 394, + "line": 408, "character": 43 } ] @@ -46559,7 +47193,7 @@ } }, { - "id": 911, + "id": 920, "name": "SignInWithIdTokenCredentials", "variant": "declaration", "kind": 2097152, @@ -46567,21 +47201,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 478, + "line": 492, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 912, + "id": 921, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 916, + "id": 925, "name": "access_token", "variant": "declaration", "kind": 1024, @@ -46607,7 +47241,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 484, + "line": 498, "character": 4 } ], @@ -46617,7 +47251,7 @@ } }, { - "id": 917, + "id": 926, "name": "nonce", "variant": "declaration", "kind": 1024, @@ -46643,7 +47277,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 486, + "line": 500, "character": 4 } ], @@ -46653,7 +47287,7 @@ } }, { - "id": 918, + "id": 927, "name": "options", "variant": "declaration", "kind": 1024, @@ -46663,21 +47297,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 487, + "line": 501, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 919, + "id": 928, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 920, + "id": 929, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -46695,7 +47329,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 489, + "line": 503, "character": 8 } ], @@ -46708,13 +47342,13 @@ "groups": [ { "title": "Properties", - "children": [920] + "children": [929] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 487, + "line": 501, "character": 14 } ] @@ -46722,7 +47356,7 @@ } }, { - "id": 913, + "id": 922, "name": "provider", "variant": "declaration", "kind": 1024, @@ -46794,7 +47428,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 480, + "line": 494, "character": 4 } ], @@ -46831,7 +47465,7 @@ { "type": "reflection", "declaration": { - "id": 914, + "id": 923, "name": "__type", "variant": "declaration", "kind": 65536, @@ -46839,7 +47473,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 480, + "line": 494, "character": 78 } ] @@ -46851,7 +47485,7 @@ } }, { - "id": 915, + "id": 924, "name": "token", "variant": "declaration", "kind": 1024, @@ -46899,7 +47533,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 482, + "line": 496, "character": 4 } ], @@ -46912,13 +47546,13 @@ "groups": [ { "title": "Properties", - "children": [916, 917, 918, 913, 915] + "children": [925, 926, 927, 922, 924] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 478, + "line": 492, "character": 43 } ] @@ -46926,7 +47560,7 @@ } }, { - "id": 899, + "id": 908, "name": "SignInWithOAuthCredentials", "variant": "declaration", "kind": 2097152, @@ -46934,21 +47568,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 462, + "line": 476, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 900, + "id": 909, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 902, + "id": 911, "name": "options", "variant": "declaration", "kind": 1024, @@ -46958,21 +47592,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 465, + "line": 479, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 903, + "id": 912, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 906, + "id": 915, "name": "queryParams", "variant": "declaration", "kind": 1024, @@ -46990,14 +47624,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 471, + "line": 485, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 907, + "id": 916, "name": "__type", "variant": "declaration", "kind": 65536, @@ -47005,13 +47639,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 471, + "line": 485, "character": 22 } ], "indexSignatures": [ { - "id": 908, + "id": 917, "name": "__index", "variant": "signature", "kind": 8192, @@ -47019,13 +47653,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 472, + "line": 486, "character": 12 } ], "parameters": [ { - "id": 909, + "id": 918, "name": "key", "variant": "param", "kind": 32768, @@ -47046,7 +47680,7 @@ } }, { - "id": 904, + "id": 913, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -47064,7 +47698,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 467, + "line": 481, "character": 8 } ], @@ -47074,7 +47708,7 @@ } }, { - "id": 905, + "id": 914, "name": "scopes", "variant": "declaration", "kind": 1024, @@ -47092,7 +47726,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 469, + "line": 483, "character": 8 } ], @@ -47102,7 +47736,7 @@ } }, { - "id": 910, + "id": 919, "name": "skipBrowserRedirect", "variant": "declaration", "kind": 1024, @@ -47120,7 +47754,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 475, + "line": 489, "character": 8 } ], @@ -47133,13 +47767,13 @@ "groups": [ { "title": "Properties", - "children": [906, 904, 905, 910] + "children": [915, 913, 914, 919] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 465, + "line": 479, "character": 14 } ] @@ -47147,7 +47781,7 @@ } }, { - "id": 901, + "id": 910, "name": "provider", "variant": "declaration", "kind": 1024, @@ -47163,13 +47797,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 464, + "line": 478, "character": 4 } ], "type": { "type": "reference", - "target": 693, + "target": 700, "name": "Provider", "package": "@supabase/auth-js" } @@ -47178,13 +47812,13 @@ "groups": [ { "title": "Properties", - "children": [902, 901] + "children": [911, 910] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 462, + "line": 476, "character": 41 } ] @@ -47192,7 +47826,7 @@ } }, { - "id": 876, + "id": 885, "name": "SignInWithPasswordCredentials", "variant": "declaration", "kind": 2097152, @@ -47200,7 +47834,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 421, + "line": 435, "character": 12 } ], @@ -47219,14 +47853,14 @@ { "type": "reflection", "declaration": { - "id": 877, + "id": 886, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 878, + "id": 887, "name": "options", "variant": "declaration", "kind": 1024, @@ -47236,21 +47870,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 422, + "line": 436, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 879, + "id": 888, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 880, + "id": 889, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -47260,7 +47894,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 423, + "line": 437, "character": 8 } ], @@ -47273,13 +47907,13 @@ "groups": [ { "title": "Properties", - "children": [880] + "children": [889] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 422, + "line": 436, "character": 14 } ] @@ -47290,13 +47924,13 @@ "groups": [ { "title": "Properties", - "children": [878] + "children": [887] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 421, + "line": 435, "character": 70 } ] @@ -47306,7 +47940,7 @@ } }, { - "id": 881, + "id": 890, "name": "SignInWithPasswordlessCredentials", "variant": "declaration", "kind": 2097152, @@ -47314,7 +47948,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 426, + "line": 440, "character": 12 } ], @@ -47324,14 +47958,14 @@ { "type": "reflection", "declaration": { - "id": 882, + "id": 891, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 883, + "id": 892, "name": "email", "variant": "declaration", "kind": 1024, @@ -47347,7 +47981,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 428, + "line": 442, "character": 4 } ], @@ -47357,7 +47991,7 @@ } }, { - "id": 884, + "id": 893, "name": "options", "variant": "declaration", "kind": 1024, @@ -47367,21 +48001,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 429, + "line": 443, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 885, + "id": 894, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 889, + "id": 898, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -47399,7 +48033,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 441, + "line": 455, "character": 8 } ], @@ -47409,7 +48043,7 @@ } }, { - "id": 888, + "id": 897, "name": "data", "variant": "declaration", "kind": 1024, @@ -47443,7 +48077,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 439, + "line": 453, "character": 8 } ], @@ -47453,7 +48087,7 @@ } }, { - "id": 886, + "id": 895, "name": "emailRedirectTo", "variant": "declaration", "kind": 1024, @@ -47471,7 +48105,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 431, + "line": 445, "character": 8 } ], @@ -47481,7 +48115,7 @@ } }, { - "id": 887, + "id": 896, "name": "shouldCreateUser", "variant": "declaration", "kind": 1024, @@ -47499,7 +48133,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 433, + "line": 447, "character": 8 } ], @@ -47512,13 +48146,13 @@ "groups": [ { "title": "Properties", - "children": [889, 888, 886, 887] + "children": [898, 897, 895, 896] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 429, + "line": 443, "character": 14 } ] @@ -47529,13 +48163,13 @@ "groups": [ { "title": "Properties", - "children": [883, 884] + "children": [892, 893] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 426, + "line": 440, "character": 48 } ] @@ -47544,14 +48178,14 @@ { "type": "reflection", "declaration": { - "id": 890, + "id": 899, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 892, + "id": 901, "name": "options", "variant": "declaration", "kind": 1024, @@ -47561,21 +48195,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 446, + "line": 460, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 893, + "id": 902, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 896, + "id": 905, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -47593,7 +48227,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 456, + "line": 470, "character": 8 } ], @@ -47603,7 +48237,7 @@ } }, { - "id": 897, + "id": 906, "name": "channel", "variant": "declaration", "kind": 1024, @@ -47621,7 +48255,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 458, + "line": 472, "character": 8 } ], @@ -47640,7 +48274,7 @@ } }, { - "id": 895, + "id": 904, "name": "data", "variant": "declaration", "kind": 1024, @@ -47674,7 +48308,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 454, + "line": 468, "character": 8 } ], @@ -47684,7 +48318,7 @@ } }, { - "id": 894, + "id": 903, "name": "shouldCreateUser", "variant": "declaration", "kind": 1024, @@ -47702,7 +48336,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 448, + "line": 462, "character": 8 } ], @@ -47715,13 +48349,13 @@ "groups": [ { "title": "Properties", - "children": [896, 897, 895, 894] + "children": [905, 906, 904, 903] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 446, + "line": 460, "character": 14 } ] @@ -47729,7 +48363,7 @@ } }, { - "id": 891, + "id": 900, "name": "phone", "variant": "declaration", "kind": 1024, @@ -47745,7 +48379,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 445, + "line": 459, "character": 4 } ], @@ -47758,13 +48392,13 @@ "groups": [ { "title": "Properties", - "children": [892, 891] + "children": [901, 900] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 443, + "line": 457, "character": 4 } ] @@ -47774,7 +48408,7 @@ } }, { - "id": 1009, + "id": 1018, "name": "SignInWithSSO", "variant": "declaration", "kind": 2097152, @@ -47782,7 +48416,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 610, + "line": 624, "character": 12 } ], @@ -47792,14 +48426,14 @@ { "type": "reflection", "declaration": { - "id": 1010, + "id": 1019, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1012, + "id": 1021, "name": "options", "variant": "declaration", "kind": 1024, @@ -47809,21 +48443,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 613, + "line": 627, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1013, + "id": 1022, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1015, + "id": 1024, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -47841,7 +48475,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 617, + "line": 631, "character": 8 } ], @@ -47851,7 +48485,7 @@ } }, { - "id": 1014, + "id": 1023, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -47869,7 +48503,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 615, + "line": 629, "character": 8 } ], @@ -47877,18 +48511,46 @@ "type": "intrinsic", "name": "string" } + }, + { + "id": 1025, + "name": "skipBrowserRedirect", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "If set to true, the redirect will not happen on the client side.\nThis parameter is used when you wish to handle the redirect yourself.\nDefaults to false." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 637, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } } ], "groups": [ { "title": "Properties", - "children": [1015, 1014] + "children": [1024, 1023, 1025] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 613, + "line": 627, "character": 14 } ] @@ -47896,7 +48558,7 @@ } }, { - "id": 1011, + "id": 1020, "name": "providerId", "variant": "declaration", "kind": 1024, @@ -47912,7 +48574,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 612, + "line": 626, "character": 4 } ], @@ -47925,13 +48587,13 @@ "groups": [ { "title": "Properties", - "children": [1012, 1011] + "children": [1021, 1020] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 610, + "line": 624, "character": 28 } ] @@ -47940,14 +48602,14 @@ { "type": "reflection", "declaration": { - "id": 1016, + "id": 1026, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1017, + "id": 1027, "name": "domain", "variant": "declaration", "kind": 1024, @@ -47963,7 +48625,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 621, + "line": 641, "character": 4 } ], @@ -47973,7 +48635,7 @@ } }, { - "id": 1018, + "id": 1028, "name": "options", "variant": "declaration", "kind": 1024, @@ -47983,21 +48645,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 622, + "line": 642, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1019, + "id": 1029, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1021, + "id": 1031, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -48015,7 +48677,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 626, + "line": 646, "character": 8 } ], @@ -48025,7 +48687,7 @@ } }, { - "id": 1020, + "id": 1030, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -48043,7 +48705,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 624, + "line": 644, "character": 8 } ], @@ -48051,18 +48713,46 @@ "type": "intrinsic", "name": "string" } + }, + { + "id": 1032, + "name": "skipBrowserRedirect", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "If set to true, the redirect will not happen on the client side.\nThis parameter is used when you wish to handle the redirect yourself.\nDefaults to false." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 652, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } } ], "groups": [ { "title": "Properties", - "children": [1021, 1020] + "children": [1031, 1030, 1032] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 622, + "line": 642, "character": 14 } ] @@ -48073,13 +48763,13 @@ "groups": [ { "title": "Properties", - "children": [1017, 1018] + "children": [1027, 1028] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 619, + "line": 639, "character": 4 } ] @@ -48089,7 +48779,7 @@ } }, { - "id": 1262, + "id": 1273, "name": "SignOut", "variant": "declaration", "kind": 2097152, @@ -48097,21 +48787,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1029, + "line": 1055, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1263, + "id": 1274, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1264, + "id": 1275, "name": "scope", "variant": "declaration", "kind": 1024, @@ -48129,7 +48819,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1040, + "line": 1066, "character": 4 } ], @@ -48155,13 +48845,13 @@ "groups": [ { "title": "Properties", - "children": [1264] + "children": [1275] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1029, + "line": 1055, "character": 22 } ] @@ -48169,7 +48859,7 @@ } }, { - "id": 1298, + "id": 1325, "name": "SignOutScope", "variant": "declaration", "kind": 2097152, @@ -48177,7 +48867,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1128, + "line": 1171, "character": 12 } ], @@ -48191,7 +48881,7 @@ "type": "query", "queryType": { "type": "reference", - "target": 1297, + "target": 1324, "name": "SIGN_OUT_SCOPES", "package": "@supabase/auth-js" } @@ -48199,7 +48889,7 @@ } }, { - "id": 868, + "id": 877, "name": "SignUpWithPasswordCredentials", "variant": "declaration", "kind": 2097152, @@ -48207,13 +48897,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 406, + "line": 420, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -48230,14 +48920,14 @@ { "type": "reflection", "declaration": { - "id": 869, + "id": 878, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 870, + "id": 879, "name": "options", "variant": "declaration", "kind": 1024, @@ -48247,21 +48937,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 407, + "line": 421, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 871, + "id": 880, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 874, + "id": 883, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -48271,7 +48961,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 410, + "line": 424, "character": 8 } ], @@ -48281,7 +48971,7 @@ } }, { - "id": 875, + "id": 884, "name": "channel", "variant": "declaration", "kind": 1024, @@ -48291,7 +48981,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 411, + "line": 425, "character": 8 } ], @@ -48310,7 +49000,7 @@ } }, { - "id": 873, + "id": 882, "name": "data", "variant": "declaration", "kind": 1024, @@ -48320,7 +49010,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 409, + "line": 423, "character": 8 } ], @@ -48330,7 +49020,7 @@ } }, { - "id": 872, + "id": 881, "name": "emailRedirectTo", "variant": "declaration", "kind": 1024, @@ -48340,7 +49030,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 408, + "line": 422, "character": 8 } ], @@ -48353,13 +49043,13 @@ "groups": [ { "title": "Properties", - "children": [874, 875, 873, 872] + "children": [883, 884, 882, 881] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 407, + "line": 421, "character": 14 } ] @@ -48370,13 +49060,13 @@ "groups": [ { "title": "Properties", - "children": [870] + "children": [879] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 406, + "line": 420, "character": 79 } ] @@ -48390,7 +49080,7 @@ } }, { - "id": 921, + "id": 930, "name": "SolanaWallet", "variant": "declaration", "kind": 2097152, @@ -48398,21 +49088,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 492, + "line": 506, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 922, + "id": 931, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 927, + "id": 936, "name": "publicKey", "variant": "declaration", "kind": 1024, @@ -48422,7 +49112,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 494, + "line": 508, "character": 4 } ], @@ -48432,14 +49122,14 @@ { "type": "reflection", "declaration": { - "id": 928, + "id": 937, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 929, + "id": 938, "name": "toBase58", "variant": "declaration", "kind": 1024, @@ -48447,14 +49137,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 495, + "line": 509, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 930, + "id": 939, "name": "__type", "variant": "declaration", "kind": 65536, @@ -48462,13 +49152,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 495, + "line": 509, "character": 18 } ], "signatures": [ { - "id": 931, + "id": 940, "name": "__type", "variant": "signature", "kind": 4096, @@ -48486,13 +49176,13 @@ "groups": [ { "title": "Properties", - "children": [929] + "children": [938] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 494, + "line": 508, "character": 16 } ] @@ -48506,7 +49196,7 @@ } }, { - "id": 923, + "id": 932, "name": "signIn", "variant": "declaration", "kind": 1024, @@ -48516,14 +49206,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 493, + "line": 507, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 924, + "id": 933, "name": "__type", "variant": "declaration", "kind": 65536, @@ -48531,20 +49221,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 493, + "line": 507, "character": 13 } ], "signatures": [ { - "id": 925, + "id": 934, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 926, + "id": 935, "name": "inputs", "variant": "param", "kind": 32768, @@ -48608,7 +49298,7 @@ } }, { - "id": 932, + "id": 941, "name": "signMessage", "variant": "declaration", "kind": 1024, @@ -48618,14 +49308,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 497, + "line": 511, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 933, + "id": 942, "name": "__type", "variant": "declaration", "kind": 65536, @@ -48633,20 +49323,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 497, + "line": 511, "character": 18 } ], "signatures": [ { - "id": 934, + "id": 943, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 935, + "id": 944, "name": "message", "variant": "param", "kind": 32768, @@ -48662,7 +49352,7 @@ } }, { - "id": 936, + "id": 945, "name": "encoding", "variant": "param", "kind": 32768, @@ -48722,13 +49412,13 @@ "groups": [ { "title": "Properties", - "children": [927, 923, 932] + "children": [936, 932, 941] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 492, + "line": 506, "character": 27 } ] @@ -48736,7 +49426,7 @@ } }, { - "id": 937, + "id": 946, "name": "SolanaWeb3Credentials", "variant": "declaration", "kind": 2097152, @@ -48744,7 +49434,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 499, + "line": 513, "character": 12 } ], @@ -48754,14 +49444,14 @@ { "type": "reflection", "declaration": { - "id": 938, + "id": 947, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 939, + "id": 948, "name": "chain", "variant": "declaration", "kind": 1024, @@ -48769,7 +49459,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 500, + "line": 514, "character": 4 } ], @@ -48779,7 +49469,7 @@ } }, { - "id": 942, + "id": 951, "name": "options", "variant": "declaration", "kind": 1024, @@ -48789,21 +49479,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 505, + "line": 519, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 943, + "id": 952, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 945, + "id": 954, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -48821,7 +49511,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 509, + "line": 523, "character": 8 } ], @@ -48831,7 +49521,7 @@ } }, { - "id": 946, + "id": 955, "name": "signInWithSolana", "variant": "declaration", "kind": 1024, @@ -48841,7 +49531,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 510, + "line": 524, "character": 8 } ], @@ -48903,7 +49593,7 @@ } }, { - "id": 944, + "id": 953, "name": "url", "variant": "declaration", "kind": 1024, @@ -48921,7 +49611,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 507, + "line": 521, "character": 8 } ], @@ -48934,13 +49624,13 @@ "groups": [ { "title": "Properties", - "children": [945, 946, 944] + "children": [954, 955, 953] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 505, + "line": 519, "character": 14 } ] @@ -48948,7 +49638,7 @@ } }, { - "id": 941, + "id": 950, "name": "statement", "variant": "declaration", "kind": 1024, @@ -48966,7 +49656,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 504, + "line": 518, "character": 4 } ], @@ -48976,7 +49666,7 @@ } }, { - "id": 940, + "id": 949, "name": "wallet", "variant": "declaration", "kind": 1024, @@ -49002,13 +49692,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 502, + "line": 516, "character": 4 } ], "type": { "type": "reference", - "target": 921, + "target": 930, "name": "SolanaWallet", "package": "@supabase/auth-js" } @@ -49017,13 +49707,13 @@ "groups": [ { "title": "Properties", - "children": [939, 942, 941, 940] + "children": [948, 951, 950, 949] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 499, + "line": 513, "character": 36 } ] @@ -49032,14 +49722,14 @@ { "type": "reflection", "declaration": { - "id": 947, + "id": 956, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 948, + "id": 957, "name": "chain", "variant": "declaration", "kind": 1024, @@ -49047,7 +49737,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 513, + "line": 527, "character": 4 } ], @@ -49057,7 +49747,7 @@ } }, { - "id": 949, + "id": 958, "name": "message", "variant": "declaration", "kind": 1024, @@ -49097,7 +49787,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 515, + "line": 529, "character": 4 } ], @@ -49107,7 +49797,7 @@ } }, { - "id": 951, + "id": 960, "name": "options", "variant": "declaration", "kind": 1024, @@ -49117,21 +49807,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 518, + "line": 532, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 952, + "id": 961, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 953, + "id": 962, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -49149,7 +49839,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 520, + "line": 534, "character": 8 } ], @@ -49162,13 +49852,13 @@ "groups": [ { "title": "Properties", - "children": [953] + "children": [962] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 518, + "line": 532, "character": 14 } ] @@ -49176,7 +49866,7 @@ } }, { - "id": 950, + "id": 959, "name": "signature", "variant": "declaration", "kind": 1024, @@ -49192,7 +49882,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 517, + "line": 531, "character": 4 } ], @@ -49210,13 +49900,13 @@ "groups": [ { "title": "Properties", - "children": [948, 949, 951, 950] + "children": [957, 958, 960, 959] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 512, + "line": 526, "character": 4 } ] @@ -49226,7 +49916,7 @@ } }, { - "id": 790, + "id": 798, "name": "SSOResponse", "variant": "declaration", "kind": 2097152, @@ -49234,25 +49924,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 143, + "line": 148, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 791, + "id": 799, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 792, + "id": 800, "name": "url", "variant": "declaration", "kind": 1024, @@ -49276,7 +49966,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 151, + "line": 156, "character": 4 } ], @@ -49289,13 +49979,13 @@ "groups": [ { "title": "Properties", - "children": [792] + "children": [800] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 143, + "line": 148, "character": 40 } ] @@ -49307,7 +49997,7 @@ } }, { - "id": 734, + "id": 742, "name": "StrictOmit", "variant": "declaration", "kind": 2097152, @@ -49323,20 +50013,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 78, + "line": 83, "character": 12 } ], "typeParameters": [ { - "id": 735, + "id": 743, "name": "T", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 736, + "id": 744, "name": "K", "variant": "typeParam", "kind": 131072, @@ -49346,7 +50036,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 735, + "target": 743, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -49363,14 +50053,14 @@ "typeArguments": [ { "type": "reference", - "target": 735, + "target": 743, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true }, { "type": "reference", - "target": 736, + "target": 744, "name": "K", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -49381,7 +50071,7 @@ } }, { - "id": 242, + "id": 243, "name": "SupabaseClientOptions", "variant": "declaration", "kind": 2097152, @@ -49389,14 +50079,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 30, + "line": 28, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L28" } ], "typeParameters": [ { - "id": 267, + "id": 269, "name": "SchemaName", "variant": "typeParam", "kind": 131072, @@ -49406,14 +50096,14 @@ "type": { "type": "reflection", "declaration": { - "id": 243, + "id": 244, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 264, + "id": 266, "name": "accessToken", "variant": "declaration", "kind": 1024, @@ -49439,15 +50129,15 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 108, + "line": 111, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L108" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L111" } ], "type": { "type": "reflection", "declaration": { - "id": 265, + "id": 267, "name": "__type", "variant": "declaration", "kind": 65536, @@ -49455,14 +50145,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 108, + "line": 111, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L108" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L111" } ], "signatures": [ { - "id": 266, + "id": 268, "name": "__type", "variant": "signature", "kind": 4096, @@ -49497,7 +50187,7 @@ } }, { - "id": 247, + "id": 248, "name": "auth", "variant": "declaration", "kind": 1024, @@ -49507,22 +50197,22 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 38, + "line": 36, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L36" } ], "type": { "type": "reflection", "declaration": { - "id": 248, + "id": 249, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 249, + "id": 250, "name": "autoRefreshToken", "variant": "declaration", "kind": 1024, @@ -49540,9 +50230,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 42, + "line": 40, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L42" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L40" } ], "type": { @@ -49551,7 +50241,7 @@ } }, { - "id": 256, + "id": 257, "name": "debug", "variant": "declaration", "kind": 1024, @@ -49569,9 +50259,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 74, + "line": 72, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L74" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L72" } ], "type": { @@ -49592,7 +50282,7 @@ } }, { - "id": 252, + "id": 253, "name": "detectSessionInUrl", "variant": "declaration", "kind": 1024, @@ -49610,9 +50300,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 54, + "line": 52, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L52" } ], "type": { @@ -49621,7 +50311,7 @@ } }, { - "id": 255, + "id": 256, "name": "flowType", "variant": "declaration", "kind": 1024, @@ -49639,9 +50329,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 70, + "line": 68, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L70" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L68" } ], "type": { @@ -49662,7 +50352,7 @@ } }, { - "id": 257, + "id": 258, "name": "lock", "variant": "declaration", "kind": 1024, @@ -49681,9 +50371,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 80, + "line": 78, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L78" } ], "type": { @@ -49704,7 +50394,7 @@ } }, { - "id": 251, + "id": 252, "name": "persistSession", "variant": "declaration", "kind": 1024, @@ -49722,9 +50412,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 50, + "line": 48, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L50" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L48" } ], "type": { @@ -49733,7 +50423,7 @@ } }, { - "id": 253, + "id": 254, "name": "storage", "variant": "declaration", "kind": 1024, @@ -49751,9 +50441,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 58, + "line": 56, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L58" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L56" } ], "type": { @@ -49774,7 +50464,7 @@ } }, { - "id": 250, + "id": 251, "name": "storageKey", "variant": "declaration", "kind": 1024, @@ -49792,9 +50482,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 46, + "line": 44, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L46" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L44" } ], "type": { @@ -49803,7 +50493,48 @@ } }, { - "id": 254, + "id": 259, + "name": "throwOnError", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "If there is an error with the query, throwOnError will reject the promise by\nthrowing the error instead of returning it as part of a successful response." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/supabase-js/src/lib/types.ts", + "line": 83, + "character": 4, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L83" + } + ], + "type": { + "type": "indexedAccess", + "indexType": { + "type": "literal", + "value": "throwOnError" + }, + "objectType": { + "type": "reference", + "target": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "SupabaseAuthClientOptions" + }, + "name": "SupabaseAuthClientOptions", + "package": "@supabase/supabase-js" + } + } + }, + { + "id": 255, "name": "userStorage", "variant": "declaration", "kind": 1024, @@ -49822,9 +50553,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 66, + "line": 64, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L66" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L64" } ], "type": { @@ -49848,22 +50579,22 @@ "groups": [ { "title": "Properties", - "children": [249, 256, 252, 255, 257, 251, 253, 250, 254] + "children": [250, 257, 253, 256, 258, 252, 254, 251, 259, 255] } ], "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 38, + "line": 36, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L36" } ] } } }, { - "id": 244, + "id": 245, "name": "db", "variant": "declaration", "kind": 1024, @@ -49889,22 +50620,22 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 34, + "line": 32, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L32" } ], "type": { "type": "reflection", "declaration": { - "id": 245, + "id": 246, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 246, + "id": 247, "name": "schema", "variant": "declaration", "kind": 1024, @@ -49914,14 +50645,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 35, + "line": 33, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L33" } ], "type": { "type": "reference", - "target": 267, + "target": 269, "name": "SchemaName", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -49931,22 +50662,22 @@ "groups": [ { "title": "Properties", - "children": [246] + "children": [247] } ], "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 34, + "line": 32, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L32" } ] } } }, { - "id": 260, + "id": 262, "name": "global", "variant": "declaration", "kind": 1024, @@ -49956,22 +50687,22 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 87, + "line": 90, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L87" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L90" } ], "type": { "type": "reflection", "declaration": { - "id": 261, + "id": 263, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 262, + "id": 264, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -49997,9 +50728,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 91, + "line": 94, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L91" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L94" } ], "type": { @@ -50013,7 +50744,7 @@ } }, { - "id": 263, + "id": 265, "name": "headers", "variant": "declaration", "kind": 1024, @@ -50031,9 +50762,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 95, + "line": 98, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L98" } ], "type": { @@ -50060,22 +50791,22 @@ "groups": [ { "title": "Properties", - "children": [262, 263] + "children": [264, 265] } ], "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 87, + "line": 90, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L87" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L90" } ] } } }, { - "id": 258, + "id": 260, "name": "realtime", "variant": "declaration", "kind": 1024, @@ -50093,20 +50824,20 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 85, + "line": 88, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L88" } ], "type": { "type": "reference", - "target": 2011, + "target": 2039, "name": "RealtimeClientOptions", "package": "@supabase/realtime-js" } }, { - "id": 259, + "id": 261, "name": "storage", "variant": "declaration", "kind": 1024, @@ -50116,9 +50847,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 86, + "line": 89, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L89" } ], "type": { @@ -50135,22 +50866,22 @@ "groups": [ { "title": "Properties", - "children": [264, 247, 244, 260, 258, 259] + "children": [266, 248, 245, 262, 260, 261] } ], "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 30, + "line": 28, "character": 48, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L28" } ] } } }, { - "id": 1244, + "id": 1255, "name": "SupportedStorage", "variant": "declaration", "kind": 2097152, @@ -50158,7 +50889,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1003, + "line": 1029, "character": 12 } ], @@ -50216,14 +50947,14 @@ { "type": "reflection", "declaration": { - "id": 1245, + "id": 1256, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1246, + "id": 1257, "name": "isServer", "variant": "declaration", "kind": 1024, @@ -50249,7 +50980,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1011, + "line": 1037, "character": 4 } ], @@ -50262,13 +50993,13 @@ "groups": [ { "title": "Properties", - "children": [1246] + "children": [1257] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1003, + "line": 1029, "character": 103 } ] @@ -50278,7 +51009,7 @@ } }, { - "id": 1327, + "id": 1354, "name": "UpdateOAuthClientParams", "variant": "declaration", "kind": 2097152, @@ -50294,21 +51025,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1206, + "line": 1249, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1328, + "id": 1355, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1329, + "id": 1356, "name": "client_name", "variant": "declaration", "kind": 1024, @@ -50326,7 +51057,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1208, + "line": 1251, "character": 4 } ], @@ -50336,7 +51067,7 @@ } }, { - "id": 1330, + "id": 1357, "name": "client_uri", "variant": "declaration", "kind": 1024, @@ -50354,7 +51085,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1210, + "line": 1253, "character": 4 } ], @@ -50364,7 +51095,7 @@ } }, { - "id": 1333, + "id": 1360, "name": "grant_types", "variant": "declaration", "kind": 1024, @@ -50382,7 +51113,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1216, + "line": 1259, "character": 4 } ], @@ -50390,14 +51121,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 1299, + "target": 1326, "name": "OAuthClientGrantType", "package": "@supabase/auth-js" } } }, { - "id": 1331, + "id": 1358, "name": "logo_uri", "variant": "declaration", "kind": 1024, @@ -50415,7 +51146,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1212, + "line": 1255, "character": 4 } ], @@ -50425,7 +51156,7 @@ } }, { - "id": 1332, + "id": 1359, "name": "redirect_uris", "variant": "declaration", "kind": 1024, @@ -50443,7 +51174,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1214, + "line": 1257, "character": 4 } ], @@ -50459,13 +51190,13 @@ "groups": [ { "title": "Properties", - "children": [1329, 1330, 1333, 1331, 1332] + "children": [1356, 1357, 1360, 1358, 1359] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1206, + "line": 1249, "character": 38 } ] @@ -50473,7 +51204,7 @@ } }, { - "id": 793, + "id": 801, "name": "UserResponse", "variant": "declaration", "kind": 2097152, @@ -50481,25 +51212,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 153, + "line": 158, "character": 12 } ], "type": { "type": "reference", - "target": 746, + "target": 754, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 794, + "id": 802, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 795, + "id": 803, "name": "user", "variant": "declaration", "kind": 1024, @@ -50507,7 +51238,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 154, + "line": 159, "character": 4 } ], @@ -50522,13 +51253,13 @@ "groups": [ { "title": "Properties", - "children": [795] + "children": [803] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 153, + "line": 158, "character": 56 } ] @@ -50540,7 +51271,7 @@ } }, { - "id": 973, + "id": 982, "name": "VerifyOtpParams", "variant": "declaration", "kind": 2097152, @@ -50548,7 +51279,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 549, + "line": 563, "character": 12 } ], @@ -50557,19 +51288,19 @@ "types": [ { "type": "reference", - "target": 974, + "target": 983, "name": "VerifyMobileOtpParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 982, + "target": 991, "name": "VerifyEmailOtpParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 990, + "target": 999, "name": "VerifyTokenHashParams", "package": "@supabase/auth-js" } @@ -50577,7 +51308,7 @@ } }, { - "id": 728, + "id": 736, "name": "WeakPassword", "variant": "declaration", "kind": 2097152, @@ -50585,21 +51316,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 62, + "line": 67, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 729, + "id": 737, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 731, + "id": 739, "name": "message", "variant": "declaration", "kind": 1024, @@ -50607,7 +51338,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 64, + "line": 69, "character": 4 } ], @@ -50617,7 +51348,7 @@ } }, { - "id": 730, + "id": 738, "name": "reasons", "variant": "declaration", "kind": 1024, @@ -50625,7 +51356,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 63, + "line": 68, "character": 4 } ], @@ -50633,7 +51364,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 727, + "target": 735, "name": "WeakPasswordReasons", "package": "@supabase/auth-js" } @@ -50643,13 +51374,13 @@ "groups": [ { "title": "Properties", - "children": [731, 730] + "children": [739, 738] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 62, + "line": 67, "character": 27 } ] @@ -50657,7 +51388,7 @@ } }, { - "id": 727, + "id": 735, "name": "WeakPasswordReasons", "variant": "declaration", "kind": 2097152, @@ -50665,7 +51396,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 61, + "line": 66, "character": 12 } ], @@ -50691,7 +51422,7 @@ } }, { - "id": 972, + "id": 981, "name": "Web3Credentials", "variant": "declaration", "kind": 2097152, @@ -50699,7 +51430,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 548, + "line": 562, "character": 12 } ], @@ -50708,13 +51439,13 @@ "types": [ { "type": "reference", - "target": 937, + "target": 946, "name": "SolanaWeb3Credentials", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 955, + "target": 964, "name": "EthereumWeb3Credentials", "package": "@supabase/auth-js" } @@ -50722,7 +51453,7 @@ } }, { - "id": 667, + "id": 674, "name": "AuthAdminApi", "variant": "declaration", "kind": 32, @@ -50740,7 +51471,7 @@ "type": "query", "queryType": { "type": "reference", - "target": 275, + "target": 277, "name": "GoTrueAdminApi", "package": "@supabase/auth-js", "qualifiedName": "default" @@ -50748,7 +51479,7 @@ } }, { - "id": 668, + "id": 675, "name": "AuthClient", "variant": "declaration", "kind": 32, @@ -50766,7 +51497,7 @@ "type": "query", "queryType": { "type": "reference", - "target": 361, + "target": 363, "name": "GoTrueClient", "package": "@supabase/auth-js", "qualifiedName": "default" @@ -50774,7 +51505,7 @@ } }, { - "id": 682, + "id": 689, "name": "lockInternals", "variant": "declaration", "kind": 32, @@ -50795,14 +51526,14 @@ "type": { "type": "reflection", "declaration": { - "id": 683, + "id": 690, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 684, + "id": 691, "name": "debug", "variant": "declaration", "kind": 1024, @@ -50827,7 +51558,7 @@ "groups": [ { "title": "Properties", - "children": [684] + "children": [691] } ], "sources": [ @@ -50841,7 +51572,7 @@ } }, { - "id": 2137, + "id": 2166, "name": "REALTIME_CHANNEL_STATES", "variant": "declaration", "kind": 32, @@ -50870,7 +51601,7 @@ } }, { - "id": 1297, + "id": 1324, "name": "SIGN_OUT_SCOPES", "variant": "declaration", "kind": 32, @@ -50880,7 +51611,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1127, + "line": 1170, "character": 21 } ], @@ -50925,7 +51656,7 @@ "fileName": "packages/core/supabase-js/src/index.ts", "line": 27, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/index.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/index.ts#L27" } ], "signatures": [ @@ -50940,7 +51671,7 @@ "fileName": "packages/core/supabase-js/src/index.ts", "line": 27, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/index.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/index.ts#L27" } ], "typeParameters": [ @@ -50988,7 +51719,7 @@ "fileName": "packages/core/supabase-js/src/index.ts", "line": 31, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/index.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/index.ts#L31" } ], "type": { @@ -51008,7 +51739,7 @@ "fileName": "packages/core/supabase-js/src/index.ts", "line": 31, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/index.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/index.ts#L31" } ] } @@ -51281,7 +52012,7 @@ }, "type": { "type": "reference", - "target": 242, + "target": 243, "typeArguments": [ { "type": "reference", @@ -51298,7 +52029,7 @@ ], "type": { "type": "reference", - "target": 112, + "target": 113, "typeArguments": [ { "type": "reference", @@ -51330,7 +52061,7 @@ ] }, { - "id": 1409, + "id": 1436, "name": "isAuthApiError", "variant": "declaration", "kind": 64, @@ -51344,7 +52075,7 @@ ], "signatures": [ { - "id": 1410, + "id": 1437, "name": "isAuthApiError", "variant": "signature", "kind": 4096, @@ -51358,7 +52089,7 @@ ], "parameters": [ { - "id": 1411, + "id": 1438, "name": "error", "variant": "param", "kind": 32768, @@ -51375,7 +52106,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1434, + "target": 1461, "name": "AuthApiError", "package": "@supabase/auth-js" } @@ -51384,7 +52115,7 @@ ] }, { - "id": 1406, + "id": 1433, "name": "isAuthError", "variant": "declaration", "kind": 64, @@ -51398,7 +52129,7 @@ ], "signatures": [ { - "id": 1407, + "id": 1434, "name": "isAuthError", "variant": "signature", "kind": 4096, @@ -51412,7 +52143,7 @@ ], "parameters": [ { - "id": 1408, + "id": 1435, "name": "error", "variant": "param", "kind": 32768, @@ -51429,7 +52160,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -51438,7 +52169,7 @@ ] }, { - "id": 1415, + "id": 1442, "name": "isAuthImplicitGrantRedirectError", "variant": "declaration", "kind": 64, @@ -51452,7 +52183,7 @@ ], "signatures": [ { - "id": 1416, + "id": 1443, "name": "isAuthImplicitGrantRedirectError", "variant": "signature", "kind": 4096, @@ -51466,7 +52197,7 @@ ], "parameters": [ { - "id": 1417, + "id": 1444, "name": "error", "variant": "param", "kind": 32768, @@ -51483,7 +52214,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1491, + "target": 1518, "name": "AuthImplicitGrantRedirectError", "package": "@supabase/auth-js" } @@ -51492,7 +52223,7 @@ ] }, { - "id": 1418, + "id": 1445, "name": "isAuthRetryableFetchError", "variant": "declaration", "kind": 64, @@ -51506,7 +52237,7 @@ ], "signatures": [ { - "id": 1419, + "id": 1446, "name": "isAuthRetryableFetchError", "variant": "signature", "kind": 4096, @@ -51520,7 +52251,7 @@ ], "parameters": [ { - "id": 1420, + "id": 1447, "name": "error", "variant": "param", "kind": 32768, @@ -51537,7 +52268,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1545, + "target": 1572, "name": "AuthRetryableFetchError", "package": "@supabase/auth-js" } @@ -51546,7 +52277,7 @@ ] }, { - "id": 1412, + "id": 1439, "name": "isAuthSessionMissingError", "variant": "declaration", "kind": 64, @@ -51560,7 +52291,7 @@ ], "signatures": [ { - "id": 1413, + "id": 1440, "name": "isAuthSessionMissingError", "variant": "signature", "kind": 4096, @@ -51574,7 +52305,7 @@ ], "parameters": [ { - "id": 1414, + "id": 1441, "name": "error", "variant": "param", "kind": 32768, @@ -51591,7 +52322,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1466, + "target": 1493, "name": "AuthSessionMissingError", "package": "@supabase/auth-js" } @@ -51600,7 +52331,7 @@ ] }, { - "id": 1421, + "id": 1448, "name": "isAuthWeakPasswordError", "variant": "declaration", "kind": 64, @@ -51614,7 +52345,7 @@ ], "signatures": [ { - "id": 1422, + "id": 1449, "name": "isAuthWeakPasswordError", "variant": "signature", "kind": 4096, @@ -51628,7 +52359,7 @@ ], "parameters": [ { - "id": 1423, + "id": 1450, "name": "error", "variant": "param", "kind": 32768, @@ -51645,7 +52376,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1555, + "target": 1582, "name": "AuthWeakPasswordError", "package": "@supabase/auth-js" } @@ -51654,7 +52385,7 @@ ] }, { - "id": 669, + "id": 676, "name": "navigatorLock", "variant": "declaration", "kind": 64, @@ -51668,7 +52399,7 @@ ], "signatures": [ { - "id": 670, + "id": 677, "name": "navigatorLock", "variant": "signature", "kind": 4096, @@ -51683,7 +52414,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueClient", - "target": 361 + "target": 363 }, { "kind": "text", @@ -51732,7 +52463,7 @@ ], "typeParameters": [ { - "id": 671, + "id": 678, "name": "R", "variant": "typeParam", "kind": 131072, @@ -51741,7 +52472,7 @@ ], "parameters": [ { - "id": 672, + "id": 679, "name": "name", "variant": "param", "kind": 32768, @@ -51760,7 +52491,7 @@ } }, { - "id": 673, + "id": 680, "name": "acquireTimeout", "variant": "param", "kind": 32768, @@ -51787,7 +52518,7 @@ } }, { - "id": 674, + "id": 681, "name": "fn", "variant": "param", "kind": 32768, @@ -51803,7 +52534,7 @@ "type": { "type": "reflection", "declaration": { - "id": 675, + "id": 682, "name": "__type", "variant": "declaration", "kind": 65536, @@ -51817,7 +52548,7 @@ ], "signatures": [ { - "id": 676, + "id": 683, "name": "__type", "variant": "signature", "kind": 4096, @@ -51838,7 +52569,7 @@ "typeArguments": [ { "type": "reference", - "target": 671, + "target": 678, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -51862,7 +52593,7 @@ "typeArguments": [ { "type": "reference", - "target": 671, + "target": 678, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -51875,7 +52606,7 @@ ] }, { - "id": 685, + "id": 692, "name": "processLock", "variant": "declaration", "kind": 64, @@ -51889,7 +52620,7 @@ ], "signatures": [ { - "id": 686, + "id": 693, "name": "processLock", "variant": "signature", "kind": 4096, @@ -51920,7 +52651,7 @@ ], "typeParameters": [ { - "id": 687, + "id": 694, "name": "R", "variant": "typeParam", "kind": 131072, @@ -51929,7 +52660,7 @@ ], "parameters": [ { - "id": 688, + "id": 695, "name": "name", "variant": "param", "kind": 32768, @@ -51948,7 +52679,7 @@ } }, { - "id": 689, + "id": 696, "name": "acquireTimeout", "variant": "param", "kind": 32768, @@ -51975,7 +52706,7 @@ } }, { - "id": 690, + "id": 697, "name": "fn", "variant": "param", "kind": 32768, @@ -51991,7 +52722,7 @@ "type": { "type": "reflection", "declaration": { - "id": 691, + "id": 698, "name": "__type", "variant": "declaration", "kind": 65536, @@ -52005,7 +52736,7 @@ ], "signatures": [ { - "id": 692, + "id": 699, "name": "__type", "variant": "signature", "kind": 4096, @@ -52026,7 +52757,7 @@ "typeArguments": [ { "type": "reference", - "target": 687, + "target": 694, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -52050,7 +52781,7 @@ "typeArguments": [ { "type": "reference", - "target": 687, + "target": 694, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -52063,7 +52794,7 @@ ] }, { - "id": 796, + "id": 804, "name": "Session", "variant": "reference", "kind": 4194304, @@ -52071,14 +52802,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 156, + "line": 161, "character": 17 } ], "target": 37 }, { - "id": 832, + "id": 841, "name": "User", "variant": "reference", "kind": 4194304, @@ -52086,7 +52817,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 259, + "line": 271, "character": 17 } ], @@ -52096,46 +52827,46 @@ "groups": [ { "title": "Enumerations", - "children": [96, 2118, 2123, 2128, 2132] + "children": [97, 2147, 2152, 2157, 2161] }, { "title": "Classes", "children": [ - 1434, 1424, 1491, 1482, 1567, 1474, 1518, 1545, 1466, 1444, 1555, 1454, 79, 69, 64, 74, 275, - 361, 677, 52, 1593, 1902, 1576, 112, 2138 + 1461, 1451, 1518, 1509, 1594, 1501, 1545, 1572, 1493, 1471, 1582, 1481, 79, 69, 64, 74, 277, + 363, 684, 52, 1620, 1929, 1603, 113, 2167 ] }, { "title": "Interfaces", "children": [ - 839, 799, 1390, 37, 11, 1044, 1237, 1347, 1107, 1290, 852, 825, 833, 802, 829, 982, 974, - 990, 2154, 2204 + 848, 807, 1417, 37, 11, 1055, 1248, 1374, 1118, 1317, 1297, 861, 833, 842, 810, 838, 991, + 983, 999, 2183, 2233 ] }, { "title": "Type Aliases", "children": [ - 797, 695, 694, 1101, 898, 1227, 1224, 1234, 1231, 1092, 1096, 1091, 1093, 1094, 1095, 1269, - 1087, 1268, 1270, 1102, 1097, 1088, 1086, 1079, 1386, 1387, 763, 754, 758, 768, 772, 1250, - 1319, 994, 954, 955, 815, 814, 86, 1038, 1028, 1047, 1052, 1048, 1059, 1033, 1022, 705, - 1247, 1271, 1286, 696, 1078, 1077, 1075, 1074, 1076, 1060, 1266, 1265, 1267, 1073, 1061, - 1072, 1065, 1064, 1066, 1070, 993, 1370, 1376, 1303, 1299, 1335, 1302, 1334, 1300, 1301, - 777, 1258, 1251, 50, 46, 48, 732, 693, 270, 274, 268, 1887, 1901, 2011, 2040, 2047, 2054, - 2078, 2059, 2069, 2088, 2098, 2108, 2117, 737, 746, 1276, 995, 862, 911, 899, 876, 881, - 1009, 1262, 1298, 868, 921, 937, 790, 734, 242, 1244, 1327, 793, 973, 728, 727, 972 + 805, 702, 701, 1112, 907, 1238, 1235, 1245, 1242, 1103, 1107, 1102, 1104, 1105, 1106, 1280, + 1098, 1279, 1281, 1113, 1108, 1099, 1097, 1090, 1413, 1414, 771, 762, 766, 776, 780, 1261, + 1346, 1003, 963, 964, 823, 822, 86, 1049, 1039, 1058, 1063, 1059, 1070, 1044, 1033, 712, + 1258, 1282, 703, 1089, 1088, 1086, 1085, 1087, 1071, 1277, 1276, 1278, 1084, 1072, 1083, + 1076, 1075, 1077, 1081, 1002, 1397, 1403, 1330, 1326, 1362, 1329, 1361, 1327, 1328, 785, + 1269, 1262, 50, 46, 48, 740, 700, 272, 276, 270, 1914, 1928, 2039, 2069, 2076, 2083, 2107, + 2088, 2098, 2117, 2127, 2137, 2146, 745, 754, 1287, 1004, 871, 920, 908, 885, 890, 1018, + 1273, 1325, 877, 930, 946, 798, 742, 243, 1255, 1354, 801, 982, 736, 735, 981 ] }, { "title": "Variables", - "children": [667, 668, 682, 2137, 1297] + "children": [674, 675, 689, 2166, 1324] }, { "title": "Functions", - "children": [1, 1409, 1406, 1415, 1418, 1412, 1421, 669, 685] + "children": [1, 1436, 1433, 1442, 1445, 1439, 1448, 676, 692] }, { "title": "References", - "children": [796, 832] + "children": [804, 841] } ], "packageName": "@supabase/supabase-js", @@ -52270,7 +53001,23 @@ }, { "kind": "text", - "text": "\n\n## Support Policy\n\nThis section outlines the scope of support for various runtime environments in Supabase JavaScript client.\n\n### Node.js\n\nWe only support Node.js versions that are in **Active LTS** or **Maintenance** status as defined by the [official Node.js release schedule](https://nodejs.org/en/about/previous-releases#release-schedule). This means we support versions that are currently receiving long-term support and critical bug fixes.\n\nWhen a Node.js version reaches end-of-life and is no longer in Active LTS or Maintenance status, Supabase will drop it in a **minor release**, and **this won't be considered a breaking change**.\n\n### Deno\n\nWe support Deno versions that are currently receiving active development and security updates. We follow the [official Deno release schedule](https://docs.deno.com/runtime/fundamentals/stability_and_releases/) and only support versions from the " + "text": "\n\n## Support Policy\n\nThis section outlines the scope of support for various runtime environments in Supabase JavaScript client.\n\n### Node.js\n\nWe only support Node.js versions that are in **Active LTS** or **Maintenance** status as defined by the [official Node.js release schedule](https://nodejs.org/en/about/previous-releases#release-schedule). This means we support versions that are currently receiving long-term support and critical bug fixes.\n\nWhen a Node.js version reaches end-of-life and is no longer in Active LTS or Maintenance status, Supabase will drop it in a **minor release**, and **this won't be considered a breaking change**.\n\n> ⚠️ **Node.js 18 Deprecation Notice**\n>\n> Node.js 18 reached end-of-life on April 30, 2025. As announced in [our deprecation notice](https://github.com/orgs/supabase/discussions/37217), support for Node.js 18 was dropped in version " + }, + { + "kind": "code", + "text": "`2.79.0`" + }, + { + "kind": "text", + "text": ".\n>\n> If you must use Node.js 18, please use version " + }, + { + "kind": "code", + "text": "`2.78.0`" + }, + { + "kind": "text", + "text": ", which is the last version that supported Node.js 18.\n\n### Deno\n\nWe support Deno versions that are currently receiving active development and security updates. We follow the [official Deno release schedule](https://docs.deno.com/runtime/fundamentals/stability_and_releases/) and only support versions from the " }, { "kind": "code", @@ -52286,41 +53033,57 @@ }, { "kind": "text", - "text": " release channels.\n\nWhen a Deno version reaches end-of-life and is no longer receiving security updates, Supabase will drop it in a **minor release**, and **this won't be considered a breaking change**.\n\n### Important Notes\n\n- **Experimental features**: Features marked as experimental may be removed or changed without notice\n\n## Development\n\nThis package is part of the [Supabase JavaScript monorepo](https://github.com/supabase/supabase-js). To work on this package:\n\n### Building\n\n" + "text": " release channels.\n\nWhen a Deno version reaches end-of-life and is no longer receiving security updates, Supabase will drop it in a **minor release**, and **this won't be considered a breaking change**.\n\n### Browsers\n\nAll modern browsers are supported. We support browsers that provide native " }, { "kind": "code", - "text": "```bash\n# From the monorepo root\nnpx nx build supabase-js\n\n# Or with watch mode for development\nnpx nx build supabase-js --watch\n```" + "text": "`fetch`" }, { "kind": "text", - "text": "\n\n### Testing\n\nThere's a complete guide on how to set up your environment for running locally the " + "text": " API. For Realtime features, browsers must also support native " }, { "kind": "code", - "text": "`supabase-js`" + "text": "`WebSocket`" }, { "kind": "text", - "text": " integration tests. Please refer to [TESTING.md](" + "text": " API.\n\n### Bun\n\nWe support Bun runtime environments. Bun provides native fetch support and is compatible with Node.js APIs. Since Bun does not follow a structured release schedule like Node.js or Deno, we support current stable versions of Bun and may drop support for older versions in minor releases without considering it a breaking change.\n\n### React Native\n\nWe support React Native environments with fetch polyfills provided by the framework. Since React Native does not follow a structured release schedule, we support current stable versions and may drop support for older versions in minor releases without considering it a breaking change.\n\n### Cloudflare Workers\n\nWe support Cloudflare Workers runtime environments. Cloudflare Workers provides native fetch support. Since Cloudflare Workers does not follow a structured release schedule, we support current stable versions and may drop support for older versions in minor releases without considering it a breaking change.\n\n### Important Notes\n\n- **Experimental features**: Features marked as experimental may be removed or changed without notice\n\n## Contributing\n\nWe welcome contributions! Please see our [Contributing Guide](" }, { "kind": "relative-link", - "text": "./TESTING.md", + "text": "../../../CONTRIBUTING.md", "target": 2 }, { "kind": "text", - "text": ").\n\n### Contributing\n\nWe welcome contributions! Please see our [Contributing Guide](" + "text": ") for details on how to get started.\n\nFor major changes or if you're unsure about something, please open an issue first to discuss your proposed changes.\n\n### Building\n\n" + }, + { + "kind": "code", + "text": "```bash\n# From the monorepo root\nnpx nx build supabase-js\n\n# Or with watch mode for development\nnpx nx build supabase-js --watch\n```" + }, + { + "kind": "text", + "text": "\n\n### Testing\n\nThere's a complete guide on how to set up your environment for running locally the " + }, + { + "kind": "code", + "text": "`supabase-js`" + }, + { + "kind": "text", + "text": " integration tests. Please refer to [TESTING.md](" }, { "kind": "relative-link", - "text": "../../../CONTRIBUTING.md", + "text": "./TESTING.md", "target": 3 }, { "kind": "text", - "text": ") for details on how to get started.\n\nFor major changes or if you're unsure about something, please open an issue first to discuss your proposed changes.\n\n## Badges\n\n[![Coverage Status](https://coveralls.io/repos/github/supabase/supabase-js/badge.svg?branch=master)](https://coveralls.io/github/supabase/supabase-js?branch=master)" + "text": ").\n\n## Badges\n\n[![Coverage Status](https://coveralls.io/repos/github/supabase/supabase-js/badge.svg?branch=master)](https://coveralls.io/github/supabase/supabase-js?branch=master)" } ], "symbolIdMap": { @@ -52706,239 +53469,239 @@ }, "96": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion" + "qualifiedName": "__type.timeout" }, "97": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.Any" + "qualifiedName": "FunctionRegion" }, "98": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.ApNortheast1" + "qualifiedName": "FunctionRegion.Any" }, "99": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.ApNortheast2" + "qualifiedName": "FunctionRegion.ApNortheast1" }, "100": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.ApSouth1" + "qualifiedName": "FunctionRegion.ApNortheast2" }, "101": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.ApSoutheast1" + "qualifiedName": "FunctionRegion.ApSouth1" }, "102": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.ApSoutheast2" + "qualifiedName": "FunctionRegion.ApSoutheast1" }, "103": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.CaCentral1" + "qualifiedName": "FunctionRegion.ApSoutheast2" }, "104": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.EuCentral1" + "qualifiedName": "FunctionRegion.CaCentral1" }, "105": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.EuWest1" + "qualifiedName": "FunctionRegion.EuCentral1" }, "106": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.EuWest2" + "qualifiedName": "FunctionRegion.EuWest1" }, "107": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.EuWest3" + "qualifiedName": "FunctionRegion.EuWest2" }, "108": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.SaEast1" + "qualifiedName": "FunctionRegion.EuWest3" }, "109": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.UsEast1" + "qualifiedName": "FunctionRegion.SaEast1" }, "110": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.UsWest1" + "qualifiedName": "FunctionRegion.UsEast1" }, "111": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.UsWest2" + "qualifiedName": "FunctionRegion.UsWest1" }, "112": { + "sourceFileName": "../functions-js/src/types.ts", + "qualifiedName": "FunctionRegion.UsWest2" + }, + "113": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default" }, - "113": { + "114": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.__constructor" }, - "114": { + "115": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default" }, - "115": { + "116": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.Database" }, - "116": { + "117": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.SchemaNameOrClientOptions" }, - "117": { + "118": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type" }, - "118": { + "119": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type.PostgrestVersion" }, - "119": { + "120": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.SchemaName" }, - "120": { + "121": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.Schema" }, - "121": { + "122": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.ClientOptions" }, - "122": { + "123": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type" }, - "123": { + "124": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type.PostgrestVersion" }, - "124": { + "125": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type" }, - "125": { + "126": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type.__InternalSupabase" }, - "126": { + "127": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type" }, - "127": { + "128": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type.PostgrestVersion" }, - "128": { + "129": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type" }, - "129": { + "130": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type.PostgrestVersion" }, - "130": { + "131": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type" }, - "131": { + "132": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type.PostgrestVersion" }, - "132": { + "133": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "supabaseUrl" }, - "133": { + "134": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "supabaseKey" }, - "134": { + "135": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "options" }, - "135": { + "136": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.auth" }, - "136": { + "137": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.realtime" }, - "137": { + "138": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.storage" }, - "138": { + "139": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.realtimeUrl" }, - "139": { + "140": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.authUrl" }, - "140": { + "141": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.storageUrl" }, - "141": { + "142": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.functionsUrl" }, - "142": { + "143": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.rest" }, - "143": { + "144": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.storageKey" }, - "144": { + "145": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.fetch" }, - "145": { + "146": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "146": { + "147": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "147": { + "148": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "input" }, - "148": { + "149": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "init" }, - "149": { + "150": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "fetch" }, - "150": { + "151": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "input" }, - "151": { + "152": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "init" }, - "152": { - "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.changedAccessToken" - }, "153": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.accessToken" + "qualifiedName": "default.changedAccessToken" }, "154": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type" + "qualifiedName": "default.accessToken" }, "155": { "sourceFileName": "src/SupabaseClient.ts", @@ -52946,19 +53709,19 @@ }, "156": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.headers" + "qualifiedName": "__type" }, "157": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.supabaseUrl" + "qualifiedName": "default.headers" }, "158": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.supabaseKey" + "qualifiedName": "default.supabaseUrl" }, "159": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.functions" + "qualifiedName": "default.supabaseKey" }, "160": { "sourceFileName": "src/SupabaseClient.ts", @@ -52966,7 +53729,7 @@ }, "161": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.from" + "qualifiedName": "default.functions" }, "162": { "sourceFileName": "src/SupabaseClient.ts", @@ -52974,35 +53737,35 @@ }, "163": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "TableName" + "qualifiedName": "default.from" }, "164": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "Table" + "qualifiedName": "TableName" }, "165": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "relation" + "qualifiedName": "Table" }, "166": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.from" + "qualifiedName": "relation" }, "167": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "ViewName" + "qualifiedName": "default.from" }, "168": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "View" + "qualifiedName": "ViewName" }, "169": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "relation" + "qualifiedName": "View" }, "170": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.schema" + "qualifiedName": "relation" }, "171": { "sourceFileName": "src/SupabaseClient.ts", @@ -53010,15 +53773,15 @@ }, "172": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "DynamicSchema" + "qualifiedName": "default.schema" }, "173": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "schema" + "qualifiedName": "DynamicSchema" }, "174": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.rpc" + "qualifiedName": "schema" }, "175": { "sourceFileName": "src/SupabaseClient.ts", @@ -53026,47 +53789,47 @@ }, "176": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "FnName" + "qualifiedName": "default.rpc" }, "177": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "Args" + "qualifiedName": "FnName" }, "178": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "FilterBuilder" + "qualifiedName": "Args" }, "179": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "fn" + "qualifiedName": "FilterBuilder" }, "180": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "args" + "qualifiedName": "fn" }, "181": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "options" + "qualifiedName": "args" }, "182": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type" + "qualifiedName": "options" }, "183": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type.head" + "qualifiedName": "__type" }, "184": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type.get" + "qualifiedName": "__type.head" }, "185": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type.count" + "qualifiedName": "__type.get" }, "186": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.channel" + "qualifiedName": "__type.count" }, "187": { "sourceFileName": "src/SupabaseClient.ts", @@ -53074,15 +53837,15 @@ }, "188": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "name" + "qualifiedName": "default.channel" }, "189": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "opts" + "qualifiedName": "name" }, "190": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.getChannels" + "qualifiedName": "opts" }, "191": { "sourceFileName": "src/SupabaseClient.ts", @@ -53090,7 +53853,7 @@ }, "192": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.removeChannel" + "qualifiedName": "default.getChannels" }, "193": { "sourceFileName": "src/SupabaseClient.ts", @@ -53098,2335 +53861,2327 @@ }, "194": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "channel" + "qualifiedName": "default.removeChannel" }, "195": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.removeAllChannels" + "qualifiedName": "channel" }, "196": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.removeAllChannels" }, - "225": { + "197": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.Database" + "qualifiedName": "default.removeAllChannels" }, "226": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.SchemaNameOrClientOptions" + "qualifiedName": "default.Database" }, "227": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type" + "qualifiedName": "default.SchemaNameOrClientOptions" }, "228": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type.PostgrestVersion" + "qualifiedName": "__type" }, "229": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.SchemaName" + "qualifiedName": "__type.PostgrestVersion" }, "230": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.Schema" + "qualifiedName": "default.SchemaName" }, "231": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.ClientOptions" + "qualifiedName": "default.Schema" }, "232": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type" + "qualifiedName": "default.ClientOptions" }, "233": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type.PostgrestVersion" + "qualifiedName": "__type" }, "234": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.PostgrestVersion" }, "235": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type.__InternalSupabase" + "qualifiedName": "__type" }, "236": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.__InternalSupabase" }, "237": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type.PostgrestVersion" + "qualifiedName": "__type" }, "238": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.PostgrestVersion" }, "239": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type.PostgrestVersion" + "qualifiedName": "__type" }, "240": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.PostgrestVersion" }, "241": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type.PostgrestVersion" + "qualifiedName": "__type" }, "242": { + "sourceFileName": "src/SupabaseClient.ts", + "qualifiedName": "__type.PostgrestVersion" + }, + "243": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "SupabaseClientOptions" }, - "243": { + "244": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "244": { + "245": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.db" }, - "245": { + "246": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "246": { + "247": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.schema" }, - "247": { + "248": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.auth" }, - "248": { + "249": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "249": { + "250": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.autoRefreshToken" }, - "250": { + "251": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.storageKey" }, - "251": { + "252": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.persistSession" }, - "252": { + "253": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.detectSessionInUrl" }, - "253": { + "254": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.storage" }, - "254": { + "255": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.userStorage" }, - "255": { + "256": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.flowType" }, - "256": { + "257": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.debug" }, - "257": { + "258": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.lock" }, - "258": { + "259": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.throwOnError" + }, + "260": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.realtime" }, - "259": { + "261": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.storage" }, - "260": { + "262": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.global" }, - "261": { + "263": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "262": { + "264": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.fetch" }, - "263": { + "265": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.headers" }, - "264": { + "266": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.accessToken" }, - "265": { + "267": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "266": { + "268": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "267": { + "269": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "SchemaName" }, - "268": { + "270": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "QueryResult" }, - "269": { + "271": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "T" }, - "270": { + "272": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "QueryData" }, - "271": { + "273": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "272": { + "274": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "273": { + "275": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "T" }, - "274": { + "276": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "QueryError" }, - "275": { + "277": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default" }, - "276": { + "278": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.__constructor" }, - "277": { + "279": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default" }, - "278": { + "280": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__0" }, - "279": { + "281": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type" }, - "280": { + "282": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.url" }, - "281": { + "283": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.headers" }, - "282": { + "284": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type" }, - "283": { + "285": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.__index" }, - "285": { + "287": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.fetch" }, - "286": { + "288": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "287": { + "289": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "288": { + "290": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "input" }, - "289": { + "291": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "init" }, - "290": { + "292": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "fetch" }, - "291": { + "293": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "input" }, - "292": { + "294": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "init" }, - "293": { + "295": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.mfa" }, - "294": { + "296": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.oauth" }, - "295": { + "297": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.url" }, - "296": { + "298": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.headers" }, - "297": { + "299": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type" }, - "298": { + "300": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.__index" }, - "300": { + "302": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.fetch" }, - "301": { + "303": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "302": { + "304": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "303": { + "305": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "input" }, - "304": { + "306": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "init" }, - "305": { + "307": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "fetch" }, - "306": { + "308": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "input" }, - "307": { + "309": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "init" }, - "308": { + "310": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.signOut" }, - "309": { + "311": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.signOut" }, - "310": { + "312": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "jwt" }, - "311": { + "313": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "scope" }, - "312": { + "314": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type" }, - "313": { + "315": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.data" }, - "314": { + "316": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.error" }, - "315": { + "317": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.inviteUserByEmail" }, - "316": { + "318": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.inviteUserByEmail" }, - "317": { + "319": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "email" }, - "318": { + "320": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "options" }, - "319": { + "321": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type" }, - "320": { + "322": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.data" }, - "321": { + "323": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.redirectTo" }, - "322": { + "324": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.generateLink" }, - "323": { + "325": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.generateLink" }, - "324": { + "326": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "params" }, - "325": { + "327": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.createUser" }, - "326": { + "328": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.createUser" }, - "327": { + "329": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "attributes" }, - "328": { + "330": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.listUsers" }, - "329": { + "331": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.listUsers" }, - "330": { + "332": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "params" }, - "331": { + "333": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type" }, - "332": { + "334": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.data" }, - "333": { + "335": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type" }, - "334": { + "336": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.users" }, - "335": { + "337": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.aud" }, - "336": { + "338": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.error" }, - "337": { + "339": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type" }, - "338": { + "340": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.data" }, - "339": { + "341": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type" }, - "340": { + "342": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.users" }, - "341": { + "343": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.error" }, - "342": { + "344": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.getUserById" }, - "343": { + "345": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.getUserById" }, - "344": { + "346": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "uid" }, - "345": { + "347": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.updateUserById" }, - "346": { + "348": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.updateUserById" }, - "347": { + "349": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "uid" }, - "348": { + "350": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "attributes" }, - "349": { + "351": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.deleteUser" }, - "350": { + "352": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.deleteUser" }, - "351": { + "353": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "id" }, - "352": { + "354": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "shouldSoftDelete" }, - "361": { + "363": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default" }, - "363": { + "365": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.__constructor" }, - "364": { + "366": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default" }, - "365": { + "367": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "options" }, - "367": { + "369": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.admin" }, - "368": { + "370": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.mfa" }, - "369": { + "371": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.oauth" }, - "370": { + "372": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.storageKey" }, - "371": { + "373": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.flowType" }, - "372": { + "374": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.jwks" }, - "373": { + "375": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.jwks" }, - "374": { + "376": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "375": { + "377": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.keys" }, - "376": { + "378": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.jwks" }, - "377": { + "379": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "value" }, - "378": { + "380": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "379": { + "381": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.keys" }, - "380": { + "382": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.jwks_cached_at" }, - "381": { + "383": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.jwks_cached_at" }, - "382": { + "384": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.jwks_cached_at" }, - "383": { + "385": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "value" }, - "384": { + "386": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.autoRefreshToken" }, - "385": { + "387": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.persistSession" }, - "386": { + "388": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.storage" }, - "387": { + "389": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.userStorage" }, - "388": { + "390": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.memoryStorage" }, - "389": { + "391": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "390": { + "392": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.__index" }, - "392": { + "394": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.stateChangeEmitters" }, - "393": { + "395": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.autoRefreshTicker" }, - "394": { + "396": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.visibilityChangedCallback" }, - "395": { + "397": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "396": { + "398": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "397": { + "399": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.refreshingDeferred" }, - "398": { + "400": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.initializePromise" }, - "399": { + "401": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.detectSessionInUrl" }, - "400": { + "402": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.url" }, - "401": { + "403": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.headers" }, - "402": { + "404": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "403": { + "405": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.__index" }, - "405": { + "407": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.hasCustomAuthorizationHeader" }, - "406": { + "408": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.suppressGetSessionWarning" }, - "407": { + "409": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.fetch" }, - "408": { + "410": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "409": { + "411": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "410": { + "412": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "input" }, - "411": { + "413": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "init" }, - "412": { + "414": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "fetch" }, - "413": { + "415": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "input" }, - "414": { + "416": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "init" }, - "415": { + "417": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.lock" }, - "416": { + "418": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.lockAcquired" }, - "417": { + "419": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.pendingInLock" }, - "418": { + "420": { + "sourceFileName": "../auth-js/src/GoTrueClient.ts", + "qualifiedName": "default.throwOnError" + }, + "421": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.broadcastChannel" }, - "419": { + "422": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.logDebugMessages" }, - "420": { + "423": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.logger" }, - "421": { + "424": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "422": { + "425": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "423": { + "426": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "message" }, - "424": { + "427": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "args" }, - "426": { + "428": { + "sourceFileName": "../auth-js/src/GoTrueClient.ts", + "qualifiedName": "default.isThrowOnErrorEnabled" + }, + "429": { + "sourceFileName": "../auth-js/src/GoTrueClient.ts", + "qualifiedName": "default.isThrowOnErrorEnabled" + }, + "433": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.initialize" }, - "427": { + "434": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.initialize" }, - "429": { + "436": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInAnonymously" }, - "430": { + "437": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInAnonymously" }, - "431": { + "438": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "432": { + "439": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signUp" }, - "433": { + "440": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signUp" }, - "434": { + "441": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "435": { + "442": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithPassword" }, - "436": { + "443": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithPassword" }, - "437": { + "444": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "438": { + "445": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithOAuth" }, - "439": { + "446": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithOAuth" }, - "440": { + "447": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "441": { + "448": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.exchangeCodeForSession" }, - "442": { + "449": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.exchangeCodeForSession" }, - "443": { + "450": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "authCode" }, - "444": { + "451": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithWeb3" }, - "445": { + "452": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithWeb3" }, - "446": { + "453": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "447": { + "454": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "448": { + "455": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "449": { + "456": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "450": { + "457": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "451": { + "458": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.user" }, - "452": { + "459": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "453": { + "460": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "454": { + "461": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "455": { + "462": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "456": { + "463": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "457": { + "464": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.user" }, - "458": { + "465": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "462": { + "469": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithIdToken" }, - "463": { + "470": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithIdToken" }, - "464": { + "471": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "465": { + "472": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithOtp" }, - "466": { + "473": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithOtp" }, - "467": { + "474": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "468": { + "475": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.verifyOtp" }, - "469": { + "476": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.verifyOtp" }, - "470": { + "477": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "params" }, - "471": { + "478": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithSSO" }, - "472": { + "479": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithSSO" }, - "473": { + "480": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "params" }, - "474": { + "481": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.reauthenticate" }, - "475": { + "482": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.reauthenticate" }, - "477": { + "484": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.resend" }, - "478": { + "485": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.resend" }, - "479": { + "486": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "480": { + "487": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.getSession" }, - "481": { + "488": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.getSession" }, - "482": { + "489": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "483": { + "490": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "484": { + "491": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "485": { + "492": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "486": { + "493": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "487": { + "494": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "488": { + "495": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "489": { + "496": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "490": { + "497": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "491": { + "498": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "492": { + "499": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "493": { + "500": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "494": { + "501": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "495": { + "502": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "496": { + "503": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "500": { + "507": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.getUser" }, - "501": { + "508": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.getUser" }, - "502": { + "509": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "jwt" }, - "504": { + "511": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.updateUser" }, - "505": { + "512": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.updateUser" }, - "506": { + "513": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "attributes" }, - "507": { + "514": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "options" }, - "508": { + "515": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "509": { + "516": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.emailRedirectTo" }, - "510": { + "517": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default._updateUser" }, - "511": { + "518": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default._updateUser" }, - "512": { + "519": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "attributes" }, - "513": { + "520": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "options" }, - "514": { + "521": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "515": { + "522": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.emailRedirectTo" }, - "516": { + "523": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.setSession" }, - "517": { + "524": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.setSession" }, - "518": { + "525": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "currentSession" }, - "519": { + "526": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "520": { + "527": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.access_token" }, - "521": { + "528": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.refresh_token" }, - "522": { + "529": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default._setSession" }, - "523": { + "530": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default._setSession" }, - "524": { + "531": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "currentSession" }, - "525": { + "532": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "526": { + "533": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.access_token" }, - "527": { + "534": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.refresh_token" }, - "528": { + "535": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.refreshSession" }, - "529": { + "536": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.refreshSession" }, - "530": { + "537": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "currentSession" }, - "531": { + "538": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "532": { + "539": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.refresh_token" }, - "533": { + "540": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default._refreshSession" }, - "534": { + "541": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default._refreshSession" }, - "535": { + "542": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "currentSession" }, - "536": { + "543": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "537": { + "544": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.refresh_token" }, - "541": { + "548": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signOut" }, - "542": { + "549": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signOut" }, - "543": { + "550": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "options" }, - "544": { + "551": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "545": { + "552": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "546": { + "553": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default._signOut" }, - "547": { + "554": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default._signOut" }, - "548": { + "555": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__0" }, - "549": { + "556": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "550": { + "557": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "551": { + "558": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.onAuthStateChange" }, - "552": { + "559": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.onAuthStateChange" }, - "553": { + "560": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "callback" }, - "554": { + "561": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "555": { + "562": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "556": { + "563": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "event" }, - "557": { + "564": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "session" }, - "558": { + "565": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "559": { + "566": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "560": { + "567": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "561": { + "568": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.subscription" }, - "562": { + "569": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.onAuthStateChange" }, - "563": { + "570": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "callback" }, - "564": { + "571": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "565": { + "572": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "566": { + "573": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "event" }, - "567": { + "574": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "session" }, - "568": { + "575": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "569": { + "576": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "570": { + "577": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "571": { + "578": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.subscription" }, - "573": { + "580": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.resetPasswordForEmail" }, - "574": { + "581": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.resetPasswordForEmail" }, - "575": { + "582": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "email" }, - "576": { + "583": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "options" }, - "577": { + "584": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "578": { + "585": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.redirectTo" }, - "579": { + "586": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.captchaToken" }, - "580": { + "587": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "581": { + "588": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "582": { + "589": { "sourceFileName": "", "qualifiedName": "__type" }, - "583": { + "590": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "584": { + "591": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "585": { + "592": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "586": { + "593": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "587": { + "594": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.getUserIdentities" }, - "588": { + "595": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.getUserIdentities" }, - "589": { + "596": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "590": { + "597": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "591": { + "598": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "592": { + "599": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.identities" }, - "593": { + "600": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "594": { + "601": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "595": { + "602": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "596": { + "603": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "597": { + "604": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.linkIdentity" }, - "598": { + "605": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.linkIdentity" }, - "599": { + "606": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "600": { + "607": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.linkIdentity" }, - "601": { + "608": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "604": { + "611": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.unlinkIdentity" }, - "605": { + "612": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.unlinkIdentity" }, - "606": { + "613": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "identity" }, - "607": { + "614": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "608": { + "615": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "609": { + "616": { "sourceFileName": "", "qualifiedName": "__type" }, - "610": { + "617": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "611": { + "618": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "612": { + "619": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "613": { + "620": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "625": { + "632": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.startAutoRefresh" }, - "626": { + "633": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.startAutoRefresh" }, - "627": { + "634": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.stopAutoRefresh" }, - "628": { + "635": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.stopAutoRefresh" }, - "644": { + "651": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.getClaims" }, - "645": { + "652": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.getClaims" }, - "646": { + "653": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "jwt" }, - "647": { + "654": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "options" }, - "648": { + "655": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "649": { + "656": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.keys" }, - "650": { + "657": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.allowExpired" }, - "651": { + "658": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.jwks" }, - "652": { + "659": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "653": { + "660": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.keys" }, - "654": { + "661": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "655": { + "662": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "656": { + "663": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "657": { + "664": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.claims" }, - "658": { + "665": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.header" }, - "659": { + "666": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.signature" }, - "660": { + "667": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "661": { + "668": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "662": { + "669": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "663": { + "670": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "664": { + "671": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "665": { + "672": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "666": { + "673": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "667": { + "674": { "sourceFileName": "../auth-js/src/AuthAdminApi.ts", "qualifiedName": "AuthAdminApi" }, - "668": { + "675": { "sourceFileName": "../auth-js/src/AuthClient.ts", "qualifiedName": "AuthClient" }, - "669": { + "676": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "navigatorLock" }, - "670": { + "677": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "navigatorLock" }, - "671": { + "678": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "R" }, - "672": { + "679": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "name" }, - "673": { + "680": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "acquireTimeout" }, - "674": { + "681": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "fn" }, - "675": { + "682": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "__type" }, - "676": { + "683": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "__type" }, - "677": { + "684": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "NavigatorLockAcquireTimeoutError" }, - "678": { + "685": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "LockAcquireTimeoutError.__constructor" }, - "679": { + "686": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "NavigatorLockAcquireTimeoutError" }, - "680": { + "687": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "message" }, - "681": { + "688": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "LockAcquireTimeoutError.isAcquireTimeout" }, - "682": { + "689": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "internals" }, - "683": { + "690": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "__type" }, - "684": { + "691": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "__type.debug" }, - "685": { + "692": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "processLock" }, - "686": { + "693": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "processLock" }, - "687": { + "694": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "R" }, - "688": { + "695": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "name" }, - "689": { + "696": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "acquireTimeout" }, - "690": { + "697": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "fn" }, - "691": { + "698": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "__type" }, - "692": { + "699": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "__type" }, - "693": { + "700": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "Provider" }, - "694": { + "701": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthChangeEventMFA" }, - "695": { + "702": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthChangeEvent" }, - "696": { + "703": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "LockFunc" }, - "697": { + "704": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "698": { + "705": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "699": { + "706": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "name" }, - "700": { + "707": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "acquireTimeout" }, - "701": { + "708": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "fn" }, - "702": { + "709": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "703": { + "710": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "704": { + "711": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "R" }, - "705": { + "712": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueClientOptions" }, - "706": { + "713": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "707": { + "714": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.url" }, - "708": { + "715": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.headers" }, - "709": { + "716": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "710": { + "717": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.__index" }, - "712": { + "719": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.storageKey" }, - "713": { + "720": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.detectSessionInUrl" }, - "714": { + "721": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.autoRefreshToken" }, - "715": { + "722": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.persistSession" }, - "716": { + "723": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.storage" }, - "717": { + "724": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.userStorage" }, - "718": { + "725": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.fetch" }, - "719": { + "726": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.flowType" }, - "720": { + "727": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.debug" }, - "721": { + "728": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "722": { + "729": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "723": { + "730": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "message" }, - "724": { + "731": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "args" }, - "725": { + "732": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.lock" }, - "726": { + "733": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.hasCustomAuthorizationHeader" }, - "727": { + "734": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.throwOnError" + }, + "735": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "WeakPasswordReasons" }, - "728": { + "736": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "WeakPassword" }, - "729": { + "737": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "730": { + "738": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.reasons" }, - "731": { + "739": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.message" }, - "732": { + "740": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "Prettify" }, - "733": { + "741": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "T" }, - "734": { + "742": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "StrictOmit" }, - "735": { + "743": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "T" }, - "736": { + "744": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "K" }, - "737": { + "745": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "RequestResult" }, - "738": { + "746": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "739": { + "747": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.data" }, - "740": { + "748": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.error" }, - "741": { + "749": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "742": { + "750": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.data" }, - "743": { + "751": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.error" }, - "744": { + "752": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "T" }, - "745": { + "753": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "ErrorType" }, - "746": { + "754": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "RequestResultSafeDestructure" }, - "747": { + "755": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "748": { + "756": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.data" }, - "749": { + "757": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.error" }, - "750": { + "758": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "751": { + "759": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.data" }, - "752": { + "760": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.error" }, - "753": { + "761": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "T" }, - "754": { + "762": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthResponse" }, - "755": { + "763": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "756": { + "764": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.user" }, - "757": { + "765": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.session" }, - "758": { + "766": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthResponsePassword" }, - "759": { + "767": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "760": { + "768": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.user" }, - "761": { + "769": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.session" }, - "762": { + "770": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.weak_password" }, - "763": { + "771": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOtpResponse" }, - "764": { + "772": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "765": { + "773": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.user" }, - "766": { + "774": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.session" }, - "767": { + "775": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.messageId" }, - "768": { + "776": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthTokenResponse" }, - "769": { + "777": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "770": { + "778": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.user" }, - "771": { + "779": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.session" }, - "772": { + "780": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthTokenResponsePassword" }, - "773": { + "781": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "774": { + "782": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.user" }, - "775": { + "783": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.session" }, - "776": { + "784": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.weakPassword" }, - "777": { + "785": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthResponse" }, - "778": { + "786": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "779": { + "787": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.data" }, - "780": { + "788": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "781": { + "789": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.provider" }, - "782": { + "790": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.url" }, - "783": { + "791": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.error" }, - "784": { + "792": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "785": { + "793": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.data" }, - "786": { + "794": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "787": { + "795": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.provider" }, - "788": { + "796": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.url" }, - "789": { + "797": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.error" }, - "790": { + "798": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "SSOResponse" }, - "791": { + "799": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "792": { + "800": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.url" }, - "793": { + "801": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserResponse" }, - "794": { + "802": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "795": { + "803": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.user" }, - "796": { + "804": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "Session" }, - "797": { + "805": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AMRMethod" }, - "798": { + "806": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "799": { + "807": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AMREntry" }, - "800": { + "808": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AMREntry.method" }, - "801": { + "809": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AMREntry.timestamp" }, - "802": { + "810": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserIdentity" }, - "803": { + "811": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserIdentity.id" }, - "804": { + "812": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserIdentity.user_id" }, - "805": { + "813": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserIdentity.identity_data" }, - "806": { + "814": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "807": { + "815": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.__index" }, - "809": { + "817": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserIdentity.identity_id" }, - "810": { + "818": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserIdentity.provider" }, - "811": { + "819": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserIdentity.created_at" }, - "812": { + "820": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserIdentity.last_sign_in_at" }, - "813": { + "821": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserIdentity.updated_at" }, - "814": { + "822": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "FactorType" }, - "815": { + "823": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "Factor" }, - "816": { + "824": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "817": { + "825": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.id" }, - "818": { + "826": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.friendly_name" }, - "819": { + "827": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.factor_type" }, - "820": { + "828": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.status" }, - "821": { + "829": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.created_at" }, - "822": { + "830": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.updated_at" }, - "823": { + "831": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "Type" }, - "824": { - "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "Status" - }, - "825": { - "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserAppMetadata" - }, - "826": { - "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserAppMetadata.provider" - }, - "827": { - "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserAppMetadata.__index" - }, - "829": { - "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserMetadata" - }, - "830": { - "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserMetadata.__index" - }, "832": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "User" + "qualifiedName": "Status" }, "833": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserAttributes" + "qualifiedName": "UserAppMetadata" }, "834": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserAttributes.email" + "qualifiedName": "UserAppMetadata.provider" }, "835": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserAttributes.phone" + "qualifiedName": "UserAppMetadata.providers" }, "836": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserAttributes.password" - }, - "837": { - "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserAttributes.nonce" + "qualifiedName": "UserAppMetadata.__index" }, "838": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserAttributes.data" + "qualifiedName": "UserMetadata" }, "839": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AdminUserAttributes" - }, - "840": { - "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.user_metadata" + "qualifiedName": "UserMetadata.__index" }, "841": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.app_metadata" + "qualifiedName": "User" }, "842": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.email_confirm" + "qualifiedName": "UserAttributes" }, "843": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.phone_confirm" + "qualifiedName": "UserAttributes.email" }, "844": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.ban_duration" + "qualifiedName": "UserAttributes.phone" }, "845": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.role" + "qualifiedName": "UserAttributes.password" }, "846": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.password_hash" + "qualifiedName": "UserAttributes.nonce" }, "847": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.id" + "qualifiedName": "UserAttributes.data" }, "848": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "nonce" + "qualifiedName": "AdminUserAttributes" }, "849": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "email" + "qualifiedName": "AdminUserAttributes.user_metadata" }, "850": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "password" + "qualifiedName": "AdminUserAttributes.app_metadata" }, "851": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "phone" + "qualifiedName": "AdminUserAttributes.email_confirm" }, "852": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "Subscription" + "qualifiedName": "AdminUserAttributes.phone_confirm" }, "853": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "Subscription.id" + "qualifiedName": "AdminUserAttributes.ban_duration" }, "854": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "Subscription.callback" + "qualifiedName": "AdminUserAttributes.role" }, "855": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AdminUserAttributes.password_hash" }, "856": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AdminUserAttributes.id" }, "857": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "event" + "qualifiedName": "nonce" }, "858": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "session" + "qualifiedName": "email" }, "859": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "Subscription.unsubscribe" + "qualifiedName": "password" }, "860": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "phone" }, "861": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "Subscription" }, "862": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SignInAnonymouslyCredentials" + "qualifiedName": "Subscription.id" }, "863": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "Subscription.callback" }, "864": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "865": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55434,15 +56189,15 @@ }, "866": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.data" + "qualifiedName": "event" }, "867": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "session" }, "868": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SignUpWithPasswordCredentials" + "qualifiedName": "Subscription.unsubscribe" }, "869": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55450,79 +56205,79 @@ }, "870": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "871": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "SignInAnonymouslyCredentials" }, "872": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.emailRedirectTo" + "qualifiedName": "__type" }, "873": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.data" + "qualifiedName": "__type.options" }, "874": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type" }, "875": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.channel" + "qualifiedName": "__type.data" }, "876": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SignInWithPasswordCredentials" + "qualifiedName": "__type.captchaToken" }, "877": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "SignUpWithPasswordCredentials" }, "878": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "879": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.options" }, "880": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type" }, "881": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SignInWithPasswordlessCredentials" + "qualifiedName": "__type.emailRedirectTo" }, "882": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.data" }, "883": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "__type.captchaToken" }, "884": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.channel" }, "885": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "SignInWithPasswordCredentials" }, "886": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.emailRedirectTo" + "qualifiedName": "__type" }, "887": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.shouldCreateUser" + "qualifiedName": "__type.options" }, "888": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.data" + "qualifiedName": "__type" }, "889": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55530,87 +56285,91 @@ }, "890": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "SignInWithPasswordlessCredentials" }, "891": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.phone" + "qualifiedName": "__type" }, "892": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.email" }, "893": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.options" }, "894": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.shouldCreateUser" + "qualifiedName": "__type" }, "895": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.data" + "qualifiedName": "__type.emailRedirectTo" }, "896": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.shouldCreateUser" }, "897": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.channel" + "qualifiedName": "__type.data" }, "898": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthFlowType" + "qualifiedName": "__type.captchaToken" }, "899": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SignInWithOAuthCredentials" + "qualifiedName": "__type" }, "900": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.phone" }, "901": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.provider" + "qualifiedName": "__type.options" }, "902": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "903": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.shouldCreateUser" }, "904": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.redirectTo" + "qualifiedName": "__type.data" }, "905": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.scopes" + "qualifiedName": "__type.captchaToken" }, "906": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.queryParams" + "qualifiedName": "__type.channel" }, "907": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AuthFlowType" }, "908": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.__index" + "qualifiedName": "SignInWithOAuthCredentials" + }, + "909": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type" }, "910": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.skipBrowserRedirect" + "qualifiedName": "__type.provider" }, "911": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SignInWithIdTokenCredentials" + "qualifiedName": "__type.options" }, "912": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55618,63 +56377,59 @@ }, "913": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.provider" + "qualifiedName": "__type.redirectTo" }, "914": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.scopes" }, "915": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.token" + "qualifiedName": "__type.queryParams" }, "916": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.access_token" + "qualifiedName": "__type" }, "917": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.nonce" - }, - "918": { - "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.__index" }, "919": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.skipBrowserRedirect" }, "920": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "SignInWithIdTokenCredentials" }, "921": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SolanaWallet" + "qualifiedName": "__type" }, "922": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.provider" }, "923": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.signIn" + "qualifiedName": "__type" }, "924": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.token" }, "925": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.access_token" }, "926": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "inputs" + "qualifiedName": "__type.nonce" }, "927": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.publicKey" + "qualifiedName": "__type.options" }, "928": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55682,11 +56437,11 @@ }, "929": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.toBase58" + "qualifiedName": "__type.captchaToken" }, "930": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "SolanaWallet" }, "931": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55694,7 +56449,7 @@ }, "932": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.signMessage" + "qualifiedName": "__type.signIn" }, "933": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55706,35 +56461,35 @@ }, "935": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "message" + "qualifiedName": "inputs" }, "936": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "encoding" + "qualifiedName": "__type.publicKey" }, "937": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SolanaWeb3Credentials" + "qualifiedName": "__type" }, "938": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.toBase58" }, "939": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.chain" + "qualifiedName": "__type" }, "940": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.wallet" + "qualifiedName": "__type" }, "941": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.statement" + "qualifiedName": "__type.signMessage" }, "942": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "943": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55742,15 +56497,15 @@ }, "944": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.url" + "qualifiedName": "message" }, "945": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "encoding" }, "946": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.signInWithSolana" + "qualifiedName": "SolanaWeb3Credentials" }, "947": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55762,11 +56517,11 @@ }, "949": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.message" + "qualifiedName": "__type.wallet" }, "950": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.signature" + "qualifiedName": "__type.statement" }, "951": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55778,15 +56533,15 @@ }, "953": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.url" }, "954": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "EthereumWallet" + "qualifiedName": "__type.captchaToken" }, "955": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "EthereumWeb3Credentials" + "qualifiedName": "__type.signInWithSolana" }, "956": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55798,11 +56553,11 @@ }, "958": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.wallet" + "qualifiedName": "__type.message" }, "959": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.statement" + "qualifiedName": "__type.signature" }, "960": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55814,15 +56569,15 @@ }, "962": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.url" + "qualifiedName": "__type.captchaToken" }, "963": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "EthereumWallet" }, "964": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.signInWithEthereum" + "qualifiedName": "EthereumWeb3Credentials" }, "965": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55834,11 +56589,11 @@ }, "967": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.message" + "qualifiedName": "__type.wallet" }, "968": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.signature" + "qualifiedName": "__type.statement" }, "969": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55850,35 +56605,35 @@ }, "971": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.url" }, "972": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "Web3Credentials" + "qualifiedName": "__type.captchaToken" }, "973": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyOtpParams" + "qualifiedName": "__type.signInWithEthereum" }, "974": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams" + "qualifiedName": "__type" }, "975": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams.phone" + "qualifiedName": "__type.chain" }, "976": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams.token" + "qualifiedName": "__type.message" }, "977": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams.type" + "qualifiedName": "__type.signature" }, "978": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams.options" + "qualifiedName": "__type.options" }, "979": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55886,67 +56641,67 @@ }, "980": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.redirectTo" + "qualifiedName": "__type.captchaToken" }, "981": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "Web3Credentials" }, "982": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams" + "qualifiedName": "VerifyOtpParams" }, "983": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams.email" + "qualifiedName": "VerifyMobileOtpParams" }, "984": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams.token" + "qualifiedName": "VerifyMobileOtpParams.phone" }, "985": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams.type" + "qualifiedName": "VerifyMobileOtpParams.token" }, "986": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams.options" + "qualifiedName": "VerifyMobileOtpParams.type" }, "987": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "VerifyMobileOtpParams.options" }, "988": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.redirectTo" + "qualifiedName": "__type" }, "989": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.redirectTo" }, "990": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyTokenHashParams" + "qualifiedName": "__type.captchaToken" }, "991": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyTokenHashParams.token_hash" + "qualifiedName": "VerifyEmailOtpParams" }, "992": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyTokenHashParams.type" + "qualifiedName": "VerifyEmailOtpParams.email" }, "993": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MobileOtpType" + "qualifiedName": "VerifyEmailOtpParams.token" }, "994": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "EmailOtpType" + "qualifiedName": "VerifyEmailOtpParams.type" }, "995": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "ResendParams" + "qualifiedName": "VerifyEmailOtpParams.options" }, "996": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55954,79 +56709,79 @@ }, "997": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type.redirectTo" }, "998": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "__type.captchaToken" }, "999": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "VerifyTokenHashParams" }, "1000": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "VerifyTokenHashParams.token_hash" }, "1001": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.emailRedirectTo" + "qualifiedName": "VerifyTokenHashParams.type" }, "1002": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "MobileOtpType" }, "1003": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "EmailOtpType" }, "1004": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "ResendParams" }, "1005": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.phone" + "qualifiedName": "__type" }, "1006": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.type" }, "1007": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.email" }, "1008": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.options" }, "1009": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SignInWithSSO" + "qualifiedName": "__type" }, "1010": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.emailRedirectTo" }, "1011": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.providerId" + "qualifiedName": "__type.captchaToken" }, "1012": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "1013": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.type" }, "1014": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.redirectTo" + "qualifiedName": "__type.phone" }, "1015": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.options" }, "1016": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -56034,11 +56789,11 @@ }, "1017": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.domain" + "qualifiedName": "__type.captchaToken" }, "1018": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "SignInWithSSO" }, "1019": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -56046,39 +56801,39 @@ }, "1020": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.redirectTo" + "qualifiedName": "__type.providerId" }, "1021": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.options" }, "1022": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateSignupLinkParams" + "qualifiedName": "__type" }, "1023": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.redirectTo" }, "1024": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type.captchaToken" }, "1025": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "__type.skipBrowserRedirect" }, "1026": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.password" + "qualifiedName": "__type" }, "1027": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.domain" }, "1028": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateInviteOrMagiclinkParams" + "qualifiedName": "__type.options" }, "1029": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -56086,19 +56841,19 @@ }, "1030": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type.redirectTo" }, "1031": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "__type.captchaToken" }, "1032": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.skipBrowserRedirect" }, "1033": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateRecoveryLinkParams" + "qualifiedName": "GenerateSignupLinkParams" }, "1034": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -56114,27 +56869,27 @@ }, "1037": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.password" }, "1038": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateEmailChangeLinkParams" + "qualifiedName": "__type.options" }, "1039": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GenerateInviteOrMagiclinkParams" }, "1040": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type" }, "1041": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "__type.type" }, "1042": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.newEmail" + "qualifiedName": "__type.email" }, "1043": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -56142,331 +56897,331 @@ }, "1044": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateLinkOptions" + "qualifiedName": "GenerateRecoveryLinkParams" }, "1045": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateLinkOptions.data" + "qualifiedName": "__type" }, "1046": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateLinkOptions.redirectTo" + "qualifiedName": "__type.type" }, "1047": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateLinkParams" + "qualifiedName": "__type.email" }, "1048": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateLinkResponse" + "qualifiedName": "__type.options" }, "1049": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GenerateEmailChangeLinkParams" }, "1050": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.properties" + "qualifiedName": "__type" }, "1051": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.user" + "qualifiedName": "__type.type" }, "1052": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateLinkProperties" + "qualifiedName": "__type.email" }, "1053": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.newEmail" }, "1054": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.action_link" + "qualifiedName": "__type.options" }, "1055": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.email_otp" + "qualifiedName": "GenerateLinkOptions" }, "1056": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.hashed_token" + "qualifiedName": "GenerateLinkOptions.data" }, "1057": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.redirect_to" + "qualifiedName": "GenerateLinkOptions.redirectTo" }, "1058": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.verification_type" + "qualifiedName": "GenerateLinkParams" }, "1059": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateLinkType" + "qualifiedName": "GenerateLinkResponse" }, "1060": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAEnrollParams" + "qualifiedName": "__type" }, "1061": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAUnenrollParams" + "qualifiedName": "__type.properties" }, "1062": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.user" }, "1063": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.factorId" + "qualifiedName": "GenerateLinkProperties" }, "1064": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAVerifyTOTPParams" + "qualifiedName": "__type" }, "1065": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAVerifyPhoneParams" + "qualifiedName": "__type.action_link" }, "1066": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAVerifyWebauthnParamFields" + "qualifiedName": "__type.email_otp" }, "1067": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.hashed_token" }, "1068": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.webauthn" + "qualifiedName": "__type.redirect_to" }, "1069": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "T" + "qualifiedName": "__type.verification_type" }, "1070": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAVerifyWebauthnParams" + "qualifiedName": "GenerateLinkType" }, "1071": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "T" + "qualifiedName": "MFAEnrollParams" }, "1072": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAVerifyParams" + "qualifiedName": "MFAUnenrollParams" }, "1073": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFATOTPChannel" + "qualifiedName": "__type" }, "1074": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAChallengeTOTPParams" + "qualifiedName": "__type.factorId" }, "1075": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAChallengePhoneParams" + "qualifiedName": "MFAVerifyTOTPParams" }, "1076": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAChallengeWebauthnParams" + "qualifiedName": "MFAVerifyPhoneParams" }, "1077": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAChallengeParams" + "qualifiedName": "MFAVerifyWebauthnParamFields" }, "1078": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAChallengeAndVerifyParams" + "qualifiedName": "__type" }, "1079": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAVerifyResponseData" + "qualifiedName": "__type.webauthn" }, "1080": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "T" }, "1081": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.access_token" + "qualifiedName": "MFAVerifyWebauthnParams" }, "1082": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.token_type" + "qualifiedName": "T" }, "1083": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.expires_in" + "qualifiedName": "MFAVerifyParams" }, "1084": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.refresh_token" + "qualifiedName": "MFATOTPChannel" }, "1085": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.user" + "qualifiedName": "MFAChallengeTOTPParams" }, "1086": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAVerifyResponse" + "qualifiedName": "MFAChallengePhoneParams" }, "1087": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAEnrollResponse" + "qualifiedName": "MFAChallengeWebauthnParams" }, "1088": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAUnenrollResponse" + "qualifiedName": "MFAChallengeParams" }, "1089": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "MFAChallengeAndVerifyParams" }, "1090": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.id" + "qualifiedName": "AuthMFAVerifyResponseData" }, "1091": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeTOTPResponse" + "qualifiedName": "__type" }, "1092": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAChallengePhoneResponse" + "qualifiedName": "__type.access_token" }, "1093": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeWebauthnResponse" + "qualifiedName": "__type.token_type" }, "1094": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeWebauthnResponseDataJSON" + "qualifiedName": "__type.expires_in" }, "1095": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeWebauthnServerResponse" + "qualifiedName": "__type.refresh_token" }, "1096": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeResponse" + "qualifiedName": "__type.user" }, "1097": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAListFactorsResponse" + "qualifiedName": "AuthMFAVerifyResponse" }, "1098": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AuthMFAEnrollResponse" }, "1099": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.all" + "qualifiedName": "AuthMFAUnenrollResponse" }, "1100": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "T" + "qualifiedName": "__type" }, "1101": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthenticatorAssuranceLevels" + "qualifiedName": "__type.id" }, "1102": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAGetAuthenticatorAssuranceLevelResponse" + "qualifiedName": "AuthMFAChallengeTOTPResponse" }, "1103": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AuthMFAChallengePhoneResponse" }, "1104": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.currentLevel" + "qualifiedName": "AuthMFAChallengeWebauthnResponse" }, "1105": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.nextLevel" + "qualifiedName": "AuthMFAChallengeWebauthnResponseDataJSON" }, "1106": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.currentAuthenticationMethods" + "qualifiedName": "AuthMFAChallengeWebauthnServerResponse" }, "1107": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi" + "qualifiedName": "AuthMFAChallengeResponse" }, "1108": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.enroll" + "qualifiedName": "AuthMFAListFactorsResponse" }, "1109": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.enroll" + "qualifiedName": "__type" }, "1110": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type.all" }, "1111": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "T" }, "1112": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorType" + "qualifiedName": "AuthenticatorAssuranceLevels" }, "1113": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "friendlyName" + "qualifiedName": "AuthMFAGetAuthenticatorAssuranceLevelResponse" }, "1114": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "issuer" + "qualifiedName": "__type" }, "1115": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.enroll" + "qualifiedName": "__type.currentLevel" }, "1116": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type.nextLevel" }, "1117": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.currentAuthenticationMethods" }, "1118": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorType" + "qualifiedName": "GoTrueMFAApi" }, "1119": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "friendlyName" + "qualifiedName": "GoTrueMFAApi.enroll" }, "1120": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "phone" + "qualifiedName": "GoTrueMFAApi.enroll" }, "1121": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.enroll" + "qualifiedName": "params" }, "1122": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type" }, "1123": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "factorType" }, "1124": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorType" + "qualifiedName": "friendlyName" }, "1125": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "friendlyName" + "qualifiedName": "issuer" }, "1126": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -56478,163 +57233,163 @@ }, "1128": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challenge" + "qualifiedName": "__type" }, "1129": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challenge" + "qualifiedName": "factorType" }, "1130": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "friendlyName" }, "1131": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "phone" }, "1132": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "GoTrueMFAApi.enroll" }, "1133": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "params" }, "1134": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "data" + "qualifiedName": "__type" }, "1135": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "error" + "qualifiedName": "factorType" }, "1136": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "friendlyName" }, "1137": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "data" + "qualifiedName": "GoTrueMFAApi.enroll" }, "1138": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "params" }, "1139": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "id" + "qualifiedName": "GoTrueMFAApi.challenge" }, "1140": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "type" + "qualifiedName": "GoTrueMFAApi.challenge" }, "1141": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "expires_at" + "qualifiedName": "params" }, "1142": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "error" + "qualifiedName": "__type" }, "1143": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challenge" + "qualifiedName": "factorId" }, "1144": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type" }, "1145": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "data" }, "1146": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "error" }, "1147": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "channel" + "qualifiedName": "__type" }, "1148": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "data" }, "1149": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "data" + "qualifiedName": "__type" }, "1150": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "error" + "qualifiedName": "id" }, "1151": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "type" }, "1152": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "data" + "qualifiedName": "expires_at" }, "1153": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "error" }, "1154": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "id" + "qualifiedName": "GoTrueMFAApi.challenge" }, "1155": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "type" + "qualifiedName": "params" }, "1156": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "expires_at" + "qualifiedName": "__type" }, "1157": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "error" + "qualifiedName": "factorId" }, "1158": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challenge" + "qualifiedName": "channel" }, "1159": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type" }, "1160": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "data" }, "1161": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "error" }, "1162": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "webauthn" + "qualifiedName": "__type" }, "1163": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "data" }, "1164": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.rpId" + "qualifiedName": "__type" }, "1165": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.rpOrigins" + "qualifiedName": "id" }, "1166": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "type" }, "1167": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "data" + "qualifiedName": "expires_at" }, "1168": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -56642,11 +57397,11 @@ }, "1169": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueMFAApi.challenge" }, "1170": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "data" + "qualifiedName": "params" }, "1171": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -56654,83 +57409,83 @@ }, "1172": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "id" + "qualifiedName": "factorId" }, "1173": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "type" + "qualifiedName": "webauthn" }, "1174": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "expires_at" + "qualifiedName": "__type" }, "1175": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "webauthn" + "qualifiedName": "__type.rpId" }, "1176": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.rpOrigins" }, "1177": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type" }, "1178": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.credential_options" + "qualifiedName": "data" }, "1179": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "error" }, "1180": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.publicKey" + "qualifiedName": "__type" }, "1181": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "data" }, "1182": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type" }, "1183": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.credential_options" + "qualifiedName": "id" }, "1184": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "type" }, "1185": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.publicKey" + "qualifiedName": "expires_at" }, "1186": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "error" + "qualifiedName": "webauthn" }, "1187": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challenge" + "qualifiedName": "__type" }, "1188": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type.type" }, "1189": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.verify" + "qualifiedName": "__type.credential_options" }, "1190": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.verify" + "qualifiedName": "__type" }, "1191": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type.publicKey" }, "1192": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -56738,263 +57493,267 @@ }, "1193": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "__type.type" }, "1194": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "challengeId" + "qualifiedName": "__type.credential_options" }, "1195": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "code" + "qualifiedName": "__type" }, "1196": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.verify" + "qualifiedName": "__type.publicKey" }, "1197": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "error" }, "1198": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueMFAApi.challenge" }, "1199": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "params" }, "1200": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "challengeId" + "qualifiedName": "GoTrueMFAApi.verify" }, "1201": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "code" + "qualifiedName": "GoTrueMFAApi.verify" }, "1202": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.verify" + "qualifiedName": "params" }, "1203": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type" }, "1204": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "factorId" }, "1205": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "challengeId" }, "1206": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "challengeId" + "qualifiedName": "code" }, "1207": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "webauthn" + "qualifiedName": "GoTrueMFAApi.verify" }, "1208": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.verify" + "qualifiedName": "params" }, "1209": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type" }, "1210": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.unenroll" + "qualifiedName": "factorId" }, "1211": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.unenroll" + "qualifiedName": "challengeId" }, "1212": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "code" }, "1213": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challengeAndVerify" + "qualifiedName": "GoTrueMFAApi.verify" }, "1214": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challengeAndVerify" + "qualifiedName": "params" }, "1215": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type" }, "1216": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "factorId" }, "1217": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "challengeId" }, "1218": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "code" + "qualifiedName": "webauthn" }, "1219": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.listFactors" + "qualifiedName": "GoTrueMFAApi.verify" }, "1220": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.listFactors" + "qualifiedName": "params" }, "1221": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.getAuthenticatorAssuranceLevel" + "qualifiedName": "GoTrueMFAApi.unenroll" }, "1222": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.getAuthenticatorAssuranceLevel" + "qualifiedName": "GoTrueMFAApi.unenroll" }, "1223": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.webauthn" + "qualifiedName": "params" }, "1224": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAAdminDeleteFactorResponse" + "qualifiedName": "GoTrueMFAApi.challengeAndVerify" }, "1225": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueMFAApi.challengeAndVerify" }, "1226": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.id" + "qualifiedName": "params" }, "1227": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAAdminDeleteFactorParams" + "qualifiedName": "__type" }, "1228": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "factorId" }, "1229": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.id" + "qualifiedName": "code" }, "1230": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.userId" + "qualifiedName": "GoTrueMFAApi.listFactors" }, "1231": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAAdminListFactorsResponse" + "qualifiedName": "GoTrueMFAApi.listFactors" }, "1232": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueMFAApi.getAuthenticatorAssuranceLevel" }, "1233": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.factors" + "qualifiedName": "GoTrueMFAApi.getAuthenticatorAssuranceLevel" }, "1234": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAAdminListFactorsParams" + "qualifiedName": "GoTrueMFAApi.webauthn" }, "1235": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AuthMFAAdminDeleteFactorResponse" }, "1236": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.userId" + "qualifiedName": "__type" }, "1237": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueAdminMFAApi" + "qualifiedName": "__type.id" }, "1238": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueAdminMFAApi.listFactors" + "qualifiedName": "AuthMFAAdminDeleteFactorParams" }, "1239": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueAdminMFAApi.listFactors" + "qualifiedName": "__type" }, "1240": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type.id" }, "1241": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueAdminMFAApi.deleteFactor" + "qualifiedName": "__type.userId" }, "1242": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueAdminMFAApi.deleteFactor" + "qualifiedName": "AuthMFAAdminListFactorsResponse" }, "1243": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type" }, "1244": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SupportedStorage" + "qualifiedName": "__type.factors" }, "1245": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AuthMFAAdminListFactorsParams" }, "1246": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.isServer" + "qualifiedName": "__type" }, "1247": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "InitializeResult" + "qualifiedName": "__type.userId" }, "1248": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueAdminMFAApi" }, "1249": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.error" + "qualifiedName": "GoTrueAdminMFAApi.listFactors" }, "1250": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "CallRefreshTokenResult" + "qualifiedName": "GoTrueAdminMFAApi.listFactors" }, "1251": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "Pagination" + "qualifiedName": "params" }, "1252": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueAdminMFAApi.deleteFactor" }, "1253": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.nextPage" + "qualifiedName": "GoTrueAdminMFAApi.deleteFactor" }, "1254": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.lastPage" + "qualifiedName": "params" }, "1255": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.total" + "qualifiedName": "SupportedStorage" }, "1256": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.__index" + "qualifiedName": "__type" + }, + "1257": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.isServer" }, "1258": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "PageParams" + "qualifiedName": "InitializeResult" }, "1259": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -57002,15 +57761,15 @@ }, "1260": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.page" + "qualifiedName": "__type.error" }, "1261": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.perPage" + "qualifiedName": "CallRefreshTokenResult" }, "1262": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SignOut" + "qualifiedName": "Pagination" }, "1263": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -57018,3617 +57777,3729 @@ }, "1264": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.scope" + "qualifiedName": "__type.nextPage" }, "1265": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAEnrollTOTPParams" + "qualifiedName": "__type.lastPage" }, "1266": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAEnrollPhoneParams" + "qualifiedName": "__type.total" }, "1267": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.__index" + }, + "1269": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "PageParams" + }, + "1270": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type" + }, + "1271": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.page" + }, + "1272": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.perPage" + }, + "1273": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "SignOut" + }, + "1274": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type" + }, + "1275": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.scope" + }, + "1276": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "MFAEnrollTOTPParams" + }, + "1277": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "MFAEnrollPhoneParams" + }, + "1278": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "MFAEnrollWebauthnParams" }, - "1268": { + "1279": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthMFAEnrollTOTPResponse" }, - "1269": { + "1280": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthMFAEnrollPhoneResponse" }, - "1270": { + "1281": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthMFAEnrollWebauthnResponse" }, - "1271": { + "1282": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "JwtHeader" }, - "1272": { + "1283": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1273": { + "1284": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.alg" }, - "1274": { + "1285": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.kid" }, - "1275": { + "1286": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.typ" }, - "1276": { + "1287": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "RequiredClaims" }, - "1277": { + "1288": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1278": { + "1289": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.iss" }, - "1279": { + "1290": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.sub" }, - "1280": { + "1291": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.aud" }, - "1281": { + "1292": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.exp" }, - "1282": { + "1293": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.iat" }, - "1283": { + "1294": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.role" }, - "1284": { + "1295": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.aal" }, - "1285": { + "1296": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.session_id" }, - "1286": { + "1297": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "JwtPayload" }, - "1287": { + "1298": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "JwtPayload.email" }, - "1288": { + "1299": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.__index" + "qualifiedName": "JwtPayload.phone" }, - "1290": { + "1300": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "JwtPayload.is_anonymous" + }, + "1301": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "JwtPayload.jti" + }, + "1302": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "JwtPayload.nbf" + }, + "1303": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "JwtPayload.app_metadata" + }, + "1304": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "JwtPayload.user_metadata" + }, + "1305": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "JwtPayload.amr" + }, + "1306": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "JwtPayload.ref" + }, + "1307": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.iss" + }, + "1308": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.sub" + }, + "1309": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.aud" + }, + "1310": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.exp" + }, + "1311": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.iat" + }, + "1312": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.role" + }, + "1313": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.aal" + }, + "1314": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.session_id" + }, + "1315": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "JwtPayload.__index" + }, + "1317": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "JWK" }, - "1291": { + "1318": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "JWK.kty" }, - "1292": { + "1319": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "JWK.key_ops" }, - "1293": { + "1320": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "JWK.alg" }, - "1294": { + "1321": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "JWK.kid" }, - "1295": { + "1322": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "JWK.__index" }, - "1297": { + "1324": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "SIGN_OUT_SCOPES" }, - "1298": { + "1325": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "SignOutScope" }, - "1299": { + "1326": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthClientGrantType" }, - "1300": { + "1327": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthClientResponseType" }, - "1301": { + "1328": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthClientType" }, - "1302": { + "1329": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthClientRegistrationType" }, - "1303": { + "1330": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthClient" }, - "1304": { + "1331": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1305": { + "1332": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_id" }, - "1306": { + "1333": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_name" }, - "1307": { + "1334": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_secret" }, - "1308": { + "1335": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_type" }, - "1309": { + "1336": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.token_endpoint_auth_method" }, - "1310": { + "1337": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.registration_type" }, - "1311": { + "1338": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_uri" }, - "1312": { + "1339": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.logo_uri" }, - "1313": { + "1340": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.redirect_uris" }, - "1314": { + "1341": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.grant_types" }, - "1315": { + "1342": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.response_types" }, - "1316": { + "1343": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.scope" }, - "1317": { + "1344": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.created_at" }, - "1318": { + "1345": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.updated_at" }, - "1319": { + "1346": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "CreateOAuthClientParams" }, - "1320": { + "1347": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1321": { + "1348": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_name" }, - "1322": { + "1349": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_uri" }, - "1323": { + "1350": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.redirect_uris" }, - "1324": { + "1351": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.grant_types" }, - "1325": { + "1352": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.response_types" }, - "1326": { + "1353": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.scope" }, - "1327": { + "1354": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UpdateOAuthClientParams" }, - "1328": { + "1355": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1329": { + "1356": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_name" }, - "1330": { + "1357": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_uri" }, - "1331": { + "1358": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.logo_uri" }, - "1332": { + "1359": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.redirect_uris" }, - "1333": { + "1360": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.grant_types" }, - "1334": { + "1361": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthClientResponse" }, - "1335": { + "1362": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthClientListResponse" }, - "1336": { + "1363": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1337": { + "1364": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.data" }, - "1338": { + "1365": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1339": { + "1366": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.clients" }, - "1340": { + "1367": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.aud" }, - "1341": { + "1368": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.error" }, - "1342": { + "1369": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1343": { + "1370": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.data" }, - "1344": { + "1371": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1345": { + "1372": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.clients" }, - "1346": { + "1373": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.error" }, - "1347": { + "1374": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi" }, - "1348": { + "1375": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.listClients" }, - "1349": { + "1376": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.listClients" }, - "1350": { + "1377": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "params" }, - "1351": { + "1378": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.createClient" }, - "1352": { + "1379": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.createClient" }, - "1353": { + "1380": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "params" }, - "1354": { + "1381": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.getClient" }, - "1355": { + "1382": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.getClient" }, - "1356": { + "1383": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "clientId" }, - "1357": { + "1384": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.updateClient" }, - "1358": { + "1385": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.updateClient" }, - "1359": { + "1386": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "clientId" }, - "1360": { + "1387": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "params" }, - "1361": { + "1388": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.deleteClient" }, - "1362": { + "1389": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.deleteClient" }, - "1363": { + "1390": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "clientId" }, - "1364": { + "1391": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1365": { + "1392": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.data" }, - "1366": { + "1393": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.error" }, - "1367": { + "1394": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.regenerateClientSecret" }, - "1368": { + "1395": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.regenerateClientSecret" }, - "1369": { + "1396": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "clientId" }, - "1370": { + "1397": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthAuthorizationClient" }, - "1371": { + "1398": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1372": { + "1399": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_id" }, - "1373": { + "1400": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_name" }, - "1374": { + "1401": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_uri" }, - "1375": { + "1402": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.logo_uri" }, - "1376": { + "1403": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthAuthorizationDetails" }, - "1377": { + "1404": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1378": { + "1405": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.authorization_id" }, - "1379": { + "1406": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.redirect_uri" }, - "1380": { + "1407": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client" }, - "1381": { + "1408": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.user" }, - "1382": { + "1409": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1383": { + "1410": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.id" }, - "1384": { + "1411": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.email" }, - "1385": { + "1412": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.scope" }, - "1386": { + "1413": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOAuthAuthorizationDetailsResponse" }, - "1387": { + "1414": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOAuthConsentResponse" }, - "1388": { + "1415": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1389": { + "1416": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.redirect_url" }, - "1390": { + "1417": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi" }, - "1391": { + "1418": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.getAuthorizationDetails" }, - "1392": { + "1419": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.getAuthorizationDetails" }, - "1393": { + "1420": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "authorizationId" }, - "1394": { + "1421": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.approveAuthorization" }, - "1395": { + "1422": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.approveAuthorization" }, - "1396": { + "1423": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "authorizationId" }, - "1397": { + "1424": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "options" }, - "1398": { + "1425": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1399": { + "1426": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.skipBrowserRedirect" }, - "1400": { + "1427": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.denyAuthorization" }, - "1401": { + "1428": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.denyAuthorization" }, - "1402": { + "1429": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "authorizationId" }, - "1403": { + "1430": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "options" }, - "1404": { + "1431": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1405": { + "1432": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.skipBrowserRedirect" }, - "1406": { + "1433": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthError" }, - "1407": { + "1434": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthError" }, - "1408": { + "1435": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "error" }, - "1409": { + "1436": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthApiError" }, - "1410": { + "1437": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthApiError" }, - "1411": { + "1438": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "error" }, - "1412": { + "1439": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthSessionMissingError" }, - "1413": { + "1440": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthSessionMissingError" }, - "1414": { + "1441": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "error" }, - "1415": { + "1442": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthImplicitGrantRedirectError" }, - "1416": { + "1443": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthImplicitGrantRedirectError" }, - "1417": { + "1444": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "error" }, - "1418": { + "1445": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthRetryableFetchError" }, - "1419": { + "1446": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthRetryableFetchError" }, - "1420": { + "1447": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "error" }, - "1421": { + "1448": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthWeakPasswordError" }, - "1422": { + "1449": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthWeakPasswordError" }, - "1423": { + "1450": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "error" }, - "1424": { + "1451": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError" }, - "1425": { + "1452": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__constructor" }, - "1426": { + "1453": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError" }, - "1427": { + "1454": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1428": { + "1455": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "status" }, - "1429": { + "1456": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "code" }, - "1430": { + "1457": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1431": { + "1458": { "sourceFileName": "", "qualifiedName": "__type" }, - "1432": { + "1459": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.status" }, - "1433": { + "1460": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1434": { + "1461": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthApiError" }, - "1435": { + "1462": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthApiError.__constructor" }, - "1436": { + "1463": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthApiError" }, - "1437": { + "1464": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1438": { + "1465": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "status" }, - "1439": { + "1466": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "code" }, - "1440": { + "1467": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthApiError.status" }, - "1441": { + "1468": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1442": { + "1469": { "sourceFileName": "", "qualifiedName": "__type" }, - "1443": { + "1470": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1444": { + "1471": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthUnknownError" }, - "1445": { + "1472": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthUnknownError.__constructor" }, - "1446": { + "1473": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthUnknownError" }, - "1447": { + "1474": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1448": { + "1475": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "originalError" }, - "1449": { + "1476": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthUnknownError.originalError" }, - "1450": { + "1477": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1451": { + "1478": { "sourceFileName": "", "qualifiedName": "__type" }, - "1452": { + "1479": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.status" }, - "1453": { + "1480": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1454": { + "1481": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError" }, - "1455": { + "1482": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.__constructor" }, - "1456": { + "1483": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError" }, - "1457": { + "1484": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1458": { + "1485": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "name" }, - "1459": { + "1486": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "status" }, - "1460": { + "1487": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "code" }, - "1461": { + "1488": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1462": { + "1489": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1463": { + "1490": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1464": { + "1491": { "sourceFileName": "", "qualifiedName": "__type" }, - "1465": { + "1492": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1466": { + "1493": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthSessionMissingError" }, - "1467": { + "1494": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthSessionMissingError.__constructor" }, - "1468": { + "1495": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthSessionMissingError" }, - "1469": { + "1496": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1470": { + "1497": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1471": { + "1498": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1472": { + "1499": { "sourceFileName": "", "qualifiedName": "__type" }, - "1473": { + "1500": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1474": { + "1501": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthInvalidTokenResponseError" }, - "1475": { + "1502": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthInvalidTokenResponseError.__constructor" }, - "1476": { + "1503": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthInvalidTokenResponseError" }, - "1477": { + "1504": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1478": { + "1505": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1479": { + "1506": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1480": { + "1507": { "sourceFileName": "", "qualifiedName": "__type" }, - "1481": { + "1508": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1482": { + "1509": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthInvalidCredentialsError" }, - "1483": { + "1510": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthInvalidCredentialsError.__constructor" }, - "1484": { + "1511": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthInvalidCredentialsError" }, - "1485": { + "1512": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1486": { + "1513": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1487": { + "1514": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1488": { + "1515": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1489": { + "1516": { "sourceFileName": "", "qualifiedName": "__type" }, - "1490": { + "1517": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1491": { + "1518": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError" }, - "1492": { + "1519": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError.__constructor" }, - "1493": { + "1520": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError" }, - "1494": { + "1521": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1495": { + "1522": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "details" }, - "1496": { + "1523": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type" }, - "1497": { + "1524": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1498": { + "1525": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1499": { + "1526": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError.details" }, - "1500": { + "1527": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type" }, - "1501": { + "1528": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1502": { + "1529": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1503": { + "1530": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError.toJSON" }, - "1504": { + "1531": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError.toJSON" }, - "1505": { + "1532": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type" }, - "1506": { + "1533": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.name" }, - "1507": { + "1534": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.message" }, - "1508": { + "1535": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.status" }, - "1509": { + "1536": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.details" }, - "1510": { + "1537": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type" }, - "1511": { + "1538": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1512": { + "1539": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1513": { + "1540": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1514": { + "1541": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1515": { + "1542": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1516": { + "1543": { "sourceFileName": "", "qualifiedName": "__type" }, - "1517": { + "1544": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1518": { + "1545": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError" }, - "1519": { + "1546": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError.__constructor" }, - "1520": { + "1547": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError" }, - "1521": { + "1548": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1522": { + "1549": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "details" }, - "1523": { + "1550": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type" }, - "1524": { + "1551": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1525": { + "1552": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1526": { + "1553": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError.details" }, - "1527": { + "1554": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type" }, - "1528": { + "1555": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1529": { + "1556": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1530": { + "1557": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError.toJSON" }, - "1531": { + "1558": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError.toJSON" }, - "1532": { + "1559": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type" }, - "1533": { + "1560": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.name" }, - "1534": { + "1561": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.message" }, - "1535": { + "1562": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.status" }, - "1536": { + "1563": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.details" }, - "1537": { + "1564": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type" }, - "1538": { + "1565": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1539": { + "1566": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1540": { + "1567": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1541": { + "1568": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1542": { + "1569": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1543": { + "1570": { "sourceFileName": "", "qualifiedName": "__type" }, - "1544": { + "1571": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1545": { + "1572": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthRetryableFetchError" }, - "1546": { + "1573": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthRetryableFetchError.__constructor" }, - "1547": { + "1574": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthRetryableFetchError" }, - "1548": { + "1575": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1549": { + "1576": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "status" }, - "1550": { + "1577": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1551": { + "1578": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1552": { + "1579": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1553": { + "1580": { "sourceFileName": "", "qualifiedName": "__type" }, - "1554": { + "1581": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1555": { + "1582": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthWeakPasswordError" }, - "1556": { + "1583": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthWeakPasswordError.__constructor" }, - "1557": { + "1584": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthWeakPasswordError" }, - "1558": { + "1585": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1559": { + "1586": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "status" }, - "1560": { + "1587": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "reasons" }, - "1561": { + "1588": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthWeakPasswordError.reasons" }, - "1562": { + "1589": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1563": { + "1590": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1564": { + "1591": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1565": { + "1592": { "sourceFileName": "", "qualifiedName": "__type" }, - "1566": { + "1593": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1567": { + "1594": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthInvalidJwtError" }, - "1568": { + "1595": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthInvalidJwtError.__constructor" }, - "1569": { + "1596": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthInvalidJwtError" }, - "1570": { + "1597": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1571": { + "1598": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1572": { + "1599": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1573": { + "1600": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1574": { + "1601": { "sourceFileName": "", "qualifiedName": "__type" }, - "1575": { + "1602": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1576": { + "1603": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "default" }, - "1577": { + "1604": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "default.__constructor" }, - "1578": { + "1605": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "default" }, - "1579": { + "1606": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "channel" }, - "1580": { + "1607": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "opts" }, - "1581": { + "1608": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "default.channel" }, - "1582": { + "1609": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "default.state" }, - "1583": { + "1610": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "default.pendingDiffs" }, - "1584": { + "1611": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "default.joinRef" }, - "1585": { + "1612": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "default.enabled" }, - "1586": { + "1613": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "default.caller" }, - "1587": { + "1614": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "1588": { + "1615": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.onJoin" }, - "1589": { + "1616": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.onLeave" }, - "1590": { + "1617": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.onSync" }, - "1591": { + "1618": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "1592": { + "1619": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "1593": { + "1620": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default" }, - "1594": { + "1621": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.__constructor" }, - "1595": { + "1622": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default" }, - "1596": { + "1623": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "topic" }, - "1597": { + "1624": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "params" }, - "1598": { + "1625": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "socket" }, - "1599": { + "1626": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.topic" }, - "1600": { + "1627": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.params" }, - "1601": { + "1628": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.socket" }, - "1602": { + "1629": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.bindings" }, - "1603": { + "1630": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1604": { + "1631": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1606": { + "1633": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1607": { + "1634": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.type" }, - "1608": { + "1635": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.filter" }, - "1609": { + "1636": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1610": { + "1637": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1612": { + "1639": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.callback" }, - "1613": { + "1640": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.id" }, - "1614": { + "1641": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.timeout" }, - "1615": { + "1642": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.state" }, - "1616": { + "1643": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.joinedOnce" }, - "1617": { + "1644": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.joinPush" }, - "1618": { + "1645": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.rejoinTimer" }, - "1619": { + "1646": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.pushBuffer" }, - "1620": { + "1647": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.presence" }, - "1621": { + "1648": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.broadcastEndpointURL" }, - "1622": { + "1649": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.subTopic" }, - "1623": { + "1650": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.private" }, - "1624": { + "1651": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.subscribe" }, - "1625": { + "1652": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.subscribe" }, - "1626": { + "1653": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1627": { + "1654": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1628": { + "1655": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1629": { + "1656": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "status" }, - "1630": { + "1657": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "err" }, - "1631": { + "1658": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "timeout" }, - "1632": { + "1659": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.presenceState" }, - "1633": { + "1660": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.presenceState" }, - "1634": { + "1661": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1635": { + "1662": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1636": { + "1663": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1638": { + "1665": { "sourceFileName": "", "qualifiedName": "__type" }, - "1639": { + "1666": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.track" }, - "1640": { + "1667": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.track" }, - "1641": { + "1668": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1642": { + "1669": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1643": { + "1670": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1645": { + "1672": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "opts" }, - "1646": { + "1673": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1647": { + "1674": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1649": { + "1676": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.untrack" }, - "1650": { + "1677": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.untrack" }, - "1651": { + "1678": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "opts" }, - "1652": { + "1679": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1653": { + "1680": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1655": { + "1682": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1656": { + "1683": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1657": { + "1684": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1658": { + "1685": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1659": { + "1686": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1660": { + "1687": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1661": { + "1688": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1662": { + "1689": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1663": { + "1690": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1664": { + "1691": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1665": { + "1692": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1666": { + "1693": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1667": { + "1694": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1669": { + "1696": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1670": { + "1697": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1671": { + "1698": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1672": { + "1699": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1673": { + "1700": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1674": { + "1701": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1675": { + "1702": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1676": { + "1703": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1677": { + "1704": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1678": { + "1705": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1679": { + "1706": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1680": { + "1707": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1682": { + "1709": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1683": { + "1710": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1684": { + "1711": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1685": { + "1712": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1686": { + "1713": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1687": { + "1714": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1688": { + "1715": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1689": { + "1716": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1690": { + "1717": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1691": { + "1718": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1692": { + "1719": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1693": { + "1720": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1695": { + "1722": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1696": { + "1723": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1697": { + "1724": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1698": { + "1725": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1699": { + "1726": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1700": { + "1727": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1701": { + "1728": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1702": { + "1729": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1703": { + "1730": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1704": { + "1731": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1706": { + "1733": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1707": { + "1734": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1708": { + "1735": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1709": { + "1736": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1710": { + "1737": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1711": { + "1738": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1712": { + "1739": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1713": { + "1740": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1714": { + "1741": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1715": { + "1742": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1717": { + "1744": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1718": { + "1745": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1719": { + "1746": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1720": { + "1747": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1721": { + "1748": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1722": { + "1749": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1723": { + "1750": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1724": { + "1751": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1725": { + "1752": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1726": { + "1753": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1728": { + "1755": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1729": { + "1756": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1730": { + "1757": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1731": { + "1758": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1732": { + "1759": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1733": { + "1760": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1734": { + "1761": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1735": { + "1762": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1736": { + "1763": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1737": { + "1764": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1738": { + "1765": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1739": { + "1766": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1740": { + "1767": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1741": { + "1768": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1742": { + "1769": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1743": { + "1770": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1744": { + "1771": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.type" }, - "1745": { + "1772": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1746": { + "1773": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.meta" }, - "1747": { + "1774": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1748": { + "1775": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.replayed" }, - "1749": { + "1776": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.id" }, - "1750": { + "1777": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1752": { + "1779": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1753": { + "1780": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1754": { + "1781": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1755": { + "1782": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1757": { + "1784": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1758": { + "1785": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1759": { + "1786": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1760": { + "1787": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1761": { + "1788": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1762": { + "1789": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1763": { + "1790": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1764": { + "1791": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1765": { + "1792": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1766": { + "1793": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.type" }, - "1767": { + "1794": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1768": { + "1795": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.meta" }, - "1769": { + "1796": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1770": { + "1797": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.replayed" }, - "1771": { + "1798": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.id" }, - "1772": { + "1799": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.payload" }, - "1773": { + "1800": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1774": { + "1801": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1775": { + "1802": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1776": { + "1803": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1777": { + "1804": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1778": { + "1805": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1779": { + "1806": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1780": { + "1807": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1781": { + "1808": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1782": { + "1809": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1783": { + "1810": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1784": { + "1811": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.type" }, - "1785": { + "1812": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1786": { + "1813": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.payload" }, - "1787": { + "1814": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1788": { + "1815": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1789": { + "1816": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1790": { + "1817": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1792": { + "1819": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1793": { + "1820": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1794": { + "1821": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1795": { + "1822": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1796": { + "1823": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1797": { + "1824": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1798": { + "1825": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1799": { + "1826": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1800": { + "1827": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1801": { + "1828": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.type" }, - "1802": { + "1829": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1803": { + "1830": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.payload" }, - "1804": { + "1831": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1805": { + "1832": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1806": { + "1833": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1807": { + "1834": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1809": { + "1836": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1810": { + "1837": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1811": { + "1838": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1812": { + "1839": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1813": { + "1840": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1814": { + "1841": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1815": { + "1842": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1816": { + "1843": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1817": { + "1844": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1818": { + "1845": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.type" }, - "1819": { + "1846": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1820": { + "1847": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.payload" }, - "1821": { + "1848": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1822": { + "1849": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1823": { + "1850": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1824": { + "1851": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1826": { + "1853": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1827": { + "1854": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1828": { + "1855": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1829": { + "1856": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1830": { + "1857": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1831": { + "1858": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1832": { + "1859": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1833": { + "1860": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1834": { + "1861": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1835": { + "1862": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.type" }, - "1836": { + "1863": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1837": { + "1864": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.payload" }, - "1838": { + "1865": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1839": { + "1866": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1840": { + "1867": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1841": { + "1868": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1843": { + "1870": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1844": { + "1871": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1845": { + "1872": { "sourceFileName": "", "qualifiedName": "__type" }, - "1846": { + "1873": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1847": { + "1874": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1848": { + "1875": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1849": { + "1876": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1850": { + "1877": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.httpSend" }, - "1851": { + "1878": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.httpSend" }, - "1852": { + "1879": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "event" }, - "1853": { + "1880": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1854": { + "1881": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "opts" }, - "1855": { + "1882": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1856": { + "1883": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.timeout" }, - "1857": { + "1884": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1858": { + "1885": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.success" }, - "1859": { + "1886": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1860": { + "1887": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.success" }, - "1861": { + "1888": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.status" }, - "1862": { + "1889": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.error" }, - "1863": { + "1890": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.send" }, - "1864": { + "1891": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.send" }, - "1865": { + "1892": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "args" }, - "1866": { + "1893": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1867": { + "1894": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.type" }, - "1868": { + "1895": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1869": { + "1896": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.payload" }, - "1870": { + "1897": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1872": { + "1899": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "opts" }, - "1873": { + "1900": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1874": { + "1901": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1876": { + "1903": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.updateJoinPayload" }, - "1877": { + "1904": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.updateJoinPayload" }, - "1878": { + "1905": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1879": { + "1906": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1880": { + "1907": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1882": { + "1909": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.unsubscribe" }, - "1883": { + "1910": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.unsubscribe" }, - "1884": { + "1911": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "timeout" }, - "1885": { + "1912": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.teardown" }, - "1886": { + "1913": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.teardown" }, - "1887": { + "1914": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "RealtimeChannelOptions" }, - "1888": { + "1915": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1889": { + "1916": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.config" }, - "1890": { + "1917": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1891": { + "1918": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.broadcast" }, - "1892": { + "1919": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1893": { + "1920": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.self" }, - "1894": { + "1921": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.ack" }, - "1895": { + "1922": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.replay" }, - "1896": { + "1923": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.presence" }, - "1897": { + "1924": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1898": { + "1925": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.key" }, - "1899": { + "1926": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.enabled" }, - "1900": { + "1927": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.private" }, - "1901": { + "1928": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "RealtimeChannelSendResponse" }, - "1902": { + "1929": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default" }, - "1903": { + "1930": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.__constructor" }, - "1904": { + "1931": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default" }, - "1905": { + "1932": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "endPoint" }, - "1906": { + "1933": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "options" }, - "1907": { + "1934": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.accessTokenValue" }, - "1908": { + "1935": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.apiKey" }, - "1909": { + "1936": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.channels" }, - "1910": { + "1937": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.endPoint" }, - "1911": { + "1938": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.httpEndpoint" }, - "1912": { + "1939": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.headers" }, - "1913": { + "1940": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "1914": { + "1941": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.__index" }, - "1916": { + "1943": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.params" }, - "1917": { + "1944": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "1918": { + "1945": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.__index" }, - "1920": { + "1947": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.timeout" }, - "1921": { + "1948": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.transport" }, - "1922": { + "1949": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.heartbeatIntervalMs" }, - "1923": { + "1950": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.heartbeatTimer" }, - "1924": { + "1951": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.pendingHeartbeatRef" }, - "1925": { + "1952": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.heartbeatCallback" }, - "1926": { + "1953": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "1927": { + "1954": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "1928": { + "1955": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "status" }, - "1929": { + "1956": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.ref" }, - "1930": { + "1957": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.reconnectTimer" }, - "1931": { + "1958": { + "sourceFileName": "../realtime-js/src/RealtimeClient.ts", + "qualifiedName": "default.vsn" + }, + "1959": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.logger" }, - "1932": { + "1960": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.logLevel" }, - "1933": { + "1961": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.encode" }, - "1934": { + "1962": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.decode" }, - "1935": { + "1963": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.reconnectAfterMs" }, - "1936": { + "1964": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.conn" }, - "1937": { + "1965": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.sendBuffer" }, - "1938": { + "1966": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.serializer" }, - "1939": { + "1967": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.stateChangeCallbacks" }, - "1940": { + "1968": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "1941": { + "1969": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.open" }, - "1942": { + "1970": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.close" }, - "1943": { + "1971": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.error" }, - "1944": { + "1972": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.message" }, - "1945": { + "1973": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.fetch" }, - "1946": { + "1974": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "1947": { + "1975": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "1948": { + "1976": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "input" }, - "1949": { + "1977": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "init" }, - "1950": { + "1978": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "fetch" }, - "1951": { + "1979": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "input" }, - "1952": { + "1980": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "init" }, - "1953": { + "1981": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.accessToken" }, - "1954": { + "1982": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "1955": { + "1983": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "1956": { + "1984": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.worker" }, - "1957": { + "1985": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.workerUrl" }, - "1958": { + "1986": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.workerRef" }, - "1962": { + "1990": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.connect" }, - "1963": { + "1991": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.connect" }, - "1964": { + "1992": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.endpointURL" }, - "1965": { + "1993": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.endpointURL" }, - "1966": { + "1994": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.disconnect" }, - "1967": { + "1995": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.disconnect" }, - "1968": { + "1996": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "code" }, - "1969": { + "1997": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "reason" }, - "1970": { + "1998": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.getChannels" }, - "1971": { + "1999": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.getChannels" }, - "1972": { + "2000": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.removeChannel" }, - "1973": { + "2001": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.removeChannel" }, - "1974": { + "2002": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "channel" }, - "1975": { + "2003": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.removeAllChannels" }, - "1976": { + "2004": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.removeAllChannels" }, - "1977": { + "2005": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.log" }, - "1978": { + "2006": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.log" }, - "1979": { + "2007": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "kind" }, - "1980": { + "2008": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "msg" }, - "1981": { + "2009": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "data" }, - "1982": { + "2010": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.connectionState" }, - "1983": { + "2011": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.connectionState" }, - "1984": { + "2012": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.isConnected" }, - "1985": { + "2013": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.isConnected" }, - "1986": { + "2014": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.isConnecting" }, - "1987": { + "2015": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.isConnecting" }, - "1988": { + "2016": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.isDisconnecting" }, - "1989": { + "2017": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.isDisconnecting" }, - "1990": { + "2018": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.channel" }, - "1991": { + "2019": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.channel" }, - "1992": { + "2020": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "topic" }, - "1993": { + "2021": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "params" }, - "1994": { + "2022": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.push" }, - "1995": { + "2023": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.push" }, - "1996": { + "2024": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "data" }, - "1997": { + "2025": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.setAuth" }, - "1998": { + "2026": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.setAuth" }, - "1999": { + "2027": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "token" }, - "2000": { + "2028": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.sendHeartbeat" }, - "2001": { + "2029": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.sendHeartbeat" }, - "2002": { + "2030": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.onHeartbeat" }, - "2003": { + "2031": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.onHeartbeat" }, - "2004": { + "2032": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "callback" }, - "2005": { + "2033": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2006": { + "2034": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2007": { + "2035": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "status" }, - "2008": { + "2036": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.flushSendBuffer" }, - "2009": { + "2037": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.flushSendBuffer" }, - "2011": { + "2039": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "RealtimeClientOptions" }, - "2012": { + "2040": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2013": { + "2041": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.transport" }, - "2014": { + "2042": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.timeout" }, - "2015": { + "2043": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.heartbeatIntervalMs" }, - "2016": { + "2044": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.heartbeatCallback" }, - "2017": { + "2045": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2018": { + "2046": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2019": { + "2047": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "status" }, - "2020": { + "2048": { + "sourceFileName": "../realtime-js/src/RealtimeClient.ts", + "qualifiedName": "__type.vsn" + }, + "2049": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.logger" }, - "2021": { + "2050": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.encode" }, - "2022": { + "2051": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.decode" }, - "2023": { + "2052": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.reconnectAfterMs" }, - "2024": { + "2053": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.headers" }, - "2025": { + "2054": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2026": { + "2055": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.__index" }, - "2028": { + "2057": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.params" }, - "2029": { + "2058": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2030": { + "2059": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.__index" }, - "2032": { + "2061": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.log_level" }, - "2033": { + "2062": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.logLevel" }, - "2034": { + "2063": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.fetch" }, - "2035": { + "2064": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.worker" }, - "2036": { + "2065": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.workerUrl" }, - "2037": { + "2066": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.accessToken" }, - "2038": { + "2067": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2039": { + "2068": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2040": { + "2069": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "RealtimeMessage" }, - "2041": { + "2070": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2042": { + "2071": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.topic" }, - "2043": { + "2072": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.event" }, - "2044": { + "2073": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.payload" }, - "2045": { + "2074": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.ref" }, - "2046": { + "2075": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.join_ref" }, - "2047": { + "2076": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresChangesFilter" }, - "2048": { + "2077": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2049": { + "2078": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "2050": { + "2079": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.schema" }, - "2051": { + "2080": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.table" }, - "2052": { + "2081": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.filter" }, - "2053": { + "2082": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "2054": { + "2083": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresChangesPayload" }, - "2055": { + "2084": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "2056": { + "2085": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2057": { + "2086": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "2059": { + "2088": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresInsertPayload" }, - "2060": { + "2089": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2061": { + "2090": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.eventType" }, - "2062": { + "2091": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.new" }, - "2063": { + "2092": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.old" }, - "2064": { + "2093": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2065": { + "2094": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "2066": { + "2095": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2067": { + "2096": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "2069": { + "2098": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresUpdatePayload" }, - "2070": { + "2099": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2071": { + "2100": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.eventType" }, - "2072": { + "2101": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.new" }, - "2073": { + "2102": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.old" }, - "2074": { + "2103": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "2075": { + "2104": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2076": { + "2105": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "2078": { + "2107": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresDeletePayload" }, - "2079": { + "2108": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2080": { + "2109": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.eventType" }, - "2081": { + "2110": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.new" }, - "2082": { + "2111": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2083": { + "2112": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.old" }, - "2084": { + "2113": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "2085": { + "2114": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2086": { + "2115": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "2088": { + "2117": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "RealtimePresenceJoinPayload" }, - "2089": { + "2118": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "2090": { + "2119": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.event" }, - "2091": { + "2120": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.key" }, - "2092": { + "2121": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.currentPresences" }, - "2093": { + "2122": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.newPresences" }, - "2094": { + "2123": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "T" }, - "2095": { + "2124": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "2096": { + "2125": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.__index" }, - "2098": { + "2127": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "RealtimePresenceLeavePayload" }, - "2099": { + "2128": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "2100": { + "2129": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.event" }, - "2101": { + "2130": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.key" }, - "2102": { + "2131": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.currentPresences" }, - "2103": { + "2132": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.leftPresences" }, - "2104": { + "2133": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "T" }, - "2105": { + "2134": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "2106": { + "2135": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.__index" }, - "2108": { + "2137": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "RealtimePresenceState" }, - "2109": { + "2138": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "2110": { + "2139": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.__index" }, - "2112": { + "2141": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "T" }, - "2113": { + "2142": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "2114": { + "2143": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.__index" }, - "2116": { + "2145": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "2117": { + "2146": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "RealtimeRemoveChannelResponse" }, - "2118": { + "2147": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES" }, - "2119": { + "2148": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES.BROADCAST" }, - "2120": { + "2149": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES.PRESENCE" }, - "2121": { + "2150": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES.POSTGRES_CHANGES" }, - "2122": { + "2151": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES.SYSTEM" }, - "2123": { + "2152": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" }, - "2124": { + "2153": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.ALL" }, - "2125": { + "2154": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT" }, - "2126": { + "2155": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE" }, - "2127": { + "2156": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE" }, - "2128": { + "2157": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "REALTIME_PRESENCE_LISTEN_EVENTS" }, - "2129": { + "2158": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "REALTIME_PRESENCE_LISTEN_EVENTS.SYNC" }, - "2130": { + "2159": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "REALTIME_PRESENCE_LISTEN_EVENTS.JOIN" }, - "2131": { + "2160": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "REALTIME_PRESENCE_LISTEN_EVENTS.LEAVE" }, - "2132": { + "2161": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES" }, - "2133": { + "2162": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES.SUBSCRIBED" }, - "2134": { + "2163": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES.TIMED_OUT" }, - "2135": { + "2164": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES.CLOSED" }, - "2136": { + "2165": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES.CHANNEL_ERROR" }, - "2137": { + "2166": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_CHANNEL_STATES" }, - "2138": { + "2167": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory" }, - "2140": { + "2169": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.getWebSocketConstructor" }, - "2141": { + "2170": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.getWebSocketConstructor" }, - "2142": { + "2171": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "__type" }, - "2143": { + "2172": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "__type" }, - "2144": { + "2173": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "url" }, - "2145": { + "2174": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "protocols" }, - "2146": { + "2175": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.createWebSocket" }, - "2147": { + "2176": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.createWebSocket" }, - "2148": { + "2177": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "url" }, - "2149": { + "2178": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "protocols" }, - "2150": { + "2179": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.isWebSocketSupported" }, - "2151": { + "2180": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.isWebSocketSupported" }, - "2154": { + "2183": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike" }, - "2155": { + "2184": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.CONNECTING" }, - "2156": { + "2185": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.OPEN" }, - "2157": { + "2186": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.CLOSING" }, - "2158": { + "2187": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.CLOSED" }, - "2159": { + "2188": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.readyState" }, - "2160": { + "2189": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.url" }, - "2161": { + "2190": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.protocol" }, - "2162": { + "2191": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.close" }, - "2163": { + "2192": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.close" }, - "2164": { + "2193": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "code" }, - "2165": { + "2194": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "reason" }, - "2166": { + "2195": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.send" }, - "2167": { + "2196": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.send" }, - "2168": { + "2197": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "data" }, - "2169": { + "2198": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.onopen" }, - "2170": { + "2199": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2171": { + "2200": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2172": { + "2201": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "this" }, - "2173": { + "2202": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "ev" }, - "2174": { + "2203": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.onmessage" }, - "2175": { + "2204": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2176": { + "2205": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2177": { + "2206": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "this" }, - "2178": { + "2207": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "ev" }, - "2179": { + "2208": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.onclose" }, - "2180": { + "2209": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2181": { + "2210": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2182": { + "2211": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "this" }, - "2183": { + "2212": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "ev" }, - "2184": { + "2213": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.onerror" }, - "2185": { + "2214": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2186": { + "2215": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2187": { + "2216": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "this" }, - "2188": { + "2217": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "ev" }, - "2189": { + "2218": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.addEventListener" }, - "2190": { + "2219": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.addEventListener" }, - "2191": { + "2220": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "type" }, - "2192": { + "2221": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "listener" }, - "2193": { + "2222": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.removeEventListener" }, - "2194": { + "2223": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.removeEventListener" }, - "2195": { + "2224": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "type" }, - "2196": { + "2225": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "listener" }, - "2197": { + "2226": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.binaryType" }, - "2198": { + "2227": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.bufferedAmount" }, - "2199": { + "2228": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.extensions" }, - "2200": { + "2229": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.dispatchEvent" }, - "2201": { + "2230": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2202": { + "2231": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2203": { + "2232": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "event" }, - "2204": { + "2233": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "WebSocketLikeConstructor" }, - "2205": { + "2234": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "WebSocketLikeConstructor" }, - "2206": { + "2235": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "WebSocketLikeConstructor" }, - "2207": { + "2236": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "address" }, - "2208": { + "2237": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "subprotocols" }, - "2209": { + "2238": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "WebSocketLikeConstructor.__index" } @@ -60636,8 +61507,8 @@ "files": { "entries": { "1": "src/index.ts", - "2": "TESTING.md", - "3": "../../../CONTRIBUTING.md" + "2": "../../../CONTRIBUTING.md", + "3": "TESTING.md" }, "reflections": { "1": 0 diff --git a/apps/docs/spec/enrichments/tsdoc_v2/supabase_dereferenced.json b/apps/docs/spec/enrichments/tsdoc_v2/supabase_dereferenced.json index 359b6d13d6fec..9a6dd2fe4dc8d 100644 --- a/apps/docs/spec/enrichments/tsdoc_v2/supabase_dereferenced.json +++ b/apps/docs/spec/enrichments/tsdoc_v2/supabase_dereferenced.json @@ -6,14 +6,14 @@ "flags": {}, "children": [ { - "id": 96, + "id": 97, "name": "FunctionRegion", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 97, + "id": 98, "name": "Any", "variant": "declaration", "kind": 16, @@ -31,7 +31,7 @@ } }, { - "id": 98, + "id": 99, "name": "ApNortheast1", "variant": "declaration", "kind": 16, @@ -49,7 +49,7 @@ } }, { - "id": 99, + "id": 100, "name": "ApNortheast2", "variant": "declaration", "kind": 16, @@ -67,7 +67,7 @@ } }, { - "id": 100, + "id": 101, "name": "ApSouth1", "variant": "declaration", "kind": 16, @@ -85,7 +85,7 @@ } }, { - "id": 101, + "id": 102, "name": "ApSoutheast1", "variant": "declaration", "kind": 16, @@ -103,7 +103,7 @@ } }, { - "id": 102, + "id": 103, "name": "ApSoutheast2", "variant": "declaration", "kind": 16, @@ -121,7 +121,7 @@ } }, { - "id": 103, + "id": 104, "name": "CaCentral1", "variant": "declaration", "kind": 16, @@ -139,7 +139,7 @@ } }, { - "id": 104, + "id": 105, "name": "EuCentral1", "variant": "declaration", "kind": 16, @@ -157,7 +157,7 @@ } }, { - "id": 105, + "id": 106, "name": "EuWest1", "variant": "declaration", "kind": 16, @@ -175,7 +175,7 @@ } }, { - "id": 106, + "id": 107, "name": "EuWest2", "variant": "declaration", "kind": 16, @@ -193,7 +193,7 @@ } }, { - "id": 107, + "id": 108, "name": "EuWest3", "variant": "declaration", "kind": 16, @@ -211,7 +211,7 @@ } }, { - "id": 108, + "id": 109, "name": "SaEast1", "variant": "declaration", "kind": 16, @@ -229,7 +229,7 @@ } }, { - "id": 109, + "id": 110, "name": "UsEast1", "variant": "declaration", "kind": 16, @@ -247,7 +247,7 @@ } }, { - "id": 110, + "id": 111, "name": "UsWest1", "variant": "declaration", "kind": 16, @@ -265,7 +265,7 @@ } }, { - "id": 111, + "id": 112, "name": "UsWest2", "variant": "declaration", "kind": 16, @@ -286,7 +286,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111] + "children": [98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112] } ], "sources": [ @@ -298,14 +298,14 @@ ] }, { - "id": 2118, + "id": 2147, "name": "REALTIME_LISTEN_TYPES", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 2119, + "id": 2148, "name": "BROADCAST", "variant": "declaration", "kind": 16, @@ -323,7 +323,7 @@ } }, { - "id": 2121, + "id": 2150, "name": "POSTGRES_CHANGES", "variant": "declaration", "kind": 16, @@ -341,7 +341,7 @@ } }, { - "id": 2120, + "id": 2149, "name": "PRESENCE", "variant": "declaration", "kind": 16, @@ -359,7 +359,7 @@ } }, { - "id": 2122, + "id": 2151, "name": "SYSTEM", "variant": "declaration", "kind": 16, @@ -380,7 +380,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [2119, 2121, 2120, 2122] + "children": [2148, 2150, 2149, 2151] } ], "sources": [ @@ -392,14 +392,14 @@ ] }, { - "id": 2123, + "id": 2152, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 2124, + "id": 2153, "name": "ALL", "variant": "declaration", "kind": 16, @@ -417,7 +417,7 @@ } }, { - "id": 2127, + "id": 2156, "name": "DELETE", "variant": "declaration", "kind": 16, @@ -435,7 +435,7 @@ } }, { - "id": 2125, + "id": 2154, "name": "INSERT", "variant": "declaration", "kind": 16, @@ -453,7 +453,7 @@ } }, { - "id": 2126, + "id": 2155, "name": "UPDATE", "variant": "declaration", "kind": 16, @@ -474,7 +474,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [2124, 2127, 2125, 2126] + "children": [2153, 2156, 2154, 2155] } ], "sources": [ @@ -486,14 +486,14 @@ ] }, { - "id": 2128, + "id": 2157, "name": "REALTIME_PRESENCE_LISTEN_EVENTS", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 2130, + "id": 2159, "name": "JOIN", "variant": "declaration", "kind": 16, @@ -511,7 +511,7 @@ } }, { - "id": 2131, + "id": 2160, "name": "LEAVE", "variant": "declaration", "kind": 16, @@ -529,7 +529,7 @@ } }, { - "id": 2129, + "id": 2158, "name": "SYNC", "variant": "declaration", "kind": 16, @@ -550,7 +550,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [2130, 2131, 2129] + "children": [2159, 2160, 2158] } ], "sources": [ @@ -562,14 +562,14 @@ ] }, { - "id": 2132, + "id": 2161, "name": "REALTIME_SUBSCRIBE_STATES", "variant": "declaration", "kind": 8, "flags": {}, "children": [ { - "id": 2136, + "id": 2165, "name": "CHANNEL_ERROR", "variant": "declaration", "kind": 16, @@ -587,7 +587,7 @@ } }, { - "id": 2135, + "id": 2164, "name": "CLOSED", "variant": "declaration", "kind": 16, @@ -605,7 +605,7 @@ } }, { - "id": 2133, + "id": 2162, "name": "SUBSCRIBED", "variant": "declaration", "kind": 16, @@ -623,7 +623,7 @@ } }, { - "id": 2134, + "id": 2163, "name": "TIMED_OUT", "variant": "declaration", "kind": 16, @@ -644,7 +644,7 @@ "groups": [ { "title": "Enumeration Members", - "children": [2136, 2135, 2133, 2134] + "children": [2165, 2164, 2162, 2163] } ], "sources": [ @@ -656,14 +656,14 @@ ] }, { - "id": 1434, + "id": 1461, "name": "AuthApiError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1435, + "id": 1462, "name": "constructor", "variant": "declaration", "kind": 512, @@ -677,7 +677,7 @@ ], "signatures": [ { - "id": 1436, + "id": 1463, "name": "AuthApiError", "variant": "signature", "kind": 16384, @@ -691,7 +691,7 @@ ], "parameters": [ { - "id": 1437, + "id": 1464, "name": "message", "variant": "param", "kind": 32768, @@ -702,7 +702,7 @@ } }, { - "id": 1438, + "id": 1465, "name": "status", "variant": "param", "kind": 32768, @@ -713,7 +713,7 @@ } }, { - "id": 1439, + "id": 1466, "name": "code", "variant": "param", "kind": 32768, @@ -735,25 +735,25 @@ ], "type": { "type": "reference", - "target": 1434, + "target": 1461, "name": "AuthApiError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1426, + "target": 1453, "name": "AuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1425, + "target": 1452, "name": "AuthError.constructor" } }, { - "id": 1443, + "id": 1470, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -774,12 +774,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1433, + "target": 1460, "name": "AuthError.__isAuthError" } }, { - "id": 1441, + "id": 1468, "name": "code", "variant": "declaration", "kind": 1024, @@ -836,7 +836,7 @@ { "type": "reflection", "declaration": { - "id": 1442, + "id": 1469, "name": "__type", "variant": "declaration", "kind": 65536, @@ -849,12 +849,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1430, + "target": 1457, "name": "AuthError.code" } }, { - "id": 1440, + "id": 1467, "name": "status", "variant": "declaration", "kind": 1024, @@ -880,7 +880,7 @@ }, "overwrites": { "type": "reference", - "target": 1432, + "target": 1459, "name": "AuthError.status" } } @@ -888,11 +888,11 @@ "groups": [ { "title": "Constructors", - "children": [1435] + "children": [1462] }, { "title": "Properties", - "children": [1443, 1441, 1440] + "children": [1470, 1468, 1467] } ], "sources": [ @@ -905,21 +905,21 @@ "extendedTypes": [ { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1424, + "id": 1451, "name": "AuthError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1425, + "id": 1452, "name": "constructor", "variant": "declaration", "kind": 512, @@ -933,7 +933,7 @@ ], "signatures": [ { - "id": 1426, + "id": 1453, "name": "AuthError", "variant": "signature", "kind": 16384, @@ -947,7 +947,7 @@ ], "parameters": [ { - "id": 1427, + "id": 1454, "name": "message", "variant": "param", "kind": 32768, @@ -958,7 +958,7 @@ } }, { - "id": 1428, + "id": 1455, "name": "status", "variant": "param", "kind": 32768, @@ -971,7 +971,7 @@ } }, { - "id": 1429, + "id": 1456, "name": "code", "variant": "param", "kind": 32768, @@ -986,7 +986,7 @@ ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" }, @@ -1004,7 +1004,7 @@ } }, { - "id": 1433, + "id": 1460, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -1024,7 +1024,7 @@ } }, { - "id": 1430, + "id": 1457, "name": "code", "variant": "declaration", "kind": 1024, @@ -1079,7 +1079,7 @@ { "type": "reflection", "declaration": { - "id": 1431, + "id": 1458, "name": "__type", "variant": "declaration", "kind": 65536, @@ -1092,7 +1092,7 @@ } }, { - "id": 1432, + "id": 1459, "name": "status", "variant": "declaration", "kind": 1024, @@ -1130,11 +1130,11 @@ "groups": [ { "title": "Constructors", - "children": [1425] + "children": [1452] }, { "title": "Properties", - "children": [1433, 1430, 1432] + "children": [1460, 1457, 1459] } ], "sources": [ @@ -1158,30 +1158,30 @@ "extendedBy": [ { "type": "reference", - "target": 1434, + "target": 1461, "name": "AuthApiError" }, { "type": "reference", - "target": 1444, + "target": 1471, "name": "AuthUnknownError" }, { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError" } ] }, { - "id": 1491, + "id": 1518, "name": "AuthImplicitGrantRedirectError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1492, + "id": 1519, "name": "constructor", "variant": "declaration", "kind": 512, @@ -1195,7 +1195,7 @@ ], "signatures": [ { - "id": 1493, + "id": 1520, "name": "AuthImplicitGrantRedirectError", "variant": "signature", "kind": 16384, @@ -1209,7 +1209,7 @@ ], "parameters": [ { - "id": 1494, + "id": 1521, "name": "message", "variant": "param", "kind": 32768, @@ -1220,7 +1220,7 @@ } }, { - "id": 1495, + "id": 1522, "name": "details", "variant": "param", "kind": 32768, @@ -1237,14 +1237,14 @@ { "type": "reflection", "declaration": { - "id": 1496, + "id": 1523, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1498, + "id": 1525, "name": "code", "variant": "declaration", "kind": 1024, @@ -1262,7 +1262,7 @@ } }, { - "id": 1497, + "id": 1524, "name": "error", "variant": "declaration", "kind": 1024, @@ -1283,7 +1283,7 @@ "groups": [ { "title": "Properties", - "children": [1498, 1497] + "children": [1525, 1524] } ], "sources": [ @@ -1301,25 +1301,25 @@ ], "type": { "type": "reference", - "target": 1491, + "target": 1518, "name": "AuthImplicitGrantRedirectError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1456, + "target": 1483, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1455, + "target": 1482, "name": "CustomAuthError.constructor" } }, { - "id": 1517, + "id": 1544, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -1340,12 +1340,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1465, + "target": 1492, "name": "CustomAuthError.__isAuthError" } }, { - "id": 1515, + "id": 1542, "name": "code", "variant": "declaration", "kind": 1024, @@ -1402,7 +1402,7 @@ { "type": "reflection", "declaration": { - "id": 1516, + "id": 1543, "name": "__type", "variant": "declaration", "kind": 65536, @@ -1415,12 +1415,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1463, + "target": 1490, "name": "CustomAuthError.code" } }, { - "id": 1499, + "id": 1526, "name": "details", "variant": "declaration", "kind": 1024, @@ -1442,14 +1442,14 @@ { "type": "reflection", "declaration": { - "id": 1500, + "id": 1527, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1502, + "id": 1529, "name": "code", "variant": "declaration", "kind": 1024, @@ -1467,7 +1467,7 @@ } }, { - "id": 1501, + "id": 1528, "name": "error", "variant": "declaration", "kind": 1024, @@ -1488,7 +1488,7 @@ "groups": [ { "title": "Properties", - "children": [1502, 1501] + "children": [1529, 1528] } ], "sources": [ @@ -1504,7 +1504,7 @@ } }, { - "id": 1513, + "id": 1540, "name": "name", "variant": "declaration", "kind": 1024, @@ -1524,12 +1524,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1461, + "target": 1488, "name": "CustomAuthError.name" } }, { - "id": 1514, + "id": 1541, "name": "status", "variant": "declaration", "kind": 1024, @@ -1557,12 +1557,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1462, + "target": 1489, "name": "CustomAuthError.status" } }, { - "id": 1503, + "id": 1530, "name": "toJSON", "variant": "declaration", "kind": 2048, @@ -1576,7 +1576,7 @@ ], "signatures": [ { - "id": 1504, + "id": 1531, "name": "toJSON", "variant": "signature", "kind": 4096, @@ -1591,14 +1591,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1505, + "id": 1532, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1509, + "id": 1536, "name": "details", "variant": "declaration", "kind": 1024, @@ -1620,14 +1620,14 @@ { "type": "reflection", "declaration": { - "id": 1510, + "id": 1537, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1512, + "id": 1539, "name": "code", "variant": "declaration", "kind": 1024, @@ -1645,7 +1645,7 @@ } }, { - "id": 1511, + "id": 1538, "name": "error", "variant": "declaration", "kind": 1024, @@ -1666,7 +1666,7 @@ "groups": [ { "title": "Properties", - "children": [1512, 1511] + "children": [1539, 1538] } ], "sources": [ @@ -1682,7 +1682,7 @@ } }, { - "id": 1507, + "id": 1534, "name": "message", "variant": "declaration", "kind": 1024, @@ -1700,7 +1700,7 @@ } }, { - "id": 1506, + "id": 1533, "name": "name", "variant": "declaration", "kind": 1024, @@ -1718,7 +1718,7 @@ } }, { - "id": 1508, + "id": 1535, "name": "status", "variant": "declaration", "kind": 1024, @@ -1739,7 +1739,7 @@ "groups": [ { "title": "Properties", - "children": [1509, 1507, 1506, 1508] + "children": [1536, 1534, 1533, 1535] } ], "sources": [ @@ -1758,15 +1758,15 @@ "groups": [ { "title": "Constructors", - "children": [1492] + "children": [1519] }, { "title": "Properties", - "children": [1517, 1515, 1499, 1513, 1514] + "children": [1544, 1542, 1526, 1540, 1541] }, { "title": "Methods", - "children": [1503] + "children": [1530] } ], "sources": [ @@ -1779,21 +1779,21 @@ "extendedTypes": [ { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1482, + "id": 1509, "name": "AuthInvalidCredentialsError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1483, + "id": 1510, "name": "constructor", "variant": "declaration", "kind": 512, @@ -1807,7 +1807,7 @@ ], "signatures": [ { - "id": 1484, + "id": 1511, "name": "AuthInvalidCredentialsError", "variant": "signature", "kind": 16384, @@ -1821,7 +1821,7 @@ ], "parameters": [ { - "id": 1485, + "id": 1512, "name": "message", "variant": "param", "kind": 32768, @@ -1834,25 +1834,25 @@ ], "type": { "type": "reference", - "target": 1482, + "target": 1509, "name": "AuthInvalidCredentialsError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1456, + "target": 1483, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1455, + "target": 1482, "name": "CustomAuthError.constructor" } }, { - "id": 1490, + "id": 1517, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -1873,12 +1873,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1465, + "target": 1492, "name": "CustomAuthError.__isAuthError" } }, { - "id": 1488, + "id": 1515, "name": "code", "variant": "declaration", "kind": 1024, @@ -1935,7 +1935,7 @@ { "type": "reflection", "declaration": { - "id": 1489, + "id": 1516, "name": "__type", "variant": "declaration", "kind": 65536, @@ -1948,12 +1948,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1463, + "target": 1490, "name": "CustomAuthError.code" } }, { - "id": 1486, + "id": 1513, "name": "name", "variant": "declaration", "kind": 1024, @@ -1973,12 +1973,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1461, + "target": 1488, "name": "CustomAuthError.name" } }, { - "id": 1487, + "id": 1514, "name": "status", "variant": "declaration", "kind": 1024, @@ -2006,7 +2006,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1462, + "target": 1489, "name": "CustomAuthError.status" } } @@ -2014,11 +2014,11 @@ "groups": [ { "title": "Constructors", - "children": [1483] + "children": [1510] }, { "title": "Properties", - "children": [1490, 1488, 1486, 1487] + "children": [1517, 1515, 1513, 1514] } ], "sources": [ @@ -2031,21 +2031,21 @@ "extendedTypes": [ { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1567, + "id": 1594, "name": "AuthInvalidJwtError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1568, + "id": 1595, "name": "constructor", "variant": "declaration", "kind": 512, @@ -2059,7 +2059,7 @@ ], "signatures": [ { - "id": 1569, + "id": 1596, "name": "AuthInvalidJwtError", "variant": "signature", "kind": 16384, @@ -2073,7 +2073,7 @@ ], "parameters": [ { - "id": 1570, + "id": 1597, "name": "message", "variant": "param", "kind": 32768, @@ -2086,25 +2086,25 @@ ], "type": { "type": "reference", - "target": 1567, + "target": 1594, "name": "AuthInvalidJwtError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1456, + "target": 1483, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1455, + "target": 1482, "name": "CustomAuthError.constructor" } }, { - "id": 1575, + "id": 1602, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -2125,12 +2125,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1465, + "target": 1492, "name": "CustomAuthError.__isAuthError" } }, { - "id": 1573, + "id": 1600, "name": "code", "variant": "declaration", "kind": 1024, @@ -2187,7 +2187,7 @@ { "type": "reflection", "declaration": { - "id": 1574, + "id": 1601, "name": "__type", "variant": "declaration", "kind": 65536, @@ -2200,12 +2200,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1463, + "target": 1490, "name": "CustomAuthError.code" } }, { - "id": 1571, + "id": 1598, "name": "name", "variant": "declaration", "kind": 1024, @@ -2225,12 +2225,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1461, + "target": 1488, "name": "CustomAuthError.name" } }, { - "id": 1572, + "id": 1599, "name": "status", "variant": "declaration", "kind": 1024, @@ -2258,7 +2258,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1462, + "target": 1489, "name": "CustomAuthError.status" } } @@ -2266,11 +2266,11 @@ "groups": [ { "title": "Constructors", - "children": [1568] + "children": [1595] }, { "title": "Properties", - "children": [1575, 1573, 1571, 1572] + "children": [1602, 1600, 1598, 1599] } ], "sources": [ @@ -2283,21 +2283,21 @@ "extendedTypes": [ { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1474, + "id": 1501, "name": "AuthInvalidTokenResponseError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1475, + "id": 1502, "name": "constructor", "variant": "declaration", "kind": 512, @@ -2311,7 +2311,7 @@ ], "signatures": [ { - "id": 1476, + "id": 1503, "name": "AuthInvalidTokenResponseError", "variant": "signature", "kind": 16384, @@ -2325,25 +2325,25 @@ ], "type": { "type": "reference", - "target": 1474, + "target": 1501, "name": "AuthInvalidTokenResponseError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1456, + "target": 1483, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1455, + "target": 1482, "name": "CustomAuthError.constructor" } }, { - "id": 1481, + "id": 1508, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -2364,12 +2364,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1465, + "target": 1492, "name": "CustomAuthError.__isAuthError" } }, { - "id": 1479, + "id": 1506, "name": "code", "variant": "declaration", "kind": 1024, @@ -2426,7 +2426,7 @@ { "type": "reflection", "declaration": { - "id": 1480, + "id": 1507, "name": "__type", "variant": "declaration", "kind": 65536, @@ -2439,12 +2439,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1463, + "target": 1490, "name": "CustomAuthError.code" } }, { - "id": 1477, + "id": 1504, "name": "name", "variant": "declaration", "kind": 1024, @@ -2464,12 +2464,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1461, + "target": 1488, "name": "CustomAuthError.name" } }, { - "id": 1478, + "id": 1505, "name": "status", "variant": "declaration", "kind": 1024, @@ -2497,7 +2497,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1462, + "target": 1489, "name": "CustomAuthError.status" } } @@ -2505,11 +2505,11 @@ "groups": [ { "title": "Constructors", - "children": [1475] + "children": [1502] }, { "title": "Properties", - "children": [1481, 1479, 1477, 1478] + "children": [1508, 1506, 1504, 1505] } ], "sources": [ @@ -2522,21 +2522,21 @@ "extendedTypes": [ { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1518, + "id": 1545, "name": "AuthPKCEGrantCodeExchangeError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1519, + "id": 1546, "name": "constructor", "variant": "declaration", "kind": 512, @@ -2550,7 +2550,7 @@ ], "signatures": [ { - "id": 1520, + "id": 1547, "name": "AuthPKCEGrantCodeExchangeError", "variant": "signature", "kind": 16384, @@ -2564,7 +2564,7 @@ ], "parameters": [ { - "id": 1521, + "id": 1548, "name": "message", "variant": "param", "kind": 32768, @@ -2575,7 +2575,7 @@ } }, { - "id": 1522, + "id": 1549, "name": "details", "variant": "param", "kind": 32768, @@ -2592,14 +2592,14 @@ { "type": "reflection", "declaration": { - "id": 1523, + "id": 1550, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1525, + "id": 1552, "name": "code", "variant": "declaration", "kind": 1024, @@ -2617,7 +2617,7 @@ } }, { - "id": 1524, + "id": 1551, "name": "error", "variant": "declaration", "kind": 1024, @@ -2638,7 +2638,7 @@ "groups": [ { "title": "Properties", - "children": [1525, 1524] + "children": [1552, 1551] } ], "sources": [ @@ -2656,25 +2656,25 @@ ], "type": { "type": "reference", - "target": 1518, + "target": 1545, "name": "AuthPKCEGrantCodeExchangeError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1456, + "target": 1483, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1455, + "target": 1482, "name": "CustomAuthError.constructor" } }, { - "id": 1544, + "id": 1571, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -2695,12 +2695,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1465, + "target": 1492, "name": "CustomAuthError.__isAuthError" } }, { - "id": 1542, + "id": 1569, "name": "code", "variant": "declaration", "kind": 1024, @@ -2757,7 +2757,7 @@ { "type": "reflection", "declaration": { - "id": 1543, + "id": 1570, "name": "__type", "variant": "declaration", "kind": 65536, @@ -2770,12 +2770,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1463, + "target": 1490, "name": "CustomAuthError.code" } }, { - "id": 1526, + "id": 1553, "name": "details", "variant": "declaration", "kind": 1024, @@ -2797,14 +2797,14 @@ { "type": "reflection", "declaration": { - "id": 1527, + "id": 1554, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1529, + "id": 1556, "name": "code", "variant": "declaration", "kind": 1024, @@ -2822,7 +2822,7 @@ } }, { - "id": 1528, + "id": 1555, "name": "error", "variant": "declaration", "kind": 1024, @@ -2843,7 +2843,7 @@ "groups": [ { "title": "Properties", - "children": [1529, 1528] + "children": [1556, 1555] } ], "sources": [ @@ -2859,7 +2859,7 @@ } }, { - "id": 1540, + "id": 1567, "name": "name", "variant": "declaration", "kind": 1024, @@ -2879,12 +2879,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1461, + "target": 1488, "name": "CustomAuthError.name" } }, { - "id": 1541, + "id": 1568, "name": "status", "variant": "declaration", "kind": 1024, @@ -2912,12 +2912,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1462, + "target": 1489, "name": "CustomAuthError.status" } }, { - "id": 1530, + "id": 1557, "name": "toJSON", "variant": "declaration", "kind": 2048, @@ -2931,7 +2931,7 @@ ], "signatures": [ { - "id": 1531, + "id": 1558, "name": "toJSON", "variant": "signature", "kind": 4096, @@ -2946,14 +2946,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1532, + "id": 1559, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1536, + "id": 1563, "name": "details", "variant": "declaration", "kind": 1024, @@ -2975,14 +2975,14 @@ { "type": "reflection", "declaration": { - "id": 1537, + "id": 1564, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1539, + "id": 1566, "name": "code", "variant": "declaration", "kind": 1024, @@ -3000,7 +3000,7 @@ } }, { - "id": 1538, + "id": 1565, "name": "error", "variant": "declaration", "kind": 1024, @@ -3021,7 +3021,7 @@ "groups": [ { "title": "Properties", - "children": [1539, 1538] + "children": [1566, 1565] } ], "sources": [ @@ -3037,7 +3037,7 @@ } }, { - "id": 1534, + "id": 1561, "name": "message", "variant": "declaration", "kind": 1024, @@ -3055,7 +3055,7 @@ } }, { - "id": 1533, + "id": 1560, "name": "name", "variant": "declaration", "kind": 1024, @@ -3073,7 +3073,7 @@ } }, { - "id": 1535, + "id": 1562, "name": "status", "variant": "declaration", "kind": 1024, @@ -3094,7 +3094,7 @@ "groups": [ { "title": "Properties", - "children": [1536, 1534, 1533, 1535] + "children": [1563, 1561, 1560, 1562] } ], "sources": [ @@ -3113,15 +3113,15 @@ "groups": [ { "title": "Constructors", - "children": [1519] + "children": [1546] }, { "title": "Properties", - "children": [1544, 1542, 1526, 1540, 1541] + "children": [1571, 1569, 1553, 1567, 1568] }, { "title": "Methods", - "children": [1530] + "children": [1557] } ], "sources": [ @@ -3134,21 +3134,21 @@ "extendedTypes": [ { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1545, + "id": 1572, "name": "AuthRetryableFetchError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1546, + "id": 1573, "name": "constructor", "variant": "declaration", "kind": 512, @@ -3162,7 +3162,7 @@ ], "signatures": [ { - "id": 1547, + "id": 1574, "name": "AuthRetryableFetchError", "variant": "signature", "kind": 16384, @@ -3176,7 +3176,7 @@ ], "parameters": [ { - "id": 1548, + "id": 1575, "name": "message", "variant": "param", "kind": 32768, @@ -3187,7 +3187,7 @@ } }, { - "id": 1549, + "id": 1576, "name": "status", "variant": "param", "kind": 32768, @@ -3200,25 +3200,25 @@ ], "type": { "type": "reference", - "target": 1545, + "target": 1572, "name": "AuthRetryableFetchError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1456, + "target": 1483, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1455, + "target": 1482, "name": "CustomAuthError.constructor" } }, { - "id": 1554, + "id": 1581, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -3239,12 +3239,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1465, + "target": 1492, "name": "CustomAuthError.__isAuthError" } }, { - "id": 1552, + "id": 1579, "name": "code", "variant": "declaration", "kind": 1024, @@ -3301,7 +3301,7 @@ { "type": "reflection", "declaration": { - "id": 1553, + "id": 1580, "name": "__type", "variant": "declaration", "kind": 65536, @@ -3314,12 +3314,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1463, + "target": 1490, "name": "CustomAuthError.code" } }, { - "id": 1550, + "id": 1577, "name": "name", "variant": "declaration", "kind": 1024, @@ -3339,12 +3339,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1461, + "target": 1488, "name": "CustomAuthError.name" } }, { - "id": 1551, + "id": 1578, "name": "status", "variant": "declaration", "kind": 1024, @@ -3372,7 +3372,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1462, + "target": 1489, "name": "CustomAuthError.status" } } @@ -3380,11 +3380,11 @@ "groups": [ { "title": "Constructors", - "children": [1546] + "children": [1573] }, { "title": "Properties", - "children": [1554, 1552, 1550, 1551] + "children": [1581, 1579, 1577, 1578] } ], "sources": [ @@ -3397,21 +3397,21 @@ "extendedTypes": [ { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1466, + "id": 1493, "name": "AuthSessionMissingError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1467, + "id": 1494, "name": "constructor", "variant": "declaration", "kind": 512, @@ -3425,7 +3425,7 @@ ], "signatures": [ { - "id": 1468, + "id": 1495, "name": "AuthSessionMissingError", "variant": "signature", "kind": 16384, @@ -3439,25 +3439,25 @@ ], "type": { "type": "reference", - "target": 1466, + "target": 1493, "name": "AuthSessionMissingError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1456, + "target": 1483, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1455, + "target": 1482, "name": "CustomAuthError.constructor" } }, { - "id": 1473, + "id": 1500, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -3478,12 +3478,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1465, + "target": 1492, "name": "CustomAuthError.__isAuthError" } }, { - "id": 1471, + "id": 1498, "name": "code", "variant": "declaration", "kind": 1024, @@ -3540,7 +3540,7 @@ { "type": "reflection", "declaration": { - "id": 1472, + "id": 1499, "name": "__type", "variant": "declaration", "kind": 65536, @@ -3553,12 +3553,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1463, + "target": 1490, "name": "CustomAuthError.code" } }, { - "id": 1469, + "id": 1496, "name": "name", "variant": "declaration", "kind": 1024, @@ -3578,12 +3578,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1461, + "target": 1488, "name": "CustomAuthError.name" } }, { - "id": 1470, + "id": 1497, "name": "status", "variant": "declaration", "kind": 1024, @@ -3611,7 +3611,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1462, + "target": 1489, "name": "CustomAuthError.status" } } @@ -3619,11 +3619,11 @@ "groups": [ { "title": "Constructors", - "children": [1467] + "children": [1494] }, { "title": "Properties", - "children": [1473, 1471, 1469, 1470] + "children": [1500, 1498, 1496, 1497] } ], "sources": [ @@ -3636,21 +3636,21 @@ "extendedTypes": [ { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1444, + "id": 1471, "name": "AuthUnknownError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1445, + "id": 1472, "name": "constructor", "variant": "declaration", "kind": 512, @@ -3664,7 +3664,7 @@ ], "signatures": [ { - "id": 1446, + "id": 1473, "name": "AuthUnknownError", "variant": "signature", "kind": 16384, @@ -3678,7 +3678,7 @@ ], "parameters": [ { - "id": 1447, + "id": 1474, "name": "message", "variant": "param", "kind": 32768, @@ -3689,7 +3689,7 @@ } }, { - "id": 1448, + "id": 1475, "name": "originalError", "variant": "param", "kind": 32768, @@ -3702,25 +3702,25 @@ ], "type": { "type": "reference", - "target": 1444, + "target": 1471, "name": "AuthUnknownError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1426, + "target": 1453, "name": "AuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1425, + "target": 1452, "name": "AuthError.constructor" } }, { - "id": 1453, + "id": 1480, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -3741,12 +3741,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1433, + "target": 1460, "name": "AuthError.__isAuthError" } }, { - "id": 1450, + "id": 1477, "name": "code", "variant": "declaration", "kind": 1024, @@ -3803,7 +3803,7 @@ { "type": "reflection", "declaration": { - "id": 1451, + "id": 1478, "name": "__type", "variant": "declaration", "kind": 65536, @@ -3816,12 +3816,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1430, + "target": 1457, "name": "AuthError.code" } }, { - "id": 1449, + "id": 1476, "name": "originalError", "variant": "declaration", "kind": 1024, @@ -3839,7 +3839,7 @@ } }, { - "id": 1452, + "id": 1479, "name": "status", "variant": "declaration", "kind": 1024, @@ -3876,7 +3876,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1432, + "target": 1459, "name": "AuthError.status" } } @@ -3884,11 +3884,11 @@ "groups": [ { "title": "Constructors", - "children": [1445] + "children": [1472] }, { "title": "Properties", - "children": [1453, 1450, 1449, 1452] + "children": [1480, 1477, 1476, 1479] } ], "sources": [ @@ -3901,14 +3901,14 @@ "extendedTypes": [ { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1555, + "id": 1582, "name": "AuthWeakPasswordError", "variant": "declaration", "kind": 128, @@ -3923,7 +3923,7 @@ }, "children": [ { - "id": 1556, + "id": 1583, "name": "constructor", "variant": "declaration", "kind": 512, @@ -3937,7 +3937,7 @@ ], "signatures": [ { - "id": 1557, + "id": 1584, "name": "AuthWeakPasswordError", "variant": "signature", "kind": 16384, @@ -3951,7 +3951,7 @@ ], "parameters": [ { - "id": 1558, + "id": 1585, "name": "message", "variant": "param", "kind": 32768, @@ -3962,7 +3962,7 @@ } }, { - "id": 1559, + "id": 1586, "name": "status", "variant": "param", "kind": 32768, @@ -3973,7 +3973,7 @@ } }, { - "id": 1560, + "id": 1587, "name": "reasons", "variant": "param", "kind": 32768, @@ -4002,25 +4002,25 @@ ], "type": { "type": "reference", - "target": 1555, + "target": 1582, "name": "AuthWeakPasswordError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1456, + "target": 1483, "name": "CustomAuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1455, + "target": 1482, "name": "CustomAuthError.constructor" } }, { - "id": 1566, + "id": 1593, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -4041,12 +4041,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1465, + "target": 1492, "name": "CustomAuthError.__isAuthError" } }, { - "id": 1564, + "id": 1591, "name": "code", "variant": "declaration", "kind": 1024, @@ -4103,7 +4103,7 @@ { "type": "reflection", "declaration": { - "id": 1565, + "id": 1592, "name": "__type", "variant": "declaration", "kind": 65536, @@ -4116,12 +4116,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1463, + "target": 1490, "name": "CustomAuthError.code" } }, { - "id": 1562, + "id": 1589, "name": "name", "variant": "declaration", "kind": 1024, @@ -4141,12 +4141,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1461, + "target": 1488, "name": "CustomAuthError.name" } }, { - "id": 1561, + "id": 1588, "name": "reasons", "variant": "declaration", "kind": 1024, @@ -4188,7 +4188,7 @@ } }, { - "id": 1563, + "id": 1590, "name": "status", "variant": "declaration", "kind": 1024, @@ -4216,7 +4216,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 1462, + "target": 1489, "name": "CustomAuthError.status" } } @@ -4224,11 +4224,11 @@ "groups": [ { "title": "Constructors", - "children": [1556] + "children": [1583] }, { "title": "Properties", - "children": [1566, 1564, 1562, 1561, 1563] + "children": [1593, 1591, 1589, 1588, 1590] } ], "sources": [ @@ -4241,21 +4241,21 @@ "extendedTypes": [ { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError", "package": "@supabase/auth-js" } ] }, { - "id": 1454, + "id": 1481, "name": "CustomAuthError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1455, + "id": 1482, "name": "constructor", "variant": "declaration", "kind": 512, @@ -4269,7 +4269,7 @@ ], "signatures": [ { - "id": 1456, + "id": 1483, "name": "CustomAuthError", "variant": "signature", "kind": 16384, @@ -4283,7 +4283,7 @@ ], "parameters": [ { - "id": 1457, + "id": 1484, "name": "message", "variant": "param", "kind": 32768, @@ -4294,7 +4294,7 @@ } }, { - "id": 1458, + "id": 1485, "name": "name", "variant": "param", "kind": 32768, @@ -4305,7 +4305,7 @@ } }, { - "id": 1459, + "id": 1486, "name": "status", "variant": "param", "kind": 32768, @@ -4316,7 +4316,7 @@ } }, { - "id": 1460, + "id": 1487, "name": "code", "variant": "param", "kind": 32768, @@ -4338,25 +4338,25 @@ ], "type": { "type": "reference", - "target": 1454, + "target": 1481, "name": "CustomAuthError", "package": "@supabase/auth-js" }, "overwrites": { "type": "reference", - "target": 1426, + "target": 1453, "name": "AuthError.constructor" } } ], "overwrites": { "type": "reference", - "target": 1425, + "target": 1452, "name": "AuthError.constructor" } }, { - "id": 1465, + "id": 1492, "name": "__isAuthError", "variant": "declaration", "kind": 1024, @@ -4377,12 +4377,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1433, + "target": 1460, "name": "AuthError.__isAuthError" } }, { - "id": 1463, + "id": 1490, "name": "code", "variant": "declaration", "kind": 1024, @@ -4439,7 +4439,7 @@ { "type": "reflection", "declaration": { - "id": 1464, + "id": 1491, "name": "__type", "variant": "declaration", "kind": 65536, @@ -4452,12 +4452,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 1430, + "target": 1457, "name": "AuthError.code" } }, { - "id": 1461, + "id": 1488, "name": "name", "variant": "declaration", "kind": 1024, @@ -4480,7 +4480,7 @@ } }, { - "id": 1462, + "id": 1489, "name": "status", "variant": "declaration", "kind": 1024, @@ -4506,7 +4506,7 @@ }, "overwrites": { "type": "reference", - "target": 1432, + "target": 1459, "name": "AuthError.status" } } @@ -4514,11 +4514,11 @@ "groups": [ { "title": "Constructors", - "children": [1455] + "children": [1482] }, { "title": "Properties", - "children": [1465, 1463, 1461, 1462] + "children": [1492, 1490, 1488, 1489] } ], "sources": [ @@ -4531,7 +4531,7 @@ "extendedTypes": [ { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -4539,42 +4539,42 @@ "extendedBy": [ { "type": "reference", - "target": 1466, + "target": 1493, "name": "AuthSessionMissingError" }, { "type": "reference", - "target": 1474, + "target": 1501, "name": "AuthInvalidTokenResponseError" }, { "type": "reference", - "target": 1482, + "target": 1509, "name": "AuthInvalidCredentialsError" }, { "type": "reference", - "target": 1491, + "target": 1518, "name": "AuthImplicitGrantRedirectError" }, { "type": "reference", - "target": 1518, + "target": 1545, "name": "AuthPKCEGrantCodeExchangeError" }, { "type": "reference", - "target": 1545, + "target": 1572, "name": "AuthRetryableFetchError" }, { "type": "reference", - "target": 1555, + "target": 1582, "name": "AuthWeakPasswordError" }, { "type": "reference", - "target": 1567, + "target": 1594, "name": "AuthInvalidJwtError" } ] @@ -5091,14 +5091,14 @@ ] }, { - "id": 275, + "id": 277, "name": "GoTrueAdminApi", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 276, + "id": 278, "name": "constructor", "variant": "declaration", "kind": 512, @@ -5112,7 +5112,7 @@ ], "signatures": [ { - "id": 277, + "id": 279, "name": "GoTrueAdminApi", "variant": "signature", "kind": 16384, @@ -5126,7 +5126,7 @@ ], "parameters": [ { - "id": 278, + "id": 280, "name": "__namedParameters", "variant": "param", "kind": 32768, @@ -5134,14 +5134,14 @@ "type": { "type": "reflection", "declaration": { - "id": 279, + "id": 281, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 285, + "id": 287, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -5158,7 +5158,7 @@ "type": { "type": "reflection", "declaration": { - "id": 286, + "id": 288, "name": "__type", "variant": "declaration", "kind": 65536, @@ -5177,7 +5177,7 @@ ], "signatures": [ { - "id": 287, + "id": 289, "name": "__type", "variant": "signature", "kind": 4096, @@ -5199,7 +5199,7 @@ ], "parameters": [ { - "id": 288, + "id": 290, "name": "input", "variant": "param", "kind": 32768, @@ -5229,7 +5229,7 @@ } }, { - "id": 289, + "id": 291, "name": "init", "variant": "param", "kind": 32768, @@ -5269,7 +5269,7 @@ } }, { - "id": 290, + "id": 292, "name": "__type", "variant": "signature", "kind": 4096, @@ -5291,7 +5291,7 @@ ], "parameters": [ { - "id": 291, + "id": 293, "name": "input", "variant": "param", "kind": 32768, @@ -5325,7 +5325,7 @@ } }, { - "id": 292, + "id": 294, "name": "init", "variant": "param", "kind": 32768, @@ -5369,7 +5369,7 @@ } }, { - "id": 281, + "id": 283, "name": "headers", "variant": "declaration", "kind": 1024, @@ -5386,7 +5386,7 @@ "type": { "type": "reflection", "declaration": { - "id": 282, + "id": 284, "name": "__type", "variant": "declaration", "kind": 65536, @@ -5400,7 +5400,7 @@ ], "indexSignatures": [ { - "id": 283, + "id": 285, "name": "__index", "variant": "signature", "kind": 8192, @@ -5414,7 +5414,7 @@ ], "parameters": [ { - "id": 284, + "id": 286, "name": "key", "variant": "param", "kind": 32768, @@ -5435,7 +5435,7 @@ } }, { - "id": 280, + "id": 282, "name": "url", "variant": "declaration", "kind": 1024, @@ -5456,7 +5456,7 @@ "groups": [ { "title": "Properties", - "children": [285, 281, 280] + "children": [287, 283, 282] } ], "sources": [ @@ -5472,7 +5472,7 @@ ], "type": { "type": "reference", - "target": 275, + "target": 277, "name": "GoTrueAdminApi", "package": "@supabase/auth-js", "qualifiedName": "default" @@ -5481,7 +5481,7 @@ ] }, { - "id": 300, + "id": 302, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -5498,7 +5498,7 @@ "type": { "type": "reflection", "declaration": { - "id": 301, + "id": 303, "name": "__type", "variant": "declaration", "kind": 65536, @@ -5517,7 +5517,7 @@ ], "signatures": [ { - "id": 302, + "id": 304, "name": "__type", "variant": "signature", "kind": 4096, @@ -5539,7 +5539,7 @@ ], "parameters": [ { - "id": 303, + "id": 305, "name": "input", "variant": "param", "kind": 32768, @@ -5569,7 +5569,7 @@ } }, { - "id": 304, + "id": 306, "name": "init", "variant": "param", "kind": 32768, @@ -5609,7 +5609,7 @@ } }, { - "id": 305, + "id": 307, "name": "__type", "variant": "signature", "kind": 4096, @@ -5631,7 +5631,7 @@ ], "parameters": [ { - "id": 306, + "id": 308, "name": "input", "variant": "param", "kind": 32768, @@ -5665,7 +5665,7 @@ } }, { - "id": 307, + "id": 309, "name": "init", "variant": "param", "kind": 32768, @@ -5709,7 +5709,7 @@ } }, { - "id": 296, + "id": 298, "name": "headers", "variant": "declaration", "kind": 1024, @@ -5726,7 +5726,7 @@ "type": { "type": "reflection", "declaration": { - "id": 297, + "id": 299, "name": "__type", "variant": "declaration", "kind": 65536, @@ -5740,7 +5740,7 @@ ], "indexSignatures": [ { - "id": 298, + "id": 300, "name": "__index", "variant": "signature", "kind": 8192, @@ -5754,7 +5754,7 @@ ], "parameters": [ { - "id": 299, + "id": 301, "name": "key", "variant": "param", "kind": 32768, @@ -5775,7 +5775,7 @@ } }, { - "id": 293, + "id": 295, "name": "mfa", "variant": "declaration", "kind": 1024, @@ -5797,13 +5797,13 @@ ], "type": { "type": "reference", - "target": 1237, + "target": 1248, "name": "GoTrueAdminMFAApi", "package": "@supabase/auth-js" } }, { - "id": 294, + "id": 296, "name": "oauth", "variant": "declaration", "kind": 1024, @@ -5825,13 +5825,13 @@ ], "type": { "type": "reference", - "target": 1347, + "target": 1374, "name": "GoTrueAdminOAuthApi", "package": "@supabase/auth-js" } }, { - "id": 295, + "id": 297, "name": "url", "variant": "declaration", "kind": 1024, @@ -5851,7 +5851,7 @@ } }, { - "id": 325, + "id": 327, "name": "createUser", "variant": "declaration", "kind": 2048, @@ -5865,7 +5865,7 @@ ], "signatures": [ { - "id": 326, + "id": 328, "name": "createUser", "variant": "signature", "kind": 4096, @@ -5895,14 +5895,14 @@ ], "parameters": [ { - "id": 327, + "id": 329, "name": "attributes", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 839, + "target": 848, "name": "AdminUserAttributes", "package": "@supabase/auth-js" } @@ -5917,7 +5917,7 @@ "typeArguments": [ { "type": "reference", - "target": 793, + "target": 801, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -5929,7 +5929,7 @@ ] }, { - "id": 349, + "id": 351, "name": "deleteUser", "variant": "declaration", "kind": 2048, @@ -5943,7 +5943,7 @@ ], "signatures": [ { - "id": 350, + "id": 352, "name": "deleteUser", "variant": "signature", "kind": 4096, @@ -5973,7 +5973,7 @@ ], "parameters": [ { - "id": 351, + "id": 353, "name": "id", "variant": "param", "kind": 32768, @@ -5992,7 +5992,7 @@ } }, { - "id": 352, + "id": 354, "name": "shouldSoftDelete", "variant": "param", "kind": 32768, @@ -6030,7 +6030,7 @@ "typeArguments": [ { "type": "reference", - "target": 793, + "target": 801, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -6042,7 +6042,7 @@ ] }, { - "id": 322, + "id": 324, "name": "generateLink", "variant": "declaration", "kind": 2048, @@ -6056,7 +6056,7 @@ ], "signatures": [ { - "id": 323, + "id": 325, "name": "generateLink", "variant": "signature", "kind": 4096, @@ -6078,14 +6078,14 @@ ], "parameters": [ { - "id": 324, + "id": 326, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1047, + "target": 1058, "name": "GenerateLinkParams", "package": "@supabase/auth-js" } @@ -6100,7 +6100,7 @@ "typeArguments": [ { "type": "reference", - "target": 1048, + "target": 1059, "name": "GenerateLinkResponse", "package": "@supabase/auth-js" } @@ -6112,7 +6112,7 @@ ] }, { - "id": 342, + "id": 344, "name": "getUserById", "variant": "declaration", "kind": 2048, @@ -6126,7 +6126,7 @@ ], "signatures": [ { - "id": 343, + "id": 345, "name": "getUserById", "variant": "signature", "kind": 4096, @@ -6148,7 +6148,7 @@ ], "parameters": [ { - "id": 344, + "id": 346, "name": "uid", "variant": "param", "kind": 32768, @@ -6184,7 +6184,7 @@ "typeArguments": [ { "type": "reference", - "target": 793, + "target": 801, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -6196,7 +6196,7 @@ ] }, { - "id": 315, + "id": 317, "name": "inviteUserByEmail", "variant": "declaration", "kind": 2048, @@ -6210,7 +6210,7 @@ ], "signatures": [ { - "id": 316, + "id": 318, "name": "inviteUserByEmail", "variant": "signature", "kind": 4096, @@ -6232,7 +6232,7 @@ ], "parameters": [ { - "id": 317, + "id": 319, "name": "email", "variant": "param", "kind": 32768, @@ -6251,7 +6251,7 @@ } }, { - "id": 318, + "id": 320, "name": "options", "variant": "param", "kind": 32768, @@ -6269,14 +6269,14 @@ "type": { "type": "reflection", "declaration": { - "id": 319, + "id": 321, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 320, + "id": 322, "name": "data", "variant": "declaration", "kind": 1024, @@ -6312,7 +6312,7 @@ } }, { - "id": 321, + "id": 323, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -6343,7 +6343,7 @@ "groups": [ { "title": "Properties", - "children": [320, 321] + "children": [322, 323] } ], "sources": [ @@ -6366,7 +6366,7 @@ "typeArguments": [ { "type": "reference", - "target": 793, + "target": 801, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -6378,7 +6378,7 @@ ] }, { - "id": 328, + "id": 330, "name": "listUsers", "variant": "declaration", "kind": 2048, @@ -6392,7 +6392,7 @@ ], "signatures": [ { - "id": 329, + "id": 331, "name": "listUsers", "variant": "signature", "kind": 4096, @@ -6422,7 +6422,7 @@ ], "parameters": [ { - "id": 330, + "id": 332, "name": "params", "variant": "param", "kind": 32768, @@ -6455,7 +6455,7 @@ }, "type": { "type": "reference", - "target": 1258, + "target": 1269, "name": "PageParams", "package": "@supabase/auth-js" } @@ -6474,14 +6474,14 @@ { "type": "reflection", "declaration": { - "id": 331, + "id": 333, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 332, + "id": 334, "name": "data", "variant": "declaration", "kind": 1024, @@ -6499,14 +6499,14 @@ { "type": "reflection", "declaration": { - "id": 333, + "id": 335, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 335, + "id": 337, "name": "aud", "variant": "declaration", "kind": 1024, @@ -6524,7 +6524,7 @@ } }, { - "id": 334, + "id": 336, "name": "users", "variant": "declaration", "kind": 1024, @@ -6550,7 +6550,7 @@ "groups": [ { "title": "Properties", - "children": [335, 334] + "children": [337, 336] } ], "sources": [ @@ -6564,7 +6564,7 @@ }, { "type": "reference", - "target": 1251, + "target": 1262, "name": "Pagination", "package": "@supabase/auth-js" } @@ -6572,7 +6572,7 @@ } }, { - "id": 336, + "id": 338, "name": "error", "variant": "declaration", "kind": 1024, @@ -6593,7 +6593,7 @@ "groups": [ { "title": "Properties", - "children": [332, 336] + "children": [334, 338] } ], "sources": [ @@ -6608,14 +6608,14 @@ { "type": "reflection", "declaration": { - "id": 337, + "id": 339, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 338, + "id": 340, "name": "data", "variant": "declaration", "kind": 1024, @@ -6630,14 +6630,14 @@ "type": { "type": "reflection", "declaration": { - "id": 339, + "id": 341, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 340, + "id": 342, "name": "users", "variant": "declaration", "kind": 1024, @@ -6657,7 +6657,7 @@ "groups": [ { "title": "Properties", - "children": [340] + "children": [342] } ], "sources": [ @@ -6671,7 +6671,7 @@ } }, { - "id": 341, + "id": 343, "name": "error", "variant": "declaration", "kind": 1024, @@ -6685,7 +6685,7 @@ ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -6694,7 +6694,7 @@ "groups": [ { "title": "Properties", - "children": [338, 341] + "children": [340, 343] } ], "sources": [ @@ -6716,7 +6716,7 @@ ] }, { - "id": 308, + "id": 310, "name": "signOut", "variant": "declaration", "kind": 2048, @@ -6730,7 +6730,7 @@ ], "signatures": [ { - "id": 309, + "id": 311, "name": "signOut", "variant": "signature", "kind": 4096, @@ -6752,7 +6752,7 @@ ], "parameters": [ { - "id": 310, + "id": 312, "name": "jwt", "variant": "param", "kind": 32768, @@ -6771,7 +6771,7 @@ } }, { - "id": 311, + "id": 313, "name": "scope", "variant": "param", "kind": 32768, @@ -6815,14 +6815,14 @@ { "type": "reflection", "declaration": { - "id": 312, + "id": 314, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 313, + "id": 315, "name": "data", "variant": "declaration", "kind": 1024, @@ -6840,7 +6840,7 @@ } }, { - "id": 314, + "id": 316, "name": "error", "variant": "declaration", "kind": 1024, @@ -6861,7 +6861,7 @@ }, { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -6872,7 +6872,7 @@ "groups": [ { "title": "Properties", - "children": [313, 314] + "children": [315, 316] } ], "sources": [ @@ -6892,7 +6892,7 @@ ] }, { - "id": 345, + "id": 347, "name": "updateUserById", "variant": "declaration", "kind": 2048, @@ -6906,7 +6906,7 @@ ], "signatures": [ { - "id": 346, + "id": 348, "name": "updateUserById", "variant": "signature", "kind": 4096, @@ -6928,7 +6928,7 @@ ], "parameters": [ { - "id": 347, + "id": 349, "name": "uid", "variant": "param", "kind": 32768, @@ -6939,7 +6939,7 @@ } }, { - "id": 348, + "id": 350, "name": "attributes", "variant": "param", "kind": 32768, @@ -6962,7 +6962,7 @@ }, "type": { "type": "reference", - "target": 839, + "target": 848, "name": "AdminUserAttributes", "package": "@supabase/auth-js" } @@ -6977,7 +6977,7 @@ "typeArguments": [ { "type": "reference", - "target": 793, + "target": 801, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -6992,15 +6992,15 @@ "groups": [ { "title": "Constructors", - "children": [276] + "children": [278] }, { "title": "Properties", - "children": [300, 296, 293, 294, 295] + "children": [302, 298, 295, 296, 297] }, { "title": "Methods", - "children": [325, 349, 322, 342, 315, 328, 308, 345] + "children": [327, 351, 324, 344, 317, 330, 310, 347] } ], "sources": [ @@ -7012,14 +7012,14 @@ ] }, { - "id": 361, + "id": 363, "name": "GoTrueClient", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 363, + "id": 365, "name": "constructor", "variant": "declaration", "kind": 512, @@ -7027,13 +7027,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 81, + "line": 82, "character": 4 } ], "signatures": [ { - "id": 364, + "id": 366, "name": "GoTrueClient", "variant": "signature", "kind": 16384, @@ -7049,20 +7049,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 81, + "line": 82, "character": 4 } ], "parameters": [ { - "id": 365, + "id": 367, "name": "options", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 705, + "target": 712, "name": "GoTrueClientOptions", "package": "@supabase/auth-js" } @@ -7070,7 +7070,7 @@ ], "type": { "type": "reference", - "target": 361, + "target": 363, "name": "GoTrueClient", "package": "@supabase/auth-js", "qualifiedName": "default" @@ -7079,7 +7079,7 @@ ] }, { - "id": 367, + "id": 369, "name": "admin", "variant": "declaration", "kind": 1024, @@ -7101,14 +7101,14 @@ ], "type": { "type": "reference", - "target": 275, + "target": 277, "name": "GoTrueAdminApi", "package": "@supabase/auth-js", "qualifiedName": "default" } }, { - "id": 393, + "id": 395, "name": "autoRefreshTicker", "variant": "declaration", "kind": 1024, @@ -7143,7 +7143,7 @@ } }, { - "id": 384, + "id": 386, "name": "autoRefreshToken", "variant": "declaration", "kind": 1024, @@ -7163,7 +7163,7 @@ } }, { - "id": 418, + "id": 421, "name": "broadcastChannel", "variant": "declaration", "kind": 1024, @@ -7181,7 +7181,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 75, + "line": 76, "character": 14 } ], @@ -7205,7 +7205,7 @@ } }, { - "id": 399, + "id": 401, "name": "detectSessionInUrl", "variant": "declaration", "kind": 1024, @@ -7225,7 +7225,7 @@ } }, { - "id": 407, + "id": 409, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -7242,7 +7242,7 @@ "type": { "type": "reflection", "declaration": { - "id": 408, + "id": 410, "name": "__type", "variant": "declaration", "kind": 65536, @@ -7261,7 +7261,7 @@ ], "signatures": [ { - "id": 409, + "id": 411, "name": "__type", "variant": "signature", "kind": 4096, @@ -7283,7 +7283,7 @@ ], "parameters": [ { - "id": 410, + "id": 412, "name": "input", "variant": "param", "kind": 32768, @@ -7313,7 +7313,7 @@ } }, { - "id": 411, + "id": 413, "name": "init", "variant": "param", "kind": 32768, @@ -7353,7 +7353,7 @@ } }, { - "id": 412, + "id": 414, "name": "__type", "variant": "signature", "kind": 4096, @@ -7375,7 +7375,7 @@ ], "parameters": [ { - "id": 413, + "id": 415, "name": "input", "variant": "param", "kind": 32768, @@ -7409,7 +7409,7 @@ } }, { - "id": 414, + "id": 416, "name": "init", "variant": "param", "kind": 32768, @@ -7453,7 +7453,7 @@ } }, { - "id": 371, + "id": 373, "name": "flowType", "variant": "declaration", "kind": 1024, @@ -7469,13 +7469,13 @@ ], "type": { "type": "reference", - "target": 898, + "target": 907, "name": "AuthFlowType", "package": "@supabase/auth-js" } }, { - "id": 405, + "id": 407, "name": "hasCustomAuthorizationHeader", "variant": "declaration", "kind": 1024, @@ -7495,7 +7495,7 @@ } }, { - "id": 401, + "id": 403, "name": "headers", "variant": "declaration", "kind": 1024, @@ -7512,7 +7512,7 @@ "type": { "type": "reflection", "declaration": { - "id": 402, + "id": 404, "name": "__type", "variant": "declaration", "kind": 65536, @@ -7526,7 +7526,7 @@ ], "indexSignatures": [ { - "id": 403, + "id": 405, "name": "__index", "variant": "signature", "kind": 8192, @@ -7540,7 +7540,7 @@ ], "parameters": [ { - "id": 404, + "id": 406, "name": "key", "variant": "param", "kind": 32768, @@ -7561,7 +7561,7 @@ } }, { - "id": 398, + "id": 400, "name": "initializePromise", "variant": "declaration", "kind": 1024, @@ -7607,7 +7607,7 @@ "typeArguments": [ { "type": "reference", - "target": 1247, + "target": 1258, "name": "InitializeResult", "package": "@supabase/auth-js" } @@ -7619,7 +7619,7 @@ } }, { - "id": 415, + "id": 417, "name": "lock", "variant": "declaration", "kind": 1024, @@ -7635,13 +7635,13 @@ ], "type": { "type": "reference", - "target": 696, + "target": 703, "name": "LockFunc", "package": "@supabase/auth-js" } }, { - "id": 416, + "id": 418, "name": "lockAcquired", "variant": "declaration", "kind": 1024, @@ -7661,7 +7661,7 @@ } }, { - "id": 419, + "id": 422, "name": "logDebugMessages", "variant": "declaration", "kind": 1024, @@ -7671,7 +7671,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 76, + "line": 77, "character": 14 } ], @@ -7681,7 +7681,7 @@ } }, { - "id": 420, + "id": 423, "name": "logger", "variant": "declaration", "kind": 1024, @@ -7691,14 +7691,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 77, + "line": 78, "character": 14 } ], "type": { "type": "reflection", "declaration": { - "id": 421, + "id": 424, "name": "__type", "variant": "declaration", "kind": 65536, @@ -7706,13 +7706,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 77, + "line": 78, "character": 22 } ], "signatures": [ { - "id": 422, + "id": 425, "name": "__type", "variant": "signature", "kind": 4096, @@ -7720,13 +7720,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 77, + "line": 78, "character": 22 } ], "parameters": [ { - "id": 423, + "id": 426, "name": "message", "variant": "param", "kind": 32768, @@ -7737,7 +7737,7 @@ } }, { - "id": 424, + "id": 427, "name": "args", "variant": "param", "kind": 32768, @@ -7763,7 +7763,7 @@ } }, { - "id": 388, + "id": 390, "name": "memoryStorage", "variant": "declaration", "kind": 1024, @@ -7787,7 +7787,7 @@ { "type": "reflection", "declaration": { - "id": 389, + "id": 391, "name": "__type", "variant": "declaration", "kind": 65536, @@ -7801,7 +7801,7 @@ ], "indexSignatures": [ { - "id": 390, + "id": 392, "name": "__index", "variant": "signature", "kind": 8192, @@ -7815,7 +7815,7 @@ ], "parameters": [ { - "id": 391, + "id": 393, "name": "key", "variant": "param", "kind": 32768, @@ -7838,7 +7838,7 @@ } }, { - "id": 368, + "id": 370, "name": "mfa", "variant": "declaration", "kind": 1024, @@ -7860,13 +7860,13 @@ ], "type": { "type": "reference", - "target": 1107, + "target": 1118, "name": "GoTrueMFAApi", "package": "@supabase/auth-js" } }, { - "id": 369, + "id": 371, "name": "oauth", "variant": "declaration", "kind": 1024, @@ -7888,13 +7888,13 @@ ], "type": { "type": "reference", - "target": 1390, + "target": 1417, "name": "AuthOAuthServerApi", "package": "@supabase/auth-js" } }, { - "id": 417, + "id": 419, "name": "pendingInLock", "variant": "declaration", "kind": 1024, @@ -7928,7 +7928,7 @@ } }, { - "id": 385, + "id": 387, "name": "persistSession", "variant": "declaration", "kind": 1024, @@ -7948,7 +7948,7 @@ } }, { - "id": 397, + "id": 399, "name": "refreshingDeferred", "variant": "declaration", "kind": 1024, @@ -7978,7 +7978,7 @@ "typeArguments": [ { "type": "reference", - "target": 1250, + "target": 1261, "name": "CallRefreshTokenResult", "package": "@supabase/auth-js" } @@ -7990,7 +7990,7 @@ } }, { - "id": 392, + "id": 394, "name": "stateChangeEmitters", "variant": "declaration", "kind": 1024, @@ -8012,12 +8012,21 @@ }, "typeArguments": [ { - "type": "intrinsic", - "name": "string" + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "symbol" + } + ] }, { "type": "reference", - "target": 852, + "target": 861, "name": "Subscription", "package": "@supabase/auth-js" } @@ -8027,7 +8036,7 @@ } }, { - "id": 386, + "id": 388, "name": "storage", "variant": "declaration", "kind": 1024, @@ -8043,13 +8052,13 @@ ], "type": { "type": "reference", - "target": 1244, + "target": 1255, "name": "SupportedStorage", "package": "@supabase/auth-js" } }, { - "id": 370, + "id": 372, "name": "storageKey", "variant": "declaration", "kind": 1024, @@ -8077,7 +8086,7 @@ } }, { - "id": 406, + "id": 408, "name": "suppressGetSessionWarning", "variant": "declaration", "kind": 1024, @@ -8097,7 +8106,27 @@ } }, { - "id": 400, + "id": 420, + "name": "throwOnError", + "variant": "declaration", + "kind": 1024, + "flags": { + "isProtected": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", + "line": 72, + "character": 14 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 402, "name": "url", "variant": "declaration", "kind": 1024, @@ -8117,7 +8146,7 @@ } }, { - "id": 387, + "id": 389, "name": "userStorage", "variant": "declaration", "kind": 1024, @@ -8144,7 +8173,7 @@ }, { "type": "reference", - "target": 1244, + "target": 1255, "name": "SupportedStorage", "package": "@supabase/auth-js" } @@ -8152,7 +8181,7 @@ } }, { - "id": 394, + "id": 396, "name": "visibilityChangedCallback", "variant": "declaration", "kind": 1024, @@ -8176,7 +8205,7 @@ { "type": "reflection", "declaration": { - "id": 395, + "id": 397, "name": "__type", "variant": "declaration", "kind": 65536, @@ -8190,7 +8219,7 @@ ], "signatures": [ { - "id": 396, + "id": 398, "name": "__type", "variant": "signature", "kind": 4096, @@ -8225,7 +8254,7 @@ } }, { - "id": 372, + "id": 374, "name": "jwks", "variant": "declaration", "kind": 262144, @@ -8245,7 +8274,7 @@ } ], "getSignature": { - "id": 373, + "id": 375, "name": "jwks", "variant": "signature", "kind": 524288, @@ -8268,14 +8297,14 @@ "type": { "type": "reflection", "declaration": { - "id": 374, + "id": 376, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 375, + "id": 377, "name": "keys", "variant": "declaration", "kind": 1024, @@ -8291,7 +8320,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 1290, + "target": 1317, "name": "JWK", "package": "@supabase/auth-js" } @@ -8301,7 +8330,7 @@ "groups": [ { "title": "Properties", - "children": [375] + "children": [377] } ], "sources": [ @@ -8315,7 +8344,7 @@ } }, "setSignature": { - "id": 376, + "id": 378, "name": "jwks", "variant": "signature", "kind": 1048576, @@ -8329,7 +8358,7 @@ ], "parameters": [ { - "id": 377, + "id": 379, "name": "value", "variant": "param", "kind": 32768, @@ -8337,14 +8366,14 @@ "type": { "type": "reflection", "declaration": { - "id": 378, + "id": 380, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 379, + "id": 381, "name": "keys", "variant": "declaration", "kind": 1024, @@ -8360,7 +8389,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 1290, + "target": 1317, "name": "JWK", "package": "@supabase/auth-js" } @@ -8370,7 +8399,7 @@ "groups": [ { "title": "Properties", - "children": [379] + "children": [381] } ], "sources": [ @@ -8391,7 +8420,7 @@ } }, { - "id": 380, + "id": 382, "name": "jwks_cached_at", "variant": "declaration", "kind": 262144, @@ -8411,7 +8440,7 @@ } ], "getSignature": { - "id": 381, + "id": 383, "name": "jwks_cached_at", "variant": "signature", "kind": 524288, @@ -8429,7 +8458,7 @@ } }, "setSignature": { - "id": 382, + "id": 384, "name": "jwks_cached_at", "variant": "signature", "kind": 1048576, @@ -8443,7 +8472,7 @@ ], "parameters": [ { - "id": 383, + "id": 385, "name": "value", "variant": "param", "kind": 32768, @@ -8461,7 +8490,7 @@ } }, { - "id": 533, + "id": 540, "name": "_refreshSession", "variant": "declaration", "kind": 2048, @@ -8471,13 +8500,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 290, + "line": 302, "character": 14 } ], "signatures": [ { - "id": 534, + "id": 541, "name": "_refreshSession", "variant": "signature", "kind": 4096, @@ -8485,13 +8514,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 290, + "line": 302, "character": 14 } ], "parameters": [ { - "id": 535, + "id": 542, "name": "currentSession", "variant": "param", "kind": 32768, @@ -8501,14 +8530,14 @@ "type": { "type": "reflection", "declaration": { - "id": 536, + "id": 543, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 537, + "id": 544, "name": "refresh_token", "variant": "declaration", "kind": 1024, @@ -8516,7 +8545,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 291, + "line": 303, "character": 8 } ], @@ -8529,13 +8558,13 @@ "groups": [ { "title": "Properties", - "children": [537] + "children": [544] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 290, + "line": 302, "character": 47 } ] @@ -8552,7 +8581,7 @@ "typeArguments": [ { "type": "reference", - "target": 754, + "target": 762, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -8564,7 +8593,7 @@ ] }, { - "id": 522, + "id": 529, "name": "_setSession", "variant": "declaration", "kind": 2048, @@ -8574,13 +8603,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 277, + "line": 289, "character": 14 } ], "signatures": [ { - "id": 523, + "id": 530, "name": "_setSession", "variant": "signature", "kind": 4096, @@ -8588,13 +8617,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 277, + "line": 289, "character": 14 } ], "parameters": [ { - "id": 524, + "id": 531, "name": "currentSession", "variant": "param", "kind": 32768, @@ -8602,14 +8631,14 @@ "type": { "type": "reflection", "declaration": { - "id": 525, + "id": 532, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 526, + "id": 533, "name": "access_token", "variant": "declaration", "kind": 1024, @@ -8617,7 +8646,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 278, + "line": 290, "character": 8 } ], @@ -8627,7 +8656,7 @@ } }, { - "id": 527, + "id": 534, "name": "refresh_token", "variant": "declaration", "kind": 1024, @@ -8635,7 +8664,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 279, + "line": 291, "character": 8 } ], @@ -8648,13 +8677,13 @@ "groups": [ { "title": "Properties", - "children": [526, 527] + "children": [533, 534] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 277, + "line": 289, "character": 42 } ] @@ -8671,7 +8700,7 @@ "typeArguments": [ { "type": "reference", - "target": 754, + "target": 762, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -8683,7 +8712,7 @@ ] }, { - "id": 546, + "id": 553, "name": "_signOut", "variant": "declaration", "kind": 2048, @@ -8693,13 +8722,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 316, + "line": 328, "character": 14 } ], "signatures": [ { - "id": 547, + "id": 554, "name": "_signOut", "variant": "signature", "kind": 4096, @@ -8707,13 +8736,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 316, + "line": 328, "character": 14 } ], "parameters": [ { - "id": 548, + "id": 555, "name": "__namedParameters", "variant": "param", "kind": 32768, @@ -8722,7 +8751,7 @@ }, "type": { "type": "reference", - "target": 1262, + "target": 1273, "name": "SignOut", "package": "@supabase/auth-js" } @@ -8738,14 +8767,14 @@ { "type": "reflection", "declaration": { - "id": 549, + "id": 556, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 550, + "id": 557, "name": "error", "variant": "declaration", "kind": 1024, @@ -8753,7 +8782,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 317, + "line": 329, "character": 8 } ], @@ -8766,7 +8795,7 @@ }, { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -8777,13 +8806,13 @@ "groups": [ { "title": "Properties", - "children": [550] + "children": [557] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 316, + "line": 328, "character": 53 } ] @@ -8797,7 +8826,7 @@ ] }, { - "id": 510, + "id": 517, "name": "_updateUser", "variant": "declaration", "kind": 2048, @@ -8807,13 +8836,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 265, + "line": 277, "character": 14 } ], "signatures": [ { - "id": 511, + "id": 518, "name": "_updateUser", "variant": "signature", "kind": 4096, @@ -8821,26 +8850,26 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 265, + "line": 277, "character": 14 } ], "parameters": [ { - "id": 512, + "id": 519, "name": "attributes", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 833, + "target": 842, "name": "UserAttributes", "package": "@supabase/auth-js" } }, { - "id": 513, + "id": 520, "name": "options", "variant": "param", "kind": 32768, @@ -8850,14 +8879,14 @@ "type": { "type": "reflection", "declaration": { - "id": 514, + "id": 521, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 515, + "id": 522, "name": "emailRedirectTo", "variant": "declaration", "kind": 1024, @@ -8867,7 +8896,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 266, + "line": 278, "character": 8 } ], @@ -8880,13 +8909,13 @@ "groups": [ { "title": "Properties", - "children": [515] + "children": [522] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 265, + "line": 277, "character": 64 } ] @@ -8903,7 +8932,7 @@ "typeArguments": [ { "type": "reference", - "target": 793, + "target": 801, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -8915,7 +8944,7 @@ ] }, { - "id": 441, + "id": 448, "name": "exchangeCodeForSession", "variant": "declaration", "kind": 2048, @@ -8923,13 +8952,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 130, + "line": 142, "character": 4 } ], "signatures": [ { - "id": 442, + "id": 449, "name": "exchangeCodeForSession", "variant": "signature", "kind": 4096, @@ -8945,13 +8974,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 130, + "line": 142, "character": 4 } ], "parameters": [ { - "id": 443, + "id": 450, "name": "authCode", "variant": "param", "kind": 32768, @@ -8971,7 +9000,7 @@ "typeArguments": [ { "type": "reference", - "target": 768, + "target": 776, "name": "AuthTokenResponse", "package": "@supabase/auth-js" } @@ -8983,7 +9012,7 @@ ] }, { - "id": 644, + "id": 651, "name": "getClaims", "variant": "declaration", "kind": 2048, @@ -8991,13 +9020,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 549, + "line": 561, "character": 4 } ], "signatures": [ { - "id": 645, + "id": 652, "name": "getClaims", "variant": "signature", "kind": 4096, @@ -9039,13 +9068,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 549, + "line": 561, "character": 4 } ], "parameters": [ { - "id": 646, + "id": 653, "name": "jwt", "variant": "param", "kind": 32768, @@ -9075,7 +9104,7 @@ } }, { - "id": 647, + "id": 654, "name": "options", "variant": "param", "kind": 32768, @@ -9093,14 +9122,14 @@ "type": { "type": "reflection", "declaration": { - "id": 648, + "id": 655, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 650, + "id": 657, "name": "allowExpired", "variant": "declaration", "kind": 1024, @@ -9134,7 +9163,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 555, + "line": 567, "character": 8 } ], @@ -9144,7 +9173,7 @@ } }, { - "id": 651, + "id": 658, "name": "jwks", "variant": "declaration", "kind": 1024, @@ -9162,21 +9191,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 557, + "line": 569, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 652, + "id": 659, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 653, + "id": 660, "name": "keys", "variant": "declaration", "kind": 1024, @@ -9184,7 +9213,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 558, + "line": 570, "character": 12 } ], @@ -9192,7 +9221,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 1290, + "target": 1317, "name": "JWK", "package": "@supabase/auth-js" } @@ -9202,13 +9231,13 @@ "groups": [ { "title": "Properties", - "children": [653] + "children": [660] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 557, + "line": 569, "character": 15 } ] @@ -9216,7 +9245,7 @@ } }, { - "id": 649, + "id": 656, "name": "keys", "variant": "declaration", "kind": 1024, @@ -9240,7 +9269,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 553, + "line": 565, "character": 8 } ], @@ -9248,7 +9277,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 1290, + "target": 1317, "name": "JWK", "package": "@supabase/auth-js" } @@ -9258,13 +9287,13 @@ "groups": [ { "title": "Properties", - "children": [650, 651, 649] + "children": [657, 658, 656] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 549, + "line": 561, "character": 38 } ] @@ -9285,14 +9314,14 @@ { "type": "reflection", "declaration": { - "id": 654, + "id": 661, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 655, + "id": 662, "name": "data", "variant": "declaration", "kind": 1024, @@ -9300,21 +9329,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 561, + "line": 573, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 656, + "id": 663, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 657, + "id": 664, "name": "claims", "variant": "declaration", "kind": 1024, @@ -9322,19 +9351,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 562, + "line": 574, "character": 12 } ], "type": { "type": "reference", - "target": 1286, + "target": 1297, "name": "JwtPayload", "package": "@supabase/auth-js" } }, { - "id": 658, + "id": 665, "name": "header", "variant": "declaration", "kind": 1024, @@ -9342,19 +9371,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 563, + "line": 575, "character": 12 } ], "type": { "type": "reference", - "target": 1271, + "target": 1282, "name": "JwtHeader", "package": "@supabase/auth-js" } }, { - "id": 659, + "id": 666, "name": "signature", "variant": "declaration", "kind": 1024, @@ -9362,7 +9391,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 564, + "line": 576, "character": 12 } ], @@ -9380,13 +9409,13 @@ "groups": [ { "title": "Properties", - "children": [657, 658, 659] + "children": [664, 665, 666] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 561, + "line": 573, "character": 14 } ] @@ -9394,7 +9423,7 @@ } }, { - "id": 660, + "id": 667, "name": "error", "variant": "declaration", "kind": 1024, @@ -9402,7 +9431,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 566, + "line": 578, "character": 8 } ], @@ -9415,13 +9444,13 @@ "groups": [ { "title": "Properties", - "children": [655, 660] + "children": [662, 667] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 560, + "line": 572, "character": 16 } ] @@ -9430,14 +9459,14 @@ { "type": "reflection", "declaration": { - "id": 661, + "id": 668, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 662, + "id": 669, "name": "data", "variant": "declaration", "kind": 1024, @@ -9445,7 +9474,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 568, + "line": 580, "character": 8 } ], @@ -9455,7 +9484,7 @@ } }, { - "id": 663, + "id": 670, "name": "error", "variant": "declaration", "kind": 1024, @@ -9463,13 +9492,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 569, + "line": 581, "character": 8 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -9478,13 +9507,13 @@ "groups": [ { "title": "Properties", - "children": [662, 663] + "children": [669, 670] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 567, + "line": 579, "character": 8 } ] @@ -9493,14 +9522,14 @@ { "type": "reflection", "declaration": { - "id": 664, + "id": 671, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 665, + "id": 672, "name": "data", "variant": "declaration", "kind": 1024, @@ -9508,7 +9537,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 571, + "line": 583, "character": 8 } ], @@ -9518,7 +9547,7 @@ } }, { - "id": 666, + "id": 673, "name": "error", "variant": "declaration", "kind": 1024, @@ -9526,7 +9555,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 572, + "line": 584, "character": 8 } ], @@ -9539,13 +9568,13 @@ "groups": [ { "title": "Properties", - "children": [665, 666] + "children": [672, 673] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 570, + "line": 582, "character": 8 } ] @@ -9561,7 +9590,7 @@ ] }, { - "id": 480, + "id": 487, "name": "getSession", "variant": "declaration", "kind": 2048, @@ -9569,13 +9598,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 217, + "line": 229, "character": 4 } ], "signatures": [ { - "id": 481, + "id": 488, "name": "getSession", "variant": "signature", "kind": 4096, @@ -9600,7 +9629,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 217, + "line": 229, "character": 4 } ], @@ -9617,14 +9646,14 @@ { "type": "reflection", "declaration": { - "id": 482, + "id": 489, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 483, + "id": 490, "name": "data", "variant": "declaration", "kind": 1024, @@ -9632,21 +9661,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 218, + "line": 230, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 484, + "id": 491, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 485, + "id": 492, "name": "session", "variant": "declaration", "kind": 1024, @@ -9654,7 +9683,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 219, + "line": 231, "character": 12 } ], @@ -9669,13 +9698,13 @@ "groups": [ { "title": "Properties", - "children": [485] + "children": [492] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 218, + "line": 230, "character": 14 } ] @@ -9683,7 +9712,7 @@ } }, { - "id": 486, + "id": 493, "name": "error", "variant": "declaration", "kind": 1024, @@ -9691,7 +9720,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 221, + "line": 233, "character": 8 } ], @@ -9704,13 +9733,13 @@ "groups": [ { "title": "Properties", - "children": [483, 486] + "children": [490, 493] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 217, + "line": 229, "character": 26 } ] @@ -9719,14 +9748,14 @@ { "type": "reflection", "declaration": { - "id": 487, + "id": 494, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 488, + "id": 495, "name": "data", "variant": "declaration", "kind": 1024, @@ -9734,21 +9763,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 223, + "line": 235, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 489, + "id": 496, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 490, + "id": 497, "name": "session", "variant": "declaration", "kind": 1024, @@ -9756,7 +9785,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 224, + "line": 236, "character": 12 } ], @@ -9769,13 +9798,13 @@ "groups": [ { "title": "Properties", - "children": [490] + "children": [497] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 223, + "line": 235, "character": 14 } ] @@ -9783,7 +9812,7 @@ } }, { - "id": 491, + "id": 498, "name": "error", "variant": "declaration", "kind": 1024, @@ -9791,13 +9820,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 226, + "line": 238, "character": 8 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -9806,13 +9835,13 @@ "groups": [ { "title": "Properties", - "children": [488, 491] + "children": [495, 498] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 222, + "line": 234, "character": 8 } ] @@ -9821,14 +9850,14 @@ { "type": "reflection", "declaration": { - "id": 492, + "id": 499, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 493, + "id": 500, "name": "data", "variant": "declaration", "kind": 1024, @@ -9836,21 +9865,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 228, + "line": 240, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 494, + "id": 501, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 495, + "id": 502, "name": "session", "variant": "declaration", "kind": 1024, @@ -9858,7 +9887,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 229, + "line": 241, "character": 12 } ], @@ -9871,13 +9900,13 @@ "groups": [ { "title": "Properties", - "children": [495] + "children": [502] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 228, + "line": 240, "character": 14 } ] @@ -9885,7 +9914,7 @@ } }, { - "id": 496, + "id": 503, "name": "error", "variant": "declaration", "kind": 1024, @@ -9893,7 +9922,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 231, + "line": 243, "character": 8 } ], @@ -9906,13 +9935,13 @@ "groups": [ { "title": "Properties", - "children": [493, 496] + "children": [500, 503] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 227, + "line": 239, "character": 8 } ] @@ -9928,7 +9957,7 @@ ] }, { - "id": 500, + "id": 507, "name": "getUser", "variant": "declaration", "kind": 2048, @@ -9936,13 +9965,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 257, + "line": 269, "character": 4 } ], "signatures": [ { - "id": 501, + "id": 508, "name": "getUser", "variant": "signature", "kind": 4096, @@ -9958,13 +9987,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 257, + "line": 269, "character": 4 } ], "parameters": [ { - "id": 502, + "id": 509, "name": "jwt", "variant": "param", "kind": 32768, @@ -9994,7 +10023,7 @@ "typeArguments": [ { "type": "reference", - "target": 793, + "target": 801, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -10006,7 +10035,7 @@ ] }, { - "id": 587, + "id": 594, "name": "getUserIdentities", "variant": "declaration", "kind": 2048, @@ -10014,13 +10043,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 368, + "line": 380, "character": 4 } ], "signatures": [ { - "id": 588, + "id": 595, "name": "getUserIdentities", "variant": "signature", "kind": 4096, @@ -10036,7 +10065,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 368, + "line": 380, "character": 4 } ], @@ -10053,14 +10082,14 @@ { "type": "reflection", "declaration": { - "id": 589, + "id": 596, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 590, + "id": 597, "name": "data", "variant": "declaration", "kind": 1024, @@ -10068,21 +10097,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 369, + "line": 381, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 591, + "id": 598, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 592, + "id": 599, "name": "identities", "variant": "declaration", "kind": 1024, @@ -10090,7 +10119,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 370, + "line": 382, "character": 12 } ], @@ -10098,7 +10127,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 802, + "target": 810, "name": "UserIdentity", "package": "@supabase/auth-js" } @@ -10108,13 +10137,13 @@ "groups": [ { "title": "Properties", - "children": [592] + "children": [599] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 369, + "line": 381, "character": 14 } ] @@ -10122,7 +10151,7 @@ } }, { - "id": 593, + "id": 600, "name": "error", "variant": "declaration", "kind": 1024, @@ -10130,7 +10159,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 372, + "line": 384, "character": 8 } ], @@ -10143,13 +10172,13 @@ "groups": [ { "title": "Properties", - "children": [590, 593] + "children": [597, 600] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 368, + "line": 380, "character": 33 } ] @@ -10158,14 +10187,14 @@ { "type": "reflection", "declaration": { - "id": 594, + "id": 601, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 595, + "id": 602, "name": "data", "variant": "declaration", "kind": 1024, @@ -10173,7 +10202,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 374, + "line": 386, "character": 8 } ], @@ -10183,7 +10212,7 @@ } }, { - "id": 596, + "id": 603, "name": "error", "variant": "declaration", "kind": 1024, @@ -10191,13 +10220,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 375, + "line": 387, "character": 8 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -10206,13 +10235,13 @@ "groups": [ { "title": "Properties", - "children": [595, 596] + "children": [602, 603] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 373, + "line": 385, "character": 8 } ] @@ -10228,7 +10257,7 @@ ] }, { - "id": 426, + "id": 433, "name": "initialize", "variant": "declaration", "kind": 2048, @@ -10236,13 +10265,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 88, + "line": 100, "character": 4 } ], "signatures": [ { - "id": 427, + "id": 434, "name": "initialize", "variant": "signature", "kind": 4096, @@ -10258,7 +10287,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 88, + "line": 100, "character": 4 } ], @@ -10271,7 +10300,7 @@ "typeArguments": [ { "type": "reference", - "target": 1247, + "target": 1258, "name": "InitializeResult", "package": "@supabase/auth-js" } @@ -10283,7 +10312,49 @@ ] }, { - "id": 597, + "id": 428, + "name": "isThrowOnErrorEnabled", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", + "line": 86, + "character": 4 + } + ], + "signatures": [ + { + "id": 429, + "name": "isThrowOnErrorEnabled", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Returns whether error throwing mode is enabled for this client." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", + "line": 86, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + } + ] + }, + { + "id": 604, "name": "linkIdentity", "variant": "declaration", "kind": 2048, @@ -10291,18 +10362,18 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 381, + "line": 393, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 385, + "line": 397, "character": 4 } ], "signatures": [ { - "id": 598, + "id": 605, "name": "linkIdentity", "variant": "signature", "kind": 4096, @@ -10318,20 +10389,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 381, + "line": 393, "character": 4 } ], "parameters": [ { - "id": 599, + "id": 606, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 899, + "target": 908, "name": "SignInWithOAuthCredentials", "package": "@supabase/auth-js" } @@ -10346,7 +10417,7 @@ "typeArguments": [ { "type": "reference", - "target": 777, + "target": 785, "name": "OAuthResponse", "package": "@supabase/auth-js" } @@ -10356,7 +10427,7 @@ } }, { - "id": 600, + "id": 607, "name": "linkIdentity", "variant": "signature", "kind": 4096, @@ -10372,20 +10443,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 385, + "line": 397, "character": 4 } ], "parameters": [ { - "id": 601, + "id": 608, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 911, + "target": 920, "name": "SignInWithIdTokenCredentials", "package": "@supabase/auth-js" } @@ -10400,7 +10471,7 @@ "typeArguments": [ { "type": "reference", - "target": 768, + "target": 776, "name": "AuthTokenResponse", "package": "@supabase/auth-js" } @@ -10412,7 +10483,7 @@ ] }, { - "id": 551, + "id": 558, "name": "onAuthStateChange", "variant": "declaration", "kind": 2048, @@ -10420,18 +10491,18 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 325, + "line": 337, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 342, + "line": 354, "character": 4 } ], "signatures": [ { - "id": 552, + "id": 559, "name": "onAuthStateChange", "variant": "signature", "kind": 4096, @@ -10447,13 +10518,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 325, + "line": 337, "character": 4 } ], "parameters": [ { - "id": 553, + "id": 560, "name": "callback", "variant": "param", "kind": 32768, @@ -10469,7 +10540,7 @@ "type": { "type": "reflection", "declaration": { - "id": 554, + "id": 561, "name": "__type", "variant": "declaration", "kind": 65536, @@ -10477,13 +10548,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 325, + "line": 337, "character": 32 } ], "signatures": [ { - "id": 555, + "id": 562, "name": "__type", "variant": "signature", "kind": 4096, @@ -10491,26 +10562,26 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 325, + "line": 337, "character": 32 } ], "parameters": [ { - "id": 556, + "id": 563, "name": "event", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 695, + "target": 702, "name": "AuthChangeEvent", "package": "@supabase/auth-js" } }, { - "id": 557, + "id": 564, "name": "session", "variant": "param", "kind": 32768, @@ -10545,14 +10616,14 @@ "type": { "type": "reflection", "declaration": { - "id": 558, + "id": 565, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 559, + "id": 566, "name": "data", "variant": "declaration", "kind": 1024, @@ -10560,21 +10631,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 326, + "line": 338, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 560, + "id": 567, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 561, + "id": 568, "name": "subscription", "variant": "declaration", "kind": 1024, @@ -10582,13 +10653,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 327, + "line": 339, "character": 12 } ], "type": { "type": "reference", - "target": 852, + "target": 861, "name": "Subscription", "package": "@supabase/auth-js" } @@ -10597,13 +10668,13 @@ "groups": [ { "title": "Properties", - "children": [561] + "children": [568] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 326, + "line": 338, "character": 14 } ] @@ -10614,13 +10685,13 @@ "groups": [ { "title": "Properties", - "children": [559] + "children": [566] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 325, + "line": 337, "character": 92 } ] @@ -10628,7 +10699,7 @@ } }, { - "id": 562, + "id": 569, "name": "onAuthStateChange", "variant": "signature", "kind": 4096, @@ -10663,13 +10734,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 342, + "line": 354, "character": 4 } ], "parameters": [ { - "id": 563, + "id": 570, "name": "callback", "variant": "param", "kind": 32768, @@ -10685,7 +10756,7 @@ "type": { "type": "reflection", "declaration": { - "id": 564, + "id": 571, "name": "__type", "variant": "declaration", "kind": 65536, @@ -10693,13 +10764,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 342, + "line": 354, "character": 32 } ], "signatures": [ { - "id": 565, + "id": 572, "name": "__type", "variant": "signature", "kind": 4096, @@ -10707,26 +10778,26 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 342, + "line": 354, "character": 32 } ], "parameters": [ { - "id": 566, + "id": 573, "name": "event", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 695, + "target": 702, "name": "AuthChangeEvent", "package": "@supabase/auth-js" } }, { - "id": 567, + "id": 574, "name": "session", "variant": "param", "kind": 32768, @@ -10772,14 +10843,14 @@ "type": { "type": "reflection", "declaration": { - "id": 568, + "id": 575, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 569, + "id": 576, "name": "data", "variant": "declaration", "kind": 1024, @@ -10787,21 +10858,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 343, + "line": 355, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 570, + "id": 577, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 571, + "id": 578, "name": "subscription", "variant": "declaration", "kind": 1024, @@ -10809,13 +10880,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 344, + "line": 356, "character": 12 } ], "type": { "type": "reference", - "target": 852, + "target": 861, "name": "Subscription", "package": "@supabase/auth-js" } @@ -10824,13 +10895,13 @@ "groups": [ { "title": "Properties", - "children": [571] + "children": [578] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 343, + "line": 355, "character": 14 } ] @@ -10841,13 +10912,13 @@ "groups": [ { "title": "Properties", - "children": [569] + "children": [576] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 342, + "line": 354, "character": 101 } ] @@ -10857,7 +10928,7 @@ ] }, { - "id": 474, + "id": 481, "name": "reauthenticate", "variant": "declaration", "kind": 2048, @@ -10865,13 +10936,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 200, + "line": 212, "character": 4 } ], "signatures": [ { - "id": 475, + "id": 482, "name": "reauthenticate", "variant": "signature", "kind": 4096, @@ -10887,7 +10958,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 200, + "line": 212, "character": 4 } ], @@ -10900,7 +10971,7 @@ "typeArguments": [ { "type": "reference", - "target": 754, + "target": 762, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -10912,7 +10983,7 @@ ] }, { - "id": 528, + "id": 535, "name": "refreshSession", "variant": "declaration", "kind": 2048, @@ -10920,13 +10991,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 287, + "line": 299, "character": 4 } ], "signatures": [ { - "id": 529, + "id": 536, "name": "refreshSession", "variant": "signature", "kind": 4096, @@ -10942,13 +11013,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 287, + "line": 299, "character": 4 } ], "parameters": [ { - "id": 530, + "id": 537, "name": "currentSession", "variant": "param", "kind": 32768, @@ -10966,14 +11037,14 @@ "type": { "type": "reflection", "declaration": { - "id": 531, + "id": 538, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 532, + "id": 539, "name": "refresh_token", "variant": "declaration", "kind": 1024, @@ -10981,7 +11052,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 288, + "line": 300, "character": 8 } ], @@ -10994,13 +11065,13 @@ "groups": [ { "title": "Properties", - "children": [532] + "children": [539] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 287, + "line": 299, "character": 36 } ] @@ -11017,7 +11088,7 @@ "typeArguments": [ { "type": "reference", - "target": 754, + "target": 762, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -11029,7 +11100,7 @@ ] }, { - "id": 477, + "id": 484, "name": "resend", "variant": "declaration", "kind": 2048, @@ -11037,13 +11108,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 205, + "line": 217, "character": 4 } ], "signatures": [ { - "id": 478, + "id": 485, "name": "resend", "variant": "signature", "kind": 4096, @@ -11059,20 +11130,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 205, + "line": 217, "character": 4 } ], "parameters": [ { - "id": 479, + "id": 486, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 995, + "target": 1004, "name": "ResendParams", "package": "@supabase/auth-js" } @@ -11087,7 +11158,7 @@ "typeArguments": [ { "type": "reference", - "target": 763, + "target": 771, "name": "AuthOtpResponse", "package": "@supabase/auth-js" } @@ -11099,7 +11170,7 @@ ] }, { - "id": 573, + "id": 580, "name": "resetPasswordForEmail", "variant": "declaration", "kind": 2048, @@ -11107,13 +11178,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 355, + "line": 367, "character": 4 } ], "signatures": [ { - "id": 574, + "id": 581, "name": "resetPasswordForEmail", "variant": "signature", "kind": 4096, @@ -11129,13 +11200,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 355, + "line": 367, "character": 4 } ], "parameters": [ { - "id": 575, + "id": 582, "name": "email", "variant": "param", "kind": 32768, @@ -11154,7 +11225,7 @@ } }, { - "id": 576, + "id": 583, "name": "options", "variant": "param", "kind": 32768, @@ -11164,14 +11235,14 @@ "type": { "type": "reflection", "declaration": { - "id": 577, + "id": 584, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 579, + "id": 586, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -11189,7 +11260,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 357, + "line": 369, "character": 8 } ], @@ -11199,7 +11270,7 @@ } }, { - "id": 578, + "id": 585, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -11217,7 +11288,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 356, + "line": 368, "character": 8 } ], @@ -11230,13 +11301,13 @@ "groups": [ { "title": "Properties", - "children": [579, 578] + "children": [586, 585] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 355, + "line": 367, "character": 51 } ] @@ -11257,14 +11328,14 @@ { "type": "reflection", "declaration": { - "id": 580, + "id": 587, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 581, + "id": 588, "name": "data", "variant": "declaration", "kind": 1024, @@ -11272,14 +11343,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 359, + "line": 371, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 582, + "id": 589, "name": "__type", "variant": "declaration", "kind": 65536, @@ -11288,7 +11359,7 @@ } }, { - "id": 583, + "id": 590, "name": "error", "variant": "declaration", "kind": 1024, @@ -11296,7 +11367,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 360, + "line": 372, "character": 8 } ], @@ -11309,13 +11380,13 @@ "groups": [ { "title": "Properties", - "children": [581, 583] + "children": [588, 590] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 358, + "line": 370, "character": 16 } ] @@ -11324,14 +11395,14 @@ { "type": "reflection", "declaration": { - "id": 584, + "id": 591, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 585, + "id": 592, "name": "data", "variant": "declaration", "kind": 1024, @@ -11339,7 +11410,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 362, + "line": 374, "character": 8 } ], @@ -11349,7 +11420,7 @@ } }, { - "id": 586, + "id": 593, "name": "error", "variant": "declaration", "kind": 1024, @@ -11357,13 +11428,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 363, + "line": 375, "character": 8 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -11372,13 +11443,13 @@ "groups": [ { "title": "Properties", - "children": [585, 586] + "children": [592, 593] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 361, + "line": 373, "character": 8 } ] @@ -11394,7 +11465,7 @@ ] }, { - "id": 516, + "id": 523, "name": "setSession", "variant": "declaration", "kind": 2048, @@ -11402,13 +11473,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 273, + "line": 285, "character": 4 } ], "signatures": [ { - "id": 517, + "id": 524, "name": "setSession", "variant": "signature", "kind": 4096, @@ -11424,13 +11495,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 273, + "line": 285, "character": 4 } ], "parameters": [ { - "id": 518, + "id": 525, "name": "currentSession", "variant": "param", "kind": 32768, @@ -11446,14 +11517,14 @@ "type": { "type": "reflection", "declaration": { - "id": 519, + "id": 526, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 520, + "id": 527, "name": "access_token", "variant": "declaration", "kind": 1024, @@ -11461,7 +11532,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 274, + "line": 286, "character": 8 } ], @@ -11471,7 +11542,7 @@ } }, { - "id": 521, + "id": 528, "name": "refresh_token", "variant": "declaration", "kind": 1024, @@ -11479,7 +11550,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 275, + "line": 287, "character": 8 } ], @@ -11492,13 +11563,13 @@ "groups": [ { "title": "Properties", - "children": [520, 521] + "children": [527, 528] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 273, + "line": 285, "character": 31 } ] @@ -11515,7 +11586,7 @@ "typeArguments": [ { "type": "reference", - "target": 754, + "target": 762, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -11527,7 +11598,7 @@ ] }, { - "id": 429, + "id": 436, "name": "signInAnonymously", "variant": "declaration", "kind": 2048, @@ -11535,13 +11606,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 101, + "line": 113, "character": 4 } ], "signatures": [ { - "id": 430, + "id": 437, "name": "signInAnonymously", "variant": "signature", "kind": 4096, @@ -11568,13 +11639,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 101, + "line": 113, "character": 4 } ], "parameters": [ { - "id": 431, + "id": 438, "name": "credentials", "variant": "param", "kind": 32768, @@ -11583,7 +11654,7 @@ }, "type": { "type": "reference", - "target": 862, + "target": 871, "name": "SignInAnonymouslyCredentials", "package": "@supabase/auth-js" } @@ -11598,7 +11669,7 @@ "typeArguments": [ { "type": "reference", - "target": 754, + "target": 762, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -11610,7 +11681,7 @@ ] }, { - "id": 462, + "id": 469, "name": "signInWithIdToken", "variant": "declaration", "kind": 2048, @@ -11618,13 +11689,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 158, + "line": 170, "character": 4 } ], "signatures": [ { - "id": 463, + "id": 470, "name": "signInWithIdToken", "variant": "signature", "kind": 4096, @@ -11640,20 +11711,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 158, + "line": 170, "character": 4 } ], "parameters": [ { - "id": 464, + "id": 471, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 911, + "target": 920, "name": "SignInWithIdTokenCredentials", "package": "@supabase/auth-js" } @@ -11668,7 +11739,7 @@ "typeArguments": [ { "type": "reference", - "target": 768, + "target": 776, "name": "AuthTokenResponse", "package": "@supabase/auth-js" } @@ -11680,7 +11751,7 @@ ] }, { - "id": 438, + "id": 445, "name": "signInWithOAuth", "variant": "declaration", "kind": 2048, @@ -11688,13 +11759,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 126, + "line": 138, "character": 4 } ], "signatures": [ { - "id": 439, + "id": 446, "name": "signInWithOAuth", "variant": "signature", "kind": 4096, @@ -11710,20 +11781,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 126, + "line": 138, "character": 4 } ], "parameters": [ { - "id": 440, + "id": 447, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 899, + "target": 908, "name": "SignInWithOAuthCredentials", "package": "@supabase/auth-js" } @@ -11738,7 +11809,7 @@ "typeArguments": [ { "type": "reference", - "target": 777, + "target": 785, "name": "OAuthResponse", "package": "@supabase/auth-js" } @@ -11750,7 +11821,7 @@ ] }, { - "id": 465, + "id": 472, "name": "signInWithOtp", "variant": "declaration", "kind": 2048, @@ -11758,13 +11829,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 176, + "line": 188, "character": 4 } ], "signatures": [ { - "id": 466, + "id": 473, "name": "signInWithOtp", "variant": "signature", "kind": 4096, @@ -11796,20 +11867,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 176, + "line": 188, "character": 4 } ], "parameters": [ { - "id": 467, + "id": 474, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 881, + "target": 890, "name": "SignInWithPasswordlessCredentials", "package": "@supabase/auth-js" } @@ -11824,7 +11895,7 @@ "typeArguments": [ { "type": "reference", - "target": 763, + "target": 771, "name": "AuthOtpResponse", "package": "@supabase/auth-js" } @@ -11836,7 +11907,7 @@ ] }, { - "id": 435, + "id": 442, "name": "signInWithPassword", "variant": "declaration", "kind": 2048, @@ -11844,13 +11915,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 121, + "line": 133, "character": 4 } ], "signatures": [ { - "id": 436, + "id": 443, "name": "signInWithPassword", "variant": "signature", "kind": 4096, @@ -11866,20 +11937,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 121, + "line": 133, "character": 4 } ], "parameters": [ { - "id": 437, + "id": 444, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 876, + "target": 885, "name": "SignInWithPasswordCredentials", "package": "@supabase/auth-js" } @@ -11894,7 +11965,7 @@ "typeArguments": [ { "type": "reference", - "target": 772, + "target": 780, "name": "AuthTokenResponsePassword", "package": "@supabase/auth-js" } @@ -11906,7 +11977,7 @@ ] }, { - "id": 471, + "id": 478, "name": "signInWithSSO", "variant": "declaration", "kind": 2048, @@ -11914,13 +11985,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 195, + "line": 207, "character": 4 } ], "signatures": [ { - "id": 472, + "id": 479, "name": "signInWithSSO", "variant": "signature", "kind": 4096, @@ -11936,20 +12007,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 195, + "line": 207, "character": 4 } ], "parameters": [ { - "id": 473, + "id": 480, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1009, + "target": 1018, "name": "SignInWithSSO", "package": "@supabase/auth-js" } @@ -11964,7 +12035,7 @@ "typeArguments": [ { "type": "reference", - "target": 790, + "target": 798, "name": "SSOResponse", "package": "@supabase/auth-js" } @@ -11976,7 +12047,7 @@ ] }, { - "id": 444, + "id": 451, "name": "signInWithWeb3", "variant": "declaration", "kind": 2048, @@ -11984,13 +12055,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 138, + "line": 150, "character": 4 } ], "signatures": [ { - "id": 445, + "id": 452, "name": "signInWithWeb3", "variant": "signature", "kind": 4096, @@ -12017,20 +12088,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 138, + "line": 150, "character": 4 } ], "parameters": [ { - "id": 446, + "id": 453, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 972, + "target": 981, "name": "Web3Credentials", "package": "@supabase/auth-js" } @@ -12049,14 +12120,14 @@ { "type": "reflection", "declaration": { - "id": 447, + "id": 454, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 448, + "id": 455, "name": "data", "variant": "declaration", "kind": 1024, @@ -12064,21 +12135,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 139, + "line": 151, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 449, + "id": 456, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 450, + "id": 457, "name": "session", "variant": "declaration", "kind": 1024, @@ -12086,7 +12157,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 140, + "line": 152, "character": 12 } ], @@ -12098,7 +12169,7 @@ } }, { - "id": 451, + "id": 458, "name": "user", "variant": "declaration", "kind": 1024, @@ -12106,7 +12177,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 141, + "line": 153, "character": 12 } ], @@ -12121,13 +12192,13 @@ "groups": [ { "title": "Properties", - "children": [450, 451] + "children": [457, 458] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 139, + "line": 151, "character": 14 } ] @@ -12135,7 +12206,7 @@ } }, { - "id": 452, + "id": 459, "name": "error", "variant": "declaration", "kind": 1024, @@ -12143,7 +12214,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 143, + "line": 155, "character": 8 } ], @@ -12156,13 +12227,13 @@ "groups": [ { "title": "Properties", - "children": [448, 452] + "children": [455, 459] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 138, + "line": 150, "character": 58 } ] @@ -12171,14 +12242,14 @@ { "type": "reflection", "declaration": { - "id": 453, + "id": 460, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 454, + "id": 461, "name": "data", "variant": "declaration", "kind": 1024, @@ -12186,21 +12257,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 145, + "line": 157, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 455, + "id": 462, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 456, + "id": 463, "name": "session", "variant": "declaration", "kind": 1024, @@ -12208,7 +12279,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 146, + "line": 158, "character": 12 } ], @@ -12218,7 +12289,7 @@ } }, { - "id": 457, + "id": 464, "name": "user", "variant": "declaration", "kind": 1024, @@ -12226,7 +12297,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 147, + "line": 159, "character": 12 } ], @@ -12239,13 +12310,13 @@ "groups": [ { "title": "Properties", - "children": [456, 457] + "children": [463, 464] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 145, + "line": 157, "character": 14 } ] @@ -12253,7 +12324,7 @@ } }, { - "id": 458, + "id": 465, "name": "error", "variant": "declaration", "kind": 1024, @@ -12261,13 +12332,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 149, + "line": 161, "character": 8 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -12276,13 +12347,13 @@ "groups": [ { "title": "Properties", - "children": [454, 458] + "children": [461, 465] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 144, + "line": 156, "character": 8 } ] @@ -12298,7 +12369,7 @@ ] }, { - "id": 541, + "id": 548, "name": "signOut", "variant": "declaration", "kind": 2048, @@ -12306,13 +12377,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 313, + "line": 325, "character": 4 } ], "signatures": [ { - "id": 542, + "id": 549, "name": "signOut", "variant": "signature", "kind": 4096, @@ -12368,13 +12439,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 313, + "line": 325, "character": 4 } ], "parameters": [ { - "id": 543, + "id": 550, "name": "options", "variant": "param", "kind": 32768, @@ -12383,7 +12454,7 @@ }, "type": { "type": "reference", - "target": 1262, + "target": 1273, "name": "SignOut", "package": "@supabase/auth-js" } @@ -12399,14 +12470,14 @@ { "type": "reflection", "declaration": { - "id": 544, + "id": 551, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 545, + "id": 552, "name": "error", "variant": "declaration", "kind": 1024, @@ -12414,7 +12485,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 314, + "line": 326, "character": 8 } ], @@ -12427,7 +12498,7 @@ }, { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -12438,13 +12509,13 @@ "groups": [ { "title": "Properties", - "children": [545] + "children": [552] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 313, + "line": 325, "character": 40 } ] @@ -12458,7 +12529,7 @@ ] }, { - "id": 432, + "id": 439, "name": "signUp", "variant": "declaration", "kind": 2048, @@ -12466,13 +12537,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 112, + "line": 124, "character": 4 } ], "signatures": [ { - "id": 433, + "id": 440, "name": "signUp", "variant": "signature", "kind": 4096, @@ -12508,20 +12579,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 112, + "line": 124, "character": 4 } ], "parameters": [ { - "id": 434, + "id": 441, "name": "credentials", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 868, + "target": 877, "name": "SignUpWithPasswordCredentials", "package": "@supabase/auth-js" } @@ -12536,7 +12607,7 @@ "typeArguments": [ { "type": "reference", - "target": 754, + "target": 762, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -12548,7 +12619,7 @@ ] }, { - "id": 625, + "id": 632, "name": "startAutoRefresh", "variant": "declaration", "kind": 2048, @@ -12556,13 +12627,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 457, + "line": 469, "character": 4 } ], "signatures": [ { - "id": 626, + "id": 633, "name": "startAutoRefresh", "variant": "signature", "kind": 4096, @@ -12577,7 +12648,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueClientOptions#autoRefreshToken", - "target": 714 + "target": 721 }, { "kind": "text", @@ -12593,7 +12664,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 457, + "line": 469, "character": 4 } ], @@ -12616,7 +12687,7 @@ ] }, { - "id": 627, + "id": 634, "name": "stopAutoRefresh", "variant": "declaration", "kind": 2048, @@ -12624,13 +12695,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 466, + "line": 478, "character": 4 } ], "signatures": [ { - "id": 628, + "id": 635, "name": "stopAutoRefresh", "variant": "signature", "kind": 4096, @@ -12655,7 +12726,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 466, + "line": 478, "character": 4 } ], @@ -12678,7 +12749,7 @@ ] }, { - "id": 604, + "id": 611, "name": "unlinkIdentity", "variant": "declaration", "kind": 2048, @@ -12686,13 +12757,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 391, + "line": 403, "character": 4 } ], "signatures": [ { - "id": 605, + "id": 612, "name": "unlinkIdentity", "variant": "signature", "kind": 4096, @@ -12708,20 +12779,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 391, + "line": 403, "character": 4 } ], "parameters": [ { - "id": 606, + "id": 613, "name": "identity", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 802, + "target": 810, "name": "UserIdentity", "package": "@supabase/auth-js" } @@ -12740,14 +12811,14 @@ { "type": "reflection", "declaration": { - "id": 607, + "id": 614, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 608, + "id": 615, "name": "data", "variant": "declaration", "kind": 1024, @@ -12755,14 +12826,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 392, + "line": 404, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 609, + "id": 616, "name": "__type", "variant": "declaration", "kind": 65536, @@ -12771,7 +12842,7 @@ } }, { - "id": 610, + "id": 617, "name": "error", "variant": "declaration", "kind": 1024, @@ -12779,7 +12850,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 393, + "line": 405, "character": 8 } ], @@ -12792,13 +12863,13 @@ "groups": [ { "title": "Properties", - "children": [608, 610] + "children": [615, 617] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 391, + "line": 403, "character": 52 } ] @@ -12807,14 +12878,14 @@ { "type": "reflection", "declaration": { - "id": 611, + "id": 618, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 612, + "id": 619, "name": "data", "variant": "declaration", "kind": 1024, @@ -12822,7 +12893,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 395, + "line": 407, "character": 8 } ], @@ -12832,7 +12903,7 @@ } }, { - "id": 613, + "id": 620, "name": "error", "variant": "declaration", "kind": 1024, @@ -12840,13 +12911,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 396, + "line": 408, "character": 8 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -12855,13 +12926,13 @@ "groups": [ { "title": "Properties", - "children": [612, 613] + "children": [619, 620] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 394, + "line": 406, "character": 8 } ] @@ -12877,7 +12948,7 @@ ] }, { - "id": 504, + "id": 511, "name": "updateUser", "variant": "declaration", "kind": 2048, @@ -12885,13 +12956,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 262, + "line": 274, "character": 4 } ], "signatures": [ { - "id": 505, + "id": 512, "name": "updateUser", "variant": "signature", "kind": 4096, @@ -12907,26 +12978,26 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 262, + "line": 274, "character": 4 } ], "parameters": [ { - "id": 506, + "id": 513, "name": "attributes", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 833, + "target": 842, "name": "UserAttributes", "package": "@supabase/auth-js" } }, { - "id": 507, + "id": 514, "name": "options", "variant": "param", "kind": 32768, @@ -12936,14 +13007,14 @@ "type": { "type": "reflection", "declaration": { - "id": 508, + "id": 515, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 509, + "id": 516, "name": "emailRedirectTo", "variant": "declaration", "kind": 1024, @@ -12953,7 +13024,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 263, + "line": 275, "character": 8 } ], @@ -12966,13 +13037,13 @@ "groups": [ { "title": "Properties", - "children": [509] + "children": [516] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 262, + "line": 274, "character": 53 } ] @@ -12989,7 +13060,7 @@ "typeArguments": [ { "type": "reference", - "target": 793, + "target": 801, "name": "UserResponse", "package": "@supabase/auth-js" } @@ -13001,7 +13072,7 @@ ] }, { - "id": 468, + "id": 475, "name": "verifyOtp", "variant": "declaration", "kind": 2048, @@ -13009,13 +13080,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 180, + "line": 192, "character": 4 } ], "signatures": [ { - "id": 469, + "id": 476, "name": "verifyOtp", "variant": "signature", "kind": 4096, @@ -13031,20 +13102,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/GoTrueClient.d.ts", - "line": 180, + "line": 192, "character": 4 } ], "parameters": [ { - "id": 470, + "id": 477, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 973, + "target": 982, "name": "VerifyOtpParams", "package": "@supabase/auth-js" } @@ -13059,7 +13130,7 @@ "typeArguments": [ { "type": "reference", - "target": 754, + "target": 762, "name": "AuthResponse", "package": "@supabase/auth-js" } @@ -13074,24 +13145,24 @@ "groups": [ { "title": "Constructors", - "children": [363] + "children": [365] }, { "title": "Properties", "children": [ - 367, 393, 384, 418, 399, 407, 371, 405, 401, 398, 415, 416, 419, 420, 388, 368, 369, - 417, 385, 397, 392, 386, 370, 406, 400, 387, 394 + 369, 395, 386, 421, 401, 409, 373, 407, 403, 400, 417, 418, 422, 423, 390, 370, 371, + 419, 387, 399, 394, 388, 372, 408, 420, 402, 389, 396 ] }, { "title": "Accessors", - "children": [372, 380] + "children": [374, 382] }, { "title": "Methods", "children": [ - 533, 522, 546, 510, 441, 644, 480, 500, 587, 426, 597, 551, 474, 528, 477, 573, 516, - 429, 462, 438, 465, 435, 471, 444, 541, 432, 625, 627, 604, 504, 468 + 540, 529, 553, 517, 448, 651, 487, 507, 594, 433, 428, 604, 558, 481, 535, 484, 580, + 523, 436, 469, 445, 472, 442, 478, 451, 548, 439, 632, 634, 611, 511, 475 ] } ], @@ -13104,14 +13175,14 @@ ] }, { - "id": 677, + "id": 684, "name": "NavigatorLockAcquireTimeoutError", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 678, + "id": 685, "name": "constructor", "variant": "declaration", "kind": 512, @@ -13125,7 +13196,7 @@ ], "signatures": [ { - "id": 679, + "id": 686, "name": "NavigatorLockAcquireTimeoutError", "variant": "signature", "kind": 16384, @@ -13139,7 +13210,7 @@ ], "parameters": [ { - "id": 680, + "id": 687, "name": "message", "variant": "param", "kind": 32768, @@ -13152,7 +13223,7 @@ ], "type": { "type": "reference", - "target": 677, + "target": 684, "name": "NavigatorLockAcquireTimeoutError", "package": "@supabase/auth-js" }, @@ -13170,7 +13241,7 @@ } }, { - "id": 681, + "id": 688, "name": "isAcquireTimeout", "variant": "declaration", "kind": 1024, @@ -13200,11 +13271,11 @@ "groups": [ { "title": "Constructors", - "children": [678] + "children": [685] }, { "title": "Properties", - "children": [681] + "children": [688] } ], "sources": [ @@ -13485,7 +13556,7 @@ ] }, { - "id": 1593, + "id": 1620, "name": "RealtimeChannel", "variant": "declaration", "kind": 128, @@ -13500,7 +13571,7 @@ }, "children": [ { - "id": 1594, + "id": 1621, "name": "constructor", "variant": "declaration", "kind": 512, @@ -13514,7 +13585,7 @@ ], "signatures": [ { - "id": 1595, + "id": 1622, "name": "RealtimeChannel", "variant": "signature", "kind": 16384, @@ -13528,7 +13599,7 @@ ], "parameters": [ { - "id": 1596, + "id": 1623, "name": "topic", "variant": "param", "kind": 32768, @@ -13547,7 +13618,7 @@ } }, { - "id": 1597, + "id": 1624, "name": "params", "variant": "param", "kind": 32768, @@ -13561,7 +13632,7 @@ }, { "type": "reference", - "target": 1887, + "target": 1914, "name": "RealtimeChannelOptions", "package": "@supabase/realtime-js" } @@ -13569,14 +13640,14 @@ } }, { - "id": 1598, + "id": 1625, "name": "socket", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1902, + "target": 1929, "name": "RealtimeClient", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -13585,7 +13656,7 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -13594,7 +13665,7 @@ ] }, { - "id": 1602, + "id": 1629, "name": "bindings", "variant": "declaration", "kind": 1024, @@ -13609,7 +13680,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1603, + "id": 1630, "name": "__type", "variant": "declaration", "kind": 65536, @@ -13623,7 +13694,7 @@ ], "indexSignatures": [ { - "id": 1604, + "id": 1631, "name": "__index", "variant": "signature", "kind": 8192, @@ -13637,7 +13708,7 @@ ], "parameters": [ { - "id": 1605, + "id": 1632, "name": "key", "variant": "param", "kind": 32768, @@ -13653,14 +13724,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 1606, + "id": 1633, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1612, + "id": 1639, "name": "callback", "variant": "declaration", "kind": 1024, @@ -13683,7 +13754,7 @@ } }, { - "id": 1608, + "id": 1635, "name": "filter", "variant": "declaration", "kind": 1024, @@ -13698,7 +13769,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1609, + "id": 1636, "name": "__type", "variant": "declaration", "kind": 65536, @@ -13712,7 +13783,7 @@ ], "indexSignatures": [ { - "id": 1610, + "id": 1637, "name": "__index", "variant": "signature", "kind": 8192, @@ -13726,7 +13797,7 @@ ], "parameters": [ { - "id": 1611, + "id": 1638, "name": "key", "variant": "param", "kind": 32768, @@ -13747,7 +13818,7 @@ } }, { - "id": 1613, + "id": 1640, "name": "id", "variant": "declaration", "kind": 1024, @@ -13767,7 +13838,7 @@ } }, { - "id": 1607, + "id": 1634, "name": "type", "variant": "declaration", "kind": 1024, @@ -13788,7 +13859,7 @@ "groups": [ { "title": "Properties", - "children": [1612, 1608, 1613, 1607] + "children": [1639, 1635, 1640, 1634] } ], "sources": [ @@ -13807,7 +13878,7 @@ } }, { - "id": 1621, + "id": 1648, "name": "broadcastEndpointURL", "variant": "declaration", "kind": 1024, @@ -13825,7 +13896,7 @@ } }, { - "id": 1616, + "id": 1643, "name": "joinedOnce", "variant": "declaration", "kind": 1024, @@ -13843,7 +13914,7 @@ } }, { - "id": 1617, + "id": 1644, "name": "joinPush", "variant": "declaration", "kind": 1024, @@ -13867,7 +13938,7 @@ } }, { - "id": 1600, + "id": 1627, "name": "params", "variant": "declaration", "kind": 1024, @@ -13881,13 +13952,13 @@ ], "type": { "type": "reference", - "target": 1887, + "target": 1914, "name": "RealtimeChannelOptions", "package": "@supabase/realtime-js" } }, { - "id": 1620, + "id": 1647, "name": "presence", "variant": "declaration", "kind": 1024, @@ -13901,14 +13972,14 @@ ], "type": { "type": "reference", - "target": 1576, + "target": 1603, "name": "RealtimePresence", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1623, + "id": 1650, "name": "private", "variant": "declaration", "kind": 1024, @@ -13926,7 +13997,7 @@ } }, { - "id": 1619, + "id": 1646, "name": "pushBuffer", "variant": "declaration", "kind": 1024, @@ -13953,7 +14024,7 @@ } }, { - "id": 1618, + "id": 1645, "name": "rejoinTimer", "variant": "declaration", "kind": 1024, @@ -13977,7 +14048,7 @@ } }, { - "id": 1601, + "id": 1628, "name": "socket", "variant": "declaration", "kind": 1024, @@ -13991,14 +14062,14 @@ ], "type": { "type": "reference", - "target": 1902, + "target": 1929, "name": "RealtimeClient", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1615, + "id": 1642, "name": "state", "variant": "declaration", "kind": 1024, @@ -14021,7 +14092,7 @@ } }, { - "id": 1622, + "id": 1649, "name": "subTopic", "variant": "declaration", "kind": 1024, @@ -14039,7 +14110,7 @@ } }, { - "id": 1614, + "id": 1641, "name": "timeout", "variant": "declaration", "kind": 1024, @@ -14057,7 +14128,7 @@ } }, { - "id": 1599, + "id": 1626, "name": "topic", "variant": "declaration", "kind": 1024, @@ -14083,7 +14154,7 @@ } }, { - "id": 1850, + "id": 1877, "name": "httpSend", "variant": "declaration", "kind": 2048, @@ -14097,7 +14168,7 @@ ], "signatures": [ { - "id": 1851, + "id": 1878, "name": "httpSend", "variant": "signature", "kind": 4096, @@ -14130,7 +14201,7 @@ ], "parameters": [ { - "id": 1852, + "id": 1879, "name": "event", "variant": "param", "kind": 32768, @@ -14149,7 +14220,7 @@ } }, { - "id": 1853, + "id": 1880, "name": "payload", "variant": "param", "kind": 32768, @@ -14168,7 +14239,7 @@ } }, { - "id": 1854, + "id": 1881, "name": "opts", "variant": "param", "kind": 32768, @@ -14186,14 +14257,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1855, + "id": 1882, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1856, + "id": 1883, "name": "timeout", "variant": "declaration", "kind": 1024, @@ -14216,7 +14287,7 @@ "groups": [ { "title": "Properties", - "children": [1856] + "children": [1883] } ], "sources": [ @@ -14243,14 +14314,14 @@ { "type": "reflection", "declaration": { - "id": 1857, + "id": 1884, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1858, + "id": 1885, "name": "success", "variant": "declaration", "kind": 1024, @@ -14271,7 +14342,7 @@ "groups": [ { "title": "Properties", - "children": [1858] + "children": [1885] } ], "sources": [ @@ -14286,14 +14357,14 @@ { "type": "reflection", "declaration": { - "id": 1859, + "id": 1886, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1862, + "id": 1889, "name": "error", "variant": "declaration", "kind": 1024, @@ -14311,7 +14382,7 @@ } }, { - "id": 1861, + "id": 1888, "name": "status", "variant": "declaration", "kind": 1024, @@ -14329,7 +14400,7 @@ } }, { - "id": 1860, + "id": 1887, "name": "success", "variant": "declaration", "kind": 1024, @@ -14350,7 +14421,7 @@ "groups": [ { "title": "Properties", - "children": [1862, 1861, 1860] + "children": [1889, 1888, 1887] } ], "sources": [ @@ -14372,7 +14443,7 @@ ] }, { - "id": 1655, + "id": 1682, "name": "on", "variant": "declaration", "kind": 2048, @@ -14451,7 +14522,7 @@ ], "signatures": [ { - "id": 1656, + "id": 1683, "name": "on", "variant": "signature", "kind": 4096, @@ -14473,7 +14544,7 @@ ], "parameters": [ { - "id": 1657, + "id": 1684, "name": "type", "variant": "param", "kind": 32768, @@ -14484,7 +14555,7 @@ } }, { - "id": 1658, + "id": 1685, "name": "filter", "variant": "param", "kind": 32768, @@ -14492,14 +14563,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1659, + "id": 1686, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1660, + "id": 1687, "name": "event", "variant": "declaration", "kind": 1024, @@ -14520,7 +14591,7 @@ "groups": [ { "title": "Properties", - "children": [1660] + "children": [1687] } ], "sources": [ @@ -14534,7 +14605,7 @@ } }, { - "id": 1661, + "id": 1688, "name": "callback", "variant": "param", "kind": 32768, @@ -14542,7 +14613,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1662, + "id": 1689, "name": "__type", "variant": "declaration", "kind": 65536, @@ -14556,7 +14627,7 @@ ], "signatures": [ { - "id": 1663, + "id": 1690, "name": "__type", "variant": "signature", "kind": 4096, @@ -14580,14 +14651,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1664, + "id": 1691, "name": "on", "variant": "signature", "kind": 4096, @@ -14609,7 +14680,7 @@ ], "typeParameters": [ { - "id": 1665, + "id": 1692, "name": "T", "variant": "typeParam", "kind": 131072, @@ -14617,7 +14688,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1666, + "id": 1693, "name": "__type", "variant": "declaration", "kind": 65536, @@ -14631,7 +14702,7 @@ ], "indexSignatures": [ { - "id": 1667, + "id": 1694, "name": "__index", "variant": "signature", "kind": 8192, @@ -14645,7 +14716,7 @@ ], "parameters": [ { - "id": 1668, + "id": 1695, "name": "key", "variant": "param", "kind": 32768, @@ -14668,7 +14739,7 @@ ], "parameters": [ { - "id": 1669, + "id": 1696, "name": "type", "variant": "param", "kind": 32768, @@ -14679,7 +14750,7 @@ } }, { - "id": 1670, + "id": 1697, "name": "filter", "variant": "param", "kind": 32768, @@ -14687,14 +14758,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1671, + "id": 1698, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1672, + "id": 1699, "name": "event", "variant": "declaration", "kind": 1024, @@ -14715,7 +14786,7 @@ "groups": [ { "title": "Properties", - "children": [1672] + "children": [1699] } ], "sources": [ @@ -14729,7 +14800,7 @@ } }, { - "id": 1673, + "id": 1700, "name": "callback", "variant": "param", "kind": 32768, @@ -14737,7 +14808,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1674, + "id": 1701, "name": "__type", "variant": "declaration", "kind": 65536, @@ -14751,7 +14822,7 @@ ], "signatures": [ { - "id": 1675, + "id": 1702, "name": "__type", "variant": "signature", "kind": 4096, @@ -14765,18 +14836,18 @@ ], "parameters": [ { - "id": 1676, + "id": 1703, "name": "payload", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2088, + "target": 2117, "typeArguments": [ { "type": "reference", - "target": 1665, + "target": 1692, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -14799,14 +14870,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1677, + "id": 1704, "name": "on", "variant": "signature", "kind": 4096, @@ -14828,7 +14899,7 @@ ], "typeParameters": [ { - "id": 1678, + "id": 1705, "name": "T", "variant": "typeParam", "kind": 131072, @@ -14836,7 +14907,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1679, + "id": 1706, "name": "__type", "variant": "declaration", "kind": 65536, @@ -14850,7 +14921,7 @@ ], "indexSignatures": [ { - "id": 1680, + "id": 1707, "name": "__index", "variant": "signature", "kind": 8192, @@ -14864,7 +14935,7 @@ ], "parameters": [ { - "id": 1681, + "id": 1708, "name": "key", "variant": "param", "kind": 32768, @@ -14887,7 +14958,7 @@ ], "parameters": [ { - "id": 1682, + "id": 1709, "name": "type", "variant": "param", "kind": 32768, @@ -14898,7 +14969,7 @@ } }, { - "id": 1683, + "id": 1710, "name": "filter", "variant": "param", "kind": 32768, @@ -14906,14 +14977,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1684, + "id": 1711, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1685, + "id": 1712, "name": "event", "variant": "declaration", "kind": 1024, @@ -14934,7 +15005,7 @@ "groups": [ { "title": "Properties", - "children": [1685] + "children": [1712] } ], "sources": [ @@ -14948,7 +15019,7 @@ } }, { - "id": 1686, + "id": 1713, "name": "callback", "variant": "param", "kind": 32768, @@ -14956,7 +15027,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1687, + "id": 1714, "name": "__type", "variant": "declaration", "kind": 65536, @@ -14970,7 +15041,7 @@ ], "signatures": [ { - "id": 1688, + "id": 1715, "name": "__type", "variant": "signature", "kind": 4096, @@ -14984,18 +15055,18 @@ ], "parameters": [ { - "id": 1689, + "id": 1716, "name": "payload", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2098, + "target": 2127, "typeArguments": [ { "type": "reference", - "target": 1678, + "target": 1705, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -15018,14 +15089,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1690, + "id": 1717, "name": "on", "variant": "signature", "kind": 4096, @@ -15047,7 +15118,7 @@ ], "typeParameters": [ { - "id": 1691, + "id": 1718, "name": "T", "variant": "typeParam", "kind": 131072, @@ -15055,7 +15126,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1692, + "id": 1719, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15069,7 +15140,7 @@ ], "indexSignatures": [ { - "id": 1693, + "id": 1720, "name": "__index", "variant": "signature", "kind": 8192, @@ -15083,7 +15154,7 @@ ], "parameters": [ { - "id": 1694, + "id": 1721, "name": "key", "variant": "param", "kind": 32768, @@ -15106,7 +15177,7 @@ ], "parameters": [ { - "id": 1695, + "id": 1722, "name": "type", "variant": "param", "kind": 32768, @@ -15117,14 +15188,14 @@ } }, { - "id": 1696, + "id": 1723, "name": "filter", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2047, + "target": 2076, "typeArguments": [ { "type": "literal", @@ -15136,7 +15207,7 @@ } }, { - "id": 1697, + "id": 1724, "name": "callback", "variant": "param", "kind": 32768, @@ -15144,7 +15215,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1698, + "id": 1725, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15158,7 +15229,7 @@ ], "signatures": [ { - "id": 1699, + "id": 1726, "name": "__type", "variant": "signature", "kind": 4096, @@ -15172,18 +15243,18 @@ ], "parameters": [ { - "id": 1700, + "id": 1727, "name": "payload", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2054, + "target": 2083, "typeArguments": [ { "type": "reference", - "target": 1691, + "target": 1718, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -15206,14 +15277,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1701, + "id": 1728, "name": "on", "variant": "signature", "kind": 4096, @@ -15235,7 +15306,7 @@ ], "typeParameters": [ { - "id": 1702, + "id": 1729, "name": "T", "variant": "typeParam", "kind": 131072, @@ -15243,7 +15314,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1703, + "id": 1730, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15257,7 +15328,7 @@ ], "indexSignatures": [ { - "id": 1704, + "id": 1731, "name": "__index", "variant": "signature", "kind": 8192, @@ -15271,7 +15342,7 @@ ], "parameters": [ { - "id": 1705, + "id": 1732, "name": "key", "variant": "param", "kind": 32768, @@ -15294,7 +15365,7 @@ ], "parameters": [ { - "id": 1706, + "id": 1733, "name": "type", "variant": "param", "kind": 32768, @@ -15305,14 +15376,14 @@ } }, { - "id": 1707, + "id": 1734, "name": "filter", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2047, + "target": 2076, "typeArguments": [ { "type": "literal", @@ -15324,7 +15395,7 @@ } }, { - "id": 1708, + "id": 1735, "name": "callback", "variant": "param", "kind": 32768, @@ -15332,7 +15403,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1709, + "id": 1736, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15346,7 +15417,7 @@ ], "signatures": [ { - "id": 1710, + "id": 1737, "name": "__type", "variant": "signature", "kind": 4096, @@ -15360,18 +15431,18 @@ ], "parameters": [ { - "id": 1711, + "id": 1738, "name": "payload", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2059, + "target": 2088, "typeArguments": [ { "type": "reference", - "target": 1702, + "target": 1729, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -15394,14 +15465,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1712, + "id": 1739, "name": "on", "variant": "signature", "kind": 4096, @@ -15423,7 +15494,7 @@ ], "typeParameters": [ { - "id": 1713, + "id": 1740, "name": "T", "variant": "typeParam", "kind": 131072, @@ -15431,7 +15502,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1714, + "id": 1741, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15445,7 +15516,7 @@ ], "indexSignatures": [ { - "id": 1715, + "id": 1742, "name": "__index", "variant": "signature", "kind": 8192, @@ -15459,7 +15530,7 @@ ], "parameters": [ { - "id": 1716, + "id": 1743, "name": "key", "variant": "param", "kind": 32768, @@ -15482,7 +15553,7 @@ ], "parameters": [ { - "id": 1717, + "id": 1744, "name": "type", "variant": "param", "kind": 32768, @@ -15493,14 +15564,14 @@ } }, { - "id": 1718, + "id": 1745, "name": "filter", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2047, + "target": 2076, "typeArguments": [ { "type": "literal", @@ -15512,7 +15583,7 @@ } }, { - "id": 1719, + "id": 1746, "name": "callback", "variant": "param", "kind": 32768, @@ -15520,7 +15591,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1720, + "id": 1747, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15534,7 +15605,7 @@ ], "signatures": [ { - "id": 1721, + "id": 1748, "name": "__type", "variant": "signature", "kind": 4096, @@ -15548,18 +15619,18 @@ ], "parameters": [ { - "id": 1722, + "id": 1749, "name": "payload", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2069, + "target": 2098, "typeArguments": [ { "type": "reference", - "target": 1713, + "target": 1740, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -15582,14 +15653,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1723, + "id": 1750, "name": "on", "variant": "signature", "kind": 4096, @@ -15611,7 +15682,7 @@ ], "typeParameters": [ { - "id": 1724, + "id": 1751, "name": "T", "variant": "typeParam", "kind": 131072, @@ -15619,7 +15690,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1725, + "id": 1752, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15633,7 +15704,7 @@ ], "indexSignatures": [ { - "id": 1726, + "id": 1753, "name": "__index", "variant": "signature", "kind": 8192, @@ -15647,7 +15718,7 @@ ], "parameters": [ { - "id": 1727, + "id": 1754, "name": "key", "variant": "param", "kind": 32768, @@ -15670,7 +15741,7 @@ ], "parameters": [ { - "id": 1728, + "id": 1755, "name": "type", "variant": "param", "kind": 32768, @@ -15681,14 +15752,14 @@ } }, { - "id": 1729, + "id": 1756, "name": "filter", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2047, + "target": 2076, "typeArguments": [ { "type": "literal", @@ -15700,7 +15771,7 @@ } }, { - "id": 1730, + "id": 1757, "name": "callback", "variant": "param", "kind": 32768, @@ -15708,7 +15779,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1731, + "id": 1758, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15722,7 +15793,7 @@ ], "signatures": [ { - "id": 1732, + "id": 1759, "name": "__type", "variant": "signature", "kind": 4096, @@ -15736,18 +15807,18 @@ ], "parameters": [ { - "id": 1733, + "id": 1760, "name": "payload", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2078, + "target": 2107, "typeArguments": [ { "type": "reference", - "target": 1724, + "target": 1751, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -15770,14 +15841,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1734, + "id": 1761, "name": "on", "variant": "signature", "kind": 4096, @@ -15799,7 +15870,7 @@ ], "parameters": [ { - "id": 1735, + "id": 1762, "name": "type", "variant": "param", "kind": 32768, @@ -15818,7 +15889,7 @@ } }, { - "id": 1736, + "id": 1763, "name": "filter", "variant": "param", "kind": 32768, @@ -15834,14 +15905,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1737, + "id": 1764, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1738, + "id": 1765, "name": "event", "variant": "declaration", "kind": 1024, @@ -15862,7 +15933,7 @@ "groups": [ { "title": "Properties", - "children": [1738] + "children": [1765] } ], "sources": [ @@ -15876,7 +15947,7 @@ } }, { - "id": 1739, + "id": 1766, "name": "callback", "variant": "param", "kind": 32768, @@ -15892,7 +15963,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1740, + "id": 1767, "name": "__type", "variant": "declaration", "kind": 65536, @@ -15906,7 +15977,7 @@ ], "signatures": [ { - "id": 1741, + "id": 1768, "name": "__type", "variant": "signature", "kind": 4096, @@ -15920,7 +15991,7 @@ ], "parameters": [ { - "id": 1742, + "id": 1769, "name": "payload", "variant": "param", "kind": 32768, @@ -15928,14 +15999,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1743, + "id": 1770, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1745, + "id": 1772, "name": "event", "variant": "declaration", "kind": 1024, @@ -15953,7 +16024,7 @@ } }, { - "id": 1746, + "id": 1773, "name": "meta", "variant": "declaration", "kind": 1024, @@ -15970,14 +16041,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1747, + "id": 1774, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1749, + "id": 1776, "name": "id", "variant": "declaration", "kind": 1024, @@ -15995,7 +16066,7 @@ } }, { - "id": 1748, + "id": 1775, "name": "replayed", "variant": "declaration", "kind": 1024, @@ -16018,7 +16089,7 @@ "groups": [ { "title": "Properties", - "children": [1749, 1748] + "children": [1776, 1775] } ], "sources": [ @@ -16032,7 +16103,7 @@ } }, { - "id": 1744, + "id": 1771, "name": "type", "variant": "declaration", "kind": 1024, @@ -16053,7 +16124,7 @@ "groups": [ { "title": "Properties", - "children": [1745, 1746, 1744] + "children": [1772, 1773, 1771] } ], "sources": [ @@ -16065,7 +16136,7 @@ ], "indexSignatures": [ { - "id": 1750, + "id": 1777, "name": "__index", "variant": "signature", "kind": 8192, @@ -16079,7 +16150,7 @@ ], "parameters": [ { - "id": 1751, + "id": 1778, "name": "key", "variant": "param", "kind": 32768, @@ -16112,14 +16183,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1752, + "id": 1779, "name": "on", "variant": "signature", "kind": 4096, @@ -16141,7 +16212,7 @@ ], "typeParameters": [ { - "id": 1753, + "id": 1780, "name": "T", "variant": "typeParam", "kind": 131072, @@ -16149,7 +16220,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1754, + "id": 1781, "name": "__type", "variant": "declaration", "kind": 65536, @@ -16163,7 +16234,7 @@ ], "indexSignatures": [ { - "id": 1755, + "id": 1782, "name": "__index", "variant": "signature", "kind": 8192, @@ -16177,7 +16248,7 @@ ], "parameters": [ { - "id": 1756, + "id": 1783, "name": "key", "variant": "param", "kind": 32768, @@ -16200,7 +16271,7 @@ ], "parameters": [ { - "id": 1757, + "id": 1784, "name": "type", "variant": "param", "kind": 32768, @@ -16211,7 +16282,7 @@ } }, { - "id": 1758, + "id": 1785, "name": "filter", "variant": "param", "kind": 32768, @@ -16219,14 +16290,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1759, + "id": 1786, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1760, + "id": 1787, "name": "event", "variant": "declaration", "kind": 1024, @@ -16247,7 +16318,7 @@ "groups": [ { "title": "Properties", - "children": [1760] + "children": [1787] } ], "sources": [ @@ -16261,7 +16332,7 @@ } }, { - "id": 1761, + "id": 1788, "name": "callback", "variant": "param", "kind": 32768, @@ -16269,7 +16340,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1762, + "id": 1789, "name": "__type", "variant": "declaration", "kind": 65536, @@ -16283,7 +16354,7 @@ ], "signatures": [ { - "id": 1763, + "id": 1790, "name": "__type", "variant": "signature", "kind": 4096, @@ -16297,7 +16368,7 @@ ], "parameters": [ { - "id": 1764, + "id": 1791, "name": "payload", "variant": "param", "kind": 32768, @@ -16305,14 +16376,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1765, + "id": 1792, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1767, + "id": 1794, "name": "event", "variant": "declaration", "kind": 1024, @@ -16330,7 +16401,7 @@ } }, { - "id": 1768, + "id": 1795, "name": "meta", "variant": "declaration", "kind": 1024, @@ -16347,14 +16418,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1769, + "id": 1796, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1771, + "id": 1798, "name": "id", "variant": "declaration", "kind": 1024, @@ -16372,7 +16443,7 @@ } }, { - "id": 1770, + "id": 1797, "name": "replayed", "variant": "declaration", "kind": 1024, @@ -16395,7 +16466,7 @@ "groups": [ { "title": "Properties", - "children": [1771, 1770] + "children": [1798, 1797] } ], "sources": [ @@ -16409,7 +16480,7 @@ } }, { - "id": 1772, + "id": 1799, "name": "payload", "variant": "declaration", "kind": 1024, @@ -16423,14 +16494,14 @@ ], "type": { "type": "reference", - "target": 1753, + "target": 1780, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true } }, { - "id": 1766, + "id": 1793, "name": "type", "variant": "declaration", "kind": 1024, @@ -16451,7 +16522,7 @@ "groups": [ { "title": "Properties", - "children": [1767, 1768, 1772, 1766] + "children": [1794, 1795, 1799, 1793] } ], "sources": [ @@ -16477,14 +16548,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1773, + "id": 1800, "name": "on", "variant": "signature", "kind": 4096, @@ -16506,7 +16577,7 @@ ], "typeParameters": [ { - "id": 1774, + "id": 1801, "name": "T", "variant": "typeParam", "kind": 131072, @@ -16534,7 +16605,7 @@ ], "parameters": [ { - "id": 1775, + "id": 1802, "name": "type", "variant": "param", "kind": 32768, @@ -16545,7 +16616,7 @@ } }, { - "id": 1776, + "id": 1803, "name": "filter", "variant": "param", "kind": 32768, @@ -16553,14 +16624,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1777, + "id": 1804, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1778, + "id": 1805, "name": "event", "variant": "declaration", "kind": 1024, @@ -16574,7 +16645,7 @@ ], "type": { "type": "reference", - "target": 2124, + "target": 2153, "name": "ALL", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.ALL" @@ -16584,7 +16655,7 @@ "groups": [ { "title": "Properties", - "children": [1778] + "children": [1805] } ], "sources": [ @@ -16598,7 +16669,7 @@ } }, { - "id": 1779, + "id": 1806, "name": "callback", "variant": "param", "kind": 32768, @@ -16606,7 +16677,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1780, + "id": 1807, "name": "__type", "variant": "declaration", "kind": 65536, @@ -16620,7 +16691,7 @@ ], "signatures": [ { - "id": 1781, + "id": 1808, "name": "__type", "variant": "signature", "kind": 4096, @@ -16634,7 +16705,7 @@ ], "parameters": [ { - "id": 1782, + "id": 1809, "name": "payload", "variant": "param", "kind": 32768, @@ -16642,14 +16713,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1783, + "id": 1810, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1785, + "id": 1812, "name": "event", "variant": "declaration", "kind": 1024, @@ -16663,14 +16734,14 @@ ], "type": { "type": "reference", - "target": 2124, + "target": 2153, "name": "ALL", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.ALL" } }, { - "id": 1786, + "id": 1813, "name": "payload", "variant": "declaration", "kind": 1024, @@ -16691,7 +16762,7 @@ "typeArguments": [ { "type": "reference", - "target": 1774, + "target": 1801, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -16702,7 +16773,7 @@ } }, { - "id": 1784, + "id": 1811, "name": "type", "variant": "declaration", "kind": 1024, @@ -16723,7 +16794,7 @@ "groups": [ { "title": "Properties", - "children": [1785, 1786, 1784] + "children": [1812, 1813, 1811] } ], "sources": [ @@ -16749,14 +16820,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1787, + "id": 1814, "name": "on", "variant": "signature", "kind": 4096, @@ -16778,7 +16849,7 @@ ], "typeParameters": [ { - "id": 1788, + "id": 1815, "name": "T", "variant": "typeParam", "kind": 131072, @@ -16786,7 +16857,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1789, + "id": 1816, "name": "__type", "variant": "declaration", "kind": 65536, @@ -16800,7 +16871,7 @@ ], "indexSignatures": [ { - "id": 1790, + "id": 1817, "name": "__index", "variant": "signature", "kind": 8192, @@ -16814,7 +16885,7 @@ ], "parameters": [ { - "id": 1791, + "id": 1818, "name": "key", "variant": "param", "kind": 32768, @@ -16837,7 +16908,7 @@ ], "parameters": [ { - "id": 1792, + "id": 1819, "name": "type", "variant": "param", "kind": 32768, @@ -16848,7 +16919,7 @@ } }, { - "id": 1793, + "id": 1820, "name": "filter", "variant": "param", "kind": 32768, @@ -16856,14 +16927,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1794, + "id": 1821, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1795, + "id": 1822, "name": "event", "variant": "declaration", "kind": 1024, @@ -16877,7 +16948,7 @@ ], "type": { "type": "reference", - "target": 2125, + "target": 2154, "name": "INSERT", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT" @@ -16887,7 +16958,7 @@ "groups": [ { "title": "Properties", - "children": [1795] + "children": [1822] } ], "sources": [ @@ -16901,7 +16972,7 @@ } }, { - "id": 1796, + "id": 1823, "name": "callback", "variant": "param", "kind": 32768, @@ -16909,7 +16980,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1797, + "id": 1824, "name": "__type", "variant": "declaration", "kind": 65536, @@ -16923,7 +16994,7 @@ ], "signatures": [ { - "id": 1798, + "id": 1825, "name": "__type", "variant": "signature", "kind": 4096, @@ -16937,7 +17008,7 @@ ], "parameters": [ { - "id": 1799, + "id": 1826, "name": "payload", "variant": "param", "kind": 32768, @@ -16945,14 +17016,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1800, + "id": 1827, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1802, + "id": 1829, "name": "event", "variant": "declaration", "kind": 1024, @@ -16966,14 +17037,14 @@ ], "type": { "type": "reference", - "target": 2125, + "target": 2154, "name": "INSERT", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT" } }, { - "id": 1803, + "id": 1830, "name": "payload", "variant": "declaration", "kind": 1024, @@ -16994,7 +17065,7 @@ "typeArguments": [ { "type": "reference", - "target": 1788, + "target": 1815, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -17005,7 +17076,7 @@ } }, { - "id": 1801, + "id": 1828, "name": "type", "variant": "declaration", "kind": 1024, @@ -17026,7 +17097,7 @@ "groups": [ { "title": "Properties", - "children": [1802, 1803, 1801] + "children": [1829, 1830, 1828] } ], "sources": [ @@ -17052,14 +17123,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1804, + "id": 1831, "name": "on", "variant": "signature", "kind": 4096, @@ -17081,7 +17152,7 @@ ], "typeParameters": [ { - "id": 1805, + "id": 1832, "name": "T", "variant": "typeParam", "kind": 131072, @@ -17089,7 +17160,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1806, + "id": 1833, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17103,7 +17174,7 @@ ], "indexSignatures": [ { - "id": 1807, + "id": 1834, "name": "__index", "variant": "signature", "kind": 8192, @@ -17117,7 +17188,7 @@ ], "parameters": [ { - "id": 1808, + "id": 1835, "name": "key", "variant": "param", "kind": 32768, @@ -17140,7 +17211,7 @@ ], "parameters": [ { - "id": 1809, + "id": 1836, "name": "type", "variant": "param", "kind": 32768, @@ -17151,7 +17222,7 @@ } }, { - "id": 1810, + "id": 1837, "name": "filter", "variant": "param", "kind": 32768, @@ -17159,14 +17230,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1811, + "id": 1838, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1812, + "id": 1839, "name": "event", "variant": "declaration", "kind": 1024, @@ -17180,7 +17251,7 @@ ], "type": { "type": "reference", - "target": 2126, + "target": 2155, "name": "UPDATE", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE" @@ -17190,7 +17261,7 @@ "groups": [ { "title": "Properties", - "children": [1812] + "children": [1839] } ], "sources": [ @@ -17204,7 +17275,7 @@ } }, { - "id": 1813, + "id": 1840, "name": "callback", "variant": "param", "kind": 32768, @@ -17212,7 +17283,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1814, + "id": 1841, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17226,7 +17297,7 @@ ], "signatures": [ { - "id": 1815, + "id": 1842, "name": "__type", "variant": "signature", "kind": 4096, @@ -17240,7 +17311,7 @@ ], "parameters": [ { - "id": 1816, + "id": 1843, "name": "payload", "variant": "param", "kind": 32768, @@ -17248,14 +17319,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1817, + "id": 1844, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1819, + "id": 1846, "name": "event", "variant": "declaration", "kind": 1024, @@ -17269,14 +17340,14 @@ ], "type": { "type": "reference", - "target": 2126, + "target": 2155, "name": "UPDATE", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE" } }, { - "id": 1820, + "id": 1847, "name": "payload", "variant": "declaration", "kind": 1024, @@ -17297,7 +17368,7 @@ "typeArguments": [ { "type": "reference", - "target": 1805, + "target": 1832, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -17308,7 +17379,7 @@ } }, { - "id": 1818, + "id": 1845, "name": "type", "variant": "declaration", "kind": 1024, @@ -17329,7 +17400,7 @@ "groups": [ { "title": "Properties", - "children": [1819, 1820, 1818] + "children": [1846, 1847, 1845] } ], "sources": [ @@ -17355,14 +17426,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1821, + "id": 1848, "name": "on", "variant": "signature", "kind": 4096, @@ -17384,7 +17455,7 @@ ], "typeParameters": [ { - "id": 1822, + "id": 1849, "name": "T", "variant": "typeParam", "kind": 131072, @@ -17392,7 +17463,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1823, + "id": 1850, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17406,7 +17477,7 @@ ], "indexSignatures": [ { - "id": 1824, + "id": 1851, "name": "__index", "variant": "signature", "kind": 8192, @@ -17420,7 +17491,7 @@ ], "parameters": [ { - "id": 1825, + "id": 1852, "name": "key", "variant": "param", "kind": 32768, @@ -17443,7 +17514,7 @@ ], "parameters": [ { - "id": 1826, + "id": 1853, "name": "type", "variant": "param", "kind": 32768, @@ -17454,7 +17525,7 @@ } }, { - "id": 1827, + "id": 1854, "name": "filter", "variant": "param", "kind": 32768, @@ -17462,14 +17533,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1828, + "id": 1855, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1829, + "id": 1856, "name": "event", "variant": "declaration", "kind": 1024, @@ -17483,7 +17554,7 @@ ], "type": { "type": "reference", - "target": 2127, + "target": 2156, "name": "DELETE", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE" @@ -17493,7 +17564,7 @@ "groups": [ { "title": "Properties", - "children": [1829] + "children": [1856] } ], "sources": [ @@ -17507,7 +17578,7 @@ } }, { - "id": 1830, + "id": 1857, "name": "callback", "variant": "param", "kind": 32768, @@ -17515,7 +17586,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1831, + "id": 1858, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17529,7 +17600,7 @@ ], "signatures": [ { - "id": 1832, + "id": 1859, "name": "__type", "variant": "signature", "kind": 4096, @@ -17543,7 +17614,7 @@ ], "parameters": [ { - "id": 1833, + "id": 1860, "name": "payload", "variant": "param", "kind": 32768, @@ -17551,14 +17622,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1834, + "id": 1861, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1836, + "id": 1863, "name": "event", "variant": "declaration", "kind": 1024, @@ -17572,14 +17643,14 @@ ], "type": { "type": "reference", - "target": 2127, + "target": 2156, "name": "DELETE", "package": "@supabase/realtime-js", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE" } }, { - "id": 1837, + "id": 1864, "name": "payload", "variant": "declaration", "kind": 1024, @@ -17600,7 +17671,7 @@ "typeArguments": [ { "type": "reference", - "target": 1822, + "target": 1849, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -17611,7 +17682,7 @@ } }, { - "id": 1835, + "id": 1862, "name": "type", "variant": "declaration", "kind": 1024, @@ -17632,7 +17703,7 @@ "groups": [ { "title": "Properties", - "children": [1836, 1837, 1835] + "children": [1863, 1864, 1862] } ], "sources": [ @@ -17658,14 +17729,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1838, + "id": 1865, "name": "on", "variant": "signature", "kind": 4096, @@ -17687,7 +17758,7 @@ ], "typeParameters": [ { - "id": 1839, + "id": 1866, "name": "T", "variant": "typeParam", "kind": 131072, @@ -17695,7 +17766,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1840, + "id": 1867, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17709,7 +17780,7 @@ ], "indexSignatures": [ { - "id": 1841, + "id": 1868, "name": "__index", "variant": "signature", "kind": 8192, @@ -17723,7 +17794,7 @@ ], "parameters": [ { - "id": 1842, + "id": 1869, "name": "key", "variant": "param", "kind": 32768, @@ -17746,7 +17817,7 @@ ], "parameters": [ { - "id": 1843, + "id": 1870, "name": "type", "variant": "param", "kind": 32768, @@ -17757,7 +17828,7 @@ } }, { - "id": 1844, + "id": 1871, "name": "filter", "variant": "param", "kind": 32768, @@ -17765,7 +17836,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1845, + "id": 1872, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17774,7 +17845,7 @@ } }, { - "id": 1846, + "id": 1873, "name": "callback", "variant": "param", "kind": 32768, @@ -17782,7 +17853,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1847, + "id": 1874, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17796,7 +17867,7 @@ ], "signatures": [ { - "id": 1848, + "id": 1875, "name": "__type", "variant": "signature", "kind": 4096, @@ -17810,7 +17881,7 @@ ], "parameters": [ { - "id": 1849, + "id": 1876, "name": "payload", "variant": "param", "kind": 32768, @@ -17833,7 +17904,7 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -17842,7 +17913,7 @@ ] }, { - "id": 1632, + "id": 1659, "name": "presenceState", "variant": "declaration", "kind": 2048, @@ -17856,7 +17927,7 @@ ], "signatures": [ { - "id": 1633, + "id": 1660, "name": "presenceState", "variant": "signature", "kind": 4096, @@ -17870,7 +17941,7 @@ ], "typeParameters": [ { - "id": 1634, + "id": 1661, "name": "T", "variant": "typeParam", "kind": 131072, @@ -17878,7 +17949,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1635, + "id": 1662, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17892,7 +17963,7 @@ ], "indexSignatures": [ { - "id": 1636, + "id": 1663, "name": "__index", "variant": "signature", "kind": 8192, @@ -17906,7 +17977,7 @@ ], "parameters": [ { - "id": 1637, + "id": 1664, "name": "key", "variant": "param", "kind": 32768, @@ -17928,7 +17999,7 @@ "default": { "type": "reflection", "declaration": { - "id": 1638, + "id": 1665, "name": "__type", "variant": "declaration", "kind": 65536, @@ -17939,11 +18010,11 @@ ], "type": { "type": "reference", - "target": 2108, + "target": 2137, "typeArguments": [ { "type": "reference", - "target": 1634, + "target": 1661, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -17956,7 +18027,7 @@ ] }, { - "id": 1863, + "id": 1890, "name": "send", "variant": "declaration", "kind": 2048, @@ -17970,7 +18041,7 @@ ], "signatures": [ { - "id": 1864, + "id": 1891, "name": "send", "variant": "signature", "kind": 4096, @@ -17992,7 +18063,7 @@ ], "parameters": [ { - "id": 1865, + "id": 1892, "name": "args", "variant": "param", "kind": 32768, @@ -18008,14 +18079,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1866, + "id": 1893, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1868, + "id": 1895, "name": "event", "variant": "declaration", "kind": 1024, @@ -18041,7 +18112,7 @@ } }, { - "id": 1869, + "id": 1896, "name": "payload", "variant": "declaration", "kind": 1024, @@ -18069,7 +18140,7 @@ } }, { - "id": 1867, + "id": 1894, "name": "type", "variant": "declaration", "kind": 1024, @@ -18111,7 +18182,7 @@ "groups": [ { "title": "Properties", - "children": [1868, 1869, 1867] + "children": [1895, 1896, 1894] } ], "sources": [ @@ -18123,7 +18194,7 @@ ], "indexSignatures": [ { - "id": 1870, + "id": 1897, "name": "__index", "variant": "signature", "kind": 8192, @@ -18137,7 +18208,7 @@ ], "parameters": [ { - "id": 1871, + "id": 1898, "name": "key", "variant": "param", "kind": 32768, @@ -18158,7 +18229,7 @@ } }, { - "id": 1872, + "id": 1899, "name": "opts", "variant": "param", "kind": 32768, @@ -18176,7 +18247,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1873, + "id": 1900, "name": "__type", "variant": "declaration", "kind": 65536, @@ -18190,7 +18261,7 @@ ], "indexSignatures": [ { - "id": 1874, + "id": 1901, "name": "__index", "variant": "signature", "kind": 8192, @@ -18204,7 +18275,7 @@ ], "parameters": [ { - "id": 1875, + "id": 1902, "name": "key", "variant": "param", "kind": 32768, @@ -18234,7 +18305,7 @@ "typeArguments": [ { "type": "reference", - "target": 1901, + "target": 1928, "name": "RealtimeChannelSendResponse", "package": "@supabase/realtime-js" } @@ -18246,7 +18317,7 @@ ] }, { - "id": 1624, + "id": 1651, "name": "subscribe", "variant": "declaration", "kind": 2048, @@ -18260,7 +18331,7 @@ ], "signatures": [ { - "id": 1625, + "id": 1652, "name": "subscribe", "variant": "signature", "kind": 4096, @@ -18282,7 +18353,7 @@ ], "parameters": [ { - "id": 1626, + "id": 1653, "name": "callback", "variant": "param", "kind": 32768, @@ -18292,7 +18363,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1627, + "id": 1654, "name": "__type", "variant": "declaration", "kind": 65536, @@ -18306,7 +18377,7 @@ ], "signatures": [ { - "id": 1628, + "id": 1655, "name": "__type", "variant": "signature", "kind": 4096, @@ -18320,20 +18391,20 @@ ], "parameters": [ { - "id": 1629, + "id": 1656, "name": "status", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2132, + "target": 2161, "name": "REALTIME_SUBSCRIBE_STATES", "package": "@supabase/realtime-js" } }, { - "id": 1630, + "id": 1657, "name": "err", "variant": "param", "kind": 32768, @@ -18361,7 +18432,7 @@ } }, { - "id": 1631, + "id": 1658, "name": "timeout", "variant": "param", "kind": 32768, @@ -18376,7 +18447,7 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -18385,7 +18456,7 @@ ] }, { - "id": 1885, + "id": 1912, "name": "teardown", "variant": "declaration", "kind": 2048, @@ -18399,7 +18470,7 @@ ], "signatures": [ { - "id": 1886, + "id": 1913, "name": "teardown", "variant": "signature", "kind": 4096, @@ -18427,7 +18498,7 @@ ] }, { - "id": 1639, + "id": 1666, "name": "track", "variant": "declaration", "kind": 2048, @@ -18441,7 +18512,7 @@ ], "signatures": [ { - "id": 1640, + "id": 1667, "name": "track", "variant": "signature", "kind": 4096, @@ -18455,7 +18526,7 @@ ], "parameters": [ { - "id": 1641, + "id": 1668, "name": "payload", "variant": "param", "kind": 32768, @@ -18463,7 +18534,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1642, + "id": 1669, "name": "__type", "variant": "declaration", "kind": 65536, @@ -18477,7 +18548,7 @@ ], "indexSignatures": [ { - "id": 1643, + "id": 1670, "name": "__index", "variant": "signature", "kind": 8192, @@ -18491,7 +18562,7 @@ ], "parameters": [ { - "id": 1644, + "id": 1671, "name": "key", "variant": "param", "kind": 32768, @@ -18512,7 +18583,7 @@ } }, { - "id": 1645, + "id": 1672, "name": "opts", "variant": "param", "kind": 32768, @@ -18522,7 +18593,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1646, + "id": 1673, "name": "__type", "variant": "declaration", "kind": 65536, @@ -18536,7 +18607,7 @@ ], "indexSignatures": [ { - "id": 1647, + "id": 1674, "name": "__index", "variant": "signature", "kind": 8192, @@ -18550,7 +18621,7 @@ ], "parameters": [ { - "id": 1648, + "id": 1675, "name": "key", "variant": "param", "kind": 32768, @@ -18580,7 +18651,7 @@ "typeArguments": [ { "type": "reference", - "target": 1901, + "target": 1928, "name": "RealtimeChannelSendResponse", "package": "@supabase/realtime-js" } @@ -18592,7 +18663,7 @@ ] }, { - "id": 1882, + "id": 1909, "name": "unsubscribe", "variant": "declaration", "kind": 2048, @@ -18606,7 +18677,7 @@ ], "signatures": [ { - "id": 1883, + "id": 1910, "name": "unsubscribe", "variant": "signature", "kind": 4096, @@ -18636,7 +18707,7 @@ ], "parameters": [ { - "id": 1884, + "id": 1911, "name": "timeout", "variant": "param", "kind": 32768, @@ -18681,7 +18752,7 @@ ] }, { - "id": 1649, + "id": 1676, "name": "untrack", "variant": "declaration", "kind": 2048, @@ -18695,7 +18766,7 @@ ], "signatures": [ { - "id": 1650, + "id": 1677, "name": "untrack", "variant": "signature", "kind": 4096, @@ -18709,7 +18780,7 @@ ], "parameters": [ { - "id": 1651, + "id": 1678, "name": "opts", "variant": "param", "kind": 32768, @@ -18719,7 +18790,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1652, + "id": 1679, "name": "__type", "variant": "declaration", "kind": 65536, @@ -18733,7 +18804,7 @@ ], "indexSignatures": [ { - "id": 1653, + "id": 1680, "name": "__index", "variant": "signature", "kind": 8192, @@ -18747,7 +18818,7 @@ ], "parameters": [ { - "id": 1654, + "id": 1681, "name": "key", "variant": "param", "kind": 32768, @@ -18777,7 +18848,7 @@ "typeArguments": [ { "type": "reference", - "target": 1901, + "target": 1928, "name": "RealtimeChannelSendResponse", "package": "@supabase/realtime-js" } @@ -18789,7 +18860,7 @@ ] }, { - "id": 1876, + "id": 1903, "name": "updateJoinPayload", "variant": "declaration", "kind": 2048, @@ -18803,7 +18874,7 @@ ], "signatures": [ { - "id": 1877, + "id": 1904, "name": "updateJoinPayload", "variant": "signature", "kind": 4096, @@ -18817,7 +18888,7 @@ ], "parameters": [ { - "id": 1878, + "id": 1905, "name": "payload", "variant": "param", "kind": 32768, @@ -18825,7 +18896,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1879, + "id": 1906, "name": "__type", "variant": "declaration", "kind": 65536, @@ -18839,7 +18910,7 @@ ], "indexSignatures": [ { - "id": 1880, + "id": 1907, "name": "__index", "variant": "signature", "kind": 8192, @@ -18853,7 +18924,7 @@ ], "parameters": [ { - "id": 1881, + "id": 1908, "name": "key", "variant": "param", "kind": 32768, @@ -18885,17 +18956,17 @@ "groups": [ { "title": "Constructors", - "children": [1594] + "children": [1621] }, { "title": "Properties", "children": [ - 1602, 1621, 1616, 1617, 1600, 1620, 1623, 1619, 1618, 1601, 1615, 1622, 1614, 1599 + 1629, 1648, 1643, 1644, 1627, 1647, 1650, 1646, 1645, 1628, 1642, 1649, 1641, 1626 ] }, { "title": "Methods", - "children": [1850, 1655, 1632, 1863, 1624, 1885, 1639, 1882, 1649, 1876] + "children": [1877, 1682, 1659, 1890, 1651, 1912, 1666, 1909, 1676, 1903] } ], "sources": [ @@ -18907,14 +18978,14 @@ ] }, { - "id": 1902, + "id": 1929, "name": "RealtimeClient", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1903, + "id": 1930, "name": "constructor", "variant": "declaration", "kind": 512, @@ -18922,13 +18993,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 117, + "line": 119, "character": 4 } ], "signatures": [ { - "id": 1904, + "id": 1931, "name": "RealtimeClient", "variant": "signature", "kind": 16384, @@ -18944,13 +19015,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 117, + "line": 119, "character": 4 } ], "parameters": [ { - "id": 1905, + "id": 1932, "name": "endPoint", "variant": "param", "kind": 32768, @@ -18969,7 +19040,7 @@ } }, { - "id": 1906, + "id": 1933, "name": "options", "variant": "param", "kind": 32768, @@ -18978,7 +19049,7 @@ }, "type": { "type": "reference", - "target": 2011, + "target": 2039, "name": "RealtimeClientOptions", "package": "@supabase/realtime-js", "highlightedProperties": { @@ -19074,7 +19145,7 @@ ], "type": { "type": "reference", - "target": 1902, + "target": 1929, "name": "RealtimeClient", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -19083,7 +19154,7 @@ ] }, { - "id": 1953, + "id": 1981, "name": "accessToken", "variant": "declaration", "kind": 1024, @@ -19091,7 +19162,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 91, + "line": 93, "character": 4 } ], @@ -19105,7 +19176,7 @@ { "type": "reflection", "declaration": { - "id": 1954, + "id": 1982, "name": "__type", "variant": "declaration", "kind": 65536, @@ -19113,13 +19184,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 91, + "line": 93, "character": 18 } ], "signatures": [ { - "id": 1955, + "id": 1983, "name": "__type", "variant": "signature", "kind": 4096, @@ -19127,7 +19198,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 91, + "line": 93, "character": 18 } ], @@ -19163,7 +19234,7 @@ } }, { - "id": 1907, + "id": 1934, "name": "accessTokenValue", "variant": "declaration", "kind": 1024, @@ -19171,7 +19242,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 56, + "line": 57, "character": 4 } ], @@ -19190,7 +19261,7 @@ } }, { - "id": 1908, + "id": 1935, "name": "apiKey", "variant": "declaration", "kind": 1024, @@ -19198,7 +19269,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 57, + "line": 58, "character": 4 } ], @@ -19217,7 +19288,7 @@ } }, { - "id": 1909, + "id": 1936, "name": "channels", "variant": "declaration", "kind": 1024, @@ -19225,7 +19296,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 58, + "line": 59, "character": 4 } ], @@ -19233,7 +19304,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -19241,7 +19312,7 @@ } }, { - "id": 1936, + "id": 1964, "name": "conn", "variant": "declaration", "kind": 1024, @@ -19249,7 +19320,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 81, + "line": 83, "character": 4 } ], @@ -19262,7 +19333,7 @@ }, { "type": "reference", - "target": 2154, + "target": 2183, "name": "WebSocketLike", "package": "@supabase/realtime-js" } @@ -19270,7 +19341,7 @@ } }, { - "id": 1934, + "id": 1962, "name": "decode", "variant": "declaration", "kind": 1024, @@ -19278,7 +19349,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 79, + "line": 81, "character": 4 } ], @@ -19293,7 +19364,7 @@ } }, { - "id": 1933, + "id": 1961, "name": "encode", "variant": "declaration", "kind": 1024, @@ -19301,7 +19372,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 78, + "line": 80, "character": 4 } ], @@ -19316,7 +19387,7 @@ } }, { - "id": 1910, + "id": 1937, "name": "endPoint", "variant": "declaration", "kind": 1024, @@ -19324,7 +19395,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 59, + "line": 60, "character": 4 } ], @@ -19334,7 +19405,7 @@ } }, { - "id": 1945, + "id": 1973, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -19342,14 +19413,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 90, + "line": 92, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1946, + "id": 1974, "name": "__type", "variant": "declaration", "kind": 65536, @@ -19368,7 +19439,7 @@ ], "signatures": [ { - "id": 1947, + "id": 1975, "name": "__type", "variant": "signature", "kind": 4096, @@ -19390,7 +19461,7 @@ ], "parameters": [ { - "id": 1948, + "id": 1976, "name": "input", "variant": "param", "kind": 32768, @@ -19420,7 +19491,7 @@ } }, { - "id": 1949, + "id": 1977, "name": "init", "variant": "param", "kind": 32768, @@ -19460,7 +19531,7 @@ } }, { - "id": 1950, + "id": 1978, "name": "__type", "variant": "signature", "kind": 4096, @@ -19482,7 +19553,7 @@ ], "parameters": [ { - "id": 1951, + "id": 1979, "name": "input", "variant": "param", "kind": 32768, @@ -19516,7 +19587,7 @@ } }, { - "id": 1952, + "id": 1980, "name": "init", "variant": "param", "kind": 32768, @@ -19560,7 +19631,7 @@ } }, { - "id": 1912, + "id": 1939, "name": "headers", "variant": "declaration", "kind": 1024, @@ -19584,14 +19655,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 62, + "line": 63, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1913, + "id": 1940, "name": "__type", "variant": "declaration", "kind": 65536, @@ -19599,13 +19670,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 62, + "line": 63, "character": 14 } ], "indexSignatures": [ { - "id": 1914, + "id": 1941, "name": "__index", "variant": "signature", "kind": 8192, @@ -19613,13 +19684,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 63, + "line": 64, "character": 8 } ], "parameters": [ { - "id": 1915, + "id": 1942, "name": "key", "variant": "param", "kind": 32768, @@ -19640,7 +19711,7 @@ } }, { - "id": 1925, + "id": 1952, "name": "heartbeatCallback", "variant": "declaration", "kind": 1024, @@ -19648,14 +19719,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 73, + "line": 74, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1926, + "id": 1953, "name": "__type", "variant": "declaration", "kind": 65536, @@ -19663,13 +19734,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 73, + "line": 74, "character": 23 } ], "signatures": [ { - "id": 1927, + "id": 1954, "name": "__type", "variant": "signature", "kind": 4096, @@ -19677,13 +19748,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 73, + "line": 74, "character": 23 } ], "parameters": [ { - "id": 1928, + "id": 1955, "name": "status", "variant": "param", "kind": 32768, @@ -19709,7 +19780,7 @@ } }, { - "id": 1922, + "id": 1949, "name": "heartbeatIntervalMs", "variant": "declaration", "kind": 1024, @@ -19717,7 +19788,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 70, + "line": 71, "character": 4 } ], @@ -19727,7 +19798,7 @@ } }, { - "id": 1923, + "id": 1950, "name": "heartbeatTimer", "variant": "declaration", "kind": 1024, @@ -19735,7 +19806,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 71, + "line": 72, "character": 4 } ], @@ -19760,7 +19831,7 @@ } }, { - "id": 1911, + "id": 1938, "name": "httpEndpoint", "variant": "declaration", "kind": 1024, @@ -19768,7 +19839,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 60, + "line": 61, "character": 4 } ], @@ -19778,7 +19849,7 @@ } }, { - "id": 1931, + "id": 1959, "name": "logger", "variant": "declaration", "kind": 1024, @@ -19786,7 +19857,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 76, + "line": 78, "character": 4 } ], @@ -19801,7 +19872,7 @@ } }, { - "id": 1932, + "id": 1960, "name": "logLevel", "variant": "declaration", "kind": 1024, @@ -19811,7 +19882,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 77, + "line": 79, "character": 4 } ], @@ -19826,7 +19897,7 @@ } }, { - "id": 1916, + "id": 1943, "name": "params", "variant": "declaration", "kind": 1024, @@ -19836,14 +19907,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 65, + "line": 66, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1917, + "id": 1944, "name": "__type", "variant": "declaration", "kind": 65536, @@ -19851,13 +19922,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 65, + "line": 66, "character": 13 } ], "indexSignatures": [ { - "id": 1918, + "id": 1945, "name": "__index", "variant": "signature", "kind": 8192, @@ -19865,13 +19936,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 66, + "line": 67, "character": 8 } ], "parameters": [ { - "id": 1919, + "id": 1946, "name": "key", "variant": "param", "kind": 32768, @@ -19892,7 +19963,7 @@ } }, { - "id": 1924, + "id": 1951, "name": "pendingHeartbeatRef", "variant": "declaration", "kind": 1024, @@ -19900,7 +19971,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 72, + "line": 73, "character": 4 } ], @@ -19919,7 +19990,7 @@ } }, { - "id": 1935, + "id": 1963, "name": "reconnectAfterMs", "variant": "declaration", "kind": 1024, @@ -19927,7 +19998,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 80, + "line": 82, "character": 4 } ], @@ -19942,7 +20013,7 @@ } }, { - "id": 1930, + "id": 1957, "name": "reconnectTimer", "variant": "declaration", "kind": 1024, @@ -19950,7 +20021,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 75, + "line": 76, "character": 4 } ], @@ -19975,7 +20046,7 @@ } }, { - "id": 1929, + "id": 1956, "name": "ref", "variant": "declaration", "kind": 1024, @@ -19983,7 +20054,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 74, + "line": 75, "character": 4 } ], @@ -19993,7 +20064,7 @@ } }, { - "id": 1937, + "id": 1965, "name": "sendBuffer", "variant": "declaration", "kind": 1024, @@ -20001,7 +20072,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 82, + "line": 84, "character": 4 } ], @@ -20019,7 +20090,7 @@ } }, { - "id": 1938, + "id": 1966, "name": "serializer", "variant": "declaration", "kind": 1024, @@ -20027,7 +20098,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 83, + "line": 85, "character": 4 } ], @@ -20043,7 +20114,7 @@ } }, { - "id": 1939, + "id": 1967, "name": "stateChangeCallbacks", "variant": "declaration", "kind": 1024, @@ -20051,21 +20122,21 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 84, + "line": 86, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1940, + "id": 1968, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1942, + "id": 1970, "name": "close", "variant": "declaration", "kind": 1024, @@ -20073,7 +20144,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 86, + "line": 88, "character": 8 } ], @@ -20091,7 +20162,7 @@ } }, { - "id": 1943, + "id": 1971, "name": "error", "variant": "declaration", "kind": 1024, @@ -20099,7 +20170,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 87, + "line": 89, "character": 8 } ], @@ -20117,7 +20188,7 @@ } }, { - "id": 1944, + "id": 1972, "name": "message", "variant": "declaration", "kind": 1024, @@ -20125,7 +20196,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 88, + "line": 90, "character": 8 } ], @@ -20143,7 +20214,7 @@ } }, { - "id": 1941, + "id": 1969, "name": "open", "variant": "declaration", "kind": 1024, @@ -20151,7 +20222,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 85, + "line": 87, "character": 8 } ], @@ -20172,13 +20243,13 @@ "groups": [ { "title": "Properties", - "children": [1942, 1943, 1944, 1941] + "children": [1970, 1971, 1972, 1969] } ], "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 84, + "line": 86, "character": 26 } ] @@ -20186,7 +20257,7 @@ } }, { - "id": 1920, + "id": 1947, "name": "timeout", "variant": "declaration", "kind": 1024, @@ -20194,7 +20265,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 68, + "line": 69, "character": 4 } ], @@ -20204,7 +20275,7 @@ } }, { - "id": 1921, + "id": 1948, "name": "transport", "variant": "declaration", "kind": 1024, @@ -20212,7 +20283,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 69, + "line": 70, "character": 4 } ], @@ -20225,7 +20296,7 @@ }, { "type": "reference", - "target": 2204, + "target": 2233, "name": "WebSocketLikeConstructor", "package": "@supabase/realtime-js" } @@ -20233,7 +20304,25 @@ } }, { - "id": 1956, + "id": 1958, + "name": "vsn", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "sources": [ + { + "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", + "line": 77, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1984, "name": "worker", "variant": "declaration", "kind": 1024, @@ -20243,7 +20332,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 92, + "line": 94, "character": 4 } ], @@ -20253,7 +20342,7 @@ } }, { - "id": 1958, + "id": 1986, "name": "workerRef", "variant": "declaration", "kind": 1024, @@ -20263,7 +20352,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 94, + "line": 96, "character": 4 } ], @@ -20278,7 +20367,7 @@ } }, { - "id": 1957, + "id": 1985, "name": "workerUrl", "variant": "declaration", "kind": 1024, @@ -20288,7 +20377,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 93, + "line": 95, "character": 4 } ], @@ -20298,7 +20387,7 @@ } }, { - "id": 1990, + "id": 2018, "name": "channel", "variant": "declaration", "kind": 2048, @@ -20306,13 +20395,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 169, + "line": 171, "character": 4 } ], "signatures": [ { - "id": 1991, + "id": 2019, "name": "channel", "variant": "signature", "kind": 4096, @@ -20320,13 +20409,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 169, + "line": 171, "character": 4 } ], "parameters": [ { - "id": 1992, + "id": 2020, "name": "topic", "variant": "param", "kind": 32768, @@ -20337,7 +20426,7 @@ } }, { - "id": 1993, + "id": 2021, "name": "params", "variant": "param", "kind": 32768, @@ -20346,7 +20435,7 @@ }, "type": { "type": "reference", - "target": 1887, + "target": 1914, "name": "RealtimeChannelOptions", "package": "@supabase/realtime-js" } @@ -20354,7 +20443,7 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -20363,7 +20452,7 @@ ] }, { - "id": 1962, + "id": 1990, "name": "connect", "variant": "declaration", "kind": 2048, @@ -20371,13 +20460,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 121, + "line": 123, "character": 4 } ], "signatures": [ { - "id": 1963, + "id": 1991, "name": "connect", "variant": "signature", "kind": 4096, @@ -20393,7 +20482,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 121, + "line": 123, "character": 4 } ], @@ -20405,7 +20494,7 @@ ] }, { - "id": 1982, + "id": 2010, "name": "connectionState", "variant": "declaration", "kind": 2048, @@ -20413,13 +20502,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 156, + "line": 158, "character": 4 } ], "signatures": [ { - "id": 1983, + "id": 2011, "name": "connectionState", "variant": "signature", "kind": 4096, @@ -20435,7 +20524,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 156, + "line": 158, "character": 4 } ], @@ -20452,7 +20541,7 @@ ] }, { - "id": 1966, + "id": 1994, "name": "disconnect", "variant": "declaration", "kind": 2048, @@ -20460,13 +20549,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 133, + "line": 135, "character": 4 } ], "signatures": [ { - "id": 1967, + "id": 1995, "name": "disconnect", "variant": "signature", "kind": 4096, @@ -20482,13 +20571,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 133, + "line": 135, "character": 4 } ], "parameters": [ { - "id": 1968, + "id": 1996, "name": "code", "variant": "param", "kind": 32768, @@ -20509,7 +20598,7 @@ } }, { - "id": 1969, + "id": 1997, "name": "reason", "variant": "param", "kind": 32768, @@ -20538,7 +20627,7 @@ ] }, { - "id": 1964, + "id": 1992, "name": "endpointURL", "variant": "declaration", "kind": 2048, @@ -20546,13 +20635,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 126, + "line": 128, "character": 4 } ], "signatures": [ { - "id": 1965, + "id": 1993, "name": "endpointURL", "variant": "signature", "kind": 4096, @@ -20579,7 +20668,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 126, + "line": 128, "character": 4 } ], @@ -20591,7 +20680,7 @@ ] }, { - "id": 2008, + "id": 2036, "name": "flushSendBuffer", "variant": "declaration", "kind": 2048, @@ -20599,13 +20688,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 194, + "line": 196, "character": 4 } ], "signatures": [ { - "id": 2009, + "id": 2037, "name": "flushSendBuffer", "variant": "signature", "kind": 4096, @@ -20621,7 +20710,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 194, + "line": 196, "character": 4 } ], @@ -20633,7 +20722,7 @@ ] }, { - "id": 1970, + "id": 1998, "name": "getChannels", "variant": "declaration", "kind": 2048, @@ -20641,13 +20730,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 137, + "line": 139, "character": 4 } ], "signatures": [ { - "id": 1971, + "id": 1999, "name": "getChannels", "variant": "signature", "kind": 4096, @@ -20663,7 +20752,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 137, + "line": 139, "character": 4 } ], @@ -20671,7 +20760,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -20681,7 +20770,7 @@ ] }, { - "id": 1984, + "id": 2012, "name": "isConnected", "variant": "declaration", "kind": 2048, @@ -20689,13 +20778,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 160, + "line": 162, "character": 4 } ], "signatures": [ { - "id": 1985, + "id": 2013, "name": "isConnected", "variant": "signature", "kind": 4096, @@ -20719,7 +20808,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 160, + "line": 162, "character": 4 } ], @@ -20731,7 +20820,7 @@ ] }, { - "id": 1986, + "id": 2014, "name": "isConnecting", "variant": "declaration", "kind": 2048, @@ -20739,13 +20828,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 164, + "line": 166, "character": 4 } ], "signatures": [ { - "id": 1987, + "id": 2015, "name": "isConnecting", "variant": "signature", "kind": 4096, @@ -20769,7 +20858,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 164, + "line": 166, "character": 4 } ], @@ -20781,7 +20870,7 @@ ] }, { - "id": 1988, + "id": 2016, "name": "isDisconnecting", "variant": "declaration", "kind": 2048, @@ -20789,13 +20878,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 168, + "line": 170, "character": 4 } ], "signatures": [ { - "id": 1989, + "id": 2017, "name": "isDisconnecting", "variant": "signature", "kind": 4096, @@ -20819,7 +20908,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 168, + "line": 170, "character": 4 } ], @@ -20831,7 +20920,7 @@ ] }, { - "id": 1977, + "id": 2005, "name": "log", "variant": "declaration", "kind": 2048, @@ -20839,13 +20928,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 152, + "line": 154, "character": 4 } ], "signatures": [ { - "id": 1978, + "id": 2006, "name": "log", "variant": "signature", "kind": 4096, @@ -20869,13 +20958,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 152, + "line": 154, "character": 4 } ], "parameters": [ { - "id": 1979, + "id": 2007, "name": "kind", "variant": "param", "kind": 32768, @@ -20886,7 +20975,7 @@ } }, { - "id": 1980, + "id": 2008, "name": "msg", "variant": "param", "kind": 32768, @@ -20897,7 +20986,7 @@ } }, { - "id": 1981, + "id": 2009, "name": "data", "variant": "param", "kind": 32768, @@ -20918,7 +21007,7 @@ ] }, { - "id": 2002, + "id": 2030, "name": "onHeartbeat", "variant": "declaration", "kind": 2048, @@ -20926,13 +21015,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 190, + "line": 192, "character": 4 } ], "signatures": [ { - "id": 2003, + "id": 2031, "name": "onHeartbeat", "variant": "signature", "kind": 4096, @@ -20940,13 +21029,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 190, + "line": 192, "character": 4 } ], "parameters": [ { - "id": 2004, + "id": 2032, "name": "callback", "variant": "param", "kind": 32768, @@ -20954,7 +21043,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2005, + "id": 2033, "name": "__type", "variant": "declaration", "kind": 65536, @@ -20962,13 +21051,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 190, + "line": 192, "character": 26 } ], "signatures": [ { - "id": 2006, + "id": 2034, "name": "__type", "variant": "signature", "kind": 4096, @@ -20976,13 +21065,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 190, + "line": 192, "character": 26 } ], "parameters": [ { - "id": 2007, + "id": 2035, "name": "status", "variant": "param", "kind": 32768, @@ -21016,7 +21105,7 @@ ] }, { - "id": 1994, + "id": 2022, "name": "push", "variant": "declaration", "kind": 2048, @@ -21024,13 +21113,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 175, + "line": 177, "character": 4 } ], "signatures": [ { - "id": 1995, + "id": 2023, "name": "push", "variant": "signature", "kind": 4096, @@ -21046,20 +21135,20 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 175, + "line": 177, "character": 4 } ], "parameters": [ { - "id": 1996, + "id": 2024, "name": "data", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 2040, + "target": 2069, "name": "RealtimeMessage", "package": "@supabase/realtime-js" } @@ -21073,7 +21162,7 @@ ] }, { - "id": 1975, + "id": 2003, "name": "removeAllChannels", "variant": "declaration", "kind": 2048, @@ -21081,13 +21170,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 146, + "line": 148, "character": 4 } ], "signatures": [ { - "id": 1976, + "id": 2004, "name": "removeAllChannels", "variant": "signature", "kind": 4096, @@ -21103,7 +21192,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 146, + "line": 148, "character": 4 } ], @@ -21118,7 +21207,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 2117, + "target": 2146, "name": "RealtimeRemoveChannelResponse", "package": "@supabase/realtime-js" } @@ -21131,7 +21220,7 @@ ] }, { - "id": 1972, + "id": 2000, "name": "removeChannel", "variant": "declaration", "kind": 2048, @@ -21139,13 +21228,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 142, + "line": 144, "character": 4 } ], "signatures": [ { - "id": 1973, + "id": 2001, "name": "removeChannel", "variant": "signature", "kind": 4096, @@ -21161,13 +21250,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 142, + "line": 144, "character": 4 } ], "parameters": [ { - "id": 1974, + "id": 2002, "name": "channel", "variant": "param", "kind": 32768, @@ -21182,7 +21271,7 @@ }, "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -21198,7 +21287,7 @@ "typeArguments": [ { "type": "reference", - "target": 2117, + "target": 2146, "name": "RealtimeRemoveChannelResponse", "package": "@supabase/realtime-js" } @@ -21210,7 +21299,7 @@ ] }, { - "id": 2000, + "id": 2028, "name": "sendHeartbeat", "variant": "declaration", "kind": 2048, @@ -21218,13 +21307,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 189, + "line": 191, "character": 4 } ], "signatures": [ { - "id": 2001, + "id": 2029, "name": "sendHeartbeat", "variant": "signature", "kind": 4096, @@ -21240,7 +21329,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 189, + "line": 191, "character": 4 } ], @@ -21263,7 +21352,7 @@ ] }, { - "id": 1997, + "id": 2025, "name": "setAuth", "variant": "declaration", "kind": 2048, @@ -21271,13 +21360,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 185, + "line": 187, "character": 4 } ], "signatures": [ { - "id": 1998, + "id": 2026, "name": "setAuth", "variant": "signature", "kind": 4096, @@ -21301,13 +21390,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 185, + "line": 187, "character": 4 } ], "parameters": [ { - "id": 1999, + "id": 2027, "name": "token", "variant": "param", "kind": 32768, @@ -21359,40 +21448,41 @@ "groups": [ { "title": "Constructors", - "children": [1903] + "children": [1930] }, { "title": "Properties", "children": [ - 1953, 1907, 1908, 1909, 1936, 1934, 1933, 1910, 1945, 1912, 1925, 1922, 1923, 1911, - 1931, 1932, 1916, 1924, 1935, 1930, 1929, 1937, 1938, 1939, 1920, 1921, 1956, 1958, 1957 + 1981, 1934, 1935, 1936, 1964, 1962, 1961, 1937, 1973, 1939, 1952, 1949, 1950, 1938, + 1959, 1960, 1943, 1951, 1963, 1957, 1956, 1965, 1966, 1967, 1947, 1948, 1958, 1984, + 1986, 1985 ] }, { "title": "Methods", "children": [ - 1990, 1962, 1982, 1966, 1964, 2008, 1970, 1984, 1986, 1988, 1977, 2002, 1994, 1975, - 1972, 2000, 1997 + 2018, 1990, 2010, 1994, 1992, 2036, 1998, 2012, 2014, 2016, 2005, 2030, 2022, 2003, + 2000, 2028, 2025 ] } ], "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 55, + "line": 56, "character": 21 } ] }, { - "id": 1576, + "id": 1603, "name": "RealtimePresence", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 1577, + "id": 1604, "name": "constructor", "variant": "declaration", "kind": 512, @@ -21406,7 +21496,7 @@ ], "signatures": [ { - "id": 1578, + "id": 1605, "name": "RealtimePresence", "variant": "signature", "kind": 16384, @@ -21428,7 +21518,7 @@ ], "parameters": [ { - "id": 1579, + "id": 1606, "name": "channel", "variant": "param", "kind": 32768, @@ -21443,14 +21533,14 @@ }, "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1580, + "id": 1607, "name": "opts", "variant": "param", "kind": 32768, @@ -21482,7 +21572,7 @@ ], "type": { "type": "reference", - "target": 1576, + "target": 1603, "name": "RealtimePresence", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -21491,7 +21581,7 @@ ] }, { - "id": 1586, + "id": 1613, "name": "caller", "variant": "declaration", "kind": 1024, @@ -21506,14 +21596,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1587, + "id": 1614, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1588, + "id": 1615, "name": "onJoin", "variant": "declaration", "kind": 1024, @@ -21536,7 +21626,7 @@ } }, { - "id": 1589, + "id": 1616, "name": "onLeave", "variant": "declaration", "kind": 1024, @@ -21559,7 +21649,7 @@ } }, { - "id": 1590, + "id": 1617, "name": "onSync", "variant": "declaration", "kind": 1024, @@ -21574,7 +21664,7 @@ "type": { "type": "reflection", "declaration": { - "id": 1591, + "id": 1618, "name": "__type", "variant": "declaration", "kind": 65536, @@ -21588,7 +21678,7 @@ ], "signatures": [ { - "id": 1592, + "id": 1619, "name": "__type", "variant": "signature", "kind": 4096, @@ -21613,7 +21703,7 @@ "groups": [ { "title": "Properties", - "children": [1588, 1589, 1590] + "children": [1615, 1616, 1617] } ], "sources": [ @@ -21627,7 +21717,7 @@ } }, { - "id": 1581, + "id": 1608, "name": "channel", "variant": "declaration", "kind": 1024, @@ -21641,14 +21731,14 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 1585, + "id": 1612, "name": "enabled", "variant": "declaration", "kind": 1024, @@ -21666,7 +21756,7 @@ } }, { - "id": 1584, + "id": 1611, "name": "joinRef", "variant": "declaration", "kind": 1024, @@ -21693,7 +21783,7 @@ } }, { - "id": 1583, + "id": 1610, "name": "pendingDiffs", "variant": "declaration", "kind": 1024, @@ -21719,7 +21809,7 @@ } }, { - "id": 1582, + "id": 1609, "name": "state", "variant": "declaration", "kind": 1024, @@ -21733,7 +21823,7 @@ ], "type": { "type": "reference", - "target": 2108, + "target": 2137, "name": "RealtimePresenceState", "package": "@supabase/realtime-js" } @@ -21742,11 +21832,11 @@ "groups": [ { "title": "Constructors", - "children": [1577] + "children": [1604] }, { "title": "Properties", - "children": [1586, 1581, 1585, 1584, 1583, 1582] + "children": [1613, 1608, 1612, 1611, 1610, 1609] } ], "sources": [ @@ -21758,7 +21848,7 @@ ] }, { - "id": 112, + "id": 113, "name": "SupabaseClient", "variant": "declaration", "kind": 128, @@ -21773,7 +21863,7 @@ }, "children": [ { - "id": 113, + "id": 114, "name": "constructor", "variant": "declaration", "kind": 512, @@ -21783,12 +21873,12 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 105, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L105" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L105" } ], "signatures": [ { - "id": 114, + "id": 115, "name": "SupabaseClient", "variant": "signature", "kind": 16384, @@ -21806,12 +21896,12 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 105, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L105" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L105" } ], "typeParameters": [ { - "id": 115, + "id": 116, "name": "Database", "variant": "typeParam", "kind": 131072, @@ -21822,7 +21912,7 @@ } }, { - "id": 116, + "id": 117, "name": "SchemaNameOrClientOptions", "variant": "typeParam", "kind": 131072, @@ -21837,14 +21927,14 @@ { "type": "reflection", "declaration": { - "id": 117, + "id": 118, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 118, + "id": 119, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -21854,7 +21944,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 44, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L44" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L44" } ], "type": { @@ -21866,7 +21956,7 @@ "groups": [ { "title": "Properties", - "children": [118] + "children": [119] } ], "sources": [ @@ -21874,7 +21964,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 44, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L44" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L44" } ] } @@ -21899,7 +21989,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -21937,7 +22027,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -21957,7 +22047,7 @@ } }, { - "id": 119, + "id": 120, "name": "SchemaName", "variant": "typeParam", "kind": 131072, @@ -21970,7 +22060,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -21995,7 +22085,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -22014,11 +22104,11 @@ }, "trueType": { "type": "reference", - "target": 116, + "target": 117, "typeArguments": [ { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -22048,7 +22138,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -22093,7 +22183,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -22122,7 +22212,7 @@ } }, { - "id": 120, + "id": 121, "name": "Schema", "variant": "typeParam", "kind": 131072, @@ -22142,7 +22232,7 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 119, + "target": 120, "name": "SchemaName", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaName", @@ -22157,7 +22247,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -22199,7 +22289,7 @@ } }, { - "id": 121, + "id": 122, "name": "ClientOptions", "variant": "typeParam", "kind": 131072, @@ -22207,14 +22297,14 @@ "type": { "type": "reflection", "declaration": { - "id": 122, + "id": 123, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 123, + "id": 124, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -22224,7 +22314,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 59, "character": 26, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L59" } ], "type": { @@ -22236,7 +22326,7 @@ "groups": [ { "title": "Properties", - "children": [123] + "children": [124] } ], "sources": [ @@ -22244,7 +22334,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 59, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L59" } ] } @@ -22253,7 +22343,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -22278,7 +22368,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -22299,7 +22389,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -22308,14 +22398,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 124, + "id": 125, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 125, + "id": 126, "name": "__InternalSupabase", "variant": "declaration", "kind": 1024, @@ -22325,20 +22415,20 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 62, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L62" } ], "type": { "type": "reflection", "declaration": { - "id": 126, + "id": 127, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 127, + "id": 128, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -22348,7 +22438,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 62, "character": 47, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L62" } ], "type": { @@ -22360,7 +22450,7 @@ "groups": [ { "title": "Properties", - "children": [127] + "children": [128] } ], "sources": [ @@ -22368,7 +22458,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 62, "character": 45, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L62" } ] } @@ -22378,7 +22468,7 @@ "groups": [ { "title": "Properties", - "children": [125] + "children": [126] } ], "sources": [ @@ -22386,7 +22476,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 62, "character": 23, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L62" } ] } @@ -22399,11 +22489,11 @@ }, "objectType": { "type": "reference", - "target": 115, + "target": 116, "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -22419,14 +22509,14 @@ "falseType": { "type": "reflection", "declaration": { - "id": 128, + "id": 129, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 129, + "id": 130, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -22436,7 +22526,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 65, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L65" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L65" } ], "type": { @@ -22448,7 +22538,7 @@ "groups": [ { "title": "Properties", - "children": [129] + "children": [130] } ], "sources": [ @@ -22456,7 +22546,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 65, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L65" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L65" } ] } @@ -22466,7 +22556,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -22475,14 +22565,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 130, + "id": 131, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 131, + "id": 132, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -22492,7 +22582,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 66, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L66" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L66" } ], "type": { @@ -22504,7 +22594,7 @@ "groups": [ { "title": "Properties", - "children": [131] + "children": [132] } ], "sources": [ @@ -22512,18 +22602,18 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 66, "character": 40, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L66" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L66" } ] } }, "trueType": { "type": "reference", - "target": 116, + "target": 117, "typeArguments": [ { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -22545,7 +22635,7 @@ ], "parameters": [ { - "id": 132, + "id": 133, "name": "supabaseUrl", "variant": "param", "kind": 32768, @@ -22564,7 +22654,7 @@ } }, { - "id": 133, + "id": 134, "name": "supabaseKey", "variant": "param", "kind": 32768, @@ -22583,7 +22673,7 @@ } }, { - "id": 134, + "id": 135, "name": "options", "variant": "param", "kind": 32768, @@ -22592,11 +22682,11 @@ }, "type": { "type": "reference", - "target": 242, + "target": 243, "typeArguments": [ { "type": "reference", - "target": 119, + "target": 120, "name": "SchemaName", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaName", @@ -22624,11 +22714,11 @@ ], "type": { "type": "reference", - "target": 112, + "target": 113, "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -22636,7 +22726,7 @@ }, { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -22644,7 +22734,7 @@ }, { "type": "reference", - "target": 119, + "target": 120, "name": "SchemaName", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaName", @@ -22652,7 +22742,7 @@ }, { "type": "reference", - "target": 120, + "target": 121, "name": "Schema", "package": "@supabase/supabase-js", "qualifiedName": "default.Schema", @@ -22660,7 +22750,7 @@ }, { "type": "reference", - "target": 121, + "target": 122, "name": "ClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.ClientOptions", @@ -22675,7 +22765,7 @@ ] }, { - "id": 153, + "id": 154, "name": "accessToken", "variant": "declaration", "kind": 1024, @@ -22688,13 +22778,13 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 88, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L88" } ], "type": { "type": "reflection", "declaration": { - "id": 154, + "id": 155, "name": "__type", "variant": "declaration", "kind": 65536, @@ -22704,12 +22794,12 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 88, "character": 26, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L88" } ], "signatures": [ { - "id": 155, + "id": 156, "name": "__type", "variant": "signature", "kind": 4096, @@ -22719,7 +22809,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 88, "character": 26, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L88" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L88" } ], "type": { @@ -22752,7 +22842,7 @@ } }, { - "id": 135, + "id": 136, "name": "auth", "variant": "declaration", "kind": 1024, @@ -22770,7 +22860,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 73, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L73" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L73" } ], "type": { @@ -22784,7 +22874,7 @@ } }, { - "id": 139, + "id": 140, "name": "authUrl", "variant": "declaration", "kind": 1024, @@ -22796,7 +22886,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 81, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L81" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L81" } ], "type": { @@ -22810,7 +22900,7 @@ } }, { - "id": 152, + "id": 153, "name": "changedAccessToken", "variant": "declaration", "kind": 1024, @@ -22823,7 +22913,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 87, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L87" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L87" } ], "type": { @@ -22832,7 +22922,7 @@ } }, { - "id": 144, + "id": 145, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -22845,13 +22935,13 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 86, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L86" } ], "type": { "type": "reflection", "declaration": { - "id": 145, + "id": 146, "name": "__type", "variant": "declaration", "kind": 65536, @@ -22870,7 +22960,7 @@ ], "signatures": [ { - "id": 146, + "id": 147, "name": "__type", "variant": "signature", "kind": 4096, @@ -22892,7 +22982,7 @@ ], "parameters": [ { - "id": 147, + "id": 148, "name": "input", "variant": "param", "kind": 32768, @@ -22922,7 +23012,7 @@ } }, { - "id": 148, + "id": 149, "name": "init", "variant": "param", "kind": 32768, @@ -22962,7 +23052,7 @@ } }, { - "id": 149, + "id": 150, "name": "__type", "variant": "signature", "kind": 4096, @@ -22984,7 +23074,7 @@ ], "parameters": [ { - "id": 150, + "id": 151, "name": "input", "variant": "param", "kind": 32768, @@ -23018,7 +23108,7 @@ } }, { - "id": 151, + "id": 152, "name": "init", "variant": "param", "kind": 32768, @@ -23062,7 +23152,7 @@ } }, { - "id": 141, + "id": 142, "name": "functionsUrl", "variant": "declaration", "kind": 1024, @@ -23074,7 +23164,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 83, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L83" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L83" } ], "type": { @@ -23088,7 +23178,7 @@ } }, { - "id": 156, + "id": 157, "name": "headers", "variant": "declaration", "kind": 1024, @@ -23100,7 +23190,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 90, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L90" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L90" } ], "type": { @@ -23124,7 +23214,7 @@ } }, { - "id": 136, + "id": 137, "name": "realtime", "variant": "declaration", "kind": 1024, @@ -23134,19 +23224,19 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 74, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L74" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L74" } ], "type": { "type": "reference", - "target": 1902, + "target": 1929, "name": "RealtimeClient", "package": "@supabase/realtime-js", "qualifiedName": "default" } }, { - "id": 138, + "id": 139, "name": "realtimeUrl", "variant": "declaration", "kind": 1024, @@ -23158,7 +23248,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 80, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L80" } ], "type": { @@ -23172,7 +23262,7 @@ } }, { - "id": 142, + "id": 143, "name": "rest", "variant": "declaration", "kind": 1024, @@ -23184,7 +23274,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 84, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L84" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L84" } ], "type": { @@ -23196,7 +23286,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -23204,7 +23294,7 @@ }, { "type": "reference", - "target": 121, + "target": 122, "name": "ClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.ClientOptions", @@ -23212,7 +23302,7 @@ }, { "type": "reference", - "target": 119, + "target": 120, "name": "SchemaName", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaName", @@ -23225,7 +23315,7 @@ } }, { - "id": 137, + "id": 138, "name": "storage", "variant": "declaration", "kind": 1024, @@ -23243,7 +23333,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 78, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L78" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L78" } ], "type": { @@ -23257,7 +23347,7 @@ } }, { - "id": 143, + "id": 144, "name": "storageKey", "variant": "declaration", "kind": 1024, @@ -23269,7 +23359,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 85, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L85" } ], "type": { @@ -23278,7 +23368,7 @@ } }, { - "id": 140, + "id": 141, "name": "storageUrl", "variant": "declaration", "kind": 1024, @@ -23290,7 +23380,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 82, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L82" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L82" } ], "type": { @@ -23304,7 +23394,7 @@ } }, { - "id": 158, + "id": 159, "name": "supabaseKey", "variant": "declaration", "kind": 1024, @@ -23324,7 +23414,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 107, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L107" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L107" } ], "type": { @@ -23333,7 +23423,7 @@ } }, { - "id": 157, + "id": 158, "name": "supabaseUrl", "variant": "declaration", "kind": 1024, @@ -23353,7 +23443,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 106, "character": 14, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L106" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L106" } ], "type": { @@ -23362,7 +23452,7 @@ } }, { - "id": 159, + "id": 160, "name": "functions", "variant": "declaration", "kind": 262144, @@ -23370,13 +23460,13 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 180, + "line": 187, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L180" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L187" } ], "getSignature": { - "id": 160, + "id": 161, "name": "functions", "variant": "signature", "kind": 524288, @@ -23392,9 +23482,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 180, + "line": 187, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L180" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L187" } ], "type": { @@ -23409,7 +23499,7 @@ } }, { - "id": 186, + "id": 187, "name": "channel", "variant": "declaration", "kind": 2048, @@ -23417,14 +23507,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 294, + "line": 301, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L294" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L301" } ], "signatures": [ { - "id": 187, + "id": 188, "name": "channel", "variant": "signature", "kind": 4096, @@ -23440,14 +23530,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 294, + "line": 301, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L294" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L301" } ], "parameters": [ { - "id": 188, + "id": 189, "name": "name", "variant": "param", "kind": 32768, @@ -23466,7 +23556,7 @@ } }, { - "id": 189, + "id": 190, "name": "opts", "variant": "param", "kind": 32768, @@ -23481,7 +23571,7 @@ }, "type": { "type": "reference", - "target": 1887, + "target": 1914, "name": "RealtimeChannelOptions", "package": "@supabase/realtime-js" }, @@ -23490,7 +23580,7 @@ ], "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -23499,7 +23589,7 @@ ] }, { - "id": 161, + "id": 162, "name": "from", "variant": "declaration", "kind": 2048, @@ -23527,26 +23617,26 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 188, + "line": 195, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L195" }, { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 192, + "line": 199, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L192" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L199" }, { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 200, + "line": 207, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L200" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L207" } ], "signatures": [ { - "id": 162, + "id": 163, "name": "from", "variant": "signature", "kind": 4096, @@ -23554,14 +23644,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 188, + "line": 195, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L188" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L195" } ], "typeParameters": [ { - "id": 163, + "id": 164, "name": "TableName", "variant": "typeParam", "kind": 131072, @@ -23572,7 +23662,7 @@ } }, { - "id": 164, + "id": 165, "name": "Table", "variant": "typeParam", "kind": 131072, @@ -23590,14 +23680,14 @@ ], "parameters": [ { - "id": 165, + "id": 166, "name": "relation", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 163, + "target": 164, "name": "TableName", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -23613,7 +23703,7 @@ "typeArguments": [ { "type": "reference", - "target": 121, + "target": 122, "name": "ClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.ClientOptions", @@ -23621,7 +23711,7 @@ }, { "type": "reference", - "target": 120, + "target": 121, "name": "Schema", "package": "@supabase/supabase-js", "qualifiedName": "default.Schema", @@ -23629,14 +23719,14 @@ }, { "type": "reference", - "target": 164, + "target": 165, "name": "Table", "package": "@supabase/supabase-js", "refersToTypeParameter": true }, { "type": "reference", - "target": 163, + "target": 164, "name": "TableName", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -23648,7 +23738,7 @@ } }, { - "id": 166, + "id": 167, "name": "from", "variant": "signature", "kind": 4096, @@ -23656,14 +23746,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 192, + "line": 199, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L192" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L199" } ], "typeParameters": [ { - "id": 167, + "id": 168, "name": "ViewName", "variant": "typeParam", "kind": 131072, @@ -23674,7 +23764,7 @@ } }, { - "id": 168, + "id": 169, "name": "View", "variant": "typeParam", "kind": 131072, @@ -23692,14 +23782,14 @@ ], "parameters": [ { - "id": 169, + "id": 170, "name": "relation", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 167, + "target": 168, "name": "ViewName", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -23715,7 +23805,7 @@ "typeArguments": [ { "type": "reference", - "target": 121, + "target": 122, "name": "ClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.ClientOptions", @@ -23723,7 +23813,7 @@ }, { "type": "reference", - "target": 120, + "target": 121, "name": "Schema", "package": "@supabase/supabase-js", "qualifiedName": "default.Schema", @@ -23731,14 +23821,14 @@ }, { "type": "reference", - "target": 168, + "target": 169, "name": "View", "package": "@supabase/supabase-js", "refersToTypeParameter": true }, { "type": "reference", - "target": 167, + "target": 168, "name": "ViewName", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -23752,7 +23842,7 @@ ] }, { - "id": 190, + "id": 191, "name": "getChannels", "variant": "declaration", "kind": 2048, @@ -23760,14 +23850,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 301, + "line": 308, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L301" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L308" } ], "signatures": [ { - "id": 191, + "id": 192, "name": "getChannels", "variant": "signature", "kind": 4096, @@ -23783,16 +23873,16 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 301, + "line": 308, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L301" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L308" } ], "type": { "type": "array", "elementType": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -23802,7 +23892,7 @@ ] }, { - "id": 195, + "id": 196, "name": "removeAllChannels", "variant": "declaration", "kind": 2048, @@ -23810,14 +23900,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 318, + "line": 325, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L318" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L325" } ], "signatures": [ { - "id": 196, + "id": 197, "name": "removeAllChannels", "variant": "signature", "kind": 4096, @@ -23833,9 +23923,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 318, + "line": 325, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L318" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L325" } ], "type": { @@ -23873,7 +23963,7 @@ ] }, { - "id": 192, + "id": 193, "name": "removeChannel", "variant": "declaration", "kind": 2048, @@ -23881,14 +23971,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 311, + "line": 318, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L311" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L318" } ], "signatures": [ { - "id": 193, + "id": 194, "name": "removeChannel", "variant": "signature", "kind": 4096, @@ -23904,14 +23994,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 311, + "line": 318, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L311" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L318" } ], "parameters": [ { - "id": 194, + "id": 195, "name": "channel", "variant": "param", "kind": 32768, @@ -23926,7 +24016,7 @@ }, "type": { "type": "reference", - "target": 1593, + "target": 1620, "name": "RealtimeChannel", "package": "@supabase/realtime-js", "qualifiedName": "default" @@ -23965,7 +24055,7 @@ ] }, { - "id": 174, + "id": 175, "name": "rpc", "variant": "declaration", "kind": 2048, @@ -23973,14 +24063,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 247, + "line": 254, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L247" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L254" } ], "signatures": [ { - "id": 175, + "id": 176, "name": "rpc", "variant": "signature", "kind": 4096, @@ -23996,14 +24086,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 247, + "line": 254, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L247" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L254" } ], "typeParameters": [ { - "id": 176, + "id": 177, "name": "FnName", "variant": "typeParam", "kind": 131072, @@ -24014,7 +24104,7 @@ } }, { - "id": 177, + "id": 178, "name": "Args", "variant": "typeParam", "kind": 131072, @@ -24044,7 +24134,7 @@ } }, { - "id": 178, + "id": 179, "name": "FilterBuilder", "variant": "typeParam", "kind": 131072, @@ -24058,7 +24148,7 @@ "typeArguments": [ { "type": "reference", - "target": 176, + "target": 177, "name": "FnName", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -24076,7 +24166,7 @@ "typeArguments": [ { "type": "reference", - "target": 120, + "target": 121, "name": "Schema", "package": "@supabase/supabase-js", "qualifiedName": "default.Schema", @@ -24084,14 +24174,14 @@ }, { "type": "reference", - "target": 176, + "target": 177, "name": "FnName", "package": "@supabase/supabase-js", "refersToTypeParameter": true }, { "type": "reference", - "target": 177, + "target": 178, "name": "Args", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -24104,7 +24194,7 @@ ], "parameters": [ { - "id": 179, + "id": 180, "name": "fn", "variant": "param", "kind": 32768, @@ -24119,14 +24209,14 @@ }, "type": { "type": "reference", - "target": 176, + "target": 177, "name": "FnName", "package": "@supabase/supabase-js", "refersToTypeParameter": true } }, { - "id": 180, + "id": 181, "name": "args", "variant": "param", "kind": 32768, @@ -24141,7 +24231,7 @@ }, "type": { "type": "reference", - "target": 177, + "target": 178, "name": "Args", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -24149,7 +24239,7 @@ "defaultValue": "..." }, { - "id": 181, + "id": 182, "name": "options", "variant": "param", "kind": 32768, @@ -24165,14 +24255,14 @@ "type": { "type": "reflection", "declaration": { - "id": 182, + "id": 183, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 185, + "id": 186, "name": "count", "variant": "declaration", "kind": 1024, @@ -24222,9 +24312,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 261, + "line": 268, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L261" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L268" } ], "type": { @@ -24246,7 +24336,7 @@ } }, { - "id": 184, + "id": 185, "name": "get", "variant": "declaration", "kind": 1024, @@ -24272,9 +24362,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 260, + "line": 267, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L260" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L267" } ], "type": { @@ -24283,7 +24373,7 @@ } }, { - "id": 183, + "id": 184, "name": "head", "variant": "declaration", "kind": 1024, @@ -24317,9 +24407,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 259, + "line": 266, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L259" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L266" } ], "type": { @@ -24331,15 +24421,15 @@ "groups": [ { "title": "Properties", - "children": [185, 184, 183] + "children": [186, 185, 184] } ], "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 258, + "line": 265, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L258" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L265" } ] } @@ -24356,7 +24446,7 @@ "typeArguments": [ { "type": "reference", - "target": 121, + "target": 122, "name": "ClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.ClientOptions", @@ -24364,7 +24454,7 @@ }, { "type": "reference", - "target": 120, + "target": 121, "name": "Schema", "package": "@supabase/supabase-js", "qualifiedName": "default.Schema", @@ -24378,7 +24468,7 @@ }, "objectType": { "type": "reference", - "target": 178, + "target": 179, "name": "FilterBuilder", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -24392,7 +24482,7 @@ }, "objectType": { "type": "reference", - "target": 178, + "target": 179, "name": "FilterBuilder", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -24406,7 +24496,7 @@ }, "objectType": { "type": "reference", - "target": 178, + "target": 179, "name": "FilterBuilder", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -24420,7 +24510,7 @@ }, "objectType": { "type": "reference", - "target": 178, + "target": 179, "name": "FilterBuilder", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -24439,7 +24529,7 @@ ] }, { - "id": 170, + "id": 171, "name": "schema", "variant": "declaration", "kind": 2048, @@ -24447,14 +24537,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 212, + "line": 219, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L212" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L219" } ], "signatures": [ { - "id": 171, + "id": 172, "name": "schema", "variant": "signature", "kind": 4096, @@ -24470,14 +24560,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", - "line": 212, + "line": 219, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L212" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L219" } ], "typeParameters": [ { - "id": 172, + "id": 173, "name": "DynamicSchema", "variant": "typeParam", "kind": 131072, @@ -24490,7 +24580,7 @@ ], "parameters": [ { - "id": 173, + "id": 174, "name": "schema", "variant": "param", "kind": 32768, @@ -24505,7 +24595,7 @@ }, "type": { "type": "reference", - "target": 172, + "target": 173, "name": "DynamicSchema", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -24521,7 +24611,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -24529,7 +24619,7 @@ }, { "type": "reference", - "target": 121, + "target": 122, "name": "ClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.ClientOptions", @@ -24537,7 +24627,7 @@ }, { "type": "reference", - "target": 172, + "target": 173, "name": "DynamicSchema", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -24548,14 +24638,14 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 172, + "target": 173, "name": "DynamicSchema", "package": "@supabase/supabase-js", "refersToTypeParameter": true }, "objectType": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -24599,19 +24689,19 @@ "groups": [ { "title": "Constructors", - "children": [113] + "children": [114] }, { "title": "Properties", - "children": [153, 135, 139, 152, 144, 141, 156, 136, 138, 142, 137, 143, 140, 158, 157] + "children": [154, 136, 140, 153, 145, 142, 157, 137, 139, 143, 138, 144, 141, 159, 158] }, { "title": "Accessors", - "children": [159] + "children": [160] }, { "title": "Methods", - "children": [186, 161, 190, 195, 192, 174, 170] + "children": [187, 162, 191, 196, 193, 175, 171] } ], "sources": [ @@ -24619,12 +24709,12 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 37, "character": 21, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L37" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L37" } ], "typeParameters": [ { - "id": 225, + "id": 226, "name": "Database", "variant": "typeParam", "kind": 131072, @@ -24635,7 +24725,7 @@ } }, { - "id": 226, + "id": 227, "name": "SchemaNameOrClientOptions", "variant": "typeParam", "kind": 131072, @@ -24662,7 +24752,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -24682,14 +24772,14 @@ { "type": "reflection", "declaration": { - "id": 227, + "id": 228, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 228, + "id": 229, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -24699,7 +24789,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 44, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L44" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L44" } ], "type": { @@ -24711,7 +24801,7 @@ "groups": [ { "title": "Properties", - "children": [228] + "children": [229] } ], "sources": [ @@ -24719,7 +24809,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 44, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L44" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L44" } ] } @@ -24744,7 +24834,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -24782,7 +24872,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -24802,7 +24892,7 @@ } }, { - "id": 229, + "id": 230, "name": "SchemaName", "variant": "typeParam", "kind": 131072, @@ -24826,7 +24916,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -24847,7 +24937,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -24872,7 +24962,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -24891,7 +24981,7 @@ }, "trueType": { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -24915,7 +25005,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -24960,7 +25050,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -24989,7 +25079,7 @@ } }, { - "id": 230, + "id": 231, "name": "Schema", "variant": "typeParam", "kind": 131072, @@ -25000,7 +25090,7 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 119, + "target": 120, "name": "SchemaName", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaName", @@ -25015,7 +25105,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -25043,7 +25133,7 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 119, + "target": 120, "name": "SchemaName", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaName", @@ -25058,7 +25148,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -25084,7 +25174,7 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 119, + "target": 120, "name": "SchemaName", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaName", @@ -25099,7 +25189,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -25127,7 +25217,7 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 119, + "target": 120, "name": "SchemaName", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaName", @@ -25142,7 +25232,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -25164,7 +25254,7 @@ } }, { - "id": 231, + "id": 232, "name": "ClientOptions", "variant": "typeParam", "kind": 131072, @@ -25172,14 +25262,14 @@ "type": { "type": "reflection", "declaration": { - "id": 232, + "id": 233, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 233, + "id": 234, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -25189,7 +25279,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 59, "character": 26, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L59" } ], "type": { @@ -25201,7 +25291,7 @@ "groups": [ { "title": "Properties", - "children": [233] + "children": [234] } ], "sources": [ @@ -25209,7 +25299,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 59, "character": 24, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L59" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L59" } ] } @@ -25218,7 +25308,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -25243,7 +25333,7 @@ "typeArguments": [ { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -25264,7 +25354,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -25273,14 +25363,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 234, + "id": 235, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 235, + "id": 236, "name": "__InternalSupabase", "variant": "declaration", "kind": 1024, @@ -25290,20 +25380,20 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 62, "character": 25, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L62" } ], "type": { "type": "reflection", "declaration": { - "id": 236, + "id": 237, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 237, + "id": 238, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -25313,7 +25403,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 62, "character": 47, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L62" } ], "type": { @@ -25325,7 +25415,7 @@ "groups": [ { "title": "Properties", - "children": [237] + "children": [238] } ], "sources": [ @@ -25333,7 +25423,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 62, "character": 45, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L62" } ] } @@ -25343,7 +25433,7 @@ "groups": [ { "title": "Properties", - "children": [235] + "children": [236] } ], "sources": [ @@ -25351,7 +25441,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 62, "character": 23, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L62" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L62" } ] } @@ -25364,7 +25454,7 @@ }, "objectType": { "type": "reference", - "target": 115, + "target": 116, "name": "Database", "package": "@supabase/supabase-js", "qualifiedName": "default.Database", @@ -25374,14 +25464,14 @@ "falseType": { "type": "reflection", "declaration": { - "id": 238, + "id": 239, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 239, + "id": 240, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -25391,7 +25481,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 65, "character": 10, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L65" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L65" } ], "type": { @@ -25403,7 +25493,7 @@ "groups": [ { "title": "Properties", - "children": [239] + "children": [240] } ], "sources": [ @@ -25411,7 +25501,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 65, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L65" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L65" } ] } @@ -25421,7 +25511,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -25430,14 +25520,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 240, + "id": 241, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 241, + "id": 242, "name": "PostgrestVersion", "variant": "declaration", "kind": 1024, @@ -25447,7 +25537,7 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 66, "character": 42, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L66" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L66" } ], "type": { @@ -25459,7 +25549,7 @@ "groups": [ { "title": "Properties", - "children": [241] + "children": [242] } ], "sources": [ @@ -25467,14 +25557,14 @@ "fileName": "packages/core/supabase-js/src/SupabaseClient.ts", "line": 66, "character": 40, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/SupabaseClient.ts#L66" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/SupabaseClient.ts#L66" } ] } }, "trueType": { "type": "reference", - "target": 116, + "target": 117, "name": "SchemaNameOrClientOptions", "package": "@supabase/supabase-js", "qualifiedName": "default.SchemaNameOrClientOptions", @@ -25490,28 +25580,28 @@ ] }, { - "id": 2138, + "id": 2167, "name": "WebSocketFactory", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 2152, + "id": 2181, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 2153, + "id": 2182, "name": "WebSocketFactory", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 2138, + "target": 2167, "name": "WebSocketFactory", "package": "@supabase/realtime-js" } @@ -25519,7 +25609,7 @@ ] }, { - "id": 2146, + "id": 2175, "name": "createWebSocket", "variant": "declaration", "kind": 2048, @@ -25535,7 +25625,7 @@ ], "signatures": [ { - "id": 2147, + "id": 2176, "name": "createWebSocket", "variant": "signature", "kind": 4096, @@ -25549,7 +25639,7 @@ ], "parameters": [ { - "id": 2148, + "id": 2177, "name": "url", "variant": "param", "kind": 32768, @@ -25574,7 +25664,7 @@ } }, { - "id": 2149, + "id": 2178, "name": "protocols", "variant": "param", "kind": 32768, @@ -25601,7 +25691,7 @@ ], "type": { "type": "reference", - "target": 2154, + "target": 2183, "name": "WebSocketLike", "package": "@supabase/realtime-js" } @@ -25609,7 +25699,7 @@ ] }, { - "id": 2140, + "id": 2169, "name": "getWebSocketConstructor", "variant": "declaration", "kind": 2048, @@ -25625,7 +25715,7 @@ ], "signatures": [ { - "id": 2141, + "id": 2170, "name": "getWebSocketConstructor", "variant": "signature", "kind": 4096, @@ -25640,7 +25730,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2142, + "id": 2171, "name": "__type", "variant": "declaration", "kind": 65536, @@ -25654,7 +25744,7 @@ ], "signatures": [ { - "id": 2143, + "id": 2172, "name": "getWebSocketConstructor", "variant": "signature", "kind": 16384, @@ -25668,7 +25758,7 @@ ], "parameters": [ { - "id": 2144, + "id": 2173, "name": "url", "variant": "param", "kind": 32768, @@ -25693,7 +25783,7 @@ } }, { - "id": 2145, + "id": 2174, "name": "protocols", "variant": "param", "kind": 32768, @@ -25735,7 +25825,7 @@ ] }, { - "id": 2150, + "id": 2179, "name": "isWebSocketSupported", "variant": "declaration", "kind": 2048, @@ -25751,7 +25841,7 @@ ], "signatures": [ { - "id": 2151, + "id": 2180, "name": "isWebSocketSupported", "variant": "signature", "kind": 4096, @@ -25774,11 +25864,11 @@ "groups": [ { "title": "Constructors", - "children": [2152] + "children": [2181] }, { "title": "Methods", - "children": [2146, 2140, 2150] + "children": [2175, 2169, 2179] } ], "sources": [ @@ -25790,14 +25880,14 @@ ] }, { - "id": 839, + "id": 848, "name": "AdminUserAttributes", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 841, + "id": 850, "name": "app_metadata", "variant": "declaration", "kind": 1024, @@ -25831,7 +25921,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 333, + "line": 345, "character": 4 } ], @@ -25841,7 +25931,7 @@ } }, { - "id": 844, + "id": 853, "name": "ban_duration", "variant": "declaration", "kind": 1024, @@ -25859,7 +25949,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 356, + "line": 368, "character": 4 } ], @@ -25869,7 +25959,7 @@ } }, { - "id": 849, + "id": 858, "name": "email", "variant": "declaration", "kind": 1024, @@ -25888,7 +25978,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 290, + "line": 302, "character": 4 } ], @@ -25903,7 +25993,7 @@ } }, { - "id": 842, + "id": 851, "name": "email_confirm", "variant": "declaration", "kind": 1024, @@ -25921,7 +26011,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 339, + "line": 351, "character": 4 } ], @@ -25931,7 +26021,7 @@ } }, { - "id": 847, + "id": 856, "name": "id", "variant": "declaration", "kind": 1024, @@ -25965,7 +26055,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 378, + "line": 390, "character": 4 } ], @@ -25975,7 +26065,7 @@ } }, { - "id": 848, + "id": 857, "name": "nonce", "variant": "declaration", "kind": 1024, @@ -25994,7 +26084,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 304, + "line": 316, "character": 4 } ], @@ -26009,7 +26099,7 @@ } }, { - "id": 850, + "id": 859, "name": "password", "variant": "declaration", "kind": 1024, @@ -26028,7 +26118,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 298, + "line": 310, "character": 4 } ], @@ -26043,7 +26133,7 @@ } }, { - "id": 846, + "id": 855, "name": "password_hash", "variant": "declaration", "kind": 1024, @@ -26069,7 +26159,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 372, + "line": 384, "character": 4 } ], @@ -26079,7 +26169,7 @@ } }, { - "id": 851, + "id": 860, "name": "phone", "variant": "declaration", "kind": 1024, @@ -26098,7 +26188,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 294, + "line": 306, "character": 4 } ], @@ -26113,7 +26203,7 @@ } }, { - "id": 843, + "id": 852, "name": "phone_confirm", "variant": "declaration", "kind": 1024, @@ -26131,7 +26221,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 345, + "line": 357, "character": 4 } ], @@ -26141,7 +26231,7 @@ } }, { - "id": 845, + "id": 854, "name": "role", "variant": "declaration", "kind": 1024, @@ -26191,7 +26281,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 364, + "line": 376, "character": 4 } ], @@ -26201,7 +26291,7 @@ } }, { - "id": 840, + "id": 849, "name": "user_metadata", "variant": "declaration", "kind": 1024, @@ -26235,7 +26325,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 324, + "line": 336, "character": 4 } ], @@ -26248,13 +26338,13 @@ "groups": [ { "title": "Properties", - "children": [841, 844, 849, 842, 847, 848, 850, 846, 851, 843, 845, 840] + "children": [850, 853, 858, 851, 856, 857, 859, 855, 860, 852, 854, 849] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 313, + "line": 325, "character": 17 } ], @@ -26268,7 +26358,7 @@ "typeArguments": [ { "type": "reference", - "target": 833, + "target": 842, "name": "UserAttributes", "package": "@supabase/auth-js" }, @@ -26283,7 +26373,7 @@ ] }, { - "id": 799, + "id": 807, "name": "AMREntry", "variant": "declaration", "kind": 256, @@ -26303,7 +26393,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#getAuthenticatorAssuranceLevel", - "target": 1221 + "target": 1232 }, { "kind": "text", @@ -26315,7 +26405,7 @@ }, "children": [ { - "id": 800, + "id": 808, "name": "method", "variant": "declaration", "kind": 1024, @@ -26331,19 +26421,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 200, + "line": 205, "character": 4 } ], "type": { "type": "reference", - "target": 797, + "target": 805, "name": "AMRMethod", "package": "@supabase/auth-js" } }, { - "id": 801, + "id": 809, "name": "timestamp", "variant": "declaration", "kind": 1024, @@ -26359,7 +26449,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 205, + "line": 210, "character": 4 } ], @@ -26372,19 +26462,19 @@ "groups": [ { "title": "Properties", - "children": [800, 801] + "children": [808, 809] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 198, + "line": 203, "character": 17 } ] }, { - "id": 1390, + "id": 1417, "name": "AuthOAuthServerApi", "variant": "declaration", "kind": 256, @@ -26399,7 +26489,7 @@ }, "children": [ { - "id": 1394, + "id": 1421, "name": "approveAuthorization", "variant": "declaration", "kind": 2048, @@ -26407,13 +26497,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1366, + "line": 1409, "character": 4 } ], "signatures": [ { - "id": 1395, + "id": 1422, "name": "approveAuthorization", "variant": "signature", "kind": 4096, @@ -26440,13 +26530,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1366, + "line": 1409, "character": 4 } ], "parameters": [ { - "id": 1396, + "id": 1423, "name": "authorizationId", "variant": "param", "kind": 32768, @@ -26465,7 +26555,7 @@ } }, { - "id": 1397, + "id": 1424, "name": "options", "variant": "param", "kind": 32768, @@ -26483,14 +26573,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1398, + "id": 1425, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1399, + "id": 1426, "name": "skipBrowserRedirect", "variant": "declaration", "kind": 1024, @@ -26500,7 +26590,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1367, + "line": 1410, "character": 8 } ], @@ -26513,13 +26603,13 @@ "groups": [ { "title": "Properties", - "children": [1399] + "children": [1426] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1366, + "line": 1409, "character": 60 } ] @@ -26536,7 +26626,7 @@ "typeArguments": [ { "type": "reference", - "target": 1387, + "target": 1414, "name": "AuthOAuthConsentResponse", "package": "@supabase/auth-js" } @@ -26548,7 +26638,7 @@ ] }, { - "id": 1400, + "id": 1427, "name": "denyAuthorization", "variant": "declaration", "kind": 2048, @@ -26556,13 +26646,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1377, + "line": 1420, "character": 4 } ], "signatures": [ { - "id": 1401, + "id": 1428, "name": "denyAuthorization", "variant": "signature", "kind": 4096, @@ -26589,13 +26679,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1377, + "line": 1420, "character": 4 } ], "parameters": [ { - "id": 1402, + "id": 1429, "name": "authorizationId", "variant": "param", "kind": 32768, @@ -26614,7 +26704,7 @@ } }, { - "id": 1403, + "id": 1430, "name": "options", "variant": "param", "kind": 32768, @@ -26632,14 +26722,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1404, + "id": 1431, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1405, + "id": 1432, "name": "skipBrowserRedirect", "variant": "declaration", "kind": 1024, @@ -26649,7 +26739,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1378, + "line": 1421, "character": 8 } ], @@ -26662,13 +26752,13 @@ "groups": [ { "title": "Properties", - "children": [1405] + "children": [1432] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1377, + "line": 1420, "character": 57 } ] @@ -26685,7 +26775,7 @@ "typeArguments": [ { "type": "reference", - "target": 1387, + "target": 1414, "name": "AuthOAuthConsentResponse", "package": "@supabase/auth-js" } @@ -26697,7 +26787,7 @@ ] }, { - "id": 1391, + "id": 1418, "name": "getAuthorizationDetails", "variant": "declaration", "kind": 2048, @@ -26705,13 +26795,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1357, + "line": 1400, "character": 4 } ], "signatures": [ { - "id": 1392, + "id": 1419, "name": "getAuthorizationDetails", "variant": "signature", "kind": 4096, @@ -26738,13 +26828,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1357, + "line": 1400, "character": 4 } ], "parameters": [ { - "id": 1393, + "id": 1420, "name": "authorizationId", "variant": "param", "kind": 32768, @@ -26772,7 +26862,7 @@ "typeArguments": [ { "type": "reference", - "target": 1386, + "target": 1413, "name": "AuthOAuthAuthorizationDetailsResponse", "package": "@supabase/auth-js" } @@ -26787,13 +26877,13 @@ "groups": [ { "title": "Methods", - "children": [1394, 1400, 1391] + "children": [1421, 1427, 1418] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1344, + "line": 1387, "character": 17 } ] @@ -26822,7 +26912,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 169, + "line": 174, "character": 4 } ], @@ -26850,7 +26940,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 181, + "line": 186, "character": 4 } ], @@ -26876,7 +26966,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 177, + "line": 182, "character": 4 } ], @@ -26904,7 +26994,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 165, + "line": 170, "character": 4 } ], @@ -26941,7 +27031,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 160, + "line": 165, "character": 4 } ], @@ -26976,7 +27066,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 173, + "line": 178, "character": 4 } ], @@ -26994,7 +27084,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 182, + "line": 187, "character": 4 } ], @@ -27020,7 +27110,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 186, + "line": 191, "character": 4 } ], @@ -27041,7 +27131,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 156, + "line": 161, "character": 17 } ] @@ -27064,7 +27154,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 270, + "line": 282, "character": 4 } ], @@ -27082,13 +27172,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 261, + "line": 273, "character": 4 } ], "type": { "type": "reference", - "target": 825, + "target": 833, "name": "UserAppMetadata", "package": "@supabase/auth-js" } @@ -27102,7 +27192,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 263, + "line": 275, "character": 4 } ], @@ -27122,7 +27212,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 264, + "line": 276, "character": 4 } ], @@ -27142,7 +27232,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 274, + "line": 286, "character": 4 } ], @@ -27160,7 +27250,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 273, + "line": 285, "character": 4 } ], @@ -27180,7 +27270,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 284, + "line": 296, "character": 4 } ], @@ -27200,7 +27290,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 271, + "line": 283, "character": 4 } ], @@ -27220,7 +27310,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 266, + "line": 278, "character": 4 } ], @@ -27240,7 +27330,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 275, + "line": 287, "character": 4 } ], @@ -27260,7 +27350,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 283, + "line": 295, "character": 4 } ], @@ -27271,7 +27361,7 @@ "types": [ { "type": "reference", - "target": 815, + "target": 823, "typeArguments": [ { "type": "union", @@ -27300,7 +27390,7 @@ }, { "type": "reference", - "target": 815, + "target": 823, "typeArguments": [ { "type": "union", @@ -27340,7 +27430,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 260, + "line": 272, "character": 4 } ], @@ -27360,7 +27450,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 280, + "line": 292, "character": 4 } ], @@ -27368,7 +27458,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 802, + "target": 810, "name": "UserIdentity", "package": "@supabase/auth-js" } @@ -27385,7 +27475,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 269, + "line": 281, "character": 4 } ], @@ -27405,7 +27495,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 281, + "line": 293, "character": 4 } ], @@ -27425,7 +27515,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 282, + "line": 294, "character": 4 } ], @@ -27445,7 +27535,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 277, + "line": 289, "character": 4 } ], @@ -27465,7 +27555,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 267, + "line": 279, "character": 4 } ], @@ -27485,7 +27575,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 268, + "line": 280, "character": 4 } ], @@ -27505,7 +27595,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 272, + "line": 284, "character": 4 } ], @@ -27525,7 +27615,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 276, + "line": 288, "character": 4 } ], @@ -27545,7 +27635,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 265, + "line": 277, "character": 4 } ], @@ -27565,7 +27655,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 278, + "line": 290, "character": 4 } ], @@ -27585,7 +27675,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 279, + "line": 291, "character": 4 } ], @@ -27603,13 +27693,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 262, + "line": 274, "character": 4 } ], "type": { "type": "reference", - "target": 829, + "target": 838, "name": "UserMetadata", "package": "@supabase/auth-js" } @@ -27627,20 +27717,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 259, + "line": 271, "character": 17 } ] }, { - "id": 1044, + "id": 1055, "name": "GenerateLinkOptions", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1045, + "id": 1056, "name": "data", "variant": "declaration", "kind": 1024, @@ -27674,7 +27764,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 663, + "line": 689, "character": 4 } ], @@ -27684,7 +27774,7 @@ } }, { - "id": 1046, + "id": 1057, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -27702,7 +27792,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 665, + "line": 691, "character": 4 } ], @@ -27715,19 +27805,19 @@ "groups": [ { "title": "Properties", - "children": [1045, 1046] + "children": [1056, 1057] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 657, + "line": 683, "character": 17 } ] }, { - "id": 1237, + "id": 1248, "name": "GoTrueAdminMFAApi", "variant": "declaration", "kind": 256, @@ -27748,7 +27838,7 @@ }, "children": [ { - "id": 1241, + "id": 1252, "name": "deleteFactor", "variant": "declaration", "kind": 2048, @@ -27756,13 +27846,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 996, + "line": 1022, "character": 4 } ], "signatures": [ { - "id": 1242, + "id": 1253, "name": "deleteFactor", "variant": "signature", "kind": 4096, @@ -27782,7 +27872,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#unenroll", - "target": 1210 + "target": 1221 } ] }, @@ -27795,20 +27885,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 996, + "line": 1022, "character": 4 } ], "parameters": [ { - "id": 1243, + "id": 1254, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1227, + "target": 1238, "name": "AuthMFAAdminDeleteFactorParams", "package": "@supabase/auth-js" } @@ -27823,7 +27913,7 @@ "typeArguments": [ { "type": "reference", - "target": 1224, + "target": 1235, "name": "AuthMFAAdminDeleteFactorResponse", "package": "@supabase/auth-js" } @@ -27835,7 +27925,7 @@ ] }, { - "id": 1238, + "id": 1249, "name": "listFactors", "variant": "declaration", "kind": 2048, @@ -27843,13 +27933,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 987, + "line": 1013, "character": 4 } ], "signatures": [ { - "id": 1239, + "id": 1250, "name": "listFactors", "variant": "signature", "kind": 4096, @@ -27865,20 +27955,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 987, + "line": 1013, "character": 4 } ], "parameters": [ { - "id": 1240, + "id": 1251, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1234, + "target": 1245, "name": "AuthMFAAdminListFactorsParams", "package": "@supabase/auth-js" } @@ -27893,7 +27983,7 @@ "typeArguments": [ { "type": "reference", - "target": 1231, + "target": 1242, "name": "AuthMFAAdminListFactorsResponse", "package": "@supabase/auth-js" } @@ -27908,19 +27998,19 @@ "groups": [ { "title": "Methods", - "children": [1241, 1238] + "children": [1252, 1249] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 982, + "line": 1008, "character": 17 } ] }, { - "id": 1347, + "id": 1374, "name": "GoTrueAdminOAuthApi", "variant": "declaration", "kind": 256, @@ -27935,7 +28025,7 @@ }, "children": [ { - "id": 1351, + "id": 1378, "name": "createClient", "variant": "declaration", "kind": 2048, @@ -27943,13 +28033,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1257, + "line": 1300, "character": 4 } ], "signatures": [ { - "id": 1352, + "id": 1379, "name": "createClient", "variant": "signature", "kind": 4096, @@ -27973,20 +28063,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1257, + "line": 1300, "character": 4 } ], "parameters": [ { - "id": 1353, + "id": 1380, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1319, + "target": 1346, "name": "CreateOAuthClientParams", "package": "@supabase/auth-js" } @@ -28001,7 +28091,7 @@ "typeArguments": [ { "type": "reference", - "target": 1334, + "target": 1361, "name": "OAuthClientResponse", "package": "@supabase/auth-js" } @@ -28013,7 +28103,7 @@ ] }, { - "id": 1361, + "id": 1388, "name": "deleteClient", "variant": "declaration", "kind": 2048, @@ -28021,13 +28111,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1278, + "line": 1321, "character": 4 } ], "signatures": [ { - "id": 1362, + "id": 1389, "name": "deleteClient", "variant": "signature", "kind": 4096, @@ -28051,13 +28141,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1278, + "line": 1321, "character": 4 } ], "parameters": [ { - "id": 1363, + "id": 1390, "name": "clientId", "variant": "param", "kind": 32768, @@ -28078,14 +28168,14 @@ { "type": "reflection", "declaration": { - "id": 1364, + "id": 1391, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1365, + "id": 1392, "name": "data", "variant": "declaration", "kind": 1024, @@ -28093,7 +28183,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1279, + "line": 1322, "character": 8 } ], @@ -28103,7 +28193,7 @@ } }, { - "id": 1366, + "id": 1393, "name": "error", "variant": "declaration", "kind": 1024, @@ -28111,7 +28201,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1280, + "line": 1323, "character": 8 } ], @@ -28124,7 +28214,7 @@ }, { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -28135,13 +28225,13 @@ "groups": [ { "title": "Properties", - "children": [1365, 1366] + "children": [1392, 1393] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1278, + "line": 1321, "character": 44 } ] @@ -28155,7 +28245,7 @@ ] }, { - "id": 1354, + "id": 1381, "name": "getClient", "variant": "declaration", "kind": 2048, @@ -28163,13 +28253,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1264, + "line": 1307, "character": 4 } ], "signatures": [ { - "id": 1355, + "id": 1382, "name": "getClient", "variant": "signature", "kind": 4096, @@ -28193,13 +28283,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1264, + "line": 1307, "character": 4 } ], "parameters": [ { - "id": 1356, + "id": 1383, "name": "clientId", "variant": "param", "kind": 32768, @@ -28219,7 +28309,7 @@ "typeArguments": [ { "type": "reference", - "target": 1334, + "target": 1361, "name": "OAuthClientResponse", "package": "@supabase/auth-js" } @@ -28231,7 +28321,7 @@ ] }, { - "id": 1348, + "id": 1375, "name": "listClients", "variant": "declaration", "kind": 2048, @@ -28239,13 +28329,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1250, + "line": 1293, "character": 4 } ], "signatures": [ { - "id": 1349, + "id": 1376, "name": "listClients", "variant": "signature", "kind": 4096, @@ -28269,13 +28359,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1250, + "line": 1293, "character": 4 } ], "parameters": [ { - "id": 1350, + "id": 1377, "name": "params", "variant": "param", "kind": 32768, @@ -28284,7 +28374,7 @@ }, "type": { "type": "reference", - "target": 1258, + "target": 1269, "name": "PageParams", "package": "@supabase/auth-js" } @@ -28299,7 +28389,7 @@ "typeArguments": [ { "type": "reference", - "target": 1335, + "target": 1362, "name": "OAuthClientListResponse", "package": "@supabase/auth-js" } @@ -28311,7 +28401,7 @@ ] }, { - "id": 1367, + "id": 1394, "name": "regenerateClientSecret", "variant": "declaration", "kind": 2048, @@ -28319,13 +28409,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1288, + "line": 1331, "character": 4 } ], "signatures": [ { - "id": 1368, + "id": 1395, "name": "regenerateClientSecret", "variant": "signature", "kind": 4096, @@ -28349,13 +28439,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1288, + "line": 1331, "character": 4 } ], "parameters": [ { - "id": 1369, + "id": 1396, "name": "clientId", "variant": "param", "kind": 32768, @@ -28375,7 +28465,7 @@ "typeArguments": [ { "type": "reference", - "target": 1334, + "target": 1361, "name": "OAuthClientResponse", "package": "@supabase/auth-js" } @@ -28387,7 +28477,7 @@ ] }, { - "id": 1357, + "id": 1384, "name": "updateClient", "variant": "declaration", "kind": 2048, @@ -28395,13 +28485,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1271, + "line": 1314, "character": 4 } ], "signatures": [ { - "id": 1358, + "id": 1385, "name": "updateClient", "variant": "signature", "kind": 4096, @@ -28425,13 +28515,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1271, + "line": 1314, "character": 4 } ], "parameters": [ { - "id": 1359, + "id": 1386, "name": "clientId", "variant": "param", "kind": 32768, @@ -28442,14 +28532,14 @@ } }, { - "id": 1360, + "id": 1387, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1327, + "target": 1354, "name": "UpdateOAuthClientParams", "package": "@supabase/auth-js" } @@ -28464,7 +28554,7 @@ "typeArguments": [ { "type": "reference", - "target": 1334, + "target": 1361, "name": "OAuthClientResponse", "package": "@supabase/auth-js" } @@ -28479,19 +28569,19 @@ "groups": [ { "title": "Methods", - "children": [1351, 1361, 1354, 1348, 1367, 1357] + "children": [1378, 1388, 1381, 1375, 1394, 1384] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1243, + "line": 1286, "character": 17 } ] }, { - "id": 1107, + "id": 1118, "name": "GoTrueMFAApi", "variant": "declaration", "kind": 256, @@ -28506,7 +28596,7 @@ }, "children": [ { - "id": 1223, + "id": 1234, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -28514,7 +28604,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 945, + "line": 971, "character": 4 } ], @@ -28529,7 +28619,7 @@ } }, { - "id": 1128, + "id": 1139, "name": "challenge", "variant": "declaration", "kind": 2048, @@ -28537,28 +28627,28 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 900, + "line": 926, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 901, + "line": 927, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 902, + "line": 928, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 903, + "line": 929, "character": 4 } ], "signatures": [ { - "id": 1129, + "id": 1140, "name": "challenge", "variant": "signature", "kind": 4096, @@ -28574,13 +28664,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 900, + "line": 926, "character": 4 } ], "parameters": [ { - "id": 1130, + "id": 1141, "name": "params", "variant": "param", "kind": 32768, @@ -28588,14 +28678,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1131, + "id": 1142, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1132, + "id": 1143, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -28611,7 +28701,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 742, + "line": 768, "character": 4 } ], @@ -28624,13 +28714,13 @@ "groups": [ { "title": "Properties", - "children": [1132] + "children": [1143] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -28651,14 +28741,14 @@ { "type": "reflection", "declaration": { - "id": 1133, + "id": 1144, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1134, + "id": 1145, "name": "data", "variant": "declaration", "kind": 1024, @@ -28666,7 +28756,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 86, + "line": 91, "character": 4 } ], @@ -28676,7 +28766,7 @@ } }, { - "id": 1135, + "id": 1146, "name": "error", "variant": "declaration", "kind": 1024, @@ -28684,13 +28774,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 87, + "line": 92, "character": 4 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -28699,13 +28789,13 @@ "groups": [ { "title": "Properties", - "children": [1134, 1135] + "children": [1145, 1146] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -28714,14 +28804,14 @@ { "type": "reflection", "declaration": { - "id": 1136, + "id": 1147, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1137, + "id": 1148, "name": "data", "variant": "declaration", "kind": 1024, @@ -28729,21 +28819,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 83, + "line": 88, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1138, + "id": 1149, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1141, + "id": 1152, "name": "expires_at", "variant": "declaration", "kind": 1024, @@ -28759,7 +28849,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 804, + "line": 830, "character": 4 } ], @@ -28769,7 +28859,7 @@ } }, { - "id": 1139, + "id": 1150, "name": "id", "variant": "declaration", "kind": 1024, @@ -28785,7 +28875,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 800, + "line": 826, "character": 4 } ], @@ -28795,7 +28885,7 @@ } }, { - "id": 1140, + "id": 1151, "name": "type", "variant": "declaration", "kind": 1024, @@ -28811,7 +28901,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 802, + "line": 828, "character": 4 } ], @@ -28824,13 +28914,13 @@ "groups": [ { "title": "Properties", - "children": [1141, 1139, 1140] + "children": [1152, 1150, 1151] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -28838,7 +28928,7 @@ } }, { - "id": 1142, + "id": 1153, "name": "error", "variant": "declaration", "kind": 1024, @@ -28846,7 +28936,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 84, + "line": 89, "character": 4 } ], @@ -28859,13 +28949,13 @@ "groups": [ { "title": "Properties", - "children": [1137, 1142] + "children": [1148, 1153] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -28879,7 +28969,7 @@ } }, { - "id": 1143, + "id": 1154, "name": "challenge", "variant": "signature", "kind": 4096, @@ -28887,13 +28977,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 901, + "line": 927, "character": 4 } ], "parameters": [ { - "id": 1144, + "id": 1155, "name": "params", "variant": "param", "kind": 32768, @@ -28901,14 +28991,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1145, + "id": 1156, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1147, + "id": 1158, "name": "channel", "variant": "declaration", "kind": 1024, @@ -28924,7 +29014,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 749, + "line": 775, "character": 4 } ], @@ -28943,7 +29033,7 @@ } }, { - "id": 1146, + "id": 1157, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -28959,7 +29049,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 742, + "line": 768, "character": 4 } ], @@ -28972,13 +29062,13 @@ "groups": [ { "title": "Properties", - "children": [1147, 1146] + "children": [1158, 1157] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -28999,14 +29089,14 @@ { "type": "reflection", "declaration": { - "id": 1148, + "id": 1159, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1149, + "id": 1160, "name": "data", "variant": "declaration", "kind": 1024, @@ -29014,7 +29104,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 86, + "line": 91, "character": 4 } ], @@ -29024,7 +29114,7 @@ } }, { - "id": 1150, + "id": 1161, "name": "error", "variant": "declaration", "kind": 1024, @@ -29032,13 +29122,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 87, + "line": 92, "character": 4 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -29047,13 +29137,13 @@ "groups": [ { "title": "Properties", - "children": [1149, 1150] + "children": [1160, 1161] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -29062,14 +29152,14 @@ { "type": "reflection", "declaration": { - "id": 1151, + "id": 1162, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1152, + "id": 1163, "name": "data", "variant": "declaration", "kind": 1024, @@ -29077,21 +29167,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 83, + "line": 88, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1153, + "id": 1164, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1156, + "id": 1167, "name": "expires_at", "variant": "declaration", "kind": 1024, @@ -29107,7 +29197,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 804, + "line": 830, "character": 4 } ], @@ -29117,7 +29207,7 @@ } }, { - "id": 1154, + "id": 1165, "name": "id", "variant": "declaration", "kind": 1024, @@ -29133,7 +29223,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 800, + "line": 826, "character": 4 } ], @@ -29143,7 +29233,7 @@ } }, { - "id": 1155, + "id": 1166, "name": "type", "variant": "declaration", "kind": 1024, @@ -29159,7 +29249,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 802, + "line": 828, "character": 4 } ], @@ -29172,13 +29262,13 @@ "groups": [ { "title": "Properties", - "children": [1156, 1154, 1155] + "children": [1167, 1165, 1166] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -29186,7 +29276,7 @@ } }, { - "id": 1157, + "id": 1168, "name": "error", "variant": "declaration", "kind": 1024, @@ -29194,7 +29284,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 84, + "line": 89, "character": 4 } ], @@ -29207,13 +29297,13 @@ "groups": [ { "title": "Properties", - "children": [1152, 1157] + "children": [1163, 1168] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -29227,7 +29317,7 @@ } }, { - "id": 1158, + "id": 1169, "name": "challenge", "variant": "signature", "kind": 4096, @@ -29235,13 +29325,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 902, + "line": 928, "character": 4 } ], "parameters": [ { - "id": 1159, + "id": 1170, "name": "params", "variant": "param", "kind": 32768, @@ -29249,14 +29339,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1160, + "id": 1171, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1161, + "id": 1172, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -29272,7 +29362,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 742, + "line": 768, "character": 4 } ], @@ -29282,7 +29372,7 @@ } }, { - "id": 1162, + "id": 1173, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -29290,21 +29380,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 754, + "line": 780, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1163, + "id": 1174, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1164, + "id": 1175, "name": "rpId", "variant": "declaration", "kind": 1024, @@ -29320,7 +29410,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 756, + "line": 782, "character": 8 } ], @@ -29330,7 +29420,7 @@ } }, { - "id": 1165, + "id": 1176, "name": "rpOrigins", "variant": "declaration", "kind": 1024, @@ -29348,7 +29438,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 758, + "line": 784, "character": 8 } ], @@ -29364,13 +29454,13 @@ "groups": [ { "title": "Properties", - "children": [1164, 1165] + "children": [1175, 1176] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 754, + "line": 780, "character": 14 } ] @@ -29381,13 +29471,13 @@ "groups": [ { "title": "Properties", - "children": [1161, 1162] + "children": [1172, 1173] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -29408,14 +29498,14 @@ { "type": "reflection", "declaration": { - "id": 1166, + "id": 1177, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1167, + "id": 1178, "name": "data", "variant": "declaration", "kind": 1024, @@ -29423,7 +29513,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 86, + "line": 91, "character": 4 } ], @@ -29433,7 +29523,7 @@ } }, { - "id": 1168, + "id": 1179, "name": "error", "variant": "declaration", "kind": 1024, @@ -29441,13 +29531,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 87, + "line": 92, "character": 4 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -29456,13 +29546,13 @@ "groups": [ { "title": "Properties", - "children": [1167, 1168] + "children": [1178, 1179] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -29471,14 +29561,14 @@ { "type": "reflection", "declaration": { - "id": 1169, + "id": 1180, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1170, + "id": 1181, "name": "data", "variant": "declaration", "kind": 1024, @@ -29486,21 +29576,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 83, + "line": 88, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1171, + "id": 1182, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1174, + "id": 1185, "name": "expires_at", "variant": "declaration", "kind": 1024, @@ -29516,7 +29606,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 804, + "line": 830, "character": 4 } ], @@ -29526,7 +29616,7 @@ } }, { - "id": 1172, + "id": 1183, "name": "id", "variant": "declaration", "kind": 1024, @@ -29542,7 +29632,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 800, + "line": 826, "character": 4 } ], @@ -29552,7 +29642,7 @@ } }, { - "id": 1173, + "id": 1184, "name": "type", "variant": "declaration", "kind": 1024, @@ -29568,7 +29658,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 802, + "line": 828, "character": 4 } ], @@ -29578,7 +29668,7 @@ } }, { - "id": 1175, + "id": 1186, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -29586,7 +29676,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 811, + "line": 837, "character": 4 } ], @@ -29596,14 +29686,14 @@ { "type": "reflection", "declaration": { - "id": 1176, + "id": 1187, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1178, + "id": 1189, "name": "credential_options", "variant": "declaration", "kind": 1024, @@ -29611,21 +29701,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 813, + "line": 839, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 1179, + "id": 1190, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1180, + "id": 1191, "name": "publicKey", "variant": "declaration", "kind": 1024, @@ -29633,7 +29723,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 814, + "line": 840, "character": 12 } ], @@ -29651,13 +29741,13 @@ "groups": [ { "title": "Properties", - "children": [1180] + "children": [1191] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 813, + "line": 839, "character": 28 } ] @@ -29665,7 +29755,7 @@ } }, { - "id": 1177, + "id": 1188, "name": "type", "variant": "declaration", "kind": 1024, @@ -29673,7 +29763,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 812, + "line": 838, "character": 8 } ], @@ -29686,13 +29776,13 @@ "groups": [ { "title": "Properties", - "children": [1178, 1177] + "children": [1189, 1188] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 811, + "line": 837, "character": 14 } ] @@ -29701,14 +29791,14 @@ { "type": "reflection", "declaration": { - "id": 1181, + "id": 1192, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1183, + "id": 1194, "name": "credential_options", "variant": "declaration", "kind": 1024, @@ -29716,21 +29806,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 818, + "line": 844, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 1184, + "id": 1195, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1185, + "id": 1196, "name": "publicKey", "variant": "declaration", "kind": 1024, @@ -29738,7 +29828,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 819, + "line": 845, "character": 12 } ], @@ -29756,13 +29846,13 @@ "groups": [ { "title": "Properties", - "children": [1185] + "children": [1196] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 818, + "line": 844, "character": 28 } ] @@ -29770,7 +29860,7 @@ } }, { - "id": 1182, + "id": 1193, "name": "type", "variant": "declaration", "kind": 1024, @@ -29778,7 +29868,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 817, + "line": 843, "character": 8 } ], @@ -29791,13 +29881,13 @@ "groups": [ { "title": "Properties", - "children": [1183, 1182] + "children": [1194, 1193] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 816, + "line": 842, "character": 8 } ] @@ -29810,13 +29900,13 @@ "groups": [ { "title": "Properties", - "children": [1174, 1172, 1173, 1175] + "children": [1185, 1183, 1184, 1186] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -29824,7 +29914,7 @@ } }, { - "id": 1186, + "id": 1197, "name": "error", "variant": "declaration", "kind": 1024, @@ -29832,7 +29922,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 84, + "line": 89, "character": 4 } ], @@ -29845,13 +29935,13 @@ "groups": [ { "title": "Properties", - "children": [1170, 1186] + "children": [1181, 1197] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -29865,7 +29955,7 @@ } }, { - "id": 1187, + "id": 1198, "name": "challenge", "variant": "signature", "kind": 4096, @@ -29873,20 +29963,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 903, + "line": 929, "character": 4 } ], "parameters": [ { - "id": 1188, + "id": 1199, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1077, + "target": 1088, "name": "MFAChallengeParams", "package": "@supabase/auth-js" } @@ -29901,7 +29991,7 @@ "typeArguments": [ { "type": "reference", - "target": 1096, + "target": 1107, "name": "AuthMFAChallengeResponse", "package": "@supabase/auth-js" } @@ -29913,7 +30003,7 @@ ] }, { - "id": 1213, + "id": 1224, "name": "challengeAndVerify", "variant": "declaration", "kind": 2048, @@ -29921,13 +30011,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 921, + "line": 947, "character": 4 } ], "signatures": [ { - "id": 1214, + "id": 1225, "name": "challengeAndVerify", "variant": "signature", "kind": 4096, @@ -29943,13 +30033,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 921, + "line": 947, "character": 4 } ], "parameters": [ { - "id": 1215, + "id": 1226, "name": "params", "variant": "param", "kind": 32768, @@ -29957,14 +30047,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1216, + "id": 1227, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1218, + "id": 1229, "name": "code", "variant": "declaration", "kind": 1024, @@ -29980,7 +30070,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 707, + "line": 733, "character": 4 } ], @@ -29990,7 +30080,7 @@ } }, { - "id": 1217, + "id": 1228, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -30006,7 +30096,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 701, + "line": 727, "character": 4 } ], @@ -30019,13 +30109,13 @@ "groups": [ { "title": "Properties", - "children": [1218, 1217] + "children": [1229, 1228] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -30042,7 +30132,7 @@ "typeArguments": [ { "type": "reference", - "target": 1086, + "target": 1097, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -30054,7 +30144,7 @@ ] }, { - "id": 1108, + "id": 1119, "name": "enroll", "variant": "declaration", "kind": 2048, @@ -30062,28 +30152,28 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 892, + "line": 918, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 893, + "line": 919, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 894, + "line": 920, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 895, + "line": 921, "character": 4 } ], "signatures": [ { - "id": 1109, + "id": 1120, "name": "enroll", "variant": "signature", "kind": 4096, @@ -30115,13 +30205,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 892, + "line": 918, "character": 4 } ], "parameters": [ { - "id": 1110, + "id": 1121, "name": "params", "variant": "param", "kind": 32768, @@ -30129,14 +30219,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1111, + "id": 1122, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1112, + "id": 1123, "name": "factorType", "variant": "declaration", "kind": 1024, @@ -30152,7 +30242,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1044, + "line": 1070, "character": 4 } ], @@ -30162,7 +30252,7 @@ } }, { - "id": 1113, + "id": 1124, "name": "friendlyName", "variant": "declaration", "kind": 1024, @@ -30180,7 +30270,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1046, + "line": 1072, "character": 4 } ], @@ -30190,7 +30280,7 @@ } }, { - "id": 1114, + "id": 1125, "name": "issuer", "variant": "declaration", "kind": 1024, @@ -30208,7 +30298,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1050, + "line": 1076, "character": 4 } ], @@ -30221,13 +30311,13 @@ "groups": [ { "title": "Properties", - "children": [1112, 1113, 1114] + "children": [1123, 1124, 1125] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -30244,7 +30334,7 @@ "typeArguments": [ { "type": "reference", - "target": 1268, + "target": 1279, "name": "AuthMFAEnrollTOTPResponse", "package": "@supabase/auth-js" } @@ -30254,7 +30344,7 @@ } }, { - "id": 1115, + "id": 1126, "name": "enroll", "variant": "signature", "kind": 4096, @@ -30262,13 +30352,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 893, + "line": 919, "character": 4 } ], "parameters": [ { - "id": 1116, + "id": 1127, "name": "params", "variant": "param", "kind": 32768, @@ -30276,14 +30366,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1117, + "id": 1128, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1118, + "id": 1129, "name": "factorType", "variant": "declaration", "kind": 1024, @@ -30299,7 +30389,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1044, + "line": 1070, "character": 4 } ], @@ -30309,7 +30399,7 @@ } }, { - "id": 1119, + "id": 1130, "name": "friendlyName", "variant": "declaration", "kind": 1024, @@ -30327,7 +30417,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1046, + "line": 1072, "character": 4 } ], @@ -30337,7 +30427,7 @@ } }, { - "id": 1120, + "id": 1131, "name": "phone", "variant": "declaration", "kind": 1024, @@ -30353,7 +30443,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1055, + "line": 1081, "character": 4 } ], @@ -30366,13 +30456,13 @@ "groups": [ { "title": "Properties", - "children": [1118, 1119, 1120] + "children": [1129, 1130, 1131] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -30389,7 +30479,7 @@ "typeArguments": [ { "type": "reference", - "target": 1269, + "target": 1280, "name": "AuthMFAEnrollPhoneResponse", "package": "@supabase/auth-js" } @@ -30399,7 +30489,7 @@ } }, { - "id": 1121, + "id": 1132, "name": "enroll", "variant": "signature", "kind": 4096, @@ -30407,13 +30497,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 894, + "line": 920, "character": 4 } ], "parameters": [ { - "id": 1122, + "id": 1133, "name": "params", "variant": "param", "kind": 32768, @@ -30421,14 +30511,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1123, + "id": 1134, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1124, + "id": 1135, "name": "factorType", "variant": "declaration", "kind": 1024, @@ -30444,7 +30534,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1044, + "line": 1070, "character": 4 } ], @@ -30454,7 +30544,7 @@ } }, { - "id": 1125, + "id": 1136, "name": "friendlyName", "variant": "declaration", "kind": 1024, @@ -30472,7 +30562,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1046, + "line": 1072, "character": 4 } ], @@ -30485,13 +30575,13 @@ "groups": [ { "title": "Properties", - "children": [1124, 1125] + "children": [1135, 1136] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -30508,7 +30598,7 @@ "typeArguments": [ { "type": "reference", - "target": 1270, + "target": 1281, "name": "AuthMFAEnrollWebauthnResponse", "package": "@supabase/auth-js" } @@ -30518,7 +30608,7 @@ } }, { - "id": 1126, + "id": 1137, "name": "enroll", "variant": "signature", "kind": 4096, @@ -30526,20 +30616,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 895, + "line": 921, "character": 4 } ], "parameters": [ { - "id": 1127, + "id": 1138, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1060, + "target": 1071, "name": "MFAEnrollParams", "package": "@supabase/auth-js" } @@ -30554,7 +30644,7 @@ "typeArguments": [ { "type": "reference", - "target": 1087, + "target": 1098, "name": "AuthMFAEnrollResponse", "package": "@supabase/auth-js" } @@ -30566,7 +30656,7 @@ ] }, { - "id": 1221, + "id": 1232, "name": "getAuthenticatorAssuranceLevel", "variant": "declaration", "kind": 2048, @@ -30574,13 +30664,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 944, + "line": 970, "character": 4 } ], "signatures": [ { - "id": 1222, + "id": 1233, "name": "getAuthenticatorAssuranceLevel", "variant": "signature", "kind": 4096, @@ -30620,7 +30710,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 944, + "line": 970, "character": 4 } ], @@ -30633,7 +30723,7 @@ "typeArguments": [ { "type": "reference", - "target": 1102, + "target": 1113, "name": "AuthMFAGetAuthenticatorAssuranceLevelResponse", "package": "@supabase/auth-js" } @@ -30645,7 +30735,7 @@ ] }, { - "id": 1219, + "id": 1230, "name": "listFactors", "variant": "declaration", "kind": 2048, @@ -30653,13 +30743,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 930, + "line": 956, "character": 4 } ], "signatures": [ { - "id": 1220, + "id": 1231, "name": "listFactors", "variant": "signature", "kind": 4096, @@ -30683,7 +30773,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#enroll", - "target": 1108 + "target": 1119 }, { "kind": "text", @@ -30697,7 +30787,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#getAuthenticatorAssuranceLevel", - "target": 1221 + "target": 1232 }, { "kind": "text", @@ -30711,7 +30801,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueClient#getUser", - "target": 500 + "target": 507 }, { "kind": "text", @@ -30724,7 +30814,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 930, + "line": 956, "character": 4 } ], @@ -30737,7 +30827,7 @@ "typeArguments": [ { "type": "reference", - "target": 1097, + "target": 1108, "typeArguments": [ { "type": "typeOperator", @@ -30772,7 +30862,7 @@ ] }, { - "id": 1210, + "id": 1221, "name": "unenroll", "variant": "declaration", "kind": 2048, @@ -30780,13 +30870,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 916, + "line": 942, "character": 4 } ], "signatures": [ { - "id": 1211, + "id": 1222, "name": "unenroll", "variant": "signature", "kind": 4096, @@ -30818,20 +30908,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 916, + "line": 942, "character": 4 } ], "parameters": [ { - "id": 1212, + "id": 1223, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1061, + "target": 1072, "name": "MFAUnenrollParams", "package": "@supabase/auth-js" } @@ -30846,7 +30936,7 @@ "typeArguments": [ { "type": "reference", - "target": 1088, + "target": 1099, "name": "AuthMFAUnenrollResponse", "package": "@supabase/auth-js" } @@ -30858,7 +30948,7 @@ ] }, { - "id": 1189, + "id": 1200, "name": "verify", "variant": "declaration", "kind": 2048, @@ -30866,28 +30956,28 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 908, + "line": 934, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 909, + "line": 935, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 910, + "line": 936, "character": 4 }, { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 911, + "line": 937, "character": 4 } ], "signatures": [ { - "id": 1190, + "id": 1201, "name": "verify", "variant": "signature", "kind": 4096, @@ -30903,13 +30993,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 908, + "line": 934, "character": 4 } ], "parameters": [ { - "id": 1191, + "id": 1202, "name": "params", "variant": "param", "kind": 32768, @@ -30917,14 +31007,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1192, + "id": 1203, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1194, + "id": 1205, "name": "challengeId", "variant": "declaration", "kind": 1024, @@ -30940,7 +31030,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 703, + "line": 729, "character": 4 } ], @@ -30950,7 +31040,7 @@ } }, { - "id": 1195, + "id": 1206, "name": "code", "variant": "declaration", "kind": 1024, @@ -30966,7 +31056,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 707, + "line": 733, "character": 4 } ], @@ -30976,7 +31066,7 @@ } }, { - "id": 1193, + "id": 1204, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -30992,7 +31082,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 701, + "line": 727, "character": 4 } ], @@ -31005,13 +31095,13 @@ "groups": [ { "title": "Properties", - "children": [1194, 1195, 1193] + "children": [1205, 1206, 1204] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -31028,7 +31118,7 @@ "typeArguments": [ { "type": "reference", - "target": 1086, + "target": 1097, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -31038,7 +31128,7 @@ } }, { - "id": 1196, + "id": 1207, "name": "verify", "variant": "signature", "kind": 4096, @@ -31046,13 +31136,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 909, + "line": 935, "character": 4 } ], "parameters": [ { - "id": 1197, + "id": 1208, "name": "params", "variant": "param", "kind": 32768, @@ -31060,14 +31150,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1198, + "id": 1209, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1200, + "id": 1211, "name": "challengeId", "variant": "declaration", "kind": 1024, @@ -31083,7 +31173,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 703, + "line": 729, "character": 4 } ], @@ -31093,7 +31183,7 @@ } }, { - "id": 1201, + "id": 1212, "name": "code", "variant": "declaration", "kind": 1024, @@ -31109,7 +31199,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 707, + "line": 733, "character": 4 } ], @@ -31119,7 +31209,7 @@ } }, { - "id": 1199, + "id": 1210, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -31135,7 +31225,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 701, + "line": 727, "character": 4 } ], @@ -31148,13 +31238,13 @@ "groups": [ { "title": "Properties", - "children": [1200, 1201, 1199] + "children": [1211, 1212, 1210] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -31171,7 +31261,7 @@ "typeArguments": [ { "type": "reference", - "target": 1086, + "target": 1097, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -31181,7 +31271,7 @@ } }, { - "id": 1202, + "id": 1213, "name": "verify", "variant": "signature", "kind": 4096, @@ -31189,13 +31279,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 910, + "line": 936, "character": 4 } ], "parameters": [ { - "id": 1203, + "id": 1214, "name": "params", "variant": "param", "kind": 32768, @@ -31203,14 +31293,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1204, + "id": 1215, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1206, + "id": 1217, "name": "challengeId", "variant": "declaration", "kind": 1024, @@ -31226,7 +31316,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 703, + "line": 729, "character": 4 } ], @@ -31236,7 +31326,7 @@ } }, { - "id": 1205, + "id": 1216, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -31252,7 +31342,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 701, + "line": 727, "character": 4 } ], @@ -31262,7 +31352,7 @@ } }, { - "id": 1207, + "id": 1218, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -31270,7 +31360,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 730, + "line": 756, "character": 4 } ], @@ -31317,13 +31407,13 @@ "groups": [ { "title": "Properties", - "children": [1206, 1205, 1207] + "children": [1217, 1216, 1218] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 51 } ] @@ -31340,7 +31430,7 @@ "typeArguments": [ { "type": "reference", - "target": 1086, + "target": 1097, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -31350,7 +31440,7 @@ } }, { - "id": 1208, + "id": 1219, "name": "verify", "variant": "signature", "kind": 4096, @@ -31358,20 +31448,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 911, + "line": 937, "character": 4 } ], "parameters": [ { - "id": 1209, + "id": 1220, "name": "params", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 1072, + "target": 1083, "name": "MFAVerifyParams", "package": "@supabase/auth-js" } @@ -31386,7 +31476,7 @@ "typeArguments": [ { "type": "reference", - "target": 1086, + "target": 1097, "name": "AuthMFAVerifyResponse", "package": "@supabase/auth-js" } @@ -31401,30 +31491,30 @@ "groups": [ { "title": "Properties", - "children": [1223] + "children": [1234] }, { "title": "Methods", - "children": [1128, 1213, 1108, 1221, 1219, 1210, 1189] + "children": [1139, 1224, 1119, 1232, 1230, 1221, 1200] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 882, + "line": 908, "character": 17 } ] }, { - "id": 1290, + "id": 1317, "name": "JWK", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1293, + "id": 1320, "name": "alg", "variant": "declaration", "kind": 1024, @@ -31434,7 +31524,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1123, + "line": 1166, "character": 4 } ], @@ -31444,7 +31534,7 @@ } }, { - "id": 1292, + "id": 1319, "name": "key_ops", "variant": "declaration", "kind": 1024, @@ -31452,7 +31542,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1122, + "line": 1165, "character": 4 } ], @@ -31465,7 +31555,7 @@ } }, { - "id": 1294, + "id": 1321, "name": "kid", "variant": "declaration", "kind": 1024, @@ -31475,7 +31565,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1124, + "line": 1167, "character": 4 } ], @@ -31485,7 +31575,7 @@ } }, { - "id": 1291, + "id": 1318, "name": "kty", "variant": "declaration", "kind": 1024, @@ -31493,7 +31583,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1121, + "line": 1164, "character": 4 } ], @@ -31519,19 +31609,19 @@ "groups": [ { "title": "Properties", - "children": [1293, 1292, 1294, 1291] + "children": [1320, 1319, 1321, 1318] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1120, + "line": 1163, "character": 17 } ], "indexSignatures": [ { - "id": 1295, + "id": 1322, "name": "__index", "variant": "signature", "kind": 8192, @@ -31539,13 +31629,493 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1125, + "line": 1168, "character": 4 } ], "parameters": [ { - "id": 1296, + "id": 1323, + "name": "key", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "type": { + "type": "intrinsic", + "name": "any" + } + } + ] + }, + { + "id": 1297, + "name": "JwtPayload", + "variant": "declaration", + "kind": 256, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "JWT Payload containing claims for Supabase authentication tokens.\n\nRequired claims (iss, aud, exp, iat, sub, role, aal, session_id) are inherited from RequiredClaims.\nAll other claims are optional as they can be customized via Custom Access Token Hooks." + } + ], + "blockTags": [ + { + "tag": "@see", + "content": [ + { + "kind": "text", + "text": "https://supabase.com/docs/guides/auth/jwt-fields" + } + ] + } + ] + }, + "children": [ + { + "id": 1313, + "name": "aal", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1140, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 1112, + "name": "AuthenticatorAssuranceLevels", + "package": "@supabase/auth-js" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.aal" + } + }, + { + "id": 1305, + "name": "amr", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1159, + "character": 4 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 807, + "name": "AMREntry", + "package": "@supabase/auth-js" + } + } + }, + { + "id": 1303, + "name": "app_metadata", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1157, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 833, + "name": "UserAppMetadata", + "package": "@supabase/auth-js" + } + }, + { + "id": 1309, + "name": "aud", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1136, + "character": 4 + } + ], + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + ] + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.aud" + } + }, + { + "id": 1298, + "name": "email", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1152, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1310, + "name": "exp", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1137, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.exp" + } + }, + { + "id": 1311, + "name": "iat", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1138, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.iat" + } + }, + { + "id": 1300, + "name": "is_anonymous", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1154, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 1307, + "name": "iss", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1134, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.iss" + } + }, + { + "id": 1301, + "name": "jti", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1155, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1302, + "name": "nbf", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1156, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 1299, + "name": "phone", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1153, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1306, + "name": "ref", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1160, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1312, + "name": "role", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1139, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.role" + } + }, + { + "id": 1314, + "name": "session_id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1141, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.session_id" + } + }, + { + "id": 1308, + "name": "sub", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1135, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "RequiredClaims.sub" + } + }, + { + "id": 1304, + "name": "user_metadata", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1158, + "character": 4 + } + ], + "type": { + "type": "reference", + "target": 838, + "name": "UserMetadata", + "package": "@supabase/auth-js" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 1313, 1305, 1303, 1309, 1298, 1310, 1311, 1300, 1307, 1301, 1302, 1299, 1306, 1312, + 1314, 1308, 1304 + ] + } + ], + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1151, + "character": 17 + } + ], + "indexSignatures": [ + { + "id": 1315, + "name": "__index", + "variant": "signature", + "kind": 8192, + "flags": {}, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 1161, + "character": 4 + } + ], + "parameters": [ + { + "id": 1316, "name": "key", "variant": "param", "kind": 32768, @@ -31561,17 +32131,25 @@ "name": "any" } } + ], + "extendedTypes": [ + { + "type": "reference", + "target": 1287, + "name": "RequiredClaims", + "package": "@supabase/auth-js" + } ] }, { - "id": 852, + "id": 861, "name": "Subscription", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 854, + "id": 863, "name": "callback", "variant": "declaration", "kind": 1024, @@ -31587,14 +32165,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 388, + "line": 402, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 855, + "id": 864, "name": "__type", "variant": "declaration", "kind": 65536, @@ -31602,13 +32180,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 388, + "line": 402, "character": 14 } ], "signatures": [ { - "id": 856, + "id": 865, "name": "__type", "variant": "signature", "kind": 4096, @@ -31616,26 +32194,26 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 388, + "line": 402, "character": 14 } ], "parameters": [ { - "id": 857, + "id": 866, "name": "event", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 695, + "target": 702, "name": "AuthChangeEvent", "package": "@supabase/auth-js" } }, { - "id": 858, + "id": 867, "name": "session", "variant": "param", "kind": 32768, @@ -31667,7 +32245,7 @@ } }, { - "id": 853, + "id": 862, "name": "id", "variant": "declaration", "kind": 1024, @@ -31676,24 +32254,33 @@ "summary": [ { "kind": "text", - "text": "The subscriber UUID. This will be set by the client." + "text": "A unique identifier for this subscription, set by the client.\nThis is an internal identifier used for managing callbacks and should not be\nrelied upon by application code. Use the unsubscribe() method to remove listeners." } ] }, "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 384, + "line": 398, "character": 4 } ], "type": { - "type": "intrinsic", - "name": "string" + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "symbol" + } + ] } }, { - "id": 859, + "id": 868, "name": "unsubscribe", "variant": "declaration", "kind": 1024, @@ -31709,14 +32296,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 392, + "line": 406, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 860, + "id": 869, "name": "__type", "variant": "declaration", "kind": 65536, @@ -31724,13 +32311,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 392, + "line": 406, "character": 17 } ], "signatures": [ { - "id": 861, + "id": 870, "name": "__type", "variant": "signature", "kind": 4096, @@ -31738,7 +32325,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 392, + "line": 406, "character": 17 } ], @@ -31755,36 +32342,44 @@ "groups": [ { "title": "Properties", - "children": [854, 853, 859] + "children": [863, 862, 868] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 380, + "line": 392, "character": 17 } ] }, { - "id": 825, + "id": 833, "name": "UserAppMetadata", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 826, + "id": 834, "name": "provider", "variant": "declaration", "kind": 1024, "flags": { "isOptional": true }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The first provider that the user used to sign up with." + } + ] + }, "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 253, + "line": 261, "character": 4 } ], @@ -31792,24 +32387,55 @@ "type": "intrinsic", "name": "string" } + }, + { + "id": 835, + "name": "providers", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A list of all providers that the user has linked to their account." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 265, + "character": 4 + } + ], + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } } ], "groups": [ { "title": "Properties", - "children": [826] + "children": [834, 835] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 252, + "line": 257, "character": 17 } ], "indexSignatures": [ { - "id": 827, + "id": 836, "name": "__index", "variant": "signature", "kind": 8192, @@ -31817,13 +32443,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 254, + "line": 266, "character": 4 } ], "parameters": [ { - "id": 828, + "id": 837, "name": "key", "variant": "param", "kind": 32768, @@ -31842,14 +32468,14 @@ ] }, { - "id": 833, + "id": 842, "name": "UserAttributes", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 838, + "id": 847, "name": "data", "variant": "declaration", "kind": 1024, @@ -31883,7 +32509,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 311, + "line": 323, "character": 4 } ], @@ -31893,7 +32519,7 @@ } }, { - "id": 834, + "id": 843, "name": "email", "variant": "declaration", "kind": 1024, @@ -31911,7 +32537,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 290, + "line": 302, "character": 4 } ], @@ -31921,7 +32547,7 @@ } }, { - "id": 837, + "id": 846, "name": "nonce", "variant": "declaration", "kind": 1024, @@ -31939,7 +32565,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 304, + "line": 316, "character": 4 } ], @@ -31949,7 +32575,7 @@ } }, { - "id": 836, + "id": 845, "name": "password", "variant": "declaration", "kind": 1024, @@ -31967,7 +32593,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 298, + "line": 310, "character": 4 } ], @@ -31977,7 +32603,7 @@ } }, { - "id": 835, + "id": 844, "name": "phone", "variant": "declaration", "kind": 1024, @@ -31995,7 +32621,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 294, + "line": 306, "character": 4 } ], @@ -32008,26 +32634,26 @@ "groups": [ { "title": "Properties", - "children": [838, 834, 837, 836, 835] + "children": [847, 843, 846, 845, 844] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 286, + "line": 298, "character": 17 } ] }, { - "id": 802, + "id": 810, "name": "UserIdentity", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 811, + "id": 819, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -32037,7 +32663,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 215, + "line": 220, "character": 4 } ], @@ -32047,7 +32673,7 @@ } }, { - "id": 803, + "id": 811, "name": "id", "variant": "declaration", "kind": 1024, @@ -32055,7 +32681,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 208, + "line": 213, "character": 4 } ], @@ -32065,7 +32691,7 @@ } }, { - "id": 805, + "id": 813, "name": "identity_data", "variant": "declaration", "kind": 1024, @@ -32075,14 +32701,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 210, + "line": 215, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 806, + "id": 814, "name": "__type", "variant": "declaration", "kind": 65536, @@ -32090,13 +32716,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 210, + "line": 215, "character": 20 } ], "indexSignatures": [ { - "id": 807, + "id": 815, "name": "__index", "variant": "signature", "kind": 8192, @@ -32104,13 +32730,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 211, + "line": 216, "character": 8 } ], "parameters": [ { - "id": 808, + "id": 816, "name": "key", "variant": "param", "kind": 32768, @@ -32131,7 +32757,7 @@ } }, { - "id": 809, + "id": 817, "name": "identity_id", "variant": "declaration", "kind": 1024, @@ -32139,7 +32765,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 213, + "line": 218, "character": 4 } ], @@ -32149,7 +32775,7 @@ } }, { - "id": 812, + "id": 820, "name": "last_sign_in_at", "variant": "declaration", "kind": 1024, @@ -32159,7 +32785,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 216, + "line": 221, "character": 4 } ], @@ -32169,7 +32795,7 @@ } }, { - "id": 810, + "id": 818, "name": "provider", "variant": "declaration", "kind": 1024, @@ -32177,7 +32803,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 214, + "line": 219, "character": 4 } ], @@ -32187,7 +32813,7 @@ } }, { - "id": 813, + "id": 821, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -32197,7 +32823,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 217, + "line": 222, "character": 4 } ], @@ -32207,7 +32833,7 @@ } }, { - "id": 804, + "id": 812, "name": "user_id", "variant": "declaration", "kind": 1024, @@ -32215,7 +32841,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 209, + "line": 214, "character": 4 } ], @@ -32228,19 +32854,19 @@ "groups": [ { "title": "Properties", - "children": [811, 803, 805, 809, 812, 810, 813, 804] + "children": [819, 811, 813, 817, 820, 818, 821, 812] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 207, + "line": 212, "character": 17 } ] }, { - "id": 829, + "id": 838, "name": "UserMetadata", "variant": "declaration", "kind": 256, @@ -32248,13 +32874,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 256, + "line": 268, "character": 17 } ], "indexSignatures": [ { - "id": 830, + "id": 839, "name": "__index", "variant": "signature", "kind": 8192, @@ -32262,13 +32888,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 257, + "line": 269, "character": 4 } ], "parameters": [ { - "id": 831, + "id": 840, "name": "key", "variant": "param", "kind": 32768, @@ -32287,14 +32913,14 @@ ] }, { - "id": 982, + "id": 991, "name": "VerifyEmailOtpParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 983, + "id": 992, "name": "email", "variant": "declaration", "kind": 1024, @@ -32310,7 +32936,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 570, + "line": 584, "character": 4 } ], @@ -32320,7 +32946,7 @@ } }, { - "id": 986, + "id": 995, "name": "options", "variant": "declaration", "kind": 1024, @@ -32330,21 +32956,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 575, + "line": 589, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 987, + "id": 996, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 989, + "id": 998, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -32368,7 +32994,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 582, + "line": 596, "character": 8 } ], @@ -32378,7 +33004,7 @@ } }, { - "id": 988, + "id": 997, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -32396,7 +33022,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 577, + "line": 591, "character": 8 } ], @@ -32409,13 +33035,13 @@ "groups": [ { "title": "Properties", - "children": [989, 988] + "children": [998, 997] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 575, + "line": 589, "character": 14 } ] @@ -32423,7 +33049,7 @@ } }, { - "id": 984, + "id": 993, "name": "token", "variant": "declaration", "kind": 1024, @@ -32439,7 +33065,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 572, + "line": 586, "character": 4 } ], @@ -32449,7 +33075,7 @@ } }, { - "id": 985, + "id": 994, "name": "type", "variant": "declaration", "kind": 1024, @@ -32465,13 +33091,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 574, + "line": 588, "character": 4 } ], "type": { "type": "reference", - "target": 994, + "target": 1003, "name": "EmailOtpType", "package": "@supabase/auth-js" } @@ -32480,26 +33106,26 @@ "groups": [ { "title": "Properties", - "children": [983, 986, 984, 985] + "children": [992, 995, 993, 994] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 568, + "line": 582, "character": 17 } ] }, { - "id": 974, + "id": 983, "name": "VerifyMobileOtpParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 978, + "id": 987, "name": "options", "variant": "declaration", "kind": 1024, @@ -32509,21 +33135,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 557, + "line": 571, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 979, + "id": 988, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 981, + "id": 990, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -32547,7 +33173,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 565, + "line": 579, "character": 8 } ], @@ -32557,7 +33183,7 @@ } }, { - "id": 980, + "id": 989, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -32575,7 +33201,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 559, + "line": 573, "character": 8 } ], @@ -32588,13 +33214,13 @@ "groups": [ { "title": "Properties", - "children": [981, 980] + "children": [990, 989] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 557, + "line": 571, "character": 14 } ] @@ -32602,7 +33228,7 @@ } }, { - "id": 975, + "id": 984, "name": "phone", "variant": "declaration", "kind": 1024, @@ -32618,7 +33244,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 552, + "line": 566, "character": 4 } ], @@ -32628,7 +33254,7 @@ } }, { - "id": 976, + "id": 985, "name": "token", "variant": "declaration", "kind": 1024, @@ -32644,7 +33270,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 554, + "line": 568, "character": 4 } ], @@ -32654,7 +33280,7 @@ } }, { - "id": 977, + "id": 986, "name": "type", "variant": "declaration", "kind": 1024, @@ -32670,13 +33296,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 556, + "line": 570, "character": 4 } ], "type": { "type": "reference", - "target": 993, + "target": 1002, "name": "MobileOtpType", "package": "@supabase/auth-js" } @@ -32685,26 +33311,26 @@ "groups": [ { "title": "Properties", - "children": [978, 975, 976, 977] + "children": [987, 984, 985, 986] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 550, + "line": 564, "character": 17 } ] }, { - "id": 990, + "id": 999, "name": "VerifyTokenHashParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 991, + "id": 1000, "name": "token_hash", "variant": "declaration", "kind": 1024, @@ -32720,7 +33346,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 587, + "line": 601, "character": 4 } ], @@ -32730,7 +33356,7 @@ } }, { - "id": 992, + "id": 1001, "name": "type", "variant": "declaration", "kind": 1024, @@ -32746,13 +33372,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 589, + "line": 603, "character": 4 } ], "type": { "type": "reference", - "target": 994, + "target": 1003, "name": "EmailOtpType", "package": "@supabase/auth-js" } @@ -32761,26 +33387,26 @@ "groups": [ { "title": "Properties", - "children": [991, 992] + "children": [1000, 1001] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 585, + "line": 599, "character": 17 } ] }, { - "id": 2154, + "id": 2183, "name": "WebSocketLike", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2197, + "id": 2226, "name": "binaryType", "variant": "declaration", "kind": 1024, @@ -32800,7 +33426,7 @@ } }, { - "id": 2198, + "id": 2227, "name": "bufferedAmount", "variant": "declaration", "kind": 1024, @@ -32820,7 +33446,7 @@ } }, { - "id": 2158, + "id": 2187, "name": "CLOSED", "variant": "declaration", "kind": 1024, @@ -32840,7 +33466,7 @@ } }, { - "id": 2157, + "id": 2186, "name": "CLOSING", "variant": "declaration", "kind": 1024, @@ -32860,7 +33486,7 @@ } }, { - "id": 2155, + "id": 2184, "name": "CONNECTING", "variant": "declaration", "kind": 1024, @@ -32880,7 +33506,7 @@ } }, { - "id": 2200, + "id": 2229, "name": "dispatchEvent", "variant": "declaration", "kind": 1024, @@ -32897,7 +33523,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2201, + "id": 2230, "name": "__type", "variant": "declaration", "kind": 65536, @@ -32911,7 +33537,7 @@ ], "signatures": [ { - "id": 2202, + "id": 2231, "name": "__type", "variant": "signature", "kind": 4096, @@ -32925,7 +33551,7 @@ ], "parameters": [ { - "id": 2203, + "id": 2232, "name": "event", "variant": "param", "kind": 32768, @@ -32951,7 +33577,7 @@ } }, { - "id": 2199, + "id": 2228, "name": "extensions", "variant": "declaration", "kind": 1024, @@ -32971,7 +33597,7 @@ } }, { - "id": 2179, + "id": 2208, "name": "onclose", "variant": "declaration", "kind": 1024, @@ -32993,7 +33619,7 @@ { "type": "reflection", "declaration": { - "id": 2180, + "id": 2209, "name": "__type", "variant": "declaration", "kind": 65536, @@ -33007,7 +33633,7 @@ ], "signatures": [ { - "id": 2181, + "id": 2210, "name": "__type", "variant": "signature", "kind": 4096, @@ -33021,7 +33647,7 @@ ], "parameters": [ { - "id": 2182, + "id": 2211, "name": "this", "variant": "param", "kind": 32768, @@ -33032,7 +33658,7 @@ } }, { - "id": 2183, + "id": 2212, "name": "ev", "variant": "param", "kind": 32768, @@ -33060,7 +33686,7 @@ } }, { - "id": 2184, + "id": 2213, "name": "onerror", "variant": "declaration", "kind": 1024, @@ -33082,7 +33708,7 @@ { "type": "reflection", "declaration": { - "id": 2185, + "id": 2214, "name": "__type", "variant": "declaration", "kind": 65536, @@ -33096,7 +33722,7 @@ ], "signatures": [ { - "id": 2186, + "id": 2215, "name": "__type", "variant": "signature", "kind": 4096, @@ -33110,7 +33736,7 @@ ], "parameters": [ { - "id": 2187, + "id": 2216, "name": "this", "variant": "param", "kind": 32768, @@ -33121,7 +33747,7 @@ } }, { - "id": 2188, + "id": 2217, "name": "ev", "variant": "param", "kind": 32768, @@ -33149,7 +33775,7 @@ } }, { - "id": 2174, + "id": 2203, "name": "onmessage", "variant": "declaration", "kind": 1024, @@ -33171,7 +33797,7 @@ { "type": "reflection", "declaration": { - "id": 2175, + "id": 2204, "name": "__type", "variant": "declaration", "kind": 65536, @@ -33185,7 +33811,7 @@ ], "signatures": [ { - "id": 2176, + "id": 2205, "name": "__type", "variant": "signature", "kind": 4096, @@ -33199,7 +33825,7 @@ ], "parameters": [ { - "id": 2177, + "id": 2206, "name": "this", "variant": "param", "kind": 32768, @@ -33210,7 +33836,7 @@ } }, { - "id": 2178, + "id": 2207, "name": "ev", "variant": "param", "kind": 32768, @@ -33238,7 +33864,7 @@ } }, { - "id": 2169, + "id": 2198, "name": "onopen", "variant": "declaration", "kind": 1024, @@ -33260,7 +33886,7 @@ { "type": "reflection", "declaration": { - "id": 2170, + "id": 2199, "name": "__type", "variant": "declaration", "kind": 65536, @@ -33274,7 +33900,7 @@ ], "signatures": [ { - "id": 2171, + "id": 2200, "name": "__type", "variant": "signature", "kind": 4096, @@ -33288,7 +33914,7 @@ ], "parameters": [ { - "id": 2172, + "id": 2201, "name": "this", "variant": "param", "kind": 32768, @@ -33299,7 +33925,7 @@ } }, { - "id": 2173, + "id": 2202, "name": "ev", "variant": "param", "kind": 32768, @@ -33327,7 +33953,7 @@ } }, { - "id": 2156, + "id": 2185, "name": "OPEN", "variant": "declaration", "kind": 1024, @@ -33347,7 +33973,7 @@ } }, { - "id": 2161, + "id": 2190, "name": "protocol", "variant": "declaration", "kind": 1024, @@ -33367,7 +33993,7 @@ } }, { - "id": 2159, + "id": 2188, "name": "readyState", "variant": "declaration", "kind": 1024, @@ -33387,7 +34013,7 @@ } }, { - "id": 2160, + "id": 2189, "name": "url", "variant": "declaration", "kind": 1024, @@ -33407,7 +34033,7 @@ } }, { - "id": 2189, + "id": 2218, "name": "addEventListener", "variant": "declaration", "kind": 2048, @@ -33421,7 +34047,7 @@ ], "signatures": [ { - "id": 2190, + "id": 2219, "name": "addEventListener", "variant": "signature", "kind": 4096, @@ -33435,7 +34061,7 @@ ], "parameters": [ { - "id": 2191, + "id": 2220, "name": "type", "variant": "param", "kind": 32768, @@ -33446,7 +34072,7 @@ } }, { - "id": 2192, + "id": 2221, "name": "listener", "variant": "param", "kind": 32768, @@ -33470,7 +34096,7 @@ ] }, { - "id": 2162, + "id": 2191, "name": "close", "variant": "declaration", "kind": 2048, @@ -33484,7 +34110,7 @@ ], "signatures": [ { - "id": 2163, + "id": 2192, "name": "close", "variant": "signature", "kind": 4096, @@ -33498,7 +34124,7 @@ ], "parameters": [ { - "id": 2164, + "id": 2193, "name": "code", "variant": "param", "kind": 32768, @@ -33511,7 +34137,7 @@ } }, { - "id": 2165, + "id": 2194, "name": "reason", "variant": "param", "kind": 32768, @@ -33532,7 +34158,7 @@ ] }, { - "id": 2193, + "id": 2222, "name": "removeEventListener", "variant": "declaration", "kind": 2048, @@ -33546,7 +34172,7 @@ ], "signatures": [ { - "id": 2194, + "id": 2223, "name": "removeEventListener", "variant": "signature", "kind": 4096, @@ -33560,7 +34186,7 @@ ], "parameters": [ { - "id": 2195, + "id": 2224, "name": "type", "variant": "param", "kind": 32768, @@ -33571,7 +34197,7 @@ } }, { - "id": 2196, + "id": 2225, "name": "listener", "variant": "param", "kind": 32768, @@ -33595,7 +34221,7 @@ ] }, { - "id": 2166, + "id": 2195, "name": "send", "variant": "declaration", "kind": 2048, @@ -33609,7 +34235,7 @@ ], "signatures": [ { - "id": 2167, + "id": 2196, "name": "send", "variant": "signature", "kind": 4096, @@ -33623,7 +34249,7 @@ ], "parameters": [ { - "id": 2168, + "id": 2197, "name": "data", "variant": "param", "kind": 32768, @@ -33689,12 +34315,12 @@ { "title": "Properties", "children": [ - 2197, 2198, 2158, 2157, 2155, 2200, 2199, 2179, 2184, 2174, 2169, 2156, 2161, 2159, 2160 + 2226, 2227, 2187, 2186, 2184, 2229, 2228, 2208, 2213, 2203, 2198, 2185, 2190, 2188, 2189 ] }, { "title": "Methods", - "children": [2189, 2162, 2193, 2166] + "children": [2218, 2191, 2222, 2195] } ], "sources": [ @@ -33706,14 +34332,14 @@ ] }, { - "id": 2204, + "id": 2233, "name": "WebSocketLikeConstructor", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2205, + "id": 2234, "name": "constructor", "variant": "declaration", "kind": 512, @@ -33727,7 +34353,7 @@ ], "signatures": [ { - "id": 2206, + "id": 2235, "name": "WebSocketLikeConstructor", "variant": "signature", "kind": 16384, @@ -33741,7 +34367,7 @@ ], "parameters": [ { - "id": 2207, + "id": 2236, "name": "address", "variant": "param", "kind": 32768, @@ -33766,7 +34392,7 @@ } }, { - "id": 2208, + "id": 2237, "name": "subprotocols", "variant": "param", "kind": 32768, @@ -33793,7 +34419,7 @@ ], "type": { "type": "reference", - "target": 2154, + "target": 2183, "name": "WebSocketLike", "package": "@supabase/realtime-js" } @@ -33804,7 +34430,7 @@ "groups": [ { "title": "Constructors", - "children": [2205] + "children": [2234] } ], "sources": [ @@ -33816,7 +34442,7 @@ ], "indexSignatures": [ { - "id": 2209, + "id": 2238, "name": "__index", "variant": "signature", "kind": 8192, @@ -33830,7 +34456,7 @@ ], "parameters": [ { - "id": 2210, + "id": 2239, "name": "key", "variant": "param", "kind": 32768, @@ -33849,7 +34475,7 @@ ] }, { - "id": 797, + "id": 805, "name": "AMRMethod", "variant": "declaration", "kind": 2097152, @@ -33857,7 +34483,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 189, + "line": 194, "character": 12 } ], @@ -33894,7 +34520,7 @@ { "type": "reflection", "declaration": { - "id": 798, + "id": 806, "name": "__type", "variant": "declaration", "kind": 65536, @@ -33902,7 +34528,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 189, + "line": 194, "character": 64 } ] @@ -33914,7 +34540,7 @@ } }, { - "id": 695, + "id": 702, "name": "AuthChangeEvent", "variant": "declaration", "kind": 2097152, @@ -33955,7 +34581,7 @@ }, { "type": "reference", - "target": 694, + "target": 701, "name": "AuthChangeEventMFA", "package": "@supabase/auth-js" } @@ -33963,7 +34589,7 @@ } }, { - "id": 694, + "id": 701, "name": "AuthChangeEventMFA", "variant": "declaration", "kind": 2097152, @@ -33981,7 +34607,7 @@ } }, { - "id": 1101, + "id": 1112, "name": "AuthenticatorAssuranceLevels", "variant": "declaration", "kind": 2097152, @@ -33989,7 +34615,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 860, + "line": 886, "character": 12 } ], @@ -34008,7 +34634,7 @@ } }, { - "id": 898, + "id": 907, "name": "AuthFlowType", "variant": "declaration", "kind": 2097152, @@ -34016,7 +34642,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 461, + "line": 475, "character": 12 } ], @@ -34035,7 +34661,7 @@ } }, { - "id": 1227, + "id": 1238, "name": "AuthMFAAdminDeleteFactorParams", "variant": "declaration", "kind": 2097152, @@ -34052,21 +34678,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 957, + "line": 983, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1228, + "id": 1239, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1229, + "id": 1240, "name": "id", "variant": "declaration", "kind": 1024, @@ -34082,7 +34708,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 959, + "line": 985, "character": 4 } ], @@ -34092,7 +34718,7 @@ } }, { - "id": 1230, + "id": 1241, "name": "userId", "variant": "declaration", "kind": 1024, @@ -34108,7 +34734,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 961, + "line": 987, "character": 4 } ], @@ -34121,13 +34747,13 @@ "groups": [ { "title": "Properties", - "children": [1229, 1230] + "children": [1240, 1241] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 957, + "line": 983, "character": 45 } ] @@ -34135,7 +34761,7 @@ } }, { - "id": 1224, + "id": 1235, "name": "AuthMFAAdminDeleteFactorResponse", "variant": "declaration", "kind": 2097152, @@ -34152,25 +34778,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 950, + "line": 976, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1225, + "id": 1236, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1226, + "id": 1237, "name": "id", "variant": "declaration", "kind": 1024, @@ -34186,7 +34812,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 952, + "line": 978, "character": 4 } ], @@ -34199,13 +34825,13 @@ "groups": [ { "title": "Properties", - "children": [1226] + "children": [1237] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 950, + "line": 976, "character": 61 } ] @@ -34217,7 +34843,7 @@ } }, { - "id": 1234, + "id": 1245, "name": "AuthMFAAdminListFactorsParams", "variant": "declaration", "kind": 2097152, @@ -34234,21 +34860,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 973, + "line": 999, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1235, + "id": 1246, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1236, + "id": 1247, "name": "userId", "variant": "declaration", "kind": 1024, @@ -34264,7 +34890,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 975, + "line": 1001, "character": 4 } ], @@ -34277,13 +34903,13 @@ "groups": [ { "title": "Properties", - "children": [1236] + "children": [1247] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 973, + "line": 999, "character": 44 } ] @@ -34291,7 +34917,7 @@ } }, { - "id": 1231, + "id": 1242, "name": "AuthMFAAdminListFactorsResponse", "variant": "declaration", "kind": 2097152, @@ -34308,25 +34934,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 966, + "line": 992, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1232, + "id": 1243, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1233, + "id": 1244, "name": "factors", "variant": "declaration", "kind": 1024, @@ -34342,7 +34968,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 968, + "line": 994, "character": 4 } ], @@ -34350,7 +34976,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 815, + "target": 823, "name": "Factor", "package": "@supabase/auth-js" } @@ -34360,13 +34986,13 @@ "groups": [ { "title": "Properties", - "children": [1233] + "children": [1244] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 966, + "line": 992, "character": 60 } ] @@ -34378,7 +35004,7 @@ } }, { - "id": 1092, + "id": 1103, "name": "AuthMFAChallengePhoneResponse", "variant": "declaration", "kind": 2097152, @@ -34386,17 +35012,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 809, + "line": 835, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -34437,7 +35063,7 @@ } }, { - "id": 1096, + "id": 1107, "name": "AuthMFAChallengeResponse", "variant": "declaration", "kind": 2097152, @@ -34445,7 +35071,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 852, + "line": 878, "character": 12 } ], @@ -34454,19 +35080,19 @@ "types": [ { "type": "reference", - "target": 1091, + "target": 1102, "name": "AuthMFAChallengeTOTPResponse", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1092, + "target": 1103, "name": "AuthMFAChallengePhoneResponse", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1093, + "target": 1104, "name": "AuthMFAChallengeWebauthnResponse", "package": "@supabase/auth-js" } @@ -34474,7 +35100,7 @@ } }, { - "id": 1091, + "id": 1102, "name": "AuthMFAChallengeTOTPResponse", "variant": "declaration", "kind": 2097152, @@ -34482,17 +35108,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 807, + "line": 833, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -34533,7 +35159,7 @@ } }, { - "id": 1093, + "id": 1104, "name": "AuthMFAChallengeWebauthnResponse", "variant": "declaration", "kind": 2097152, @@ -34562,17 +35188,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 828, + "line": 854, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -34613,7 +35239,7 @@ } }, { - "id": 1094, + "id": 1105, "name": "AuthMFAChallengeWebauthnResponseDataJSON", "variant": "declaration", "kind": 2097152, @@ -34629,13 +35255,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 846, + "line": 872, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -34672,7 +35298,7 @@ } }, { - "id": 1095, + "id": 1106, "name": "AuthMFAChallengeWebauthnServerResponse", "variant": "declaration", "kind": 2097152, @@ -34688,17 +35314,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 851, + "line": 877, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 1094, + "target": 1105, "name": "AuthMFAChallengeWebauthnResponseDataJSON", "package": "@supabase/auth-js" } @@ -34708,7 +35334,7 @@ } }, { - "id": 1269, + "id": 1280, "name": "AuthMFAEnrollPhoneResponse", "variant": "declaration", "kind": 2097152, @@ -34716,17 +35342,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1094, + "line": 1120, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -34767,7 +35393,7 @@ } }, { - "id": 1087, + "id": 1098, "name": "AuthMFAEnrollResponse", "variant": "declaration", "kind": 2097152, @@ -34775,7 +35401,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 793, + "line": 819, "character": 12 } ], @@ -34784,19 +35410,19 @@ "types": [ { "type": "reference", - "target": 1268, + "target": 1279, "name": "AuthMFAEnrollTOTPResponse", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1269, + "target": 1280, "name": "AuthMFAEnrollPhoneResponse", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1270, + "target": 1281, "name": "AuthMFAEnrollWebauthnResponse", "package": "@supabase/auth-js" } @@ -34804,7 +35430,7 @@ } }, { - "id": 1268, + "id": 1279, "name": "AuthMFAEnrollTOTPResponse", "variant": "declaration", "kind": 2097152, @@ -34812,17 +35438,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1089, + "line": 1115, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -34863,7 +35489,7 @@ } }, { - "id": 1270, + "id": 1281, "name": "AuthMFAEnrollWebauthnResponse", "variant": "declaration", "kind": 2097152, @@ -34892,17 +35518,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1101, + "line": 1127, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -34943,7 +35569,7 @@ } }, { - "id": 1102, + "id": 1113, "name": "AuthMFAGetAuthenticatorAssuranceLevelResponse", "variant": "declaration", "kind": 2097152, @@ -34951,25 +35577,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 861, + "line": 887, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1103, + "id": 1114, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1106, + "id": 1117, "name": "currentAuthenticationMethods", "variant": "declaration", "kind": 1024, @@ -34985,7 +35611,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 876, + "line": 902, "character": 4 } ], @@ -34993,14 +35619,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 799, + "target": 807, "name": "AMREntry", "package": "@supabase/auth-js" } } }, { - "id": 1104, + "id": 1115, "name": "currentLevel", "variant": "declaration", "kind": 1024, @@ -35016,7 +35642,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 863, + "line": 889, "character": 4 } ], @@ -35025,7 +35651,7 @@ "types": [ { "type": "reference", - "target": 1101, + "target": 1112, "name": "AuthenticatorAssuranceLevels", "package": "@supabase/auth-js" }, @@ -35037,7 +35663,7 @@ } }, { - "id": 1105, + "id": 1116, "name": "nextLevel", "variant": "declaration", "kind": 1024, @@ -35057,7 +35683,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#challenge", - "target": 1128 + "target": 1139 } ] } @@ -35066,7 +35692,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 870, + "line": 896, "character": 4 } ], @@ -35075,7 +35701,7 @@ "types": [ { "type": "reference", - "target": 1101, + "target": 1112, "name": "AuthenticatorAssuranceLevels", "package": "@supabase/auth-js" }, @@ -35090,13 +35716,13 @@ "groups": [ { "title": "Properties", - "children": [1106, 1104, 1105] + "children": [1117, 1115, 1116] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 861, + "line": 887, "character": 74 } ] @@ -35108,7 +35734,7 @@ } }, { - "id": 1097, + "id": 1108, "name": "AuthMFAListFactorsResponse", "variant": "declaration", "kind": 2097152, @@ -35124,13 +35750,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 854, + "line": 880, "character": 12 } ], "typeParameters": [ { - "id": 1100, + "id": 1111, "name": "T", "variant": "typeParam", "kind": 131072, @@ -35165,7 +35791,7 @@ ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "intersection", @@ -35173,14 +35799,14 @@ { "type": "reflection", "declaration": { - "id": 1098, + "id": 1109, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1099, + "id": 1110, "name": "all", "variant": "declaration", "kind": 1024, @@ -35196,7 +35822,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 856, + "line": 882, "character": 4 } ], @@ -35204,11 +35830,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "reference", - "target": 815, + "target": 823, "name": "Factor", "package": "@supabase/auth-js" } @@ -35222,13 +35848,13 @@ "groups": [ { "title": "Properties", - "children": [1099] + "children": [1110] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 854, + "line": 880, "character": 106 } ] @@ -35245,7 +35871,7 @@ }, "objectType": { "type": "reference", - "target": 1100, + "target": 1111, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -35255,11 +35881,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "reference", - "target": 815, + "target": 823, "typeArguments": [ { "type": "reference", @@ -35293,7 +35919,7 @@ } }, { - "id": 1088, + "id": 1099, "name": "AuthMFAUnenrollResponse", "variant": "declaration", "kind": 2097152, @@ -35301,25 +35927,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 794, + "line": 820, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1089, + "id": 1100, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1090, + "id": 1101, "name": "id", "variant": "declaration", "kind": 1024, @@ -35335,7 +35961,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 796, + "line": 822, "character": 4 } ], @@ -35348,13 +35974,13 @@ "groups": [ { "title": "Properties", - "children": [1090] + "children": [1101] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 794, + "line": 820, "character": 52 } ] @@ -35366,7 +35992,7 @@ } }, { - "id": 1086, + "id": 1097, "name": "AuthMFAVerifyResponse", "variant": "declaration", "kind": 2097152, @@ -35382,17 +36008,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 792, + "line": 818, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 1079, + "target": 1090, "name": "AuthMFAVerifyResponseData", "package": "@supabase/auth-js" } @@ -35402,7 +36028,7 @@ } }, { - "id": 1079, + "id": 1090, "name": "AuthMFAVerifyResponseData", "variant": "declaration", "kind": 2097152, @@ -35418,21 +36044,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 776, + "line": 802, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1080, + "id": 1091, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1081, + "id": 1092, "name": "access_token", "variant": "declaration", "kind": 1024, @@ -35448,7 +36074,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 778, + "line": 804, "character": 4 } ], @@ -35458,7 +36084,7 @@ } }, { - "id": 1083, + "id": 1094, "name": "expires_in", "variant": "declaration", "kind": 1024, @@ -35474,7 +36100,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 782, + "line": 808, "character": 4 } ], @@ -35484,7 +36110,7 @@ } }, { - "id": 1084, + "id": 1095, "name": "refresh_token", "variant": "declaration", "kind": 1024, @@ -35500,7 +36126,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 784, + "line": 810, "character": 4 } ], @@ -35510,7 +36136,7 @@ } }, { - "id": 1082, + "id": 1093, "name": "token_type", "variant": "declaration", "kind": 1024, @@ -35534,7 +36160,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 780, + "line": 806, "character": 4 } ], @@ -35544,7 +36170,7 @@ } }, { - "id": 1085, + "id": 1096, "name": "user", "variant": "declaration", "kind": 1024, @@ -35560,7 +36186,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 786, + "line": 812, "character": 4 } ], @@ -35575,13 +36201,13 @@ "groups": [ { "title": "Properties", - "children": [1081, 1083, 1084, 1082, 1085] + "children": [1092, 1094, 1095, 1093, 1096] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 776, + "line": 802, "character": 40 } ] @@ -35589,7 +36215,7 @@ } }, { - "id": 1386, + "id": 1413, "name": "AuthOAuthAuthorizationDetailsResponse", "variant": "declaration", "kind": 2097152, @@ -35605,17 +36231,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1329, + "line": 1372, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 1376, + "target": 1403, "name": "OAuthAuthorizationDetails", "package": "@supabase/auth-js" } @@ -35625,7 +36251,7 @@ } }, { - "id": 1387, + "id": 1414, "name": "AuthOAuthConsentResponse", "variant": "declaration", "kind": 2097152, @@ -35641,25 +36267,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1334, + "line": 1377, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1388, + "id": 1415, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1389, + "id": 1416, "name": "redirect_url", "variant": "declaration", "kind": 1024, @@ -35675,7 +36301,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1336, + "line": 1379, "character": 4 } ], @@ -35688,13 +36314,13 @@ "groups": [ { "title": "Properties", - "children": [1389] + "children": [1416] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1334, + "line": 1377, "character": 53 } ] @@ -35706,7 +36332,7 @@ } }, { - "id": 763, + "id": 771, "name": "AuthOtpResponse", "variant": "declaration", "kind": 2097152, @@ -35727,25 +36353,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 116, + "line": 121, "character": 12 } ], "type": { "type": "reference", - "target": 746, + "target": 754, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 764, + "id": 772, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 767, + "id": 775, "name": "messageId", "variant": "declaration", "kind": 1024, @@ -35755,7 +36381,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 119, + "line": 124, "character": 4 } ], @@ -35774,7 +36400,7 @@ } }, { - "id": 766, + "id": 774, "name": "session", "variant": "declaration", "kind": 1024, @@ -35782,7 +36408,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 118, + "line": 123, "character": 4 } ], @@ -35792,7 +36418,7 @@ } }, { - "id": 765, + "id": 773, "name": "user", "variant": "declaration", "kind": 1024, @@ -35800,7 +36426,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 117, + "line": 122, "character": 4 } ], @@ -35813,13 +36439,13 @@ "groups": [ { "title": "Properties", - "children": [767, 766, 765] + "children": [775, 774, 773] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 116, + "line": 121, "character": 59 } ] @@ -35831,7 +36457,7 @@ } }, { - "id": 754, + "id": 762, "name": "AuthResponse", "variant": "declaration", "kind": 2097152, @@ -35839,25 +36465,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 102, + "line": 107, "character": 12 } ], "type": { "type": "reference", - "target": 746, + "target": 754, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 755, + "id": 763, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 757, + "id": 765, "name": "session", "variant": "declaration", "kind": 1024, @@ -35865,7 +36491,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 104, + "line": 109, "character": 4 } ], @@ -35886,7 +36512,7 @@ } }, { - "id": 756, + "id": 764, "name": "user", "variant": "declaration", "kind": 1024, @@ -35894,7 +36520,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 103, + "line": 108, "character": 4 } ], @@ -35918,13 +36544,13 @@ "groups": [ { "title": "Properties", - "children": [757, 756] + "children": [765, 764] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 102, + "line": 107, "character": 56 } ] @@ -35936,7 +36562,7 @@ } }, { - "id": 758, + "id": 766, "name": "AuthResponsePassword", "variant": "declaration", "kind": 2097152, @@ -35944,25 +36570,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 106, + "line": 111, "character": 12 } ], "type": { "type": "reference", - "target": 746, + "target": 754, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 759, + "id": 767, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 761, + "id": 769, "name": "session", "variant": "declaration", "kind": 1024, @@ -35970,7 +36596,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 108, + "line": 113, "character": 4 } ], @@ -35991,7 +36617,7 @@ } }, { - "id": 760, + "id": 768, "name": "user", "variant": "declaration", "kind": 1024, @@ -35999,7 +36625,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 107, + "line": 112, "character": 4 } ], @@ -36020,7 +36646,7 @@ } }, { - "id": 762, + "id": 770, "name": "weak_password", "variant": "declaration", "kind": 1024, @@ -36030,7 +36656,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 109, + "line": 114, "character": 4 } ], @@ -36039,7 +36665,7 @@ "types": [ { "type": "reference", - "target": 728, + "target": 736, "name": "WeakPassword", "package": "@supabase/auth-js" }, @@ -36054,13 +36680,13 @@ "groups": [ { "title": "Properties", - "children": [761, 760, 762] + "children": [769, 768, 770] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 106, + "line": 111, "character": 64 } ] @@ -36072,7 +36698,7 @@ } }, { - "id": 768, + "id": 776, "name": "AuthTokenResponse", "variant": "declaration", "kind": 2097152, @@ -36080,25 +36706,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 121, + "line": 126, "character": 12 } ], "type": { "type": "reference", - "target": 746, + "target": 754, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 769, + "id": 777, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 771, + "id": 779, "name": "session", "variant": "declaration", "kind": 1024, @@ -36106,7 +36732,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 123, + "line": 128, "character": 4 } ], @@ -36118,7 +36744,7 @@ } }, { - "id": 770, + "id": 778, "name": "user", "variant": "declaration", "kind": 1024, @@ -36126,7 +36752,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 122, + "line": 127, "character": 4 } ], @@ -36141,13 +36767,13 @@ "groups": [ { "title": "Properties", - "children": [771, 770] + "children": [779, 778] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 121, + "line": 126, "character": 61 } ] @@ -36159,7 +36785,7 @@ } }, { - "id": 772, + "id": 780, "name": "AuthTokenResponsePassword", "variant": "declaration", "kind": 2097152, @@ -36167,25 +36793,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 125, + "line": 130, "character": 12 } ], "type": { "type": "reference", - "target": 746, + "target": 754, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 773, + "id": 781, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 775, + "id": 783, "name": "session", "variant": "declaration", "kind": 1024, @@ -36193,7 +36819,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 127, + "line": 132, "character": 4 } ], @@ -36205,7 +36831,7 @@ } }, { - "id": 774, + "id": 782, "name": "user", "variant": "declaration", "kind": 1024, @@ -36213,7 +36839,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 126, + "line": 131, "character": 4 } ], @@ -36225,7 +36851,7 @@ } }, { - "id": 776, + "id": 784, "name": "weakPassword", "variant": "declaration", "kind": 1024, @@ -36235,13 +36861,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 128, + "line": 133, "character": 4 } ], "type": { "type": "reference", - "target": 728, + "target": 736, "name": "WeakPassword", "package": "@supabase/auth-js" } @@ -36250,13 +36876,13 @@ "groups": [ { "title": "Properties", - "children": [775, 774, 776] + "children": [783, 782, 784] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 125, + "line": 130, "character": 69 } ] @@ -36268,7 +36894,7 @@ } }, { - "id": 1250, + "id": 1261, "name": "CallRefreshTokenResult", "variant": "declaration", "kind": 2097152, @@ -36276,13 +36902,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1016, + "line": 1042, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", @@ -36296,7 +36922,7 @@ } }, { - "id": 1319, + "id": 1346, "name": "CreateOAuthClientParams", "variant": "declaration", "kind": 2097152, @@ -36312,21 +36938,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1187, + "line": 1230, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1320, + "id": 1347, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1321, + "id": 1348, "name": "client_name", "variant": "declaration", "kind": 1024, @@ -36342,7 +36968,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1189, + "line": 1232, "character": 4 } ], @@ -36352,7 +36978,7 @@ } }, { - "id": 1322, + "id": 1349, "name": "client_uri", "variant": "declaration", "kind": 1024, @@ -36370,7 +36996,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1191, + "line": 1234, "character": 4 } ], @@ -36380,7 +37006,7 @@ } }, { - "id": 1324, + "id": 1351, "name": "grant_types", "variant": "declaration", "kind": 1024, @@ -36398,7 +37024,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1195, + "line": 1238, "character": 4 } ], @@ -36406,14 +37032,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 1299, + "target": 1326, "name": "OAuthClientGrantType", "package": "@supabase/auth-js" } } }, { - "id": 1323, + "id": 1350, "name": "redirect_uris", "variant": "declaration", "kind": 1024, @@ -36429,7 +37055,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1193, + "line": 1236, "character": 4 } ], @@ -36442,7 +37068,7 @@ } }, { - "id": 1325, + "id": 1352, "name": "response_types", "variant": "declaration", "kind": 1024, @@ -36460,7 +37086,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1197, + "line": 1240, "character": 4 } ], @@ -36468,14 +37094,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 1300, + "target": 1327, "name": "OAuthClientResponseType", "package": "@supabase/auth-js" } } }, { - "id": 1326, + "id": 1353, "name": "scope", "variant": "declaration", "kind": 1024, @@ -36493,7 +37119,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1199, + "line": 1242, "character": 4 } ], @@ -36506,13 +37132,13 @@ "groups": [ { "title": "Properties", - "children": [1321, 1322, 1324, 1323, 1325, 1326] + "children": [1348, 1349, 1351, 1350, 1352, 1353] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1187, + "line": 1230, "character": 38 } ] @@ -36520,7 +37146,7 @@ } }, { - "id": 994, + "id": 1003, "name": "EmailOtpType", "variant": "declaration", "kind": 2097152, @@ -36528,7 +37154,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 592, + "line": 606, "character": 12 } ], @@ -36563,7 +37189,7 @@ } }, { - "id": 954, + "id": 963, "name": "EthereumWallet", "variant": "declaration", "kind": 2097152, @@ -36571,7 +37197,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 523, + "line": 537, "character": 12 } ], @@ -36586,7 +37212,7 @@ } }, { - "id": 955, + "id": 964, "name": "EthereumWeb3Credentials", "variant": "declaration", "kind": 2097152, @@ -36594,7 +37220,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 524, + "line": 538, "character": 12 } ], @@ -36604,14 +37230,14 @@ { "type": "reflection", "declaration": { - "id": 956, + "id": 965, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 957, + "id": 966, "name": "chain", "variant": "declaration", "kind": 1024, @@ -36619,7 +37245,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 525, + "line": 539, "character": 4 } ], @@ -36629,7 +37255,7 @@ } }, { - "id": 960, + "id": 969, "name": "options", "variant": "declaration", "kind": 1024, @@ -36639,21 +37265,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 530, + "line": 544, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 961, + "id": 970, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 963, + "id": 972, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -36671,7 +37297,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 534, + "line": 548, "character": 8 } ], @@ -36681,7 +37307,7 @@ } }, { - "id": 964, + "id": 973, "name": "signInWithEthereum", "variant": "declaration", "kind": 1024, @@ -36691,7 +37317,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 535, + "line": 549, "character": 8 } ], @@ -36749,7 +37375,7 @@ } }, { - "id": 962, + "id": 971, "name": "url", "variant": "declaration", "kind": 1024, @@ -36767,7 +37393,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 532, + "line": 546, "character": 8 } ], @@ -36780,13 +37406,13 @@ "groups": [ { "title": "Properties", - "children": [963, 964, 962] + "children": [972, 973, 971] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 530, + "line": 544, "character": 14 } ] @@ -36794,7 +37420,7 @@ } }, { - "id": 959, + "id": 968, "name": "statement", "variant": "declaration", "kind": 1024, @@ -36812,7 +37438,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 529, + "line": 543, "character": 4 } ], @@ -36822,7 +37448,7 @@ } }, { - "id": 958, + "id": 967, "name": "wallet", "variant": "declaration", "kind": 1024, @@ -36848,13 +37474,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 527, + "line": 541, "character": 4 } ], "type": { "type": "reference", - "target": 954, + "target": 963, "name": "EthereumWallet", "package": "@supabase/auth-js" } @@ -36863,13 +37489,13 @@ "groups": [ { "title": "Properties", - "children": [957, 960, 959, 958] + "children": [966, 969, 968, 967] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 524, + "line": 538, "character": 38 } ] @@ -36878,14 +37504,14 @@ { "type": "reflection", "declaration": { - "id": 965, + "id": 974, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 966, + "id": 975, "name": "chain", "variant": "declaration", "kind": 1024, @@ -36893,7 +37519,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 538, + "line": 552, "character": 4 } ], @@ -36903,7 +37529,7 @@ } }, { - "id": 967, + "id": 976, "name": "message", "variant": "declaration", "kind": 1024, @@ -36943,7 +37569,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 540, + "line": 554, "character": 4 } ], @@ -36953,7 +37579,7 @@ } }, { - "id": 969, + "id": 978, "name": "options", "variant": "declaration", "kind": 1024, @@ -36963,21 +37589,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 543, + "line": 557, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 970, + "id": 979, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 971, + "id": 980, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -36995,7 +37621,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 545, + "line": 559, "character": 8 } ], @@ -37008,13 +37634,13 @@ "groups": [ { "title": "Properties", - "children": [971] + "children": [980] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 543, + "line": 557, "character": 14 } ] @@ -37022,7 +37648,7 @@ } }, { - "id": 968, + "id": 977, "name": "signature", "variant": "declaration", "kind": 1024, @@ -37038,7 +37664,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 542, + "line": 556, "character": 4 } ], @@ -37056,13 +37682,13 @@ "groups": [ { "title": "Properties", - "children": [966, 967, 969, 968] + "children": [975, 976, 978, 977] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 537, + "line": 551, "character": 4 } ] @@ -37072,7 +37698,7 @@ } }, { - "id": 815, + "id": 823, "name": "Factor", "variant": "declaration", "kind": 2097152, @@ -37096,7 +37722,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#enroll", - "target": 1108 + "target": 1119 }, { "kind": "text", @@ -37110,7 +37736,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueMFAApi#listFactors", - "target": 1219 + "target": 1230 }, { "kind": "text", @@ -37136,32 +37762,32 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 236, + "line": 241, "character": 12 } ], "typeParameters": [ { - "id": 823, + "id": 831, "name": "Type", "variant": "typeParam", "kind": 131072, "flags": {}, "type": { "type": "reference", - "target": 814, + "target": 822, "name": "FactorType", "package": "@supabase/auth-js" }, "default": { "type": "reference", - "target": 814, + "target": 822, "name": "FactorType", "package": "@supabase/auth-js" } }, { - "id": 824, + "id": 832, "name": "Status", "variant": "typeParam", "kind": 131072, @@ -37200,14 +37826,14 @@ "type": { "type": "reflection", "declaration": { - "id": 816, + "id": 824, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 821, + "id": 829, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -37215,7 +37841,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 249, + "line": 254, "character": 4 } ], @@ -37225,7 +37851,7 @@ } }, { - "id": 819, + "id": 827, "name": "factor_type", "variant": "declaration", "kind": 1024, @@ -37257,20 +37883,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 244, + "line": 249, "character": 4 } ], "type": { "type": "reference", - "target": 823, + "target": 831, "name": "Type", "package": "@supabase/auth-js", "refersToTypeParameter": true } }, { - "id": 818, + "id": 826, "name": "friendly_name", "variant": "declaration", "kind": 1024, @@ -37288,7 +37914,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 240, + "line": 245, "character": 4 } ], @@ -37298,7 +37924,7 @@ } }, { - "id": 817, + "id": 825, "name": "id", "variant": "declaration", "kind": 1024, @@ -37314,7 +37940,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 238, + "line": 243, "character": 4 } ], @@ -37324,7 +37950,7 @@ } }, { - "id": 820, + "id": 828, "name": "status", "variant": "declaration", "kind": 1024, @@ -37368,20 +37994,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 248, + "line": 253, "character": 4 } ], "type": { "type": "reference", - "target": 824, + "target": 832, "name": "Status", "package": "@supabase/auth-js", "refersToTypeParameter": true } }, { - "id": 822, + "id": 830, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -37389,7 +38015,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 250, + "line": 255, "character": 4 } ], @@ -37402,13 +38028,13 @@ "groups": [ { "title": "Properties", - "children": [821, 819, 818, 817, 820, 822] + "children": [829, 827, 826, 825, 828, 830] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 236, + "line": 241, "character": 146 } ] @@ -37416,7 +38042,7 @@ } }, { - "id": 814, + "id": 822, "name": "FactorType", "variant": "declaration", "kind": 2097152, @@ -37448,7 +38074,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 223, + "line": 228, "character": 12 } ], @@ -37751,7 +38377,7 @@ ], "type": { "type": "reference", - "target": 96, + "target": 97, "name": "FunctionRegion", "package": "@supabase/functions-js" } @@ -37788,12 +38414,40 @@ "name": "AbortSignal", "package": "typescript" } + }, + { + "id": 96, + "name": "timeout", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The timeout for the request in milliseconds.\nIf the function takes longer than this, the request will be aborted." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/functions-js/dist/module/types.d.ts", + "line": 73, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "number" + } } ], "groups": [ { "title": "Properties", - "children": [94, 88, 92, 93, 95] + "children": [94, 88, 92, 93, 95, 96] } ], "sources": [ @@ -37807,7 +38461,7 @@ } }, { - "id": 1038, + "id": 1049, "name": "GenerateEmailChangeLinkParams", "variant": "declaration", "kind": 2097152, @@ -37815,21 +38469,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 647, + "line": 673, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1039, + "id": 1050, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1041, + "id": 1052, "name": "email", "variant": "declaration", "kind": 1024, @@ -37845,7 +38499,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 650, + "line": 676, "character": 4 } ], @@ -37855,7 +38509,7 @@ } }, { - "id": 1042, + "id": 1053, "name": "newEmail", "variant": "declaration", "kind": 1024, @@ -37871,7 +38525,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 654, + "line": 680, "character": 4 } ], @@ -37881,7 +38535,7 @@ } }, { - "id": 1043, + "id": 1054, "name": "options", "variant": "declaration", "kind": 1024, @@ -37891,7 +38545,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 655, + "line": 681, "character": 4 } ], @@ -37904,7 +38558,7 @@ "typeArguments": [ { "type": "reference", - "target": 1044, + "target": 1055, "name": "GenerateLinkOptions", "package": "@supabase/auth-js" }, @@ -37918,7 +38572,7 @@ } }, { - "id": 1040, + "id": 1051, "name": "type", "variant": "declaration", "kind": 1024, @@ -37926,7 +38580,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 648, + "line": 674, "character": 4 } ], @@ -37948,13 +38602,13 @@ "groups": [ { "title": "Properties", - "children": [1041, 1042, 1043, 1040] + "children": [1052, 1053, 1054, 1051] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 647, + "line": 673, "character": 44 } ] @@ -37962,7 +38616,7 @@ } }, { - "id": 1028, + "id": 1039, "name": "GenerateInviteOrMagiclinkParams", "variant": "declaration", "kind": 2097152, @@ -37970,21 +38624,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 635, + "line": 661, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1029, + "id": 1040, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1031, + "id": 1042, "name": "email", "variant": "declaration", "kind": 1024, @@ -38000,7 +38654,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 638, + "line": 664, "character": 4 } ], @@ -38010,7 +38664,7 @@ } }, { - "id": 1032, + "id": 1043, "name": "options", "variant": "declaration", "kind": 1024, @@ -38020,7 +38674,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 639, + "line": 665, "character": 4 } ], @@ -38033,7 +38687,7 @@ "typeArguments": [ { "type": "reference", - "target": 1044, + "target": 1055, "name": "GenerateLinkOptions", "package": "@supabase/auth-js" }, @@ -38056,7 +38710,7 @@ } }, { - "id": 1030, + "id": 1041, "name": "type", "variant": "declaration", "kind": 1024, @@ -38064,7 +38718,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 636, + "line": 662, "character": 4 } ], @@ -38086,13 +38740,13 @@ "groups": [ { "title": "Properties", - "children": [1031, 1032, 1030] + "children": [1042, 1043, 1041] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 635, + "line": 661, "character": 46 } ] @@ -38100,7 +38754,7 @@ } }, { - "id": 1047, + "id": 1058, "name": "GenerateLinkParams", "variant": "declaration", "kind": 2097152, @@ -38108,7 +38762,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 667, + "line": 693, "character": 12 } ], @@ -38117,25 +38771,25 @@ "types": [ { "type": "reference", - "target": 1022, + "target": 1033, "name": "GenerateSignupLinkParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1028, + "target": 1039, "name": "GenerateInviteOrMagiclinkParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1033, + "target": 1044, "name": "GenerateRecoveryLinkParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1038, + "target": 1049, "name": "GenerateEmailChangeLinkParams", "package": "@supabase/auth-js" } @@ -38143,7 +38797,7 @@ } }, { - "id": 1052, + "id": 1063, "name": "GenerateLinkProperties", "variant": "declaration", "kind": 2097152, @@ -38159,21 +38813,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 673, + "line": 699, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1053, + "id": 1064, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1054, + "id": 1065, "name": "action_link", "variant": "declaration", "kind": 1024, @@ -38189,7 +38843,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 678, + "line": 704, "character": 4 } ], @@ -38199,7 +38853,7 @@ } }, { - "id": 1055, + "id": 1066, "name": "email_otp", "variant": "declaration", "kind": 1024, @@ -38215,7 +38869,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 683, + "line": 709, "character": 4 } ], @@ -38225,7 +38879,7 @@ } }, { - "id": 1056, + "id": 1067, "name": "hashed_token", "variant": "declaration", "kind": 1024, @@ -38241,7 +38895,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 687, + "line": 713, "character": 4 } ], @@ -38251,7 +38905,7 @@ } }, { - "id": 1057, + "id": 1068, "name": "redirect_to", "variant": "declaration", "kind": 1024, @@ -38267,7 +38921,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 689, + "line": 715, "character": 4 } ], @@ -38277,7 +38931,7 @@ } }, { - "id": 1058, + "id": 1069, "name": "verification_type", "variant": "declaration", "kind": 1024, @@ -38293,13 +38947,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 691, + "line": 717, "character": 4 } ], "type": { "type": "reference", - "target": 1059, + "target": 1070, "name": "GenerateLinkType", "package": "@supabase/auth-js" } @@ -38308,13 +38962,13 @@ "groups": [ { "title": "Properties", - "children": [1054, 1055, 1056, 1057, 1058] + "children": [1065, 1066, 1067, 1068, 1069] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 673, + "line": 699, "character": 37 } ] @@ -38322,7 +38976,7 @@ } }, { - "id": 1048, + "id": 1059, "name": "GenerateLinkResponse", "variant": "declaration", "kind": 2097152, @@ -38330,25 +38984,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 668, + "line": 694, "character": 12 } ], "type": { "type": "reference", - "target": 746, + "target": 754, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 1049, + "id": 1060, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1050, + "id": 1061, "name": "properties", "variant": "declaration", "kind": 1024, @@ -38356,19 +39010,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 669, + "line": 695, "character": 4 } ], "type": { "type": "reference", - "target": 1052, + "target": 1063, "name": "GenerateLinkProperties", "package": "@supabase/auth-js" } }, { - "id": 1051, + "id": 1062, "name": "user", "variant": "declaration", "kind": 1024, @@ -38376,7 +39030,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 670, + "line": 696, "character": 4 } ], @@ -38391,13 +39045,13 @@ "groups": [ { "title": "Properties", - "children": [1050, 1051] + "children": [1061, 1062] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 668, + "line": 694, "character": 64 } ] @@ -38409,7 +39063,7 @@ } }, { - "id": 1059, + "id": 1070, "name": "GenerateLinkType", "variant": "declaration", "kind": 2097152, @@ -38417,7 +39071,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 693, + "line": 719, "character": 12 } ], @@ -38452,7 +39106,7 @@ } }, { - "id": 1033, + "id": 1044, "name": "GenerateRecoveryLinkParams", "variant": "declaration", "kind": 2097152, @@ -38460,21 +39114,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 641, + "line": 667, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1034, + "id": 1045, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1036, + "id": 1047, "name": "email", "variant": "declaration", "kind": 1024, @@ -38490,7 +39144,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 644, + "line": 670, "character": 4 } ], @@ -38500,7 +39154,7 @@ } }, { - "id": 1037, + "id": 1048, "name": "options", "variant": "declaration", "kind": 1024, @@ -38510,7 +39164,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 645, + "line": 671, "character": 4 } ], @@ -38523,7 +39177,7 @@ "typeArguments": [ { "type": "reference", - "target": 1044, + "target": 1055, "name": "GenerateLinkOptions", "package": "@supabase/auth-js" }, @@ -38537,7 +39191,7 @@ } }, { - "id": 1035, + "id": 1046, "name": "type", "variant": "declaration", "kind": 1024, @@ -38545,7 +39199,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 642, + "line": 668, "character": 4 } ], @@ -38558,13 +39212,13 @@ "groups": [ { "title": "Properties", - "children": [1036, 1037, 1035] + "children": [1047, 1048, 1046] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 641, + "line": 667, "character": 41 } ] @@ -38572,7 +39226,7 @@ } }, { - "id": 1022, + "id": 1033, "name": "GenerateSignupLinkParams", "variant": "declaration", "kind": 2097152, @@ -38580,21 +39234,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 629, + "line": 655, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1023, + "id": 1034, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1025, + "id": 1036, "name": "email", "variant": "declaration", "kind": 1024, @@ -38602,7 +39256,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 631, + "line": 657, "character": 4 } ], @@ -38612,7 +39266,7 @@ } }, { - "id": 1027, + "id": 1038, "name": "options", "variant": "declaration", "kind": 1024, @@ -38622,7 +39276,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 633, + "line": 659, "character": 4 } ], @@ -38635,7 +39289,7 @@ "typeArguments": [ { "type": "reference", - "target": 1044, + "target": 1055, "name": "GenerateLinkOptions", "package": "@supabase/auth-js" }, @@ -38658,7 +39312,7 @@ } }, { - "id": 1026, + "id": 1037, "name": "password", "variant": "declaration", "kind": 1024, @@ -38666,7 +39320,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 632, + "line": 658, "character": 4 } ], @@ -38676,7 +39330,7 @@ } }, { - "id": 1024, + "id": 1035, "name": "type", "variant": "declaration", "kind": 1024, @@ -38684,7 +39338,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 630, + "line": 656, "character": 4 } ], @@ -38697,13 +39351,13 @@ "groups": [ { "title": "Properties", - "children": [1025, 1027, 1026, 1024] + "children": [1036, 1038, 1037, 1035] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 629, + "line": 655, "character": 39 } ] @@ -38711,7 +39365,7 @@ } }, { - "id": 705, + "id": 712, "name": "GoTrueClientOptions", "variant": "declaration", "kind": 2097152, @@ -38726,14 +39380,14 @@ "type": { "type": "reflection", "declaration": { - "id": 706, + "id": 713, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 714, + "id": 721, "name": "autoRefreshToken", "variant": "declaration", "kind": 1024, @@ -38753,7 +39407,7 @@ } }, { - "id": 720, + "id": 727, "name": "debug", "variant": "declaration", "kind": 1024, @@ -38777,7 +39431,7 @@ { "type": "reflection", "declaration": { - "id": 721, + "id": 728, "name": "__type", "variant": "declaration", "kind": 65536, @@ -38791,14 +39445,14 @@ ], "signatures": [ { - "id": 722, + "id": 729, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 723, + "id": 730, "name": "message", "variant": "param", "kind": 32768, @@ -38809,7 +39463,7 @@ } }, { - "id": 724, + "id": 731, "name": "args", "variant": "param", "kind": 32768, @@ -38837,7 +39491,7 @@ } }, { - "id": 713, + "id": 720, "name": "detectSessionInUrl", "variant": "declaration", "kind": 1024, @@ -38857,7 +39511,7 @@ } }, { - "id": 718, + "id": 725, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -38882,7 +39536,7 @@ } }, { - "id": 719, + "id": 726, "name": "flowType", "variant": "declaration", "kind": 1024, @@ -38898,13 +39552,13 @@ ], "type": { "type": "reference", - "target": 898, + "target": 907, "name": "AuthFlowType", "package": "@supabase/auth-js" } }, { - "id": 726, + "id": 733, "name": "hasCustomAuthorizationHeader", "variant": "declaration", "kind": 1024, @@ -38933,7 +39587,7 @@ } }, { - "id": 708, + "id": 715, "name": "headers", "variant": "declaration", "kind": 1024, @@ -38950,7 +39604,7 @@ "type": { "type": "reflection", "declaration": { - "id": 709, + "id": 716, "name": "__type", "variant": "declaration", "kind": 65536, @@ -38964,7 +39618,7 @@ ], "indexSignatures": [ { - "id": 710, + "id": 717, "name": "__index", "variant": "signature", "kind": 8192, @@ -38978,7 +39632,7 @@ ], "parameters": [ { - "id": 711, + "id": 718, "name": "key", "variant": "param", "kind": 32768, @@ -38999,7 +39653,7 @@ } }, { - "id": 725, + "id": 732, "name": "lock", "variant": "declaration", "kind": 1024, @@ -39024,13 +39678,13 @@ ], "type": { "type": "reference", - "target": 696, + "target": 703, "name": "LockFunc", "package": "@supabase/auth-js" } }, { - "id": 715, + "id": 722, "name": "persistSession", "variant": "declaration", "kind": 1024, @@ -39050,7 +39704,7 @@ } }, { - "id": 716, + "id": 723, "name": "storage", "variant": "declaration", "kind": 1024, @@ -39066,13 +39720,13 @@ ], "type": { "type": "reference", - "target": 1244, + "target": 1255, "name": "SupportedStorage", "package": "@supabase/auth-js" } }, { - "id": 712, + "id": 719, "name": "storageKey", "variant": "declaration", "kind": 1024, @@ -39092,7 +39746,35 @@ } }, { - "id": 707, + "id": 734, + "name": "throwOnError", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "If there is an error with the query, throwOnError will reject the promise by\nthrowing the error instead of returning it as part of a successful response." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 63, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 714, "name": "url", "variant": "declaration", "kind": 1024, @@ -39112,7 +39794,7 @@ } }, { - "id": 717, + "id": 724, "name": "userStorage", "variant": "declaration", "kind": 1024, @@ -39177,7 +39859,7 @@ ], "type": { "type": "reference", - "target": 1244, + "target": 1255, "name": "SupportedStorage", "package": "@supabase/auth-js" } @@ -39186,7 +39868,7 @@ "groups": [ { "title": "Properties", - "children": [714, 720, 713, 718, 719, 726, 708, 725, 715, 716, 712, 707, 717] + "children": [721, 727, 720, 725, 726, 733, 715, 732, 722, 723, 719, 734, 714, 724] } ], "sources": [ @@ -39200,7 +39882,7 @@ } }, { - "id": 1247, + "id": 1258, "name": "InitializeResult", "variant": "declaration", "kind": 2097152, @@ -39208,21 +39890,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1013, + "line": 1039, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1248, + "id": 1259, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1249, + "id": 1260, "name": "error", "variant": "declaration", "kind": 1024, @@ -39230,7 +39912,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1014, + "line": 1040, "character": 4 } ], @@ -39239,7 +39921,7 @@ "types": [ { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" }, @@ -39254,13 +39936,13 @@ "groups": [ { "title": "Properties", - "children": [1249] + "children": [1260] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1013, + "line": 1039, "character": 31 } ] @@ -39268,7 +39950,7 @@ } }, { - "id": 1271, + "id": 1282, "name": "JwtHeader", "variant": "declaration", "kind": 2097152, @@ -39276,21 +39958,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1102, + "line": 1128, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1272, + "id": 1283, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1273, + "id": 1284, "name": "alg", "variant": "declaration", "kind": 1024, @@ -39298,7 +39980,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1103, + "line": 1129, "character": 4 } ], @@ -39321,7 +40003,7 @@ } }, { - "id": 1274, + "id": 1285, "name": "kid", "variant": "declaration", "kind": 1024, @@ -39329,7 +40011,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1104, + "line": 1130, "character": 4 } ], @@ -39339,7 +40021,7 @@ } }, { - "id": 1275, + "id": 1286, "name": "typ", "variant": "declaration", "kind": 1024, @@ -39347,7 +40029,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1105, + "line": 1131, "character": 4 } ], @@ -39360,13 +40042,13 @@ "groups": [ { "title": "Properties", - "children": [1273, 1274, 1275] + "children": [1284, 1285, 1286] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1102, + "line": 1128, "character": 24 } ] @@ -39374,82 +40056,7 @@ } }, { - "id": 1286, - "name": "JwtPayload", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "sources": [ - { - "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1117, - "character": 12 - } - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 1276, - "name": "RequiredClaims", - "package": "@supabase/auth-js" - }, - { - "type": "reflection", - "declaration": { - "id": 1287, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "sources": [ - { - "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1117, - "character": 42 - } - ], - "indexSignatures": [ - { - "id": 1288, - "name": "__index", - "variant": "signature", - "kind": 8192, - "flags": {}, - "sources": [ - { - "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1118, - "character": 4 - } - ], - "parameters": [ - { - "id": 1289, - "name": "key", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - { - "id": 696, + "id": 703, "name": "LockFunc", "variant": "declaration", "kind": 2097152, @@ -39481,7 +40088,7 @@ "type": { "type": "reflection", "declaration": { - "id": 697, + "id": 704, "name": "__type", "variant": "declaration", "kind": 65536, @@ -39495,14 +40102,14 @@ ], "signatures": [ { - "id": 698, + "id": 705, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 704, + "id": 711, "name": "R", "variant": "typeParam", "kind": 131072, @@ -39511,7 +40118,7 @@ ], "parameters": [ { - "id": 699, + "id": 706, "name": "name", "variant": "param", "kind": 32768, @@ -39530,7 +40137,7 @@ } }, { - "id": 700, + "id": 707, "name": "acquireTimeout", "variant": "param", "kind": 32768, @@ -39557,7 +40164,7 @@ } }, { - "id": 701, + "id": 708, "name": "fn", "variant": "param", "kind": 32768, @@ -39573,7 +40180,7 @@ "type": { "type": "reflection", "declaration": { - "id": 702, + "id": 709, "name": "__type", "variant": "declaration", "kind": 65536, @@ -39587,7 +40194,7 @@ ], "signatures": [ { - "id": 703, + "id": 710, "name": "__type", "variant": "signature", "kind": 4096, @@ -39601,7 +40208,7 @@ "typeArguments": [ { "type": "reference", - "target": 704, + "target": 711, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -39625,7 +40232,7 @@ "typeArguments": [ { "type": "reference", - "target": 704, + "target": 711, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -39640,7 +40247,7 @@ } }, { - "id": 1078, + "id": 1089, "name": "MFAChallengeAndVerifyParams", "variant": "declaration", "kind": 2097152, @@ -39648,7 +40255,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 771, + "line": 797, "character": 12 } ], @@ -39663,7 +40270,7 @@ } }, { - "id": 1077, + "id": 1088, "name": "MFAChallengeParams", "variant": "declaration", "kind": 2097152, @@ -39671,7 +40278,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 767, + "line": 793, "character": 12 } ], @@ -39680,19 +40287,19 @@ "types": [ { "type": "reference", - "target": 1074, + "target": 1085, "name": "MFAChallengeTOTPParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1075, + "target": 1086, "name": "MFAChallengePhoneParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1076, + "target": 1087, "name": "MFAChallengeWebauthnParams", "package": "@supabase/auth-js" } @@ -39700,7 +40307,7 @@ } }, { - "id": 1075, + "id": 1086, "name": "MFAChallengePhoneParams", "variant": "declaration", "kind": 2097152, @@ -39708,13 +40315,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 751, + "line": 777, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -39745,7 +40352,7 @@ } }, { - "id": 1074, + "id": 1085, "name": "MFAChallengeTOTPParams", "variant": "declaration", "kind": 2097152, @@ -39753,13 +40360,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 746, + "line": 772, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "reference", @@ -39776,7 +40383,7 @@ } }, { - "id": 1076, + "id": 1087, "name": "MFAChallengeWebauthnParams", "variant": "declaration", "kind": 2097152, @@ -39805,13 +40412,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 766, + "line": 792, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -39842,7 +40449,7 @@ } }, { - "id": 1060, + "id": 1071, "name": "MFAEnrollParams", "variant": "declaration", "kind": 2097152, @@ -39850,7 +40457,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 694, + "line": 720, "character": 12 } ], @@ -39859,19 +40466,19 @@ "types": [ { "type": "reference", - "target": 1265, + "target": 1276, "name": "MFAEnrollTOTPParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1266, + "target": 1277, "name": "MFAEnrollPhoneParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1267, + "target": 1278, "name": "MFAEnrollWebauthnParams", "package": "@supabase/auth-js" } @@ -39879,7 +40486,7 @@ } }, { - "id": 1266, + "id": 1277, "name": "MFAEnrollPhoneParams", "variant": "declaration", "kind": 2097152, @@ -39887,13 +40494,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1057, + "line": 1083, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -39930,7 +40537,7 @@ } }, { - "id": 1265, + "id": 1276, "name": "MFAEnrollTOTPParams", "variant": "declaration", "kind": 2097152, @@ -39938,13 +40545,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1052, + "line": 1078, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -39981,7 +40588,7 @@ } }, { - "id": 1267, + "id": 1278, "name": "MFAEnrollWebauthnParams", "variant": "declaration", "kind": 2097152, @@ -40010,13 +40617,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1064, + "line": 1090, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -40053,7 +40660,7 @@ } }, { - "id": 1073, + "id": 1084, "name": "MFATOTPChannel", "variant": "declaration", "kind": 2097152, @@ -40061,7 +40668,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 745, + "line": 771, "character": 12 } ], @@ -40087,7 +40694,7 @@ } }, { - "id": 1061, + "id": 1072, "name": "MFAUnenrollParams", "variant": "declaration", "kind": 2097152, @@ -40095,21 +40702,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 695, + "line": 721, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1062, + "id": 1073, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1063, + "id": 1074, "name": "factorId", "variant": "declaration", "kind": 1024, @@ -40125,7 +40732,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 697, + "line": 723, "character": 4 } ], @@ -40138,13 +40745,13 @@ "groups": [ { "title": "Properties", - "children": [1063] + "children": [1074] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 695, + "line": 721, "character": 32 } ] @@ -40152,7 +40759,7 @@ } }, { - "id": 1072, + "id": 1083, "name": "MFAVerifyParams", "variant": "declaration", "kind": 2097152, @@ -40160,7 +40767,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 739, + "line": 765, "character": 12 } ], @@ -40169,19 +40776,19 @@ "types": [ { "type": "reference", - "target": 1064, + "target": 1075, "name": "MFAVerifyTOTPParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1065, + "target": 1076, "name": "MFAVerifyPhoneParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 1070, + "target": 1081, "name": "MFAVerifyWebauthnParams", "package": "@supabase/auth-js" } @@ -40189,7 +40796,7 @@ } }, { - "id": 1065, + "id": 1076, "name": "MFAVerifyPhoneParams", "variant": "declaration", "kind": 2097152, @@ -40197,13 +40804,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 711, + "line": 737, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -40234,7 +40841,7 @@ } }, { - "id": 1064, + "id": 1075, "name": "MFAVerifyTOTPParams", "variant": "declaration", "kind": 2097152, @@ -40242,13 +40849,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 709, + "line": 735, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -40279,7 +40886,7 @@ } }, { - "id": 1066, + "id": 1077, "name": "MFAVerifyWebauthnParamFields", "variant": "declaration", "kind": 2097152, @@ -40295,13 +40902,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 729, + "line": 755, "character": 12 } ], "typeParameters": [ { - "id": 1069, + "id": 1080, "name": "T", "variant": "typeParam", "kind": 131072, @@ -40345,14 +40952,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1067, + "id": 1078, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1068, + "id": 1079, "name": "webauthn", "variant": "declaration", "kind": 1024, @@ -40360,7 +40967,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 730, + "line": 756, "character": 4 } ], @@ -40385,7 +40992,7 @@ "typeArguments": [ { "type": "reference", - "target": 1069, + "target": 1080, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -40401,13 +41008,13 @@ "groups": [ { "title": "Properties", - "children": [1068] + "children": [1079] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 729, + "line": 755, "character": 98 } ] @@ -40415,7 +41022,7 @@ } }, { - "id": 1070, + "id": 1081, "name": "MFAVerifyWebauthnParams", "variant": "declaration", "kind": 2097152, @@ -40444,13 +41051,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 738, + "line": 764, "character": 12 } ], "typeParameters": [ { - "id": 1071, + "id": 1082, "name": "T", "variant": "typeParam", "kind": 131072, @@ -40493,7 +41100,7 @@ ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -40509,11 +41116,11 @@ }, { "type": "reference", - "target": 1066, + "target": 1077, "typeArguments": [ { "type": "reference", - "target": 1071, + "target": 1082, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -40530,7 +41137,7 @@ } }, { - "id": 993, + "id": 1002, "name": "MobileOtpType", "variant": "declaration", "kind": 2097152, @@ -40538,7 +41145,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 591, + "line": 605, "character": 12 } ], @@ -40557,7 +41164,7 @@ } }, { - "id": 1370, + "id": 1397, "name": "OAuthAuthorizationClient", "variant": "declaration", "kind": 2097152, @@ -40573,21 +41180,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1294, + "line": 1337, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1371, + "id": 1398, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1372, + "id": 1399, "name": "client_id", "variant": "declaration", "kind": 1024, @@ -40603,7 +41210,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1296, + "line": 1339, "character": 4 } ], @@ -40613,7 +41220,7 @@ } }, { - "id": 1373, + "id": 1400, "name": "client_name", "variant": "declaration", "kind": 1024, @@ -40629,7 +41236,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1298, + "line": 1341, "character": 4 } ], @@ -40639,7 +41246,7 @@ } }, { - "id": 1374, + "id": 1401, "name": "client_uri", "variant": "declaration", "kind": 1024, @@ -40655,7 +41262,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1300, + "line": 1343, "character": 4 } ], @@ -40665,7 +41272,7 @@ } }, { - "id": 1375, + "id": 1402, "name": "logo_uri", "variant": "declaration", "kind": 1024, @@ -40681,7 +41288,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1302, + "line": 1345, "character": 4 } ], @@ -40694,13 +41301,13 @@ "groups": [ { "title": "Properties", - "children": [1372, 1373, 1374, 1375] + "children": [1399, 1400, 1401, 1402] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1294, + "line": 1337, "character": 39 } ] @@ -40708,7 +41315,7 @@ } }, { - "id": 1376, + "id": 1403, "name": "OAuthAuthorizationDetails", "variant": "declaration", "kind": 2097152, @@ -40724,21 +41331,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1308, + "line": 1351, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1377, + "id": 1404, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1378, + "id": 1405, "name": "authorization_id", "variant": "declaration", "kind": 1024, @@ -40754,7 +41361,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1310, + "line": 1353, "character": 4 } ], @@ -40764,7 +41371,7 @@ } }, { - "id": 1380, + "id": 1407, "name": "client", "variant": "declaration", "kind": 1024, @@ -40780,19 +41387,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1314, + "line": 1357, "character": 4 } ], "type": { "type": "reference", - "target": 1370, + "target": 1397, "name": "OAuthAuthorizationClient", "package": "@supabase/auth-js" } }, { - "id": 1379, + "id": 1406, "name": "redirect_uri", "variant": "declaration", "kind": 1024, @@ -40810,7 +41417,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1312, + "line": 1355, "character": 4 } ], @@ -40820,7 +41427,7 @@ } }, { - "id": 1385, + "id": 1412, "name": "scope", "variant": "declaration", "kind": 1024, @@ -40836,7 +41443,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1323, + "line": 1366, "character": 4 } ], @@ -40846,7 +41453,7 @@ } }, { - "id": 1381, + "id": 1408, "name": "user", "variant": "declaration", "kind": 1024, @@ -40862,21 +41469,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1316, + "line": 1359, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1382, + "id": 1409, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1384, + "id": 1411, "name": "email", "variant": "declaration", "kind": 1024, @@ -40892,7 +41499,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1320, + "line": 1363, "character": 8 } ], @@ -40902,7 +41509,7 @@ } }, { - "id": 1383, + "id": 1410, "name": "id", "variant": "declaration", "kind": 1024, @@ -40918,7 +41525,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1318, + "line": 1361, "character": 8 } ], @@ -40931,13 +41538,13 @@ "groups": [ { "title": "Properties", - "children": [1384, 1383] + "children": [1411, 1410] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1316, + "line": 1359, "character": 10 } ] @@ -40948,13 +41555,13 @@ "groups": [ { "title": "Properties", - "children": [1378, 1380, 1379, 1385, 1381] + "children": [1405, 1407, 1406, 1412, 1408] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1308, + "line": 1351, "character": 40 } ] @@ -40962,7 +41569,7 @@ } }, { - "id": 1303, + "id": 1330, "name": "OAuthClient", "variant": "declaration", "kind": 2097152, @@ -40978,21 +41585,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1153, + "line": 1196, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1304, + "id": 1331, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1305, + "id": 1332, "name": "client_id", "variant": "declaration", "kind": 1024, @@ -41008,7 +41615,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1155, + "line": 1198, "character": 4 } ], @@ -41018,7 +41625,7 @@ } }, { - "id": 1306, + "id": 1333, "name": "client_name", "variant": "declaration", "kind": 1024, @@ -41034,7 +41641,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1157, + "line": 1200, "character": 4 } ], @@ -41044,7 +41651,7 @@ } }, { - "id": 1307, + "id": 1334, "name": "client_secret", "variant": "declaration", "kind": 1024, @@ -41062,7 +41669,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1159, + "line": 1202, "character": 4 } ], @@ -41072,7 +41679,7 @@ } }, { - "id": 1308, + "id": 1335, "name": "client_type", "variant": "declaration", "kind": 1024, @@ -41088,19 +41695,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1161, + "line": 1204, "character": 4 } ], "type": { "type": "reference", - "target": 1301, + "target": 1328, "name": "OAuthClientType", "package": "@supabase/auth-js" } }, { - "id": 1311, + "id": 1338, "name": "client_uri", "variant": "declaration", "kind": 1024, @@ -41118,7 +41725,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1167, + "line": 1210, "character": 4 } ], @@ -41128,7 +41735,7 @@ } }, { - "id": 1317, + "id": 1344, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -41144,7 +41751,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1179, + "line": 1222, "character": 4 } ], @@ -41154,7 +41761,7 @@ } }, { - "id": 1314, + "id": 1341, "name": "grant_types", "variant": "declaration", "kind": 1024, @@ -41170,7 +41777,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1173, + "line": 1216, "character": 4 } ], @@ -41178,14 +41785,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 1299, + "target": 1326, "name": "OAuthClientGrantType", "package": "@supabase/auth-js" } } }, { - "id": 1312, + "id": 1339, "name": "logo_uri", "variant": "declaration", "kind": 1024, @@ -41203,7 +41810,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1169, + "line": 1212, "character": 4 } ], @@ -41213,7 +41820,7 @@ } }, { - "id": 1313, + "id": 1340, "name": "redirect_uris", "variant": "declaration", "kind": 1024, @@ -41229,7 +41836,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1171, + "line": 1214, "character": 4 } ], @@ -41242,7 +41849,7 @@ } }, { - "id": 1310, + "id": 1337, "name": "registration_type", "variant": "declaration", "kind": 1024, @@ -41258,19 +41865,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1165, + "line": 1208, "character": 4 } ], "type": { "type": "reference", - "target": 1302, + "target": 1329, "name": "OAuthClientRegistrationType", "package": "@supabase/auth-js" } }, { - "id": 1315, + "id": 1342, "name": "response_types", "variant": "declaration", "kind": 1024, @@ -41286,7 +41893,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1175, + "line": 1218, "character": 4 } ], @@ -41294,14 +41901,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 1300, + "target": 1327, "name": "OAuthClientResponseType", "package": "@supabase/auth-js" } } }, { - "id": 1316, + "id": 1343, "name": "scope", "variant": "declaration", "kind": 1024, @@ -41319,7 +41926,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1177, + "line": 1220, "character": 4 } ], @@ -41329,7 +41936,7 @@ } }, { - "id": 1309, + "id": 1336, "name": "token_endpoint_auth_method", "variant": "declaration", "kind": 1024, @@ -41345,7 +41952,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1163, + "line": 1206, "character": 4 } ], @@ -41355,7 +41962,7 @@ } }, { - "id": 1318, + "id": 1345, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -41371,7 +41978,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1181, + "line": 1224, "character": 4 } ], @@ -41385,14 +41992,14 @@ { "title": "Properties", "children": [ - 1305, 1306, 1307, 1308, 1311, 1317, 1314, 1312, 1313, 1310, 1315, 1316, 1309, 1318 + 1332, 1333, 1334, 1335, 1338, 1344, 1341, 1339, 1340, 1337, 1342, 1343, 1336, 1345 ] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1153, + "line": 1196, "character": 26 } ] @@ -41400,7 +42007,7 @@ } }, { - "id": 1299, + "id": 1326, "name": "OAuthClientGrantType", "variant": "declaration", "kind": 2097152, @@ -41416,7 +42023,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1133, + "line": 1176, "character": 12 } ], @@ -41435,7 +42042,7 @@ } }, { - "id": 1335, + "id": 1362, "name": "OAuthClientListResponse", "variant": "declaration", "kind": 2097152, @@ -41451,7 +42058,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1227, + "line": 1270, "character": 12 } ], @@ -41461,14 +42068,14 @@ { "type": "reflection", "declaration": { - "id": 1336, + "id": 1363, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1337, + "id": 1364, "name": "data", "variant": "declaration", "kind": 1024, @@ -41476,7 +42083,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1228, + "line": 1271, "character": 4 } ], @@ -41486,14 +42093,14 @@ { "type": "reflection", "declaration": { - "id": 1338, + "id": 1365, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1340, + "id": 1367, "name": "aud", "variant": "declaration", "kind": 1024, @@ -41501,7 +42108,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1230, + "line": 1273, "character": 8 } ], @@ -41511,7 +42118,7 @@ } }, { - "id": 1339, + "id": 1366, "name": "clients", "variant": "declaration", "kind": 1024, @@ -41519,7 +42126,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1229, + "line": 1272, "character": 8 } ], @@ -41527,7 +42134,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 1303, + "target": 1330, "name": "OAuthClient", "package": "@supabase/auth-js" } @@ -41537,13 +42144,13 @@ "groups": [ { "title": "Properties", - "children": [1340, 1339] + "children": [1367, 1366] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1228, + "line": 1271, "character": 10 } ] @@ -41551,7 +42158,7 @@ }, { "type": "reference", - "target": 1251, + "target": 1262, "name": "Pagination", "package": "@supabase/auth-js" } @@ -41559,7 +42166,7 @@ } }, { - "id": 1341, + "id": 1368, "name": "error", "variant": "declaration", "kind": 1024, @@ -41567,7 +42174,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1232, + "line": 1275, "character": 4 } ], @@ -41580,13 +42187,13 @@ "groups": [ { "title": "Properties", - "children": [1337, 1341] + "children": [1364, 1368] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1227, + "line": 1270, "character": 38 } ] @@ -41595,14 +42202,14 @@ { "type": "reflection", "declaration": { - "id": 1342, + "id": 1369, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1343, + "id": 1370, "name": "data", "variant": "declaration", "kind": 1024, @@ -41610,21 +42217,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1234, + "line": 1277, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1344, + "id": 1371, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1345, + "id": 1372, "name": "clients", "variant": "declaration", "kind": 1024, @@ -41632,7 +42239,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1235, + "line": 1278, "character": 8 } ], @@ -41644,13 +42251,13 @@ "groups": [ { "title": "Properties", - "children": [1345] + "children": [1372] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1234, + "line": 1277, "character": 10 } ] @@ -41658,7 +42265,7 @@ } }, { - "id": 1346, + "id": 1373, "name": "error", "variant": "declaration", "kind": 1024, @@ -41666,13 +42273,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1237, + "line": 1280, "character": 4 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -41681,13 +42288,13 @@ "groups": [ { "title": "Properties", - "children": [1343, 1346] + "children": [1370, 1373] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1233, + "line": 1276, "character": 4 } ] @@ -41697,7 +42304,7 @@ } }, { - "id": 1302, + "id": 1329, "name": "OAuthClientRegistrationType", "variant": "declaration", "kind": 2097152, @@ -41713,7 +42320,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1148, + "line": 1191, "character": 12 } ], @@ -41732,7 +42339,7 @@ } }, { - "id": 1334, + "id": 1361, "name": "OAuthClientResponse", "variant": "declaration", "kind": 2097152, @@ -41748,17 +42355,17 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1222, + "line": 1265, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reference", - "target": 1303, + "target": 1330, "name": "OAuthClient", "package": "@supabase/auth-js" } @@ -41768,7 +42375,7 @@ } }, { - "id": 1300, + "id": 1327, "name": "OAuthClientResponseType", "variant": "declaration", "kind": 2097152, @@ -41784,7 +42391,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1138, + "line": 1181, "character": 12 } ], @@ -41794,7 +42401,7 @@ } }, { - "id": 1301, + "id": 1328, "name": "OAuthClientType", "variant": "declaration", "kind": 2097152, @@ -41810,7 +42417,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1143, + "line": 1186, "character": 12 } ], @@ -41829,7 +42436,7 @@ } }, { - "id": 777, + "id": 785, "name": "OAuthResponse", "variant": "declaration", "kind": 2097152, @@ -41837,7 +42444,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 130, + "line": 135, "character": 12 } ], @@ -41847,14 +42454,14 @@ { "type": "reflection", "declaration": { - "id": 778, + "id": 786, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 779, + "id": 787, "name": "data", "variant": "declaration", "kind": 1024, @@ -41862,21 +42469,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 131, + "line": 136, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 780, + "id": 788, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 781, + "id": 789, "name": "provider", "variant": "declaration", "kind": 1024, @@ -41884,19 +42491,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 132, + "line": 137, "character": 8 } ], "type": { "type": "reference", - "target": 693, + "target": 700, "name": "Provider", "package": "@supabase/auth-js" } }, { - "id": 782, + "id": 790, "name": "url", "variant": "declaration", "kind": 1024, @@ -41904,7 +42511,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 133, + "line": 138, "character": 8 } ], @@ -41917,13 +42524,13 @@ "groups": [ { "title": "Properties", - "children": [781, 782] + "children": [789, 790] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 131, + "line": 136, "character": 10 } ] @@ -41931,7 +42538,7 @@ } }, { - "id": 783, + "id": 791, "name": "error", "variant": "declaration", "kind": 1024, @@ -41939,7 +42546,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 135, + "line": 140, "character": 4 } ], @@ -41952,13 +42559,13 @@ "groups": [ { "title": "Properties", - "children": [779, 783] + "children": [787, 791] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 130, + "line": 135, "character": 28 } ] @@ -41967,14 +42574,14 @@ { "type": "reflection", "declaration": { - "id": 784, + "id": 792, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 785, + "id": 793, "name": "data", "variant": "declaration", "kind": 1024, @@ -41982,21 +42589,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 137, + "line": 142, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 786, + "id": 794, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 787, + "id": 795, "name": "provider", "variant": "declaration", "kind": 1024, @@ -42004,19 +42611,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 138, + "line": 143, "character": 8 } ], "type": { "type": "reference", - "target": 693, + "target": 700, "name": "Provider", "package": "@supabase/auth-js" } }, { - "id": 788, + "id": 796, "name": "url", "variant": "declaration", "kind": 1024, @@ -42024,7 +42631,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 139, + "line": 144, "character": 8 } ], @@ -42037,13 +42644,13 @@ "groups": [ { "title": "Properties", - "children": [787, 788] + "children": [795, 796] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 137, + "line": 142, "character": 10 } ] @@ -42051,7 +42658,7 @@ } }, { - "id": 789, + "id": 797, "name": "error", "variant": "declaration", "kind": 1024, @@ -42059,13 +42666,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 141, + "line": 146, "character": 4 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -42074,13 +42681,13 @@ "groups": [ { "title": "Properties", - "children": [785, 789] + "children": [793, 797] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 136, + "line": 141, "character": 4 } ] @@ -42090,7 +42697,7 @@ } }, { - "id": 1258, + "id": 1269, "name": "PageParams", "variant": "declaration", "kind": 2097152, @@ -42098,21 +42705,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1023, + "line": 1049, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1259, + "id": 1270, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1260, + "id": 1271, "name": "page", "variant": "declaration", "kind": 1024, @@ -42130,7 +42737,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1025, + "line": 1051, "character": 4 } ], @@ -42140,7 +42747,7 @@ } }, { - "id": 1261, + "id": 1272, "name": "perPage", "variant": "declaration", "kind": 1024, @@ -42158,7 +42765,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1027, + "line": 1053, "character": 4 } ], @@ -42171,13 +42778,13 @@ "groups": [ { "title": "Properties", - "children": [1260, 1261] + "children": [1271, 1272] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1023, + "line": 1049, "character": 25 } ] @@ -42185,7 +42792,7 @@ } }, { - "id": 1251, + "id": 1262, "name": "Pagination", "variant": "declaration", "kind": 2097152, @@ -42193,21 +42800,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1017, + "line": 1043, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1252, + "id": 1263, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1254, + "id": 1265, "name": "lastPage", "variant": "declaration", "kind": 1024, @@ -42215,7 +42822,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1020, + "line": 1046, "character": 4 } ], @@ -42225,7 +42832,7 @@ } }, { - "id": 1253, + "id": 1264, "name": "nextPage", "variant": "declaration", "kind": 1024, @@ -42233,7 +42840,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1019, + "line": 1045, "character": 4 } ], @@ -42252,7 +42859,7 @@ } }, { - "id": 1255, + "id": 1266, "name": "total", "variant": "declaration", "kind": 1024, @@ -42260,7 +42867,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1021, + "line": 1047, "character": 4 } ], @@ -42273,19 +42880,19 @@ "groups": [ { "title": "Properties", - "children": [1254, 1253, 1255] + "children": [1265, 1264, 1266] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1017, + "line": 1043, "character": 25 } ], "indexSignatures": [ { - "id": 1256, + "id": 1267, "name": "__index", "variant": "signature", "kind": 8192, @@ -42293,13 +42900,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1018, + "line": 1044, "character": 4 } ], "parameters": [ { - "id": 1257, + "id": 1268, "name": "key", "variant": "param", "kind": 32768, @@ -42463,7 +43070,7 @@ } }, { - "id": 732, + "id": 740, "name": "Prettify", "variant": "declaration", "kind": 2097152, @@ -42479,13 +43086,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 70, + "line": 75, "character": 12 } ], "typeParameters": [ { - "id": 733, + "id": 741, "name": "T", "variant": "typeParam", "kind": 131072, @@ -42496,7 +43103,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 733, + "target": 741, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -42512,7 +43119,7 @@ }, "trueType": { "type": "reference", - "target": 733, + "target": 741, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -42525,7 +43132,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 733, + "target": 741, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -42545,7 +43152,7 @@ }, "objectType": { "type": "reference", - "target": 733, + "target": 741, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -42555,7 +43162,7 @@ } }, { - "id": 693, + "id": 700, "name": "Provider", "variant": "declaration", "kind": 2097152, @@ -42670,7 +43277,7 @@ } }, { - "id": 270, + "id": 272, "name": "QueryData", "variant": "declaration", "kind": 2097152, @@ -42678,14 +43285,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 115, + "line": 118, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L118" } ], "typeParameters": [ { - "id": 273, + "id": 275, "name": "T", "variant": "typeParam", "kind": 131072, @@ -42696,7 +43303,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 273, + "target": 275, "name": "T", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -42711,14 +43318,14 @@ { "type": "reflection", "declaration": { - "id": 271, + "id": 273, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 272, + "id": 274, "name": "data", "variant": "declaration", "kind": 1024, @@ -42726,9 +43333,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 115, + "line": 118, "character": 51, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L118" } ], "type": { @@ -42740,15 +43347,15 @@ "groups": [ { "title": "Properties", - "children": [272] + "children": [274] } ], "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 115, + "line": 118, "character": 49, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L115" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L118" } ] } @@ -42789,7 +43396,7 @@ } }, { - "id": 274, + "id": 276, "name": "QueryError", "variant": "declaration", "kind": 2097152, @@ -42797,9 +43404,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 116, + "line": 119, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L116" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L119" } ], "type": { @@ -42811,7 +43418,7 @@ } }, { - "id": 268, + "id": 270, "name": "QueryResult", "variant": "declaration", "kind": 2097152, @@ -42827,14 +43434,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 114, + "line": 117, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L114" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L117" } ], "typeParameters": [ { - "id": 269, + "id": 271, "name": "T", "variant": "typeParam", "kind": 131072, @@ -42845,7 +43452,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 269, + "target": 271, "name": "T", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -42882,7 +43489,7 @@ } }, { - "id": 1887, + "id": 1914, "name": "RealtimeChannelOptions", "variant": "declaration", "kind": 2097152, @@ -42897,14 +43504,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1888, + "id": 1915, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1889, + "id": 1916, "name": "config", "variant": "declaration", "kind": 1024, @@ -42919,14 +43526,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1890, + "id": 1917, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1891, + "id": 1918, "name": "broadcast", "variant": "declaration", "kind": 1024, @@ -42951,14 +43558,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1892, + "id": 1919, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1894, + "id": 1921, "name": "ack", "variant": "declaration", "kind": 1024, @@ -42978,7 +43585,7 @@ } }, { - "id": 1895, + "id": 1922, "name": "replay", "variant": "declaration", "kind": 1024, @@ -43003,7 +43610,7 @@ } }, { - "id": 1893, + "id": 1920, "name": "self", "variant": "declaration", "kind": 1024, @@ -43026,7 +43633,7 @@ "groups": [ { "title": "Properties", - "children": [1894, 1895, 1893] + "children": [1921, 1922, 1920] } ], "sources": [ @@ -43040,7 +43647,7 @@ } }, { - "id": 1896, + "id": 1923, "name": "presence", "variant": "declaration", "kind": 1024, @@ -43065,14 +43672,14 @@ "type": { "type": "reflection", "declaration": { - "id": 1897, + "id": 1924, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1899, + "id": 1926, "name": "enabled", "variant": "declaration", "kind": 1024, @@ -43092,7 +43699,7 @@ } }, { - "id": 1898, + "id": 1925, "name": "key", "variant": "declaration", "kind": 1024, @@ -43115,7 +43722,7 @@ "groups": [ { "title": "Properties", - "children": [1899, 1898] + "children": [1926, 1925] } ], "sources": [ @@ -43129,7 +43736,7 @@ } }, { - "id": 1900, + "id": 1927, "name": "private", "variant": "declaration", "kind": 1024, @@ -43160,7 +43767,7 @@ "groups": [ { "title": "Properties", - "children": [1891, 1896, 1900] + "children": [1918, 1923, 1927] } ], "sources": [ @@ -43177,7 +43784,7 @@ "groups": [ { "title": "Properties", - "children": [1889] + "children": [1916] } ], "sources": [ @@ -43191,7 +43798,7 @@ } }, { - "id": 1901, + "id": 1928, "name": "RealtimeChannelSendResponse", "variant": "declaration", "kind": 2097152, @@ -43222,7 +43829,7 @@ } }, { - "id": 2011, + "id": 2039, "name": "RealtimeClientOptions", "variant": "declaration", "kind": 2097152, @@ -43237,14 +43844,14 @@ "type": { "type": "reflection", "declaration": { - "id": 2012, + "id": 2040, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2037, + "id": 2066, "name": "accessToken", "variant": "declaration", "kind": 1024, @@ -43254,14 +43861,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 53, + "line": 54, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 2038, + "id": 2067, "name": "__type", "variant": "declaration", "kind": 65536, @@ -43269,13 +43876,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 53, + "line": 54, "character": 18 } ], "signatures": [ { - "id": 2039, + "id": 2068, "name": "__type", "variant": "signature", "kind": 4096, @@ -43310,7 +43917,7 @@ } }, { - "id": 2022, + "id": 2051, "name": "decode", "variant": "declaration", "kind": 1024, @@ -43320,7 +43927,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 40, + "line": 41, "character": 4 } ], @@ -43335,7 +43942,7 @@ } }, { - "id": 2021, + "id": 2050, "name": "encode", "variant": "declaration", "kind": 1024, @@ -43345,7 +43952,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 39, + "line": 40, "character": 4 } ], @@ -43360,7 +43967,7 @@ } }, { - "id": 2034, + "id": 2063, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -43370,7 +43977,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 50, + "line": 51, "character": 4 } ], @@ -43385,7 +43992,7 @@ } }, { - "id": 2024, + "id": 2053, "name": "headers", "variant": "declaration", "kind": 1024, @@ -43395,14 +44002,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 42, + "line": 43, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 2025, + "id": 2054, "name": "__type", "variant": "declaration", "kind": 65536, @@ -43410,13 +44017,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 42, + "line": 43, "character": 14 } ], "indexSignatures": [ { - "id": 2026, + "id": 2055, "name": "__index", "variant": "signature", "kind": 8192, @@ -43424,13 +44031,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 43, + "line": 44, "character": 8 } ], "parameters": [ { - "id": 2027, + "id": 2056, "name": "key", "variant": "param", "kind": 32768, @@ -43451,7 +44058,7 @@ } }, { - "id": 2016, + "id": 2044, "name": "heartbeatCallback", "variant": "declaration", "kind": 1024, @@ -43468,7 +44075,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2017, + "id": 2045, "name": "__type", "variant": "declaration", "kind": 65536, @@ -43482,14 +44089,14 @@ ], "signatures": [ { - "id": 2018, + "id": 2046, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 2019, + "id": 2047, "name": "status", "variant": "param", "kind": 32768, @@ -43515,7 +44122,7 @@ } }, { - "id": 2015, + "id": 2043, "name": "heartbeatIntervalMs", "variant": "declaration", "kind": 1024, @@ -43535,7 +44142,7 @@ } }, { - "id": 2032, + "id": 2061, "name": "log_level", "variant": "declaration", "kind": 1024, @@ -43545,7 +44152,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 48, + "line": 49, "character": 4 } ], @@ -43560,7 +44167,7 @@ } }, { - "id": 2020, + "id": 2049, "name": "logger", "variant": "declaration", "kind": 1024, @@ -43570,7 +44177,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 38, + "line": 39, "character": 4 } ], @@ -43585,7 +44192,7 @@ } }, { - "id": 2033, + "id": 2062, "name": "logLevel", "variant": "declaration", "kind": 1024, @@ -43595,7 +44202,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 49, + "line": 50, "character": 4 } ], @@ -43610,7 +44217,7 @@ } }, { - "id": 2028, + "id": 2057, "name": "params", "variant": "declaration", "kind": 1024, @@ -43620,14 +44227,14 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 45, + "line": 46, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 2029, + "id": 2058, "name": "__type", "variant": "declaration", "kind": 65536, @@ -43635,13 +44242,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 45, + "line": 46, "character": 13 } ], "indexSignatures": [ { - "id": 2030, + "id": 2059, "name": "__index", "variant": "signature", "kind": 8192, @@ -43649,13 +44256,13 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 46, + "line": 47, "character": 8 } ], "parameters": [ { - "id": 2031, + "id": 2060, "name": "key", "variant": "param", "kind": 32768, @@ -43676,7 +44283,7 @@ } }, { - "id": 2023, + "id": 2052, "name": "reconnectAfterMs", "variant": "declaration", "kind": 1024, @@ -43686,7 +44293,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 41, + "line": 42, "character": 4 } ], @@ -43701,7 +44308,7 @@ } }, { - "id": 2014, + "id": 2042, "name": "timeout", "variant": "declaration", "kind": 1024, @@ -43721,7 +44328,7 @@ } }, { - "id": 2013, + "id": 2041, "name": "transport", "variant": "declaration", "kind": 1024, @@ -43737,13 +44344,33 @@ ], "type": { "type": "reference", - "target": 2204, + "target": 2233, "name": "WebSocketLikeConstructor", "package": "@supabase/realtime-js" } }, { - "id": 2035, + "id": 2048, + "name": "vsn", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "sources": [ + { + "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", + "line": 38, + "character": 4 + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2064, "name": "worker", "variant": "declaration", "kind": 1024, @@ -43753,7 +44380,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 51, + "line": 52, "character": 4 } ], @@ -43763,7 +44390,7 @@ } }, { - "id": 2036, + "id": 2065, "name": "workerUrl", "variant": "declaration", "kind": 1024, @@ -43773,7 +44400,7 @@ "sources": [ { "fileName": "packages/core/realtime-js/dist/module/RealtimeClient.d.ts", - "line": 52, + "line": 53, "character": 4 } ], @@ -43787,8 +44414,8 @@ { "title": "Properties", "children": [ - 2037, 2022, 2021, 2034, 2024, 2016, 2015, 2032, 2020, 2033, 2028, 2023, 2014, 2013, - 2035, 2036 + 2066, 2051, 2050, 2063, 2053, 2044, 2043, 2061, 2049, 2062, 2057, 2052, 2042, 2041, + 2048, 2064, 2065 ] } ], @@ -43803,7 +44430,7 @@ } }, { - "id": 2040, + "id": 2069, "name": "RealtimeMessage", "variant": "declaration", "kind": 2097152, @@ -43818,14 +44445,14 @@ "type": { "type": "reflection", "declaration": { - "id": 2041, + "id": 2070, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2043, + "id": 2072, "name": "event", "variant": "declaration", "kind": 1024, @@ -43843,7 +44470,7 @@ } }, { - "id": 2046, + "id": 2075, "name": "join_ref", "variant": "declaration", "kind": 1024, @@ -43863,7 +44490,7 @@ } }, { - "id": 2044, + "id": 2073, "name": "payload", "variant": "declaration", "kind": 1024, @@ -43881,7 +44508,7 @@ } }, { - "id": 2045, + "id": 2074, "name": "ref", "variant": "declaration", "kind": 1024, @@ -43899,7 +44526,7 @@ } }, { - "id": 2042, + "id": 2071, "name": "topic", "variant": "declaration", "kind": 1024, @@ -43920,7 +44547,7 @@ "groups": [ { "title": "Properties", - "children": [2043, 2046, 2044, 2045, 2042] + "children": [2072, 2075, 2073, 2074, 2071] } ], "sources": [ @@ -43934,7 +44561,7 @@ } }, { - "id": 2047, + "id": 2076, "name": "RealtimePostgresChangesFilter", "variant": "declaration", "kind": 2097152, @@ -43948,7 +44575,7 @@ ], "typeParameters": [ { - "id": 2053, + "id": 2082, "name": "T", "variant": "typeParam", "kind": 131072, @@ -43960,7 +44587,7 @@ [ { "type": "reference", - "target": 2123, + "target": 2152, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT", "package": "@supabase/realtime-js" }, @@ -43973,14 +44600,14 @@ "type": { "type": "reflection", "declaration": { - "id": 2048, + "id": 2077, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2049, + "id": 2078, "name": "event", "variant": "declaration", "kind": 1024, @@ -44002,14 +44629,14 @@ ], "type": { "type": "reference", - "target": 2053, + "target": 2082, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true } }, { - "id": 2052, + "id": 2081, "name": "filter", "variant": "declaration", "kind": 1024, @@ -44037,7 +44664,7 @@ } }, { - "id": 2050, + "id": 2079, "name": "schema", "variant": "declaration", "kind": 1024, @@ -44063,7 +44690,7 @@ } }, { - "id": 2051, + "id": 2080, "name": "table", "variant": "declaration", "kind": 1024, @@ -44094,7 +44721,7 @@ "groups": [ { "title": "Properties", - "children": [2049, 2052, 2050, 2051] + "children": [2078, 2081, 2079, 2080] } ], "sources": [ @@ -44108,7 +44735,7 @@ } }, { - "id": 2054, + "id": 2083, "name": "RealtimePostgresChangesPayload", "variant": "declaration", "kind": 2097152, @@ -44122,7 +44749,7 @@ ], "typeParameters": [ { - "id": 2055, + "id": 2084, "name": "T", "variant": "typeParam", "kind": 131072, @@ -44130,7 +44757,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2056, + "id": 2085, "name": "__type", "variant": "declaration", "kind": 65536, @@ -44144,7 +44771,7 @@ ], "indexSignatures": [ { - "id": 2057, + "id": 2086, "name": "__index", "variant": "signature", "kind": 8192, @@ -44158,7 +44785,7 @@ ], "parameters": [ { - "id": 2058, + "id": 2087, "name": "key", "variant": "param", "kind": 32768, @@ -44184,11 +44811,11 @@ "types": [ { "type": "reference", - "target": 2059, + "target": 2088, "typeArguments": [ { "type": "reference", - "target": 2055, + "target": 2084, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -44199,11 +44826,11 @@ }, { "type": "reference", - "target": 2069, + "target": 2098, "typeArguments": [ { "type": "reference", - "target": 2055, + "target": 2084, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -44214,11 +44841,11 @@ }, { "type": "reference", - "target": 2078, + "target": 2107, "typeArguments": [ { "type": "reference", - "target": 2055, + "target": 2084, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -44231,7 +44858,7 @@ } }, { - "id": 2078, + "id": 2107, "name": "RealtimePostgresDeletePayload", "variant": "declaration", "kind": 2097152, @@ -44245,7 +44872,7 @@ ], "typeParameters": [ { - "id": 2084, + "id": 2113, "name": "T", "variant": "typeParam", "kind": 131072, @@ -44253,7 +44880,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2085, + "id": 2114, "name": "__type", "variant": "declaration", "kind": 65536, @@ -44267,7 +44894,7 @@ ], "indexSignatures": [ { - "id": 2086, + "id": 2115, "name": "__index", "variant": "signature", "kind": 8192, @@ -44281,7 +44908,7 @@ ], "parameters": [ { - "id": 2087, + "id": 2116, "name": "key", "variant": "param", "kind": 32768, @@ -44317,14 +44944,14 @@ { "type": "reflection", "declaration": { - "id": 2079, + "id": 2108, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2080, + "id": 2109, "name": "eventType", "variant": "declaration", "kind": 1024, @@ -44343,7 +44970,7 @@ [ { "type": "reference", - "target": 2127, + "target": 2156, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE", "package": "@supabase/realtime-js" }, @@ -44353,7 +44980,7 @@ } }, { - "id": 2081, + "id": 2110, "name": "new", "variant": "declaration", "kind": 1024, @@ -44368,7 +44995,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2082, + "id": 2111, "name": "__type", "variant": "declaration", "kind": 65536, @@ -44384,7 +45011,7 @@ } }, { - "id": 2083, + "id": 2112, "name": "old", "variant": "declaration", "kind": 1024, @@ -44405,7 +45032,7 @@ "typeArguments": [ { "type": "reference", - "target": 2084, + "target": 2113, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -44419,7 +45046,7 @@ "groups": [ { "title": "Properties", - "children": [2080, 2081, 2083] + "children": [2109, 2110, 2112] } ], "sources": [ @@ -44435,7 +45062,7 @@ } }, { - "id": 2059, + "id": 2088, "name": "RealtimePostgresInsertPayload", "variant": "declaration", "kind": 2097152, @@ -44449,7 +45076,7 @@ ], "typeParameters": [ { - "id": 2065, + "id": 2094, "name": "T", "variant": "typeParam", "kind": 131072, @@ -44457,7 +45084,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2066, + "id": 2095, "name": "__type", "variant": "declaration", "kind": 65536, @@ -44471,7 +45098,7 @@ ], "indexSignatures": [ { - "id": 2067, + "id": 2096, "name": "__index", "variant": "signature", "kind": 8192, @@ -44485,7 +45112,7 @@ ], "parameters": [ { - "id": 2068, + "id": 2097, "name": "key", "variant": "param", "kind": 32768, @@ -44521,14 +45148,14 @@ { "type": "reflection", "declaration": { - "id": 2060, + "id": 2089, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2061, + "id": 2090, "name": "eventType", "variant": "declaration", "kind": 1024, @@ -44547,7 +45174,7 @@ [ { "type": "reference", - "target": 2125, + "target": 2154, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT", "package": "@supabase/realtime-js" }, @@ -44557,7 +45184,7 @@ } }, { - "id": 2062, + "id": 2091, "name": "new", "variant": "declaration", "kind": 1024, @@ -44571,14 +45198,14 @@ ], "type": { "type": "reference", - "target": 2065, + "target": 2094, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true } }, { - "id": 2063, + "id": 2092, "name": "old", "variant": "declaration", "kind": 1024, @@ -44593,7 +45220,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2064, + "id": 2093, "name": "__type", "variant": "declaration", "kind": 65536, @@ -44612,7 +45239,7 @@ "groups": [ { "title": "Properties", - "children": [2061, 2062, 2063] + "children": [2090, 2091, 2092] } ], "sources": [ @@ -44628,7 +45255,7 @@ } }, { - "id": 2069, + "id": 2098, "name": "RealtimePostgresUpdatePayload", "variant": "declaration", "kind": 2097152, @@ -44642,7 +45269,7 @@ ], "typeParameters": [ { - "id": 2074, + "id": 2103, "name": "T", "variant": "typeParam", "kind": 131072, @@ -44650,7 +45277,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2075, + "id": 2104, "name": "__type", "variant": "declaration", "kind": 65536, @@ -44664,7 +45291,7 @@ ], "indexSignatures": [ { - "id": 2076, + "id": 2105, "name": "__index", "variant": "signature", "kind": 8192, @@ -44678,7 +45305,7 @@ ], "parameters": [ { - "id": 2077, + "id": 2106, "name": "key", "variant": "param", "kind": 32768, @@ -44714,14 +45341,14 @@ { "type": "reflection", "declaration": { - "id": 2070, + "id": 2099, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2071, + "id": 2100, "name": "eventType", "variant": "declaration", "kind": 1024, @@ -44740,7 +45367,7 @@ [ { "type": "reference", - "target": 2126, + "target": 2155, "name": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE", "package": "@supabase/realtime-js" }, @@ -44750,7 +45377,7 @@ } }, { - "id": 2072, + "id": 2101, "name": "new", "variant": "declaration", "kind": 1024, @@ -44764,14 +45391,14 @@ ], "type": { "type": "reference", - "target": 2074, + "target": 2103, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true } }, { - "id": 2073, + "id": 2102, "name": "old", "variant": "declaration", "kind": 1024, @@ -44792,7 +45419,7 @@ "typeArguments": [ { "type": "reference", - "target": 2074, + "target": 2103, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -44806,7 +45433,7 @@ "groups": [ { "title": "Properties", - "children": [2071, 2072, 2073] + "children": [2100, 2101, 2102] } ], "sources": [ @@ -44822,7 +45449,7 @@ } }, { - "id": 2088, + "id": 2117, "name": "RealtimePresenceJoinPayload", "variant": "declaration", "kind": 2097152, @@ -44836,7 +45463,7 @@ ], "typeParameters": [ { - "id": 2094, + "id": 2123, "name": "T", "variant": "typeParam", "kind": 131072, @@ -44844,7 +45471,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2095, + "id": 2124, "name": "__type", "variant": "declaration", "kind": 65536, @@ -44858,7 +45485,7 @@ ], "indexSignatures": [ { - "id": 2096, + "id": 2125, "name": "__index", "variant": "signature", "kind": 8192, @@ -44872,7 +45499,7 @@ ], "parameters": [ { - "id": 2097, + "id": 2126, "name": "key", "variant": "param", "kind": 32768, @@ -44896,14 +45523,14 @@ "type": { "type": "reflection", "declaration": { - "id": 2089, + "id": 2118, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2092, + "id": 2121, "name": "currentPresences", "variant": "declaration", "kind": 1024, @@ -44926,7 +45553,7 @@ "typeArguments": [ { "type": "reference", - "target": 2094, + "target": 2123, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -44938,7 +45565,7 @@ } }, { - "id": 2090, + "id": 2119, "name": "event", "variant": "declaration", "kind": 1024, @@ -44957,7 +45584,7 @@ [ { "type": "reference", - "target": 2130, + "target": 2159, "name": "REALTIME_PRESENCE_LISTEN_EVENTS.JOIN", "package": "@supabase/realtime-js" }, @@ -44967,7 +45594,7 @@ } }, { - "id": 2091, + "id": 2120, "name": "key", "variant": "declaration", "kind": 1024, @@ -44985,7 +45612,7 @@ } }, { - "id": 2093, + "id": 2122, "name": "newPresences", "variant": "declaration", "kind": 1024, @@ -45008,7 +45635,7 @@ "typeArguments": [ { "type": "reference", - "target": 2094, + "target": 2123, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -45023,7 +45650,7 @@ "groups": [ { "title": "Properties", - "children": [2092, 2090, 2091, 2093] + "children": [2121, 2119, 2120, 2122] } ], "sources": [ @@ -45037,7 +45664,7 @@ } }, { - "id": 2098, + "id": 2127, "name": "RealtimePresenceLeavePayload", "variant": "declaration", "kind": 2097152, @@ -45051,7 +45678,7 @@ ], "typeParameters": [ { - "id": 2104, + "id": 2133, "name": "T", "variant": "typeParam", "kind": 131072, @@ -45059,7 +45686,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2105, + "id": 2134, "name": "__type", "variant": "declaration", "kind": 65536, @@ -45073,7 +45700,7 @@ ], "indexSignatures": [ { - "id": 2106, + "id": 2135, "name": "__index", "variant": "signature", "kind": 8192, @@ -45087,7 +45714,7 @@ ], "parameters": [ { - "id": 2107, + "id": 2136, "name": "key", "variant": "param", "kind": 32768, @@ -45111,14 +45738,14 @@ "type": { "type": "reflection", "declaration": { - "id": 2099, + "id": 2128, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2102, + "id": 2131, "name": "currentPresences", "variant": "declaration", "kind": 1024, @@ -45141,7 +45768,7 @@ "typeArguments": [ { "type": "reference", - "target": 2104, + "target": 2133, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -45153,7 +45780,7 @@ } }, { - "id": 2100, + "id": 2129, "name": "event", "variant": "declaration", "kind": 1024, @@ -45172,7 +45799,7 @@ [ { "type": "reference", - "target": 2131, + "target": 2160, "name": "REALTIME_PRESENCE_LISTEN_EVENTS.LEAVE", "package": "@supabase/realtime-js" }, @@ -45182,7 +45809,7 @@ } }, { - "id": 2101, + "id": 2130, "name": "key", "variant": "declaration", "kind": 1024, @@ -45200,7 +45827,7 @@ } }, { - "id": 2103, + "id": 2132, "name": "leftPresences", "variant": "declaration", "kind": 1024, @@ -45223,7 +45850,7 @@ "typeArguments": [ { "type": "reference", - "target": 2104, + "target": 2133, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -45238,7 +45865,7 @@ "groups": [ { "title": "Properties", - "children": [2102, 2100, 2101, 2103] + "children": [2131, 2129, 2130, 2132] } ], "sources": [ @@ -45252,7 +45879,7 @@ } }, { - "id": 2108, + "id": 2137, "name": "RealtimePresenceState", "variant": "declaration", "kind": 2097152, @@ -45266,7 +45893,7 @@ ], "typeParameters": [ { - "id": 2112, + "id": 2141, "name": "T", "variant": "typeParam", "kind": 131072, @@ -45274,7 +45901,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2113, + "id": 2142, "name": "__type", "variant": "declaration", "kind": 65536, @@ -45288,7 +45915,7 @@ ], "indexSignatures": [ { - "id": 2114, + "id": 2143, "name": "__index", "variant": "signature", "kind": 8192, @@ -45302,7 +45929,7 @@ ], "parameters": [ { - "id": 2115, + "id": 2144, "name": "key", "variant": "param", "kind": 32768, @@ -45324,7 +45951,7 @@ "default": { "type": "reflection", "declaration": { - "id": 2116, + "id": 2145, "name": "__type", "variant": "declaration", "kind": 65536, @@ -45343,7 +45970,7 @@ "type": { "type": "reflection", "declaration": { - "id": 2109, + "id": 2138, "name": "__type", "variant": "declaration", "kind": 65536, @@ -45357,7 +45984,7 @@ ], "indexSignatures": [ { - "id": 2110, + "id": 2139, "name": "__index", "variant": "signature", "kind": 8192, @@ -45371,7 +45998,7 @@ ], "parameters": [ { - "id": 2111, + "id": 2140, "name": "key", "variant": "param", "kind": 32768, @@ -45393,7 +46020,7 @@ "typeArguments": [ { "type": "reference", - "target": 2112, + "target": 2141, "name": "T", "package": "@supabase/realtime-js", "refersToTypeParameter": true @@ -45409,7 +46036,7 @@ } }, { - "id": 2117, + "id": 2146, "name": "RealtimeRemoveChannelResponse", "variant": "declaration", "kind": 2097152, @@ -45440,7 +46067,7 @@ } }, { - "id": 737, + "id": 745, "name": "RequestResult", "variant": "declaration", "kind": 2097152, @@ -45456,20 +46083,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 82, + "line": 87, "character": 12 } ], "typeParameters": [ { - "id": 744, + "id": 752, "name": "T", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 745, + "id": 753, "name": "ErrorType", "variant": "typeParam", "kind": 131072, @@ -45485,7 +46112,7 @@ }, "default": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -45497,14 +46124,14 @@ { "type": "reflection", "declaration": { - "id": 738, + "id": 746, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 739, + "id": 747, "name": "data", "variant": "declaration", "kind": 1024, @@ -45512,20 +46139,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 83, + "line": 88, "character": 4 } ], "type": { "type": "reference", - "target": 744, + "target": 752, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true } }, { - "id": 740, + "id": 748, "name": "error", "variant": "declaration", "kind": 1024, @@ -45533,7 +46160,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 84, + "line": 89, "character": 4 } ], @@ -45546,13 +46173,13 @@ "groups": [ { "title": "Properties", - "children": [739, 740] + "children": [747, 748] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 82, + "line": 87, "character": 68 } ] @@ -45561,14 +46188,14 @@ { "type": "reflection", "declaration": { - "id": 741, + "id": 749, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 742, + "id": 750, "name": "data", "variant": "declaration", "kind": 1024, @@ -45576,7 +46203,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 86, + "line": 91, "character": 4 } ], @@ -45586,7 +46213,7 @@ } }, { - "id": 743, + "id": 751, "name": "error", "variant": "declaration", "kind": 1024, @@ -45594,7 +46221,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 87, + "line": 92, "character": 4 } ], @@ -45611,19 +46238,19 @@ }, "extendsType": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" }, "trueType": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" }, "falseType": { "type": "reference", - "target": 745, + "target": 753, "name": "ErrorType", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -45634,13 +46261,13 @@ "groups": [ { "title": "Properties", - "children": [742, 743] + "children": [750, 751] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 85, + "line": 90, "character": 4 } ] @@ -45650,7 +46277,7 @@ } }, { - "id": 746, + "id": 754, "name": "RequestResultSafeDestructure", "variant": "declaration", "kind": 2097152, @@ -45671,13 +46298,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 93, + "line": 98, "character": 12 } ], "typeParameters": [ { - "id": 753, + "id": 761, "name": "T", "variant": "typeParam", "kind": 131072, @@ -45690,14 +46317,14 @@ { "type": "reflection", "declaration": { - "id": 747, + "id": 755, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 748, + "id": 756, "name": "data", "variant": "declaration", "kind": 1024, @@ -45705,20 +46332,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 94, + "line": 99, "character": 4 } ], "type": { "type": "reference", - "target": 753, + "target": 761, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true } }, { - "id": 749, + "id": 757, "name": "error", "variant": "declaration", "kind": 1024, @@ -45726,7 +46353,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 95, + "line": 100, "character": 4 } ], @@ -45739,13 +46366,13 @@ "groups": [ { "title": "Properties", - "children": [748, 749] + "children": [756, 757] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 93, + "line": 98, "character": 46 } ] @@ -45754,14 +46381,14 @@ { "type": "reflection", "declaration": { - "id": 750, + "id": 758, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 751, + "id": 759, "name": "data", "variant": "declaration", "kind": 1024, @@ -45769,7 +46396,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 97, + "line": 102, "character": 4 } ], @@ -45777,7 +46404,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 753, + "target": 761, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -45794,7 +46421,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 753, + "target": 761, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -45812,7 +46439,7 @@ } }, { - "id": 752, + "id": 760, "name": "error", "variant": "declaration", "kind": 1024, @@ -45820,13 +46447,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 100, + "line": 105, "character": 4 } ], "type": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -45835,13 +46462,13 @@ "groups": [ { "title": "Properties", - "children": [751, 752] + "children": [759, 760] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 96, + "line": 101, "character": 4 } ] @@ -45851,7 +46478,7 @@ } }, { - "id": 1276, + "id": 1287, "name": "RequiredClaims", "variant": "declaration", "kind": 2097152, @@ -45859,21 +46486,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1107, + "line": 1133, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1277, + "id": 1288, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1284, + "id": 1295, "name": "aal", "variant": "declaration", "kind": 1024, @@ -45881,19 +46508,19 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1114, + "line": 1140, "character": 4 } ], "type": { "type": "reference", - "target": 1101, + "target": 1112, "name": "AuthenticatorAssuranceLevels", "package": "@supabase/auth-js" } }, { - "id": 1280, + "id": 1291, "name": "aud", "variant": "declaration", "kind": 1024, @@ -45901,7 +46528,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1110, + "line": 1136, "character": 4 } ], @@ -45923,7 +46550,7 @@ } }, { - "id": 1281, + "id": 1292, "name": "exp", "variant": "declaration", "kind": 1024, @@ -45931,7 +46558,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1111, + "line": 1137, "character": 4 } ], @@ -45941,7 +46568,7 @@ } }, { - "id": 1282, + "id": 1293, "name": "iat", "variant": "declaration", "kind": 1024, @@ -45949,7 +46576,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1112, + "line": 1138, "character": 4 } ], @@ -45959,7 +46586,7 @@ } }, { - "id": 1278, + "id": 1289, "name": "iss", "variant": "declaration", "kind": 1024, @@ -45967,7 +46594,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1108, + "line": 1134, "character": 4 } ], @@ -45977,7 +46604,7 @@ } }, { - "id": 1283, + "id": 1294, "name": "role", "variant": "declaration", "kind": 1024, @@ -45985,7 +46612,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1113, + "line": 1139, "character": 4 } ], @@ -45995,7 +46622,7 @@ } }, { - "id": 1285, + "id": 1296, "name": "session_id", "variant": "declaration", "kind": 1024, @@ -46003,7 +46630,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1115, + "line": 1141, "character": 4 } ], @@ -46013,7 +46640,7 @@ } }, { - "id": 1279, + "id": 1290, "name": "sub", "variant": "declaration", "kind": 1024, @@ -46021,7 +46648,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1109, + "line": 1135, "character": 4 } ], @@ -46034,21 +46661,28 @@ "groups": [ { "title": "Properties", - "children": [1284, 1280, 1281, 1282, 1278, 1283, 1285, 1279] + "children": [1295, 1291, 1292, 1293, 1289, 1294, 1296, 1290] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1107, + "line": 1133, "character": 29 } ] } - } + }, + "extendedBy": [ + { + "type": "reference", + "target": 1297, + "name": "JwtPayload" + } + ] }, { - "id": 995, + "id": 1004, "name": "ResendParams", "variant": "declaration", "kind": 2097152, @@ -46056,7 +46690,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 593, + "line": 607, "character": 12 } ], @@ -46066,14 +46700,14 @@ { "type": "reflection", "declaration": { - "id": 996, + "id": 1005, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 998, + "id": 1007, "name": "email", "variant": "declaration", "kind": 1024, @@ -46081,7 +46715,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 595, + "line": 609, "character": 4 } ], @@ -46091,7 +46725,7 @@ } }, { - "id": 999, + "id": 1008, "name": "options", "variant": "declaration", "kind": 1024, @@ -46101,21 +46735,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 596, + "line": 610, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1000, + "id": 1009, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1002, + "id": 1011, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -46133,7 +46767,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 600, + "line": 614, "character": 8 } ], @@ -46143,7 +46777,7 @@ } }, { - "id": 1001, + "id": 1010, "name": "emailRedirectTo", "variant": "declaration", "kind": 1024, @@ -46161,7 +46795,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 598, + "line": 612, "character": 8 } ], @@ -46174,13 +46808,13 @@ "groups": [ { "title": "Properties", - "children": [1002, 1001] + "children": [1011, 1010] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 596, + "line": 610, "character": 14 } ] @@ -46188,7 +46822,7 @@ } }, { - "id": 997, + "id": 1006, "name": "type", "variant": "declaration", "kind": 1024, @@ -46196,7 +46830,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 594, + "line": 608, "character": 4 } ], @@ -46209,7 +46843,7 @@ "typeArguments": [ { "type": "reference", - "target": 994, + "target": 1003, "name": "EmailOtpType", "package": "@supabase/auth-js" }, @@ -46235,13 +46869,13 @@ "groups": [ { "title": "Properties", - "children": [998, 999, 997] + "children": [1007, 1008, 1006] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 593, + "line": 607, "character": 27 } ] @@ -46250,14 +46884,14 @@ { "type": "reflection", "declaration": { - "id": 1003, + "id": 1012, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1006, + "id": 1015, "name": "options", "variant": "declaration", "kind": 1024, @@ -46267,21 +46901,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 605, + "line": 619, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1007, + "id": 1016, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1008, + "id": 1017, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -46299,7 +46933,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 607, + "line": 621, "character": 8 } ], @@ -46312,13 +46946,13 @@ "groups": [ { "title": "Properties", - "children": [1008] + "children": [1017] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 605, + "line": 619, "character": 14 } ] @@ -46326,7 +46960,7 @@ } }, { - "id": 1005, + "id": 1014, "name": "phone", "variant": "declaration", "kind": 1024, @@ -46334,7 +46968,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 604, + "line": 618, "character": 4 } ], @@ -46344,7 +46978,7 @@ } }, { - "id": 1004, + "id": 1013, "name": "type", "variant": "declaration", "kind": 1024, @@ -46352,7 +46986,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 603, + "line": 617, "character": 4 } ], @@ -46365,7 +46999,7 @@ "typeArguments": [ { "type": "reference", - "target": 993, + "target": 1002, "name": "MobileOtpType", "package": "@supabase/auth-js" }, @@ -46391,13 +47025,13 @@ "groups": [ { "title": "Properties", - "children": [1006, 1005, 1004] + "children": [1015, 1014, 1013] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 602, + "line": 616, "character": 4 } ] @@ -46407,7 +47041,7 @@ } }, { - "id": 862, + "id": 871, "name": "SignInAnonymouslyCredentials", "variant": "declaration", "kind": 2097152, @@ -46415,21 +47049,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 394, + "line": 408, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 863, + "id": 872, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 864, + "id": 873, "name": "options", "variant": "declaration", "kind": 1024, @@ -46439,21 +47073,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 395, + "line": 409, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 865, + "id": 874, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 867, + "id": 876, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -46471,7 +47105,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 403, + "line": 417, "character": 8 } ], @@ -46481,7 +47115,7 @@ } }, { - "id": 866, + "id": 875, "name": "data", "variant": "declaration", "kind": 1024, @@ -46515,7 +47149,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 401, + "line": 415, "character": 8 } ], @@ -46528,13 +47162,13 @@ "groups": [ { "title": "Properties", - "children": [867, 866] + "children": [876, 875] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 395, + "line": 409, "character": 14 } ] @@ -46545,13 +47179,13 @@ "groups": [ { "title": "Properties", - "children": [864] + "children": [873] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 394, + "line": 408, "character": 43 } ] @@ -46559,7 +47193,7 @@ } }, { - "id": 911, + "id": 920, "name": "SignInWithIdTokenCredentials", "variant": "declaration", "kind": 2097152, @@ -46567,21 +47201,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 478, + "line": 492, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 912, + "id": 921, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 916, + "id": 925, "name": "access_token", "variant": "declaration", "kind": 1024, @@ -46607,7 +47241,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 484, + "line": 498, "character": 4 } ], @@ -46617,7 +47251,7 @@ } }, { - "id": 917, + "id": 926, "name": "nonce", "variant": "declaration", "kind": 1024, @@ -46643,7 +47277,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 486, + "line": 500, "character": 4 } ], @@ -46653,7 +47287,7 @@ } }, { - "id": 918, + "id": 927, "name": "options", "variant": "declaration", "kind": 1024, @@ -46663,21 +47297,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 487, + "line": 501, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 919, + "id": 928, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 920, + "id": 929, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -46695,7 +47329,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 489, + "line": 503, "character": 8 } ], @@ -46708,13 +47342,13 @@ "groups": [ { "title": "Properties", - "children": [920] + "children": [929] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 487, + "line": 501, "character": 14 } ] @@ -46722,7 +47356,7 @@ } }, { - "id": 913, + "id": 922, "name": "provider", "variant": "declaration", "kind": 1024, @@ -46794,7 +47428,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 480, + "line": 494, "character": 4 } ], @@ -46831,7 +47465,7 @@ { "type": "reflection", "declaration": { - "id": 914, + "id": 923, "name": "__type", "variant": "declaration", "kind": 65536, @@ -46839,7 +47473,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 480, + "line": 494, "character": 78 } ] @@ -46851,7 +47485,7 @@ } }, { - "id": 915, + "id": 924, "name": "token", "variant": "declaration", "kind": 1024, @@ -46899,7 +47533,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 482, + "line": 496, "character": 4 } ], @@ -46912,13 +47546,13 @@ "groups": [ { "title": "Properties", - "children": [916, 917, 918, 913, 915] + "children": [925, 926, 927, 922, 924] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 478, + "line": 492, "character": 43 } ] @@ -46926,7 +47560,7 @@ } }, { - "id": 899, + "id": 908, "name": "SignInWithOAuthCredentials", "variant": "declaration", "kind": 2097152, @@ -46934,21 +47568,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 462, + "line": 476, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 900, + "id": 909, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 902, + "id": 911, "name": "options", "variant": "declaration", "kind": 1024, @@ -46958,21 +47592,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 465, + "line": 479, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 903, + "id": 912, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 906, + "id": 915, "name": "queryParams", "variant": "declaration", "kind": 1024, @@ -46990,14 +47624,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 471, + "line": 485, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 907, + "id": 916, "name": "__type", "variant": "declaration", "kind": 65536, @@ -47005,13 +47639,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 471, + "line": 485, "character": 22 } ], "indexSignatures": [ { - "id": 908, + "id": 917, "name": "__index", "variant": "signature", "kind": 8192, @@ -47019,13 +47653,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 472, + "line": 486, "character": 12 } ], "parameters": [ { - "id": 909, + "id": 918, "name": "key", "variant": "param", "kind": 32768, @@ -47046,7 +47680,7 @@ } }, { - "id": 904, + "id": 913, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -47064,7 +47698,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 467, + "line": 481, "character": 8 } ], @@ -47074,7 +47708,7 @@ } }, { - "id": 905, + "id": 914, "name": "scopes", "variant": "declaration", "kind": 1024, @@ -47092,7 +47726,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 469, + "line": 483, "character": 8 } ], @@ -47102,7 +47736,7 @@ } }, { - "id": 910, + "id": 919, "name": "skipBrowserRedirect", "variant": "declaration", "kind": 1024, @@ -47120,7 +47754,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 475, + "line": 489, "character": 8 } ], @@ -47133,13 +47767,13 @@ "groups": [ { "title": "Properties", - "children": [906, 904, 905, 910] + "children": [915, 913, 914, 919] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 465, + "line": 479, "character": 14 } ] @@ -47147,7 +47781,7 @@ } }, { - "id": 901, + "id": 910, "name": "provider", "variant": "declaration", "kind": 1024, @@ -47163,13 +47797,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 464, + "line": 478, "character": 4 } ], "type": { "type": "reference", - "target": 693, + "target": 700, "name": "Provider", "package": "@supabase/auth-js" } @@ -47178,13 +47812,13 @@ "groups": [ { "title": "Properties", - "children": [902, 901] + "children": [911, 910] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 462, + "line": 476, "character": 41 } ] @@ -47192,7 +47826,7 @@ } }, { - "id": 876, + "id": 885, "name": "SignInWithPasswordCredentials", "variant": "declaration", "kind": 2097152, @@ -47200,7 +47834,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 421, + "line": 435, "character": 12 } ], @@ -47219,14 +47853,14 @@ { "type": "reflection", "declaration": { - "id": 877, + "id": 886, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 878, + "id": 887, "name": "options", "variant": "declaration", "kind": 1024, @@ -47236,21 +47870,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 422, + "line": 436, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 879, + "id": 888, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 880, + "id": 889, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -47260,7 +47894,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 423, + "line": 437, "character": 8 } ], @@ -47273,13 +47907,13 @@ "groups": [ { "title": "Properties", - "children": [880] + "children": [889] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 422, + "line": 436, "character": 14 } ] @@ -47290,13 +47924,13 @@ "groups": [ { "title": "Properties", - "children": [878] + "children": [887] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 421, + "line": 435, "character": 70 } ] @@ -47306,7 +47940,7 @@ } }, { - "id": 881, + "id": 890, "name": "SignInWithPasswordlessCredentials", "variant": "declaration", "kind": 2097152, @@ -47314,7 +47948,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 426, + "line": 440, "character": 12 } ], @@ -47324,14 +47958,14 @@ { "type": "reflection", "declaration": { - "id": 882, + "id": 891, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 883, + "id": 892, "name": "email", "variant": "declaration", "kind": 1024, @@ -47347,7 +47981,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 428, + "line": 442, "character": 4 } ], @@ -47357,7 +47991,7 @@ } }, { - "id": 884, + "id": 893, "name": "options", "variant": "declaration", "kind": 1024, @@ -47367,21 +48001,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 429, + "line": 443, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 885, + "id": 894, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 889, + "id": 898, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -47399,7 +48033,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 441, + "line": 455, "character": 8 } ], @@ -47409,7 +48043,7 @@ } }, { - "id": 888, + "id": 897, "name": "data", "variant": "declaration", "kind": 1024, @@ -47443,7 +48077,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 439, + "line": 453, "character": 8 } ], @@ -47453,7 +48087,7 @@ } }, { - "id": 886, + "id": 895, "name": "emailRedirectTo", "variant": "declaration", "kind": 1024, @@ -47471,7 +48105,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 431, + "line": 445, "character": 8 } ], @@ -47481,7 +48115,7 @@ } }, { - "id": 887, + "id": 896, "name": "shouldCreateUser", "variant": "declaration", "kind": 1024, @@ -47499,7 +48133,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 433, + "line": 447, "character": 8 } ], @@ -47512,13 +48146,13 @@ "groups": [ { "title": "Properties", - "children": [889, 888, 886, 887] + "children": [898, 897, 895, 896] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 429, + "line": 443, "character": 14 } ] @@ -47529,13 +48163,13 @@ "groups": [ { "title": "Properties", - "children": [883, 884] + "children": [892, 893] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 426, + "line": 440, "character": 48 } ] @@ -47544,14 +48178,14 @@ { "type": "reflection", "declaration": { - "id": 890, + "id": 899, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 892, + "id": 901, "name": "options", "variant": "declaration", "kind": 1024, @@ -47561,21 +48195,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 446, + "line": 460, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 893, + "id": 902, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 896, + "id": 905, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -47593,7 +48227,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 456, + "line": 470, "character": 8 } ], @@ -47603,7 +48237,7 @@ } }, { - "id": 897, + "id": 906, "name": "channel", "variant": "declaration", "kind": 1024, @@ -47621,7 +48255,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 458, + "line": 472, "character": 8 } ], @@ -47640,7 +48274,7 @@ } }, { - "id": 895, + "id": 904, "name": "data", "variant": "declaration", "kind": 1024, @@ -47674,7 +48308,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 454, + "line": 468, "character": 8 } ], @@ -47684,7 +48318,7 @@ } }, { - "id": 894, + "id": 903, "name": "shouldCreateUser", "variant": "declaration", "kind": 1024, @@ -47702,7 +48336,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 448, + "line": 462, "character": 8 } ], @@ -47715,13 +48349,13 @@ "groups": [ { "title": "Properties", - "children": [896, 897, 895, 894] + "children": [905, 906, 904, 903] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 446, + "line": 460, "character": 14 } ] @@ -47729,7 +48363,7 @@ } }, { - "id": 891, + "id": 900, "name": "phone", "variant": "declaration", "kind": 1024, @@ -47745,7 +48379,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 445, + "line": 459, "character": 4 } ], @@ -47758,13 +48392,13 @@ "groups": [ { "title": "Properties", - "children": [892, 891] + "children": [901, 900] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 443, + "line": 457, "character": 4 } ] @@ -47774,7 +48408,7 @@ } }, { - "id": 1009, + "id": 1018, "name": "SignInWithSSO", "variant": "declaration", "kind": 2097152, @@ -47782,7 +48416,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 610, + "line": 624, "character": 12 } ], @@ -47792,14 +48426,14 @@ { "type": "reflection", "declaration": { - "id": 1010, + "id": 1019, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1012, + "id": 1021, "name": "options", "variant": "declaration", "kind": 1024, @@ -47809,21 +48443,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 613, + "line": 627, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1013, + "id": 1022, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1015, + "id": 1024, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -47841,7 +48475,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 617, + "line": 631, "character": 8 } ], @@ -47851,7 +48485,7 @@ } }, { - "id": 1014, + "id": 1023, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -47869,7 +48503,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 615, + "line": 629, "character": 8 } ], @@ -47877,18 +48511,46 @@ "type": "intrinsic", "name": "string" } + }, + { + "id": 1025, + "name": "skipBrowserRedirect", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "If set to true, the redirect will not happen on the client side.\nThis parameter is used when you wish to handle the redirect yourself.\nDefaults to false." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 637, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } } ], "groups": [ { "title": "Properties", - "children": [1015, 1014] + "children": [1024, 1023, 1025] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 613, + "line": 627, "character": 14 } ] @@ -47896,7 +48558,7 @@ } }, { - "id": 1011, + "id": 1020, "name": "providerId", "variant": "declaration", "kind": 1024, @@ -47912,7 +48574,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 612, + "line": 626, "character": 4 } ], @@ -47925,13 +48587,13 @@ "groups": [ { "title": "Properties", - "children": [1012, 1011] + "children": [1021, 1020] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 610, + "line": 624, "character": 28 } ] @@ -47940,14 +48602,14 @@ { "type": "reflection", "declaration": { - "id": 1016, + "id": 1026, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1017, + "id": 1027, "name": "domain", "variant": "declaration", "kind": 1024, @@ -47963,7 +48625,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 621, + "line": 641, "character": 4 } ], @@ -47973,7 +48635,7 @@ } }, { - "id": 1018, + "id": 1028, "name": "options", "variant": "declaration", "kind": 1024, @@ -47983,21 +48645,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 622, + "line": 642, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 1019, + "id": 1029, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1021, + "id": 1031, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -48015,7 +48677,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 626, + "line": 646, "character": 8 } ], @@ -48025,7 +48687,7 @@ } }, { - "id": 1020, + "id": 1030, "name": "redirectTo", "variant": "declaration", "kind": 1024, @@ -48043,7 +48705,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 624, + "line": 644, "character": 8 } ], @@ -48051,18 +48713,46 @@ "type": "intrinsic", "name": "string" } + }, + { + "id": 1032, + "name": "skipBrowserRedirect", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "If set to true, the redirect will not happen on the client side.\nThis parameter is used when you wish to handle the redirect yourself.\nDefaults to false." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", + "line": 652, + "character": 8 + } + ], + "type": { + "type": "intrinsic", + "name": "boolean" + } } ], "groups": [ { "title": "Properties", - "children": [1021, 1020] + "children": [1031, 1030, 1032] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 622, + "line": 642, "character": 14 } ] @@ -48073,13 +48763,13 @@ "groups": [ { "title": "Properties", - "children": [1017, 1018] + "children": [1027, 1028] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 619, + "line": 639, "character": 4 } ] @@ -48089,7 +48779,7 @@ } }, { - "id": 1262, + "id": 1273, "name": "SignOut", "variant": "declaration", "kind": 2097152, @@ -48097,21 +48787,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1029, + "line": 1055, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1263, + "id": 1274, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1264, + "id": 1275, "name": "scope", "variant": "declaration", "kind": 1024, @@ -48129,7 +48819,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1040, + "line": 1066, "character": 4 } ], @@ -48155,13 +48845,13 @@ "groups": [ { "title": "Properties", - "children": [1264] + "children": [1275] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1029, + "line": 1055, "character": 22 } ] @@ -48169,7 +48859,7 @@ } }, { - "id": 1298, + "id": 1325, "name": "SignOutScope", "variant": "declaration", "kind": 2097152, @@ -48177,7 +48867,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1128, + "line": 1171, "character": 12 } ], @@ -48191,7 +48881,7 @@ "type": "query", "queryType": { "type": "reference", - "target": 1297, + "target": 1324, "name": "SIGN_OUT_SCOPES", "package": "@supabase/auth-js" } @@ -48199,7 +48889,7 @@ } }, { - "id": 868, + "id": 877, "name": "SignUpWithPasswordCredentials", "variant": "declaration", "kind": 2097152, @@ -48207,13 +48897,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 406, + "line": 420, "character": 12 } ], "type": { "type": "reference", - "target": 732, + "target": 740, "typeArguments": [ { "type": "intersection", @@ -48230,14 +48920,14 @@ { "type": "reflection", "declaration": { - "id": 869, + "id": 878, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 870, + "id": 879, "name": "options", "variant": "declaration", "kind": 1024, @@ -48247,21 +48937,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 407, + "line": 421, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 871, + "id": 880, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 874, + "id": 883, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -48271,7 +48961,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 410, + "line": 424, "character": 8 } ], @@ -48281,7 +48971,7 @@ } }, { - "id": 875, + "id": 884, "name": "channel", "variant": "declaration", "kind": 1024, @@ -48291,7 +48981,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 411, + "line": 425, "character": 8 } ], @@ -48310,7 +49000,7 @@ } }, { - "id": 873, + "id": 882, "name": "data", "variant": "declaration", "kind": 1024, @@ -48320,7 +49010,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 409, + "line": 423, "character": 8 } ], @@ -48330,7 +49020,7 @@ } }, { - "id": 872, + "id": 881, "name": "emailRedirectTo", "variant": "declaration", "kind": 1024, @@ -48340,7 +49030,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 408, + "line": 422, "character": 8 } ], @@ -48353,13 +49043,13 @@ "groups": [ { "title": "Properties", - "children": [874, 875, 873, 872] + "children": [883, 884, 882, 881] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 407, + "line": 421, "character": 14 } ] @@ -48370,13 +49060,13 @@ "groups": [ { "title": "Properties", - "children": [870] + "children": [879] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 406, + "line": 420, "character": 79 } ] @@ -48390,7 +49080,7 @@ } }, { - "id": 921, + "id": 930, "name": "SolanaWallet", "variant": "declaration", "kind": 2097152, @@ -48398,21 +49088,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 492, + "line": 506, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 922, + "id": 931, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 927, + "id": 936, "name": "publicKey", "variant": "declaration", "kind": 1024, @@ -48422,7 +49112,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 494, + "line": 508, "character": 4 } ], @@ -48432,14 +49122,14 @@ { "type": "reflection", "declaration": { - "id": 928, + "id": 937, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 929, + "id": 938, "name": "toBase58", "variant": "declaration", "kind": 1024, @@ -48447,14 +49137,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 495, + "line": 509, "character": 8 } ], "type": { "type": "reflection", "declaration": { - "id": 930, + "id": 939, "name": "__type", "variant": "declaration", "kind": 65536, @@ -48462,13 +49152,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 495, + "line": 509, "character": 18 } ], "signatures": [ { - "id": 931, + "id": 940, "name": "__type", "variant": "signature", "kind": 4096, @@ -48486,13 +49176,13 @@ "groups": [ { "title": "Properties", - "children": [929] + "children": [938] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 494, + "line": 508, "character": 16 } ] @@ -48506,7 +49196,7 @@ } }, { - "id": 923, + "id": 932, "name": "signIn", "variant": "declaration", "kind": 1024, @@ -48516,14 +49206,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 493, + "line": 507, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 924, + "id": 933, "name": "__type", "variant": "declaration", "kind": 65536, @@ -48531,20 +49221,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 493, + "line": 507, "character": 13 } ], "signatures": [ { - "id": 925, + "id": 934, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 926, + "id": 935, "name": "inputs", "variant": "param", "kind": 32768, @@ -48608,7 +49298,7 @@ } }, { - "id": 932, + "id": 941, "name": "signMessage", "variant": "declaration", "kind": 1024, @@ -48618,14 +49308,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 497, + "line": 511, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 933, + "id": 942, "name": "__type", "variant": "declaration", "kind": 65536, @@ -48633,20 +49323,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 497, + "line": 511, "character": 18 } ], "signatures": [ { - "id": 934, + "id": 943, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 935, + "id": 944, "name": "message", "variant": "param", "kind": 32768, @@ -48662,7 +49352,7 @@ } }, { - "id": 936, + "id": 945, "name": "encoding", "variant": "param", "kind": 32768, @@ -48722,13 +49412,13 @@ "groups": [ { "title": "Properties", - "children": [927, 923, 932] + "children": [936, 932, 941] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 492, + "line": 506, "character": 27 } ] @@ -48736,7 +49426,7 @@ } }, { - "id": 937, + "id": 946, "name": "SolanaWeb3Credentials", "variant": "declaration", "kind": 2097152, @@ -48744,7 +49434,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 499, + "line": 513, "character": 12 } ], @@ -48754,14 +49444,14 @@ { "type": "reflection", "declaration": { - "id": 938, + "id": 947, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 939, + "id": 948, "name": "chain", "variant": "declaration", "kind": 1024, @@ -48769,7 +49459,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 500, + "line": 514, "character": 4 } ], @@ -48779,7 +49469,7 @@ } }, { - "id": 942, + "id": 951, "name": "options", "variant": "declaration", "kind": 1024, @@ -48789,21 +49479,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 505, + "line": 519, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 943, + "id": 952, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 945, + "id": 954, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -48821,7 +49511,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 509, + "line": 523, "character": 8 } ], @@ -48831,7 +49521,7 @@ } }, { - "id": 946, + "id": 955, "name": "signInWithSolana", "variant": "declaration", "kind": 1024, @@ -48841,7 +49531,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 510, + "line": 524, "character": 8 } ], @@ -48903,7 +49593,7 @@ } }, { - "id": 944, + "id": 953, "name": "url", "variant": "declaration", "kind": 1024, @@ -48921,7 +49611,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 507, + "line": 521, "character": 8 } ], @@ -48934,13 +49624,13 @@ "groups": [ { "title": "Properties", - "children": [945, 946, 944] + "children": [954, 955, 953] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 505, + "line": 519, "character": 14 } ] @@ -48948,7 +49638,7 @@ } }, { - "id": 941, + "id": 950, "name": "statement", "variant": "declaration", "kind": 1024, @@ -48966,7 +49656,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 504, + "line": 518, "character": 4 } ], @@ -48976,7 +49666,7 @@ } }, { - "id": 940, + "id": 949, "name": "wallet", "variant": "declaration", "kind": 1024, @@ -49002,13 +49692,13 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 502, + "line": 516, "character": 4 } ], "type": { "type": "reference", - "target": 921, + "target": 930, "name": "SolanaWallet", "package": "@supabase/auth-js" } @@ -49017,13 +49707,13 @@ "groups": [ { "title": "Properties", - "children": [939, 942, 941, 940] + "children": [948, 951, 950, 949] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 499, + "line": 513, "character": 36 } ] @@ -49032,14 +49722,14 @@ { "type": "reflection", "declaration": { - "id": 947, + "id": 956, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 948, + "id": 957, "name": "chain", "variant": "declaration", "kind": 1024, @@ -49047,7 +49737,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 513, + "line": 527, "character": 4 } ], @@ -49057,7 +49747,7 @@ } }, { - "id": 949, + "id": 958, "name": "message", "variant": "declaration", "kind": 1024, @@ -49097,7 +49787,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 515, + "line": 529, "character": 4 } ], @@ -49107,7 +49797,7 @@ } }, { - "id": 951, + "id": 960, "name": "options", "variant": "declaration", "kind": 1024, @@ -49117,21 +49807,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 518, + "line": 532, "character": 4 } ], "type": { "type": "reflection", "declaration": { - "id": 952, + "id": 961, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 953, + "id": 962, "name": "captchaToken", "variant": "declaration", "kind": 1024, @@ -49149,7 +49839,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 520, + "line": 534, "character": 8 } ], @@ -49162,13 +49852,13 @@ "groups": [ { "title": "Properties", - "children": [953] + "children": [962] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 518, + "line": 532, "character": 14 } ] @@ -49176,7 +49866,7 @@ } }, { - "id": 950, + "id": 959, "name": "signature", "variant": "declaration", "kind": 1024, @@ -49192,7 +49882,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 517, + "line": 531, "character": 4 } ], @@ -49210,13 +49900,13 @@ "groups": [ { "title": "Properties", - "children": [948, 949, 951, 950] + "children": [957, 958, 960, 959] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 512, + "line": 526, "character": 4 } ] @@ -49226,7 +49916,7 @@ } }, { - "id": 790, + "id": 798, "name": "SSOResponse", "variant": "declaration", "kind": 2097152, @@ -49234,25 +49924,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 143, + "line": 148, "character": 12 } ], "type": { "type": "reference", - "target": 737, + "target": 745, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 791, + "id": 799, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 792, + "id": 800, "name": "url", "variant": "declaration", "kind": 1024, @@ -49276,7 +49966,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 151, + "line": 156, "character": 4 } ], @@ -49289,13 +49979,13 @@ "groups": [ { "title": "Properties", - "children": [792] + "children": [800] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 143, + "line": 148, "character": 40 } ] @@ -49307,7 +49997,7 @@ } }, { - "id": 734, + "id": 742, "name": "StrictOmit", "variant": "declaration", "kind": 2097152, @@ -49323,20 +50013,20 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 78, + "line": 83, "character": 12 } ], "typeParameters": [ { - "id": 735, + "id": 743, "name": "T", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 736, + "id": 744, "name": "K", "variant": "typeParam", "kind": 131072, @@ -49346,7 +50036,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 735, + "target": 743, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -49363,14 +50053,14 @@ "typeArguments": [ { "type": "reference", - "target": 735, + "target": 743, "name": "T", "package": "@supabase/auth-js", "refersToTypeParameter": true }, { "type": "reference", - "target": 736, + "target": 744, "name": "K", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -49381,7 +50071,7 @@ } }, { - "id": 242, + "id": 243, "name": "SupabaseClientOptions", "variant": "declaration", "kind": 2097152, @@ -49389,14 +50079,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 30, + "line": 28, "character": 12, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L28" } ], "typeParameters": [ { - "id": 267, + "id": 269, "name": "SchemaName", "variant": "typeParam", "kind": 131072, @@ -49406,14 +50096,14 @@ "type": { "type": "reflection", "declaration": { - "id": 243, + "id": 244, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 264, + "id": 266, "name": "accessToken", "variant": "declaration", "kind": 1024, @@ -49439,15 +50129,15 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 108, + "line": 111, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L108" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L111" } ], "type": { "type": "reflection", "declaration": { - "id": 265, + "id": 267, "name": "__type", "variant": "declaration", "kind": 65536, @@ -49455,14 +50145,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 108, + "line": 111, "character": 16, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L108" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L111" } ], "signatures": [ { - "id": 266, + "id": 268, "name": "__type", "variant": "signature", "kind": 4096, @@ -49497,7 +50187,7 @@ } }, { - "id": 247, + "id": 248, "name": "auth", "variant": "declaration", "kind": 1024, @@ -49507,22 +50197,22 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 38, + "line": 36, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L36" } ], "type": { "type": "reflection", "declaration": { - "id": 248, + "id": 249, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 249, + "id": 250, "name": "autoRefreshToken", "variant": "declaration", "kind": 1024, @@ -49540,9 +50230,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 42, + "line": 40, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L42" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L40" } ], "type": { @@ -49551,7 +50241,7 @@ } }, { - "id": 256, + "id": 257, "name": "debug", "variant": "declaration", "kind": 1024, @@ -49569,9 +50259,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 74, + "line": 72, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L74" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L72" } ], "type": { @@ -49592,7 +50282,7 @@ } }, { - "id": 252, + "id": 253, "name": "detectSessionInUrl", "variant": "declaration", "kind": 1024, @@ -49610,9 +50300,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 54, + "line": 52, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L54" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L52" } ], "type": { @@ -49621,7 +50311,7 @@ } }, { - "id": 255, + "id": 256, "name": "flowType", "variant": "declaration", "kind": 1024, @@ -49639,9 +50329,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 70, + "line": 68, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L70" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L68" } ], "type": { @@ -49662,7 +50352,7 @@ } }, { - "id": 257, + "id": 258, "name": "lock", "variant": "declaration", "kind": 1024, @@ -49681,9 +50371,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 80, + "line": 78, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L80" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L78" } ], "type": { @@ -49704,7 +50394,7 @@ } }, { - "id": 251, + "id": 252, "name": "persistSession", "variant": "declaration", "kind": 1024, @@ -49722,9 +50412,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 50, + "line": 48, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L50" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L48" } ], "type": { @@ -49733,7 +50423,7 @@ } }, { - "id": 253, + "id": 254, "name": "storage", "variant": "declaration", "kind": 1024, @@ -49751,9 +50441,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 58, + "line": 56, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L58" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L56" } ], "type": { @@ -49774,7 +50464,7 @@ } }, { - "id": 250, + "id": 251, "name": "storageKey", "variant": "declaration", "kind": 1024, @@ -49792,9 +50482,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 46, + "line": 44, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L46" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L44" } ], "type": { @@ -49803,7 +50493,48 @@ } }, { - "id": 254, + "id": 259, + "name": "throwOnError", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "If there is an error with the query, throwOnError will reject the promise by\nthrowing the error instead of returning it as part of a successful response." + } + ] + }, + "sources": [ + { + "fileName": "packages/core/supabase-js/src/lib/types.ts", + "line": 83, + "character": 4, + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L83" + } + ], + "type": { + "type": "indexedAccess", + "indexType": { + "type": "literal", + "value": "throwOnError" + }, + "objectType": { + "type": "reference", + "target": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "SupabaseAuthClientOptions" + }, + "name": "SupabaseAuthClientOptions", + "package": "@supabase/supabase-js" + } + } + }, + { + "id": 255, "name": "userStorage", "variant": "declaration", "kind": 1024, @@ -49822,9 +50553,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 66, + "line": 64, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L66" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L64" } ], "type": { @@ -49848,22 +50579,22 @@ "groups": [ { "title": "Properties", - "children": [249, 256, 252, 255, 257, 251, 253, 250, 254] + "children": [250, 257, 253, 256, 258, 252, 254, 251, 259, 255] } ], "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 38, + "line": 36, "character": 9, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L38" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L36" } ] } } }, { - "id": 244, + "id": 245, "name": "db", "variant": "declaration", "kind": 1024, @@ -49889,22 +50620,22 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 34, + "line": 32, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L32" } ], "type": { "type": "reflection", "declaration": { - "id": 245, + "id": 246, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 246, + "id": 247, "name": "schema", "variant": "declaration", "kind": 1024, @@ -49914,14 +50645,14 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 35, + "line": 33, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L35" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L33" } ], "type": { "type": "reference", - "target": 267, + "target": 269, "name": "SchemaName", "package": "@supabase/supabase-js", "refersToTypeParameter": true @@ -49931,22 +50662,22 @@ "groups": [ { "title": "Properties", - "children": [246] + "children": [247] } ], "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 34, + "line": 32, "character": 7, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L34" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L32" } ] } } }, { - "id": 260, + "id": 262, "name": "global", "variant": "declaration", "kind": 1024, @@ -49956,22 +50687,22 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 87, + "line": 90, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L87" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L90" } ], "type": { "type": "reflection", "declaration": { - "id": 261, + "id": 263, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 262, + "id": 264, "name": "fetch", "variant": "declaration", "kind": 1024, @@ -49997,9 +50728,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 91, + "line": 94, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L91" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L94" } ], "type": { @@ -50013,7 +50744,7 @@ } }, { - "id": 263, + "id": 265, "name": "headers", "variant": "declaration", "kind": 1024, @@ -50031,9 +50762,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 95, + "line": 98, "character": 4, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L95" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L98" } ], "type": { @@ -50060,22 +50791,22 @@ "groups": [ { "title": "Properties", - "children": [262, 263] + "children": [264, 265] } ], "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 87, + "line": 90, "character": 11, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L87" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L90" } ] } } }, { - "id": 258, + "id": 260, "name": "realtime", "variant": "declaration", "kind": 1024, @@ -50093,20 +50824,20 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 85, + "line": 88, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L85" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L88" } ], "type": { "type": "reference", - "target": 2011, + "target": 2039, "name": "RealtimeClientOptions", "package": "@supabase/realtime-js" } }, { - "id": 259, + "id": 261, "name": "storage", "variant": "declaration", "kind": 1024, @@ -50116,9 +50847,9 @@ "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 86, + "line": 89, "character": 2, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L86" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L89" } ], "type": { @@ -50135,22 +50866,22 @@ "groups": [ { "title": "Properties", - "children": [264, 247, 244, 260, 258, 259] + "children": [266, 248, 245, 262, 260, 261] } ], "sources": [ { "fileName": "packages/core/supabase-js/src/lib/types.ts", - "line": 30, + "line": 28, "character": 48, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/lib/types.ts#L30" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/lib/types.ts#L28" } ] } } }, { - "id": 1244, + "id": 1255, "name": "SupportedStorage", "variant": "declaration", "kind": 2097152, @@ -50158,7 +50889,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1003, + "line": 1029, "character": 12 } ], @@ -50216,14 +50947,14 @@ { "type": "reflection", "declaration": { - "id": 1245, + "id": 1256, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1246, + "id": 1257, "name": "isServer", "variant": "declaration", "kind": 1024, @@ -50249,7 +50980,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1011, + "line": 1037, "character": 4 } ], @@ -50262,13 +50993,13 @@ "groups": [ { "title": "Properties", - "children": [1246] + "children": [1257] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1003, + "line": 1029, "character": 103 } ] @@ -50278,7 +51009,7 @@ } }, { - "id": 1327, + "id": 1354, "name": "UpdateOAuthClientParams", "variant": "declaration", "kind": 2097152, @@ -50294,21 +51025,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1206, + "line": 1249, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 1328, + "id": 1355, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1329, + "id": 1356, "name": "client_name", "variant": "declaration", "kind": 1024, @@ -50326,7 +51057,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1208, + "line": 1251, "character": 4 } ], @@ -50336,7 +51067,7 @@ } }, { - "id": 1330, + "id": 1357, "name": "client_uri", "variant": "declaration", "kind": 1024, @@ -50354,7 +51085,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1210, + "line": 1253, "character": 4 } ], @@ -50364,7 +51095,7 @@ } }, { - "id": 1333, + "id": 1360, "name": "grant_types", "variant": "declaration", "kind": 1024, @@ -50382,7 +51113,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1216, + "line": 1259, "character": 4 } ], @@ -50390,14 +51121,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 1299, + "target": 1326, "name": "OAuthClientGrantType", "package": "@supabase/auth-js" } } }, { - "id": 1331, + "id": 1358, "name": "logo_uri", "variant": "declaration", "kind": 1024, @@ -50415,7 +51146,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1212, + "line": 1255, "character": 4 } ], @@ -50425,7 +51156,7 @@ } }, { - "id": 1332, + "id": 1359, "name": "redirect_uris", "variant": "declaration", "kind": 1024, @@ -50443,7 +51174,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1214, + "line": 1257, "character": 4 } ], @@ -50459,13 +51190,13 @@ "groups": [ { "title": "Properties", - "children": [1329, 1330, 1333, 1331, 1332] + "children": [1356, 1357, 1360, 1358, 1359] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1206, + "line": 1249, "character": 38 } ] @@ -50473,7 +51204,7 @@ } }, { - "id": 793, + "id": 801, "name": "UserResponse", "variant": "declaration", "kind": 2097152, @@ -50481,25 +51212,25 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 153, + "line": 158, "character": 12 } ], "type": { "type": "reference", - "target": 746, + "target": 754, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 794, + "id": 802, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 795, + "id": 803, "name": "user", "variant": "declaration", "kind": 1024, @@ -50507,7 +51238,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 154, + "line": 159, "character": 4 } ], @@ -50522,13 +51253,13 @@ "groups": [ { "title": "Properties", - "children": [795] + "children": [803] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 153, + "line": 158, "character": 56 } ] @@ -50540,7 +51271,7 @@ } }, { - "id": 973, + "id": 982, "name": "VerifyOtpParams", "variant": "declaration", "kind": 2097152, @@ -50548,7 +51279,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 549, + "line": 563, "character": 12 } ], @@ -50557,19 +51288,19 @@ "types": [ { "type": "reference", - "target": 974, + "target": 983, "name": "VerifyMobileOtpParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 982, + "target": 991, "name": "VerifyEmailOtpParams", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 990, + "target": 999, "name": "VerifyTokenHashParams", "package": "@supabase/auth-js" } @@ -50577,7 +51308,7 @@ } }, { - "id": 728, + "id": 736, "name": "WeakPassword", "variant": "declaration", "kind": 2097152, @@ -50585,21 +51316,21 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 62, + "line": 67, "character": 12 } ], "type": { "type": "reflection", "declaration": { - "id": 729, + "id": 737, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 731, + "id": 739, "name": "message", "variant": "declaration", "kind": 1024, @@ -50607,7 +51338,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 64, + "line": 69, "character": 4 } ], @@ -50617,7 +51348,7 @@ } }, { - "id": 730, + "id": 738, "name": "reasons", "variant": "declaration", "kind": 1024, @@ -50625,7 +51356,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 63, + "line": 68, "character": 4 } ], @@ -50633,7 +51364,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 727, + "target": 735, "name": "WeakPasswordReasons", "package": "@supabase/auth-js" } @@ -50643,13 +51374,13 @@ "groups": [ { "title": "Properties", - "children": [731, 730] + "children": [739, 738] } ], "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 62, + "line": 67, "character": 27 } ] @@ -50657,7 +51388,7 @@ } }, { - "id": 727, + "id": 735, "name": "WeakPasswordReasons", "variant": "declaration", "kind": 2097152, @@ -50665,7 +51396,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 61, + "line": 66, "character": 12 } ], @@ -50691,7 +51422,7 @@ } }, { - "id": 972, + "id": 981, "name": "Web3Credentials", "variant": "declaration", "kind": 2097152, @@ -50699,7 +51430,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 548, + "line": 562, "character": 12 } ], @@ -50708,13 +51439,13 @@ "types": [ { "type": "reference", - "target": 937, + "target": 946, "name": "SolanaWeb3Credentials", "package": "@supabase/auth-js" }, { "type": "reference", - "target": 955, + "target": 964, "name": "EthereumWeb3Credentials", "package": "@supabase/auth-js" } @@ -50722,7 +51453,7 @@ } }, { - "id": 667, + "id": 674, "name": "AuthAdminApi", "variant": "declaration", "kind": 32, @@ -50740,7 +51471,7 @@ "type": "query", "queryType": { "type": "reference", - "target": 275, + "target": 277, "name": "GoTrueAdminApi", "package": "@supabase/auth-js", "qualifiedName": "default" @@ -50748,7 +51479,7 @@ } }, { - "id": 668, + "id": 675, "name": "AuthClient", "variant": "declaration", "kind": 32, @@ -50766,7 +51497,7 @@ "type": "query", "queryType": { "type": "reference", - "target": 361, + "target": 363, "name": "GoTrueClient", "package": "@supabase/auth-js", "qualifiedName": "default" @@ -50774,7 +51505,7 @@ } }, { - "id": 682, + "id": 689, "name": "lockInternals", "variant": "declaration", "kind": 32, @@ -50795,14 +51526,14 @@ "type": { "type": "reflection", "declaration": { - "id": 683, + "id": 690, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 684, + "id": 691, "name": "debug", "variant": "declaration", "kind": 1024, @@ -50827,7 +51558,7 @@ "groups": [ { "title": "Properties", - "children": [684] + "children": [691] } ], "sources": [ @@ -50841,7 +51572,7 @@ } }, { - "id": 2137, + "id": 2166, "name": "REALTIME_CHANNEL_STATES", "variant": "declaration", "kind": 32, @@ -50870,7 +51601,7 @@ } }, { - "id": 1297, + "id": 1324, "name": "SIGN_OUT_SCOPES", "variant": "declaration", "kind": 32, @@ -50880,7 +51611,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 1127, + "line": 1170, "character": 21 } ], @@ -50925,7 +51656,7 @@ "fileName": "packages/core/supabase-js/src/index.ts", "line": 27, "character": 13, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/index.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/index.ts#L27" } ], "signatures": [ @@ -50940,7 +51671,7 @@ "fileName": "packages/core/supabase-js/src/index.ts", "line": 27, "character": 28, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/index.ts#L27" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/index.ts#L27" } ], "typeParameters": [ @@ -50988,7 +51719,7 @@ "fileName": "packages/core/supabase-js/src/index.ts", "line": 31, "character": 8, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/index.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/index.ts#L31" } ], "type": { @@ -51008,7 +51739,7 @@ "fileName": "packages/core/supabase-js/src/index.ts", "line": 31, "character": 6, - "url": "https://github.com/supabase/supabase-js/blob/bbfbd92b0c91f04b1cac638ee5db763dc7c89026/packages/core/supabase-js/src/index.ts#L31" + "url": "https://github.com/supabase/supabase-js/blob/137105708a9ae09c88e800091eb35e6a811b105c/packages/core/supabase-js/src/index.ts#L31" } ] } @@ -51281,7 +52012,7 @@ }, "type": { "type": "reference", - "target": 242, + "target": 243, "typeArguments": [ { "type": "reference", @@ -51298,7 +52029,7 @@ ], "type": { "type": "reference", - "target": 112, + "target": 113, "typeArguments": [ { "type": "reference", @@ -51330,7 +52061,7 @@ ] }, { - "id": 1409, + "id": 1436, "name": "isAuthApiError", "variant": "declaration", "kind": 64, @@ -51344,7 +52075,7 @@ ], "signatures": [ { - "id": 1410, + "id": 1437, "name": "isAuthApiError", "variant": "signature", "kind": 4096, @@ -51358,7 +52089,7 @@ ], "parameters": [ { - "id": 1411, + "id": 1438, "name": "error", "variant": "param", "kind": 32768, @@ -51375,7 +52106,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1434, + "target": 1461, "name": "AuthApiError", "package": "@supabase/auth-js" } @@ -51384,7 +52115,7 @@ ] }, { - "id": 1406, + "id": 1433, "name": "isAuthError", "variant": "declaration", "kind": 64, @@ -51398,7 +52129,7 @@ ], "signatures": [ { - "id": 1407, + "id": 1434, "name": "isAuthError", "variant": "signature", "kind": 4096, @@ -51412,7 +52143,7 @@ ], "parameters": [ { - "id": 1408, + "id": 1435, "name": "error", "variant": "param", "kind": 32768, @@ -51429,7 +52160,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1424, + "target": 1451, "name": "AuthError", "package": "@supabase/auth-js" } @@ -51438,7 +52169,7 @@ ] }, { - "id": 1415, + "id": 1442, "name": "isAuthImplicitGrantRedirectError", "variant": "declaration", "kind": 64, @@ -51452,7 +52183,7 @@ ], "signatures": [ { - "id": 1416, + "id": 1443, "name": "isAuthImplicitGrantRedirectError", "variant": "signature", "kind": 4096, @@ -51466,7 +52197,7 @@ ], "parameters": [ { - "id": 1417, + "id": 1444, "name": "error", "variant": "param", "kind": 32768, @@ -51483,7 +52214,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1491, + "target": 1518, "name": "AuthImplicitGrantRedirectError", "package": "@supabase/auth-js" } @@ -51492,7 +52223,7 @@ ] }, { - "id": 1418, + "id": 1445, "name": "isAuthRetryableFetchError", "variant": "declaration", "kind": 64, @@ -51506,7 +52237,7 @@ ], "signatures": [ { - "id": 1419, + "id": 1446, "name": "isAuthRetryableFetchError", "variant": "signature", "kind": 4096, @@ -51520,7 +52251,7 @@ ], "parameters": [ { - "id": 1420, + "id": 1447, "name": "error", "variant": "param", "kind": 32768, @@ -51537,7 +52268,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1545, + "target": 1572, "name": "AuthRetryableFetchError", "package": "@supabase/auth-js" } @@ -51546,7 +52277,7 @@ ] }, { - "id": 1412, + "id": 1439, "name": "isAuthSessionMissingError", "variant": "declaration", "kind": 64, @@ -51560,7 +52291,7 @@ ], "signatures": [ { - "id": 1413, + "id": 1440, "name": "isAuthSessionMissingError", "variant": "signature", "kind": 4096, @@ -51574,7 +52305,7 @@ ], "parameters": [ { - "id": 1414, + "id": 1441, "name": "error", "variant": "param", "kind": 32768, @@ -51591,7 +52322,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1466, + "target": 1493, "name": "AuthSessionMissingError", "package": "@supabase/auth-js" } @@ -51600,7 +52331,7 @@ ] }, { - "id": 1421, + "id": 1448, "name": "isAuthWeakPasswordError", "variant": "declaration", "kind": 64, @@ -51614,7 +52345,7 @@ ], "signatures": [ { - "id": 1422, + "id": 1449, "name": "isAuthWeakPasswordError", "variant": "signature", "kind": 4096, @@ -51628,7 +52359,7 @@ ], "parameters": [ { - "id": 1423, + "id": 1450, "name": "error", "variant": "param", "kind": 32768, @@ -51645,7 +52376,7 @@ "asserts": false, "targetType": { "type": "reference", - "target": 1555, + "target": 1582, "name": "AuthWeakPasswordError", "package": "@supabase/auth-js" } @@ -51654,7 +52385,7 @@ ] }, { - "id": 669, + "id": 676, "name": "navigatorLock", "variant": "declaration", "kind": 64, @@ -51668,7 +52399,7 @@ ], "signatures": [ { - "id": 670, + "id": 677, "name": "navigatorLock", "variant": "signature", "kind": 4096, @@ -51683,7 +52414,7 @@ "kind": "inline-tag", "tag": "@link", "text": "GoTrueClient", - "target": 361 + "target": 363 }, { "kind": "text", @@ -51732,7 +52463,7 @@ ], "typeParameters": [ { - "id": 671, + "id": 678, "name": "R", "variant": "typeParam", "kind": 131072, @@ -51741,7 +52472,7 @@ ], "parameters": [ { - "id": 672, + "id": 679, "name": "name", "variant": "param", "kind": 32768, @@ -51760,7 +52491,7 @@ } }, { - "id": 673, + "id": 680, "name": "acquireTimeout", "variant": "param", "kind": 32768, @@ -51787,7 +52518,7 @@ } }, { - "id": 674, + "id": 681, "name": "fn", "variant": "param", "kind": 32768, @@ -51803,7 +52534,7 @@ "type": { "type": "reflection", "declaration": { - "id": 675, + "id": 682, "name": "__type", "variant": "declaration", "kind": 65536, @@ -51817,7 +52548,7 @@ ], "signatures": [ { - "id": 676, + "id": 683, "name": "__type", "variant": "signature", "kind": 4096, @@ -51838,7 +52569,7 @@ "typeArguments": [ { "type": "reference", - "target": 671, + "target": 678, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -51862,7 +52593,7 @@ "typeArguments": [ { "type": "reference", - "target": 671, + "target": 678, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -51875,7 +52606,7 @@ ] }, { - "id": 685, + "id": 692, "name": "processLock", "variant": "declaration", "kind": 64, @@ -51889,7 +52620,7 @@ ], "signatures": [ { - "id": 686, + "id": 693, "name": "processLock", "variant": "signature", "kind": 4096, @@ -51920,7 +52651,7 @@ ], "typeParameters": [ { - "id": 687, + "id": 694, "name": "R", "variant": "typeParam", "kind": 131072, @@ -51929,7 +52660,7 @@ ], "parameters": [ { - "id": 688, + "id": 695, "name": "name", "variant": "param", "kind": 32768, @@ -51948,7 +52679,7 @@ } }, { - "id": 689, + "id": 696, "name": "acquireTimeout", "variant": "param", "kind": 32768, @@ -51975,7 +52706,7 @@ } }, { - "id": 690, + "id": 697, "name": "fn", "variant": "param", "kind": 32768, @@ -51991,7 +52722,7 @@ "type": { "type": "reflection", "declaration": { - "id": 691, + "id": 698, "name": "__type", "variant": "declaration", "kind": 65536, @@ -52005,7 +52736,7 @@ ], "signatures": [ { - "id": 692, + "id": 699, "name": "__type", "variant": "signature", "kind": 4096, @@ -52026,7 +52757,7 @@ "typeArguments": [ { "type": "reference", - "target": 687, + "target": 694, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -52050,7 +52781,7 @@ "typeArguments": [ { "type": "reference", - "target": 687, + "target": 694, "name": "R", "package": "@supabase/auth-js", "refersToTypeParameter": true @@ -52063,7 +52794,7 @@ ] }, { - "id": 796, + "id": 804, "name": "Session", "variant": "reference", "kind": 4194304, @@ -52071,14 +52802,14 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 156, + "line": 161, "character": 17 } ], "target": 37 }, { - "id": 832, + "id": 841, "name": "User", "variant": "reference", "kind": 4194304, @@ -52086,7 +52817,7 @@ "sources": [ { "fileName": "packages/core/auth-js/dist/module/lib/types.d.ts", - "line": 259, + "line": 271, "character": 17 } ], @@ -52096,46 +52827,46 @@ "groups": [ { "title": "Enumerations", - "children": [96, 2118, 2123, 2128, 2132] + "children": [97, 2147, 2152, 2157, 2161] }, { "title": "Classes", "children": [ - 1434, 1424, 1491, 1482, 1567, 1474, 1518, 1545, 1466, 1444, 1555, 1454, 79, 69, 64, 74, 275, - 361, 677, 52, 1593, 1902, 1576, 112, 2138 + 1461, 1451, 1518, 1509, 1594, 1501, 1545, 1572, 1493, 1471, 1582, 1481, 79, 69, 64, 74, 277, + 363, 684, 52, 1620, 1929, 1603, 113, 2167 ] }, { "title": "Interfaces", "children": [ - 839, 799, 1390, 37, 11, 1044, 1237, 1347, 1107, 1290, 852, 825, 833, 802, 829, 982, 974, - 990, 2154, 2204 + 848, 807, 1417, 37, 11, 1055, 1248, 1374, 1118, 1317, 1297, 861, 833, 842, 810, 838, 991, + 983, 999, 2183, 2233 ] }, { "title": "Type Aliases", "children": [ - 797, 695, 694, 1101, 898, 1227, 1224, 1234, 1231, 1092, 1096, 1091, 1093, 1094, 1095, 1269, - 1087, 1268, 1270, 1102, 1097, 1088, 1086, 1079, 1386, 1387, 763, 754, 758, 768, 772, 1250, - 1319, 994, 954, 955, 815, 814, 86, 1038, 1028, 1047, 1052, 1048, 1059, 1033, 1022, 705, - 1247, 1271, 1286, 696, 1078, 1077, 1075, 1074, 1076, 1060, 1266, 1265, 1267, 1073, 1061, - 1072, 1065, 1064, 1066, 1070, 993, 1370, 1376, 1303, 1299, 1335, 1302, 1334, 1300, 1301, - 777, 1258, 1251, 50, 46, 48, 732, 693, 270, 274, 268, 1887, 1901, 2011, 2040, 2047, 2054, - 2078, 2059, 2069, 2088, 2098, 2108, 2117, 737, 746, 1276, 995, 862, 911, 899, 876, 881, - 1009, 1262, 1298, 868, 921, 937, 790, 734, 242, 1244, 1327, 793, 973, 728, 727, 972 + 805, 702, 701, 1112, 907, 1238, 1235, 1245, 1242, 1103, 1107, 1102, 1104, 1105, 1106, 1280, + 1098, 1279, 1281, 1113, 1108, 1099, 1097, 1090, 1413, 1414, 771, 762, 766, 776, 780, 1261, + 1346, 1003, 963, 964, 823, 822, 86, 1049, 1039, 1058, 1063, 1059, 1070, 1044, 1033, 712, + 1258, 1282, 703, 1089, 1088, 1086, 1085, 1087, 1071, 1277, 1276, 1278, 1084, 1072, 1083, + 1076, 1075, 1077, 1081, 1002, 1397, 1403, 1330, 1326, 1362, 1329, 1361, 1327, 1328, 785, + 1269, 1262, 50, 46, 48, 740, 700, 272, 276, 270, 1914, 1928, 2039, 2069, 2076, 2083, 2107, + 2088, 2098, 2117, 2127, 2137, 2146, 745, 754, 1287, 1004, 871, 920, 908, 885, 890, 1018, + 1273, 1325, 877, 930, 946, 798, 742, 243, 1255, 1354, 801, 982, 736, 735, 981 ] }, { "title": "Variables", - "children": [667, 668, 682, 2137, 1297] + "children": [674, 675, 689, 2166, 1324] }, { "title": "Functions", - "children": [1, 1409, 1406, 1415, 1418, 1412, 1421, 669, 685] + "children": [1, 1436, 1433, 1442, 1445, 1439, 1448, 676, 692] }, { "title": "References", - "children": [796, 832] + "children": [804, 841] } ], "packageName": "@supabase/supabase-js", @@ -52270,7 +53001,23 @@ }, { "kind": "text", - "text": "\n\n## Support Policy\n\nThis section outlines the scope of support for various runtime environments in Supabase JavaScript client.\n\n### Node.js\n\nWe only support Node.js versions that are in **Active LTS** or **Maintenance** status as defined by the [official Node.js release schedule](https://nodejs.org/en/about/previous-releases#release-schedule). This means we support versions that are currently receiving long-term support and critical bug fixes.\n\nWhen a Node.js version reaches end-of-life and is no longer in Active LTS or Maintenance status, Supabase will drop it in a **minor release**, and **this won't be considered a breaking change**.\n\n### Deno\n\nWe support Deno versions that are currently receiving active development and security updates. We follow the [official Deno release schedule](https://docs.deno.com/runtime/fundamentals/stability_and_releases/) and only support versions from the " + "text": "\n\n## Support Policy\n\nThis section outlines the scope of support for various runtime environments in Supabase JavaScript client.\n\n### Node.js\n\nWe only support Node.js versions that are in **Active LTS** or **Maintenance** status as defined by the [official Node.js release schedule](https://nodejs.org/en/about/previous-releases#release-schedule). This means we support versions that are currently receiving long-term support and critical bug fixes.\n\nWhen a Node.js version reaches end-of-life and is no longer in Active LTS or Maintenance status, Supabase will drop it in a **minor release**, and **this won't be considered a breaking change**.\n\n> ⚠️ **Node.js 18 Deprecation Notice**\n>\n> Node.js 18 reached end-of-life on April 30, 2025. As announced in [our deprecation notice](https://github.com/orgs/supabase/discussions/37217), support for Node.js 18 was dropped in version " + }, + { + "kind": "code", + "text": "`2.79.0`" + }, + { + "kind": "text", + "text": ".\n>\n> If you must use Node.js 18, please use version " + }, + { + "kind": "code", + "text": "`2.78.0`" + }, + { + "kind": "text", + "text": ", which is the last version that supported Node.js 18.\n\n### Deno\n\nWe support Deno versions that are currently receiving active development and security updates. We follow the [official Deno release schedule](https://docs.deno.com/runtime/fundamentals/stability_and_releases/) and only support versions from the " }, { "kind": "code", @@ -52286,41 +53033,57 @@ }, { "kind": "text", - "text": " release channels.\n\nWhen a Deno version reaches end-of-life and is no longer receiving security updates, Supabase will drop it in a **minor release**, and **this won't be considered a breaking change**.\n\n### Important Notes\n\n- **Experimental features**: Features marked as experimental may be removed or changed without notice\n\n## Development\n\nThis package is part of the [Supabase JavaScript monorepo](https://github.com/supabase/supabase-js). To work on this package:\n\n### Building\n\n" + "text": " release channels.\n\nWhen a Deno version reaches end-of-life and is no longer receiving security updates, Supabase will drop it in a **minor release**, and **this won't be considered a breaking change**.\n\n### Browsers\n\nAll modern browsers are supported. We support browsers that provide native " }, { "kind": "code", - "text": "```bash\n# From the monorepo root\nnpx nx build supabase-js\n\n# Or with watch mode for development\nnpx nx build supabase-js --watch\n```" + "text": "`fetch`" }, { "kind": "text", - "text": "\n\n### Testing\n\nThere's a complete guide on how to set up your environment for running locally the " + "text": " API. For Realtime features, browsers must also support native " }, { "kind": "code", - "text": "`supabase-js`" + "text": "`WebSocket`" }, { "kind": "text", - "text": " integration tests. Please refer to [TESTING.md](" + "text": " API.\n\n### Bun\n\nWe support Bun runtime environments. Bun provides native fetch support and is compatible with Node.js APIs. Since Bun does not follow a structured release schedule like Node.js or Deno, we support current stable versions of Bun and may drop support for older versions in minor releases without considering it a breaking change.\n\n### React Native\n\nWe support React Native environments with fetch polyfills provided by the framework. Since React Native does not follow a structured release schedule, we support current stable versions and may drop support for older versions in minor releases without considering it a breaking change.\n\n### Cloudflare Workers\n\nWe support Cloudflare Workers runtime environments. Cloudflare Workers provides native fetch support. Since Cloudflare Workers does not follow a structured release schedule, we support current stable versions and may drop support for older versions in minor releases without considering it a breaking change.\n\n### Important Notes\n\n- **Experimental features**: Features marked as experimental may be removed or changed without notice\n\n## Contributing\n\nWe welcome contributions! Please see our [Contributing Guide](" }, { "kind": "relative-link", - "text": "./TESTING.md", + "text": "../../../CONTRIBUTING.md", "target": 2 }, { "kind": "text", - "text": ").\n\n### Contributing\n\nWe welcome contributions! Please see our [Contributing Guide](" + "text": ") for details on how to get started.\n\nFor major changes or if you're unsure about something, please open an issue first to discuss your proposed changes.\n\n### Building\n\n" + }, + { + "kind": "code", + "text": "```bash\n# From the monorepo root\nnpx nx build supabase-js\n\n# Or with watch mode for development\nnpx nx build supabase-js --watch\n```" + }, + { + "kind": "text", + "text": "\n\n### Testing\n\nThere's a complete guide on how to set up your environment for running locally the " + }, + { + "kind": "code", + "text": "`supabase-js`" + }, + { + "kind": "text", + "text": " integration tests. Please refer to [TESTING.md](" }, { "kind": "relative-link", - "text": "../../../CONTRIBUTING.md", + "text": "./TESTING.md", "target": 3 }, { "kind": "text", - "text": ") for details on how to get started.\n\nFor major changes or if you're unsure about something, please open an issue first to discuss your proposed changes.\n\n## Badges\n\n[![Coverage Status](https://coveralls.io/repos/github/supabase/supabase-js/badge.svg?branch=master)](https://coveralls.io/github/supabase/supabase-js?branch=master)" + "text": ").\n\n## Badges\n\n[![Coverage Status](https://coveralls.io/repos/github/supabase/supabase-js/badge.svg?branch=master)](https://coveralls.io/github/supabase/supabase-js?branch=master)" } ], "symbolIdMap": { @@ -52706,239 +53469,239 @@ }, "96": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion" + "qualifiedName": "__type.timeout" }, "97": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.Any" + "qualifiedName": "FunctionRegion" }, "98": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.ApNortheast1" + "qualifiedName": "FunctionRegion.Any" }, "99": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.ApNortheast2" + "qualifiedName": "FunctionRegion.ApNortheast1" }, "100": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.ApSouth1" + "qualifiedName": "FunctionRegion.ApNortheast2" }, "101": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.ApSoutheast1" + "qualifiedName": "FunctionRegion.ApSouth1" }, "102": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.ApSoutheast2" + "qualifiedName": "FunctionRegion.ApSoutheast1" }, "103": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.CaCentral1" + "qualifiedName": "FunctionRegion.ApSoutheast2" }, "104": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.EuCentral1" + "qualifiedName": "FunctionRegion.CaCentral1" }, "105": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.EuWest1" + "qualifiedName": "FunctionRegion.EuCentral1" }, "106": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.EuWest2" + "qualifiedName": "FunctionRegion.EuWest1" }, "107": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.EuWest3" + "qualifiedName": "FunctionRegion.EuWest2" }, "108": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.SaEast1" + "qualifiedName": "FunctionRegion.EuWest3" }, "109": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.UsEast1" + "qualifiedName": "FunctionRegion.SaEast1" }, "110": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.UsWest1" + "qualifiedName": "FunctionRegion.UsEast1" }, "111": { "sourceFileName": "../functions-js/src/types.ts", - "qualifiedName": "FunctionRegion.UsWest2" + "qualifiedName": "FunctionRegion.UsWest1" }, "112": { + "sourceFileName": "../functions-js/src/types.ts", + "qualifiedName": "FunctionRegion.UsWest2" + }, + "113": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default" }, - "113": { + "114": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.__constructor" }, - "114": { + "115": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default" }, - "115": { + "116": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.Database" }, - "116": { + "117": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.SchemaNameOrClientOptions" }, - "117": { + "118": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type" }, - "118": { + "119": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type.PostgrestVersion" }, - "119": { + "120": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.SchemaName" }, - "120": { + "121": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.Schema" }, - "121": { + "122": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.ClientOptions" }, - "122": { + "123": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type" }, - "123": { + "124": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type.PostgrestVersion" }, - "124": { + "125": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type" }, - "125": { + "126": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type.__InternalSupabase" }, - "126": { + "127": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type" }, - "127": { + "128": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type.PostgrestVersion" }, - "128": { + "129": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type" }, - "129": { + "130": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type.PostgrestVersion" }, - "130": { + "131": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type" }, - "131": { + "132": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "__type.PostgrestVersion" }, - "132": { + "133": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "supabaseUrl" }, - "133": { + "134": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "supabaseKey" }, - "134": { + "135": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "options" }, - "135": { + "136": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.auth" }, - "136": { + "137": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.realtime" }, - "137": { + "138": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.storage" }, - "138": { + "139": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.realtimeUrl" }, - "139": { + "140": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.authUrl" }, - "140": { + "141": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.storageUrl" }, - "141": { + "142": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.functionsUrl" }, - "142": { + "143": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.rest" }, - "143": { + "144": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.storageKey" }, - "144": { + "145": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.fetch" }, - "145": { + "146": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "146": { + "147": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "147": { + "148": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "input" }, - "148": { + "149": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "init" }, - "149": { + "150": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "fetch" }, - "150": { + "151": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "input" }, - "151": { + "152": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "init" }, - "152": { - "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.changedAccessToken" - }, "153": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.accessToken" + "qualifiedName": "default.changedAccessToken" }, "154": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type" + "qualifiedName": "default.accessToken" }, "155": { "sourceFileName": "src/SupabaseClient.ts", @@ -52946,19 +53709,19 @@ }, "156": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.headers" + "qualifiedName": "__type" }, "157": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.supabaseUrl" + "qualifiedName": "default.headers" }, "158": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.supabaseKey" + "qualifiedName": "default.supabaseUrl" }, "159": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.functions" + "qualifiedName": "default.supabaseKey" }, "160": { "sourceFileName": "src/SupabaseClient.ts", @@ -52966,7 +53729,7 @@ }, "161": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.from" + "qualifiedName": "default.functions" }, "162": { "sourceFileName": "src/SupabaseClient.ts", @@ -52974,35 +53737,35 @@ }, "163": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "TableName" + "qualifiedName": "default.from" }, "164": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "Table" + "qualifiedName": "TableName" }, "165": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "relation" + "qualifiedName": "Table" }, "166": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.from" + "qualifiedName": "relation" }, "167": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "ViewName" + "qualifiedName": "default.from" }, "168": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "View" + "qualifiedName": "ViewName" }, "169": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "relation" + "qualifiedName": "View" }, "170": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.schema" + "qualifiedName": "relation" }, "171": { "sourceFileName": "src/SupabaseClient.ts", @@ -53010,15 +53773,15 @@ }, "172": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "DynamicSchema" + "qualifiedName": "default.schema" }, "173": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "schema" + "qualifiedName": "DynamicSchema" }, "174": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.rpc" + "qualifiedName": "schema" }, "175": { "sourceFileName": "src/SupabaseClient.ts", @@ -53026,47 +53789,47 @@ }, "176": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "FnName" + "qualifiedName": "default.rpc" }, "177": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "Args" + "qualifiedName": "FnName" }, "178": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "FilterBuilder" + "qualifiedName": "Args" }, "179": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "fn" + "qualifiedName": "FilterBuilder" }, "180": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "args" + "qualifiedName": "fn" }, "181": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "options" + "qualifiedName": "args" }, "182": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type" + "qualifiedName": "options" }, "183": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type.head" + "qualifiedName": "__type" }, "184": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type.get" + "qualifiedName": "__type.head" }, "185": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type.count" + "qualifiedName": "__type.get" }, "186": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.channel" + "qualifiedName": "__type.count" }, "187": { "sourceFileName": "src/SupabaseClient.ts", @@ -53074,15 +53837,15 @@ }, "188": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "name" + "qualifiedName": "default.channel" }, "189": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "opts" + "qualifiedName": "name" }, "190": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.getChannels" + "qualifiedName": "opts" }, "191": { "sourceFileName": "src/SupabaseClient.ts", @@ -53090,7 +53853,7 @@ }, "192": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.removeChannel" + "qualifiedName": "default.getChannels" }, "193": { "sourceFileName": "src/SupabaseClient.ts", @@ -53098,2335 +53861,2327 @@ }, "194": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "channel" + "qualifiedName": "default.removeChannel" }, "195": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.removeAllChannels" + "qualifiedName": "channel" }, "196": { "sourceFileName": "src/SupabaseClient.ts", "qualifiedName": "default.removeAllChannels" }, - "225": { + "197": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.Database" + "qualifiedName": "default.removeAllChannels" }, "226": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.SchemaNameOrClientOptions" + "qualifiedName": "default.Database" }, "227": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type" + "qualifiedName": "default.SchemaNameOrClientOptions" }, "228": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type.PostgrestVersion" + "qualifiedName": "__type" }, "229": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.SchemaName" + "qualifiedName": "__type.PostgrestVersion" }, "230": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.Schema" + "qualifiedName": "default.SchemaName" }, "231": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "default.ClientOptions" + "qualifiedName": "default.Schema" }, "232": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type" + "qualifiedName": "default.ClientOptions" }, "233": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type.PostgrestVersion" + "qualifiedName": "__type" }, "234": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.PostgrestVersion" }, "235": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type.__InternalSupabase" + "qualifiedName": "__type" }, "236": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.__InternalSupabase" }, "237": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type.PostgrestVersion" + "qualifiedName": "__type" }, "238": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.PostgrestVersion" }, "239": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type.PostgrestVersion" + "qualifiedName": "__type" }, "240": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.PostgrestVersion" }, "241": { "sourceFileName": "src/SupabaseClient.ts", - "qualifiedName": "__type.PostgrestVersion" + "qualifiedName": "__type" }, "242": { + "sourceFileName": "src/SupabaseClient.ts", + "qualifiedName": "__type.PostgrestVersion" + }, + "243": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "SupabaseClientOptions" }, - "243": { + "244": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "244": { + "245": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.db" }, - "245": { + "246": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "246": { + "247": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.schema" }, - "247": { + "248": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.auth" }, - "248": { + "249": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "249": { + "250": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.autoRefreshToken" }, - "250": { + "251": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.storageKey" }, - "251": { + "252": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.persistSession" }, - "252": { + "253": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.detectSessionInUrl" }, - "253": { + "254": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.storage" }, - "254": { + "255": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.userStorage" }, - "255": { + "256": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.flowType" }, - "256": { + "257": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.debug" }, - "257": { + "258": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.lock" }, - "258": { + "259": { + "sourceFileName": "src/lib/types.ts", + "qualifiedName": "__type.throwOnError" + }, + "260": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.realtime" }, - "259": { + "261": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.storage" }, - "260": { + "262": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.global" }, - "261": { + "263": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "262": { + "264": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.fetch" }, - "263": { + "265": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.headers" }, - "264": { + "266": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.accessToken" }, - "265": { + "267": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "266": { + "268": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "267": { + "269": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "SchemaName" }, - "268": { + "270": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "QueryResult" }, - "269": { + "271": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "T" }, - "270": { + "272": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "QueryData" }, - "271": { + "273": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type" }, - "272": { + "274": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "__type.data" }, - "273": { + "275": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "T" }, - "274": { + "276": { "sourceFileName": "src/lib/types.ts", "qualifiedName": "QueryError" }, - "275": { + "277": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default" }, - "276": { + "278": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.__constructor" }, - "277": { + "279": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default" }, - "278": { + "280": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__0" }, - "279": { + "281": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type" }, - "280": { + "282": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.url" }, - "281": { + "283": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.headers" }, - "282": { + "284": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type" }, - "283": { + "285": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.__index" }, - "285": { + "287": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.fetch" }, - "286": { + "288": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "287": { + "289": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "288": { + "290": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "input" }, - "289": { + "291": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "init" }, - "290": { + "292": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "fetch" }, - "291": { + "293": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "input" }, - "292": { + "294": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "init" }, - "293": { + "295": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.mfa" }, - "294": { + "296": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.oauth" }, - "295": { + "297": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.url" }, - "296": { + "298": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.headers" }, - "297": { + "299": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type" }, - "298": { + "300": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.__index" }, - "300": { + "302": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.fetch" }, - "301": { + "303": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "302": { + "304": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "303": { + "305": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "input" }, - "304": { + "306": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "init" }, - "305": { + "307": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "fetch" }, - "306": { + "308": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "input" }, - "307": { + "309": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "init" }, - "308": { + "310": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.signOut" }, - "309": { + "311": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.signOut" }, - "310": { + "312": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "jwt" }, - "311": { + "313": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "scope" }, - "312": { + "314": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type" }, - "313": { + "315": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.data" }, - "314": { + "316": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.error" }, - "315": { + "317": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.inviteUserByEmail" }, - "316": { + "318": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.inviteUserByEmail" }, - "317": { + "319": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "email" }, - "318": { + "320": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "options" }, - "319": { + "321": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type" }, - "320": { + "322": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.data" }, - "321": { + "323": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.redirectTo" }, - "322": { + "324": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.generateLink" }, - "323": { + "325": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.generateLink" }, - "324": { + "326": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "params" }, - "325": { + "327": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.createUser" }, - "326": { + "328": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.createUser" }, - "327": { + "329": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "attributes" }, - "328": { + "330": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.listUsers" }, - "329": { + "331": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.listUsers" }, - "330": { + "332": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "params" }, - "331": { + "333": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type" }, - "332": { + "334": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.data" }, - "333": { + "335": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type" }, - "334": { + "336": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.users" }, - "335": { + "337": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.aud" }, - "336": { + "338": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.error" }, - "337": { + "339": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type" }, - "338": { + "340": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.data" }, - "339": { + "341": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type" }, - "340": { + "342": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.users" }, - "341": { + "343": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "__type.error" }, - "342": { + "344": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.getUserById" }, - "343": { + "345": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.getUserById" }, - "344": { + "346": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "uid" }, - "345": { + "347": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.updateUserById" }, - "346": { + "348": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.updateUserById" }, - "347": { + "349": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "uid" }, - "348": { + "350": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "attributes" }, - "349": { + "351": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.deleteUser" }, - "350": { + "352": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "default.deleteUser" }, - "351": { + "353": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "id" }, - "352": { + "354": { "sourceFileName": "../auth-js/src/GoTrueAdminApi.ts", "qualifiedName": "shouldSoftDelete" }, - "361": { + "363": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default" }, - "363": { + "365": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.__constructor" }, - "364": { + "366": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default" }, - "365": { + "367": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "options" }, - "367": { + "369": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.admin" }, - "368": { + "370": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.mfa" }, - "369": { + "371": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.oauth" }, - "370": { + "372": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.storageKey" }, - "371": { + "373": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.flowType" }, - "372": { + "374": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.jwks" }, - "373": { + "375": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.jwks" }, - "374": { + "376": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "375": { + "377": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.keys" }, - "376": { + "378": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.jwks" }, - "377": { + "379": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "value" }, - "378": { + "380": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "379": { + "381": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.keys" }, - "380": { + "382": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.jwks_cached_at" }, - "381": { + "383": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.jwks_cached_at" }, - "382": { + "384": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.jwks_cached_at" }, - "383": { + "385": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "value" }, - "384": { + "386": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.autoRefreshToken" }, - "385": { + "387": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.persistSession" }, - "386": { + "388": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.storage" }, - "387": { + "389": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.userStorage" }, - "388": { + "390": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.memoryStorage" }, - "389": { + "391": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "390": { + "392": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.__index" }, - "392": { + "394": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.stateChangeEmitters" }, - "393": { + "395": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.autoRefreshTicker" }, - "394": { + "396": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.visibilityChangedCallback" }, - "395": { + "397": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "396": { + "398": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "397": { + "399": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.refreshingDeferred" }, - "398": { + "400": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.initializePromise" }, - "399": { + "401": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.detectSessionInUrl" }, - "400": { + "402": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.url" }, - "401": { + "403": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.headers" }, - "402": { + "404": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "403": { + "405": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.__index" }, - "405": { + "407": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.hasCustomAuthorizationHeader" }, - "406": { + "408": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.suppressGetSessionWarning" }, - "407": { + "409": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.fetch" }, - "408": { + "410": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "409": { + "411": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "410": { + "412": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "input" }, - "411": { + "413": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "init" }, - "412": { + "414": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "fetch" }, - "413": { + "415": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "input" }, - "414": { + "416": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "init" }, - "415": { + "417": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.lock" }, - "416": { + "418": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.lockAcquired" }, - "417": { + "419": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.pendingInLock" }, - "418": { + "420": { + "sourceFileName": "../auth-js/src/GoTrueClient.ts", + "qualifiedName": "default.throwOnError" + }, + "421": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.broadcastChannel" }, - "419": { + "422": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.logDebugMessages" }, - "420": { + "423": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.logger" }, - "421": { + "424": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "422": { + "425": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "423": { + "426": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "message" }, - "424": { + "427": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "args" }, - "426": { + "428": { + "sourceFileName": "../auth-js/src/GoTrueClient.ts", + "qualifiedName": "default.isThrowOnErrorEnabled" + }, + "429": { + "sourceFileName": "../auth-js/src/GoTrueClient.ts", + "qualifiedName": "default.isThrowOnErrorEnabled" + }, + "433": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.initialize" }, - "427": { + "434": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.initialize" }, - "429": { + "436": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInAnonymously" }, - "430": { + "437": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInAnonymously" }, - "431": { + "438": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "432": { + "439": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signUp" }, - "433": { + "440": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signUp" }, - "434": { + "441": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "435": { + "442": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithPassword" }, - "436": { + "443": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithPassword" }, - "437": { + "444": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "438": { + "445": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithOAuth" }, - "439": { + "446": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithOAuth" }, - "440": { + "447": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "441": { + "448": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.exchangeCodeForSession" }, - "442": { + "449": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.exchangeCodeForSession" }, - "443": { + "450": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "authCode" }, - "444": { + "451": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithWeb3" }, - "445": { + "452": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithWeb3" }, - "446": { + "453": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "447": { + "454": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "448": { + "455": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "449": { + "456": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "450": { + "457": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "451": { + "458": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.user" }, - "452": { + "459": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "453": { + "460": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "454": { + "461": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "455": { + "462": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "456": { + "463": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "457": { + "464": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.user" }, - "458": { + "465": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "462": { + "469": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithIdToken" }, - "463": { + "470": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithIdToken" }, - "464": { + "471": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "465": { + "472": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithOtp" }, - "466": { + "473": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithOtp" }, - "467": { + "474": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "468": { + "475": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.verifyOtp" }, - "469": { + "476": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.verifyOtp" }, - "470": { + "477": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "params" }, - "471": { + "478": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithSSO" }, - "472": { + "479": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signInWithSSO" }, - "473": { + "480": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "params" }, - "474": { + "481": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.reauthenticate" }, - "475": { + "482": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.reauthenticate" }, - "477": { + "484": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.resend" }, - "478": { + "485": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.resend" }, - "479": { + "486": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "480": { + "487": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.getSession" }, - "481": { + "488": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.getSession" }, - "482": { + "489": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "483": { + "490": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "484": { + "491": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "485": { + "492": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "486": { + "493": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "487": { + "494": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "488": { + "495": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "489": { + "496": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "490": { + "497": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "491": { + "498": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "492": { + "499": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "493": { + "500": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "494": { + "501": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "495": { + "502": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.session" }, - "496": { + "503": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "500": { + "507": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.getUser" }, - "501": { + "508": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.getUser" }, - "502": { + "509": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "jwt" }, - "504": { + "511": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.updateUser" }, - "505": { + "512": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.updateUser" }, - "506": { + "513": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "attributes" }, - "507": { + "514": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "options" }, - "508": { + "515": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "509": { + "516": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.emailRedirectTo" }, - "510": { + "517": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default._updateUser" }, - "511": { + "518": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default._updateUser" }, - "512": { + "519": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "attributes" }, - "513": { + "520": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "options" }, - "514": { + "521": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "515": { + "522": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.emailRedirectTo" }, - "516": { + "523": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.setSession" }, - "517": { + "524": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.setSession" }, - "518": { + "525": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "currentSession" }, - "519": { + "526": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "520": { + "527": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.access_token" }, - "521": { + "528": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.refresh_token" }, - "522": { + "529": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default._setSession" }, - "523": { + "530": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default._setSession" }, - "524": { + "531": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "currentSession" }, - "525": { + "532": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "526": { + "533": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.access_token" }, - "527": { + "534": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.refresh_token" }, - "528": { + "535": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.refreshSession" }, - "529": { + "536": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.refreshSession" }, - "530": { + "537": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "currentSession" }, - "531": { + "538": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "532": { + "539": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.refresh_token" }, - "533": { + "540": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default._refreshSession" }, - "534": { + "541": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default._refreshSession" }, - "535": { + "542": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "currentSession" }, - "536": { + "543": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "537": { + "544": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.refresh_token" }, - "541": { + "548": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signOut" }, - "542": { + "549": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.signOut" }, - "543": { + "550": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "options" }, - "544": { + "551": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "545": { + "552": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "546": { + "553": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default._signOut" }, - "547": { + "554": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default._signOut" }, - "548": { + "555": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__0" }, - "549": { + "556": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "550": { + "557": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "551": { + "558": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.onAuthStateChange" }, - "552": { + "559": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.onAuthStateChange" }, - "553": { + "560": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "callback" }, - "554": { + "561": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "555": { + "562": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "556": { + "563": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "event" }, - "557": { + "564": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "session" }, - "558": { + "565": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "559": { + "566": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "560": { + "567": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "561": { + "568": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.subscription" }, - "562": { + "569": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.onAuthStateChange" }, - "563": { + "570": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "callback" }, - "564": { + "571": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "565": { + "572": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "566": { + "573": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "event" }, - "567": { + "574": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "session" }, - "568": { + "575": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "569": { + "576": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "570": { + "577": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "571": { + "578": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.subscription" }, - "573": { + "580": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.resetPasswordForEmail" }, - "574": { + "581": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.resetPasswordForEmail" }, - "575": { + "582": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "email" }, - "576": { + "583": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "options" }, - "577": { + "584": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "578": { + "585": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.redirectTo" }, - "579": { + "586": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.captchaToken" }, - "580": { + "587": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "581": { + "588": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "582": { + "589": { "sourceFileName": "", "qualifiedName": "__type" }, - "583": { + "590": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "584": { + "591": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "585": { + "592": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "586": { + "593": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "587": { + "594": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.getUserIdentities" }, - "588": { + "595": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.getUserIdentities" }, - "589": { + "596": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "590": { + "597": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "591": { + "598": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "592": { + "599": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.identities" }, - "593": { + "600": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "594": { + "601": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "595": { + "602": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "596": { + "603": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "597": { + "604": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.linkIdentity" }, - "598": { + "605": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.linkIdentity" }, - "599": { + "606": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "600": { + "607": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.linkIdentity" }, - "601": { + "608": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "credentials" }, - "604": { + "611": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.unlinkIdentity" }, - "605": { + "612": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.unlinkIdentity" }, - "606": { + "613": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "identity" }, - "607": { + "614": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "608": { + "615": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "609": { + "616": { "sourceFileName": "", "qualifiedName": "__type" }, - "610": { + "617": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "611": { + "618": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "612": { + "619": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "613": { + "620": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "625": { + "632": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.startAutoRefresh" }, - "626": { + "633": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.startAutoRefresh" }, - "627": { + "634": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.stopAutoRefresh" }, - "628": { + "635": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.stopAutoRefresh" }, - "644": { + "651": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.getClaims" }, - "645": { + "652": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "default.getClaims" }, - "646": { + "653": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "jwt" }, - "647": { + "654": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "options" }, - "648": { + "655": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "649": { + "656": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.keys" }, - "650": { + "657": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.allowExpired" }, - "651": { + "658": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.jwks" }, - "652": { + "659": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "653": { + "660": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.keys" }, - "654": { + "661": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "655": { + "662": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "656": { + "663": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "657": { + "664": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.claims" }, - "658": { + "665": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.header" }, - "659": { + "666": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.signature" }, - "660": { + "667": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "661": { + "668": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "662": { + "669": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "663": { + "670": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "664": { + "671": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type" }, - "665": { + "672": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.data" }, - "666": { + "673": { "sourceFileName": "../auth-js/src/GoTrueClient.ts", "qualifiedName": "__type.error" }, - "667": { + "674": { "sourceFileName": "../auth-js/src/AuthAdminApi.ts", "qualifiedName": "AuthAdminApi" }, - "668": { + "675": { "sourceFileName": "../auth-js/src/AuthClient.ts", "qualifiedName": "AuthClient" }, - "669": { + "676": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "navigatorLock" }, - "670": { + "677": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "navigatorLock" }, - "671": { + "678": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "R" }, - "672": { + "679": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "name" }, - "673": { + "680": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "acquireTimeout" }, - "674": { + "681": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "fn" }, - "675": { + "682": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "__type" }, - "676": { + "683": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "__type" }, - "677": { + "684": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "NavigatorLockAcquireTimeoutError" }, - "678": { + "685": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "LockAcquireTimeoutError.__constructor" }, - "679": { + "686": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "NavigatorLockAcquireTimeoutError" }, - "680": { + "687": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "message" }, - "681": { + "688": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "LockAcquireTimeoutError.isAcquireTimeout" }, - "682": { + "689": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "internals" }, - "683": { + "690": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "__type" }, - "684": { + "691": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "__type.debug" }, - "685": { + "692": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "processLock" }, - "686": { + "693": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "processLock" }, - "687": { + "694": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "R" }, - "688": { + "695": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "name" }, - "689": { + "696": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "acquireTimeout" }, - "690": { + "697": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "fn" }, - "691": { + "698": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "__type" }, - "692": { + "699": { "sourceFileName": "../auth-js/src/lib/locks.ts", "qualifiedName": "__type" }, - "693": { + "700": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "Provider" }, - "694": { + "701": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthChangeEventMFA" }, - "695": { + "702": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthChangeEvent" }, - "696": { + "703": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "LockFunc" }, - "697": { + "704": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "698": { + "705": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "699": { + "706": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "name" }, - "700": { + "707": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "acquireTimeout" }, - "701": { + "708": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "fn" }, - "702": { + "709": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "703": { + "710": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "704": { + "711": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "R" }, - "705": { + "712": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueClientOptions" }, - "706": { + "713": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "707": { + "714": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.url" }, - "708": { + "715": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.headers" }, - "709": { + "716": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "710": { + "717": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.__index" }, - "712": { + "719": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.storageKey" }, - "713": { + "720": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.detectSessionInUrl" }, - "714": { + "721": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.autoRefreshToken" }, - "715": { + "722": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.persistSession" }, - "716": { + "723": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.storage" }, - "717": { + "724": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.userStorage" }, - "718": { + "725": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.fetch" }, - "719": { + "726": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.flowType" }, - "720": { + "727": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.debug" }, - "721": { + "728": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "722": { + "729": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "723": { + "730": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "message" }, - "724": { + "731": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "args" }, - "725": { + "732": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.lock" }, - "726": { + "733": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.hasCustomAuthorizationHeader" }, - "727": { + "734": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.throwOnError" + }, + "735": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "WeakPasswordReasons" }, - "728": { + "736": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "WeakPassword" }, - "729": { + "737": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "730": { + "738": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.reasons" }, - "731": { + "739": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.message" }, - "732": { + "740": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "Prettify" }, - "733": { + "741": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "T" }, - "734": { + "742": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "StrictOmit" }, - "735": { + "743": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "T" }, - "736": { + "744": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "K" }, - "737": { + "745": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "RequestResult" }, - "738": { + "746": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "739": { + "747": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.data" }, - "740": { + "748": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.error" }, - "741": { + "749": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "742": { + "750": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.data" }, - "743": { + "751": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.error" }, - "744": { + "752": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "T" }, - "745": { + "753": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "ErrorType" }, - "746": { + "754": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "RequestResultSafeDestructure" }, - "747": { + "755": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "748": { + "756": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.data" }, - "749": { + "757": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.error" }, - "750": { + "758": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "751": { + "759": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.data" }, - "752": { + "760": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.error" }, - "753": { + "761": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "T" }, - "754": { + "762": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthResponse" }, - "755": { + "763": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "756": { + "764": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.user" }, - "757": { + "765": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.session" }, - "758": { + "766": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthResponsePassword" }, - "759": { + "767": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "760": { + "768": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.user" }, - "761": { + "769": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.session" }, - "762": { + "770": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.weak_password" }, - "763": { + "771": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOtpResponse" }, - "764": { + "772": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "765": { + "773": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.user" }, - "766": { + "774": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.session" }, - "767": { + "775": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.messageId" }, - "768": { + "776": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthTokenResponse" }, - "769": { + "777": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "770": { + "778": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.user" }, - "771": { + "779": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.session" }, - "772": { + "780": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthTokenResponsePassword" }, - "773": { + "781": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "774": { + "782": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.user" }, - "775": { + "783": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.session" }, - "776": { + "784": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.weakPassword" }, - "777": { + "785": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthResponse" }, - "778": { + "786": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "779": { + "787": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.data" }, - "780": { + "788": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "781": { + "789": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.provider" }, - "782": { + "790": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.url" }, - "783": { + "791": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.error" }, - "784": { + "792": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "785": { + "793": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.data" }, - "786": { + "794": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "787": { + "795": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.provider" }, - "788": { + "796": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.url" }, - "789": { + "797": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.error" }, - "790": { + "798": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "SSOResponse" }, - "791": { + "799": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "792": { + "800": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.url" }, - "793": { + "801": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserResponse" }, - "794": { + "802": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "795": { + "803": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.user" }, - "796": { + "804": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "Session" }, - "797": { + "805": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AMRMethod" }, - "798": { + "806": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "799": { + "807": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AMREntry" }, - "800": { + "808": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AMREntry.method" }, - "801": { + "809": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AMREntry.timestamp" }, - "802": { + "810": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserIdentity" }, - "803": { + "811": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserIdentity.id" }, - "804": { + "812": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserIdentity.user_id" }, - "805": { + "813": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserIdentity.identity_data" }, - "806": { + "814": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "807": { + "815": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.__index" }, - "809": { + "817": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserIdentity.identity_id" }, - "810": { + "818": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserIdentity.provider" }, - "811": { + "819": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserIdentity.created_at" }, - "812": { + "820": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserIdentity.last_sign_in_at" }, - "813": { + "821": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UserIdentity.updated_at" }, - "814": { + "822": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "FactorType" }, - "815": { + "823": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "Factor" }, - "816": { + "824": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "817": { + "825": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.id" }, - "818": { + "826": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.friendly_name" }, - "819": { + "827": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.factor_type" }, - "820": { + "828": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.status" }, - "821": { + "829": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.created_at" }, - "822": { + "830": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.updated_at" }, - "823": { + "831": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "Type" }, - "824": { - "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "Status" - }, - "825": { - "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserAppMetadata" - }, - "826": { - "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserAppMetadata.provider" - }, - "827": { - "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserAppMetadata.__index" - }, - "829": { - "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserMetadata" - }, - "830": { - "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserMetadata.__index" - }, "832": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "User" + "qualifiedName": "Status" }, "833": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserAttributes" + "qualifiedName": "UserAppMetadata" }, "834": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserAttributes.email" + "qualifiedName": "UserAppMetadata.provider" }, "835": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserAttributes.phone" + "qualifiedName": "UserAppMetadata.providers" }, "836": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserAttributes.password" - }, - "837": { - "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserAttributes.nonce" + "qualifiedName": "UserAppMetadata.__index" }, "838": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "UserAttributes.data" + "qualifiedName": "UserMetadata" }, "839": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AdminUserAttributes" - }, - "840": { - "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.user_metadata" + "qualifiedName": "UserMetadata.__index" }, "841": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.app_metadata" + "qualifiedName": "User" }, "842": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.email_confirm" + "qualifiedName": "UserAttributes" }, "843": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.phone_confirm" + "qualifiedName": "UserAttributes.email" }, "844": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.ban_duration" + "qualifiedName": "UserAttributes.phone" }, "845": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.role" + "qualifiedName": "UserAttributes.password" }, "846": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.password_hash" + "qualifiedName": "UserAttributes.nonce" }, "847": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AdminUserAttributes.id" + "qualifiedName": "UserAttributes.data" }, "848": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "nonce" + "qualifiedName": "AdminUserAttributes" }, "849": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "email" + "qualifiedName": "AdminUserAttributes.user_metadata" }, "850": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "password" + "qualifiedName": "AdminUserAttributes.app_metadata" }, "851": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "phone" + "qualifiedName": "AdminUserAttributes.email_confirm" }, "852": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "Subscription" + "qualifiedName": "AdminUserAttributes.phone_confirm" }, "853": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "Subscription.id" + "qualifiedName": "AdminUserAttributes.ban_duration" }, "854": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "Subscription.callback" + "qualifiedName": "AdminUserAttributes.role" }, "855": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AdminUserAttributes.password_hash" }, "856": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AdminUserAttributes.id" }, "857": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "event" + "qualifiedName": "nonce" }, "858": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "session" + "qualifiedName": "email" }, "859": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "Subscription.unsubscribe" + "qualifiedName": "password" }, "860": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "phone" }, "861": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "Subscription" }, "862": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SignInAnonymouslyCredentials" + "qualifiedName": "Subscription.id" }, "863": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "Subscription.callback" }, "864": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "865": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55434,15 +56189,15 @@ }, "866": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.data" + "qualifiedName": "event" }, "867": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "session" }, "868": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SignUpWithPasswordCredentials" + "qualifiedName": "Subscription.unsubscribe" }, "869": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55450,79 +56205,79 @@ }, "870": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "871": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "SignInAnonymouslyCredentials" }, "872": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.emailRedirectTo" + "qualifiedName": "__type" }, "873": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.data" + "qualifiedName": "__type.options" }, "874": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type" }, "875": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.channel" + "qualifiedName": "__type.data" }, "876": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SignInWithPasswordCredentials" + "qualifiedName": "__type.captchaToken" }, "877": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "SignUpWithPasswordCredentials" }, "878": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "879": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.options" }, "880": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type" }, "881": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SignInWithPasswordlessCredentials" + "qualifiedName": "__type.emailRedirectTo" }, "882": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.data" }, "883": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "__type.captchaToken" }, "884": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.channel" }, "885": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "SignInWithPasswordCredentials" }, "886": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.emailRedirectTo" + "qualifiedName": "__type" }, "887": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.shouldCreateUser" + "qualifiedName": "__type.options" }, "888": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.data" + "qualifiedName": "__type" }, "889": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55530,87 +56285,91 @@ }, "890": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "SignInWithPasswordlessCredentials" }, "891": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.phone" + "qualifiedName": "__type" }, "892": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.email" }, "893": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.options" }, "894": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.shouldCreateUser" + "qualifiedName": "__type" }, "895": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.data" + "qualifiedName": "__type.emailRedirectTo" }, "896": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.shouldCreateUser" }, "897": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.channel" + "qualifiedName": "__type.data" }, "898": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthFlowType" + "qualifiedName": "__type.captchaToken" }, "899": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SignInWithOAuthCredentials" + "qualifiedName": "__type" }, "900": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.phone" }, "901": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.provider" + "qualifiedName": "__type.options" }, "902": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "903": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.shouldCreateUser" }, "904": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.redirectTo" + "qualifiedName": "__type.data" }, "905": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.scopes" + "qualifiedName": "__type.captchaToken" }, "906": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.queryParams" + "qualifiedName": "__type.channel" }, "907": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AuthFlowType" }, "908": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.__index" + "qualifiedName": "SignInWithOAuthCredentials" + }, + "909": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type" }, "910": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.skipBrowserRedirect" + "qualifiedName": "__type.provider" }, "911": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SignInWithIdTokenCredentials" + "qualifiedName": "__type.options" }, "912": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55618,63 +56377,59 @@ }, "913": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.provider" + "qualifiedName": "__type.redirectTo" }, "914": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.scopes" }, "915": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.token" + "qualifiedName": "__type.queryParams" }, "916": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.access_token" + "qualifiedName": "__type" }, "917": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.nonce" - }, - "918": { - "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.__index" }, "919": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.skipBrowserRedirect" }, "920": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "SignInWithIdTokenCredentials" }, "921": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SolanaWallet" + "qualifiedName": "__type" }, "922": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.provider" }, "923": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.signIn" + "qualifiedName": "__type" }, "924": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.token" }, "925": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.access_token" }, "926": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "inputs" + "qualifiedName": "__type.nonce" }, "927": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.publicKey" + "qualifiedName": "__type.options" }, "928": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55682,11 +56437,11 @@ }, "929": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.toBase58" + "qualifiedName": "__type.captchaToken" }, "930": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "SolanaWallet" }, "931": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55694,7 +56449,7 @@ }, "932": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.signMessage" + "qualifiedName": "__type.signIn" }, "933": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55706,35 +56461,35 @@ }, "935": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "message" + "qualifiedName": "inputs" }, "936": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "encoding" + "qualifiedName": "__type.publicKey" }, "937": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SolanaWeb3Credentials" + "qualifiedName": "__type" }, "938": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.toBase58" }, "939": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.chain" + "qualifiedName": "__type" }, "940": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.wallet" + "qualifiedName": "__type" }, "941": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.statement" + "qualifiedName": "__type.signMessage" }, "942": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "943": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55742,15 +56497,15 @@ }, "944": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.url" + "qualifiedName": "message" }, "945": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "encoding" }, "946": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.signInWithSolana" + "qualifiedName": "SolanaWeb3Credentials" }, "947": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55762,11 +56517,11 @@ }, "949": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.message" + "qualifiedName": "__type.wallet" }, "950": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.signature" + "qualifiedName": "__type.statement" }, "951": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55778,15 +56533,15 @@ }, "953": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.url" }, "954": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "EthereumWallet" + "qualifiedName": "__type.captchaToken" }, "955": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "EthereumWeb3Credentials" + "qualifiedName": "__type.signInWithSolana" }, "956": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55798,11 +56553,11 @@ }, "958": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.wallet" + "qualifiedName": "__type.message" }, "959": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.statement" + "qualifiedName": "__type.signature" }, "960": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55814,15 +56569,15 @@ }, "962": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.url" + "qualifiedName": "__type.captchaToken" }, "963": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "EthereumWallet" }, "964": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.signInWithEthereum" + "qualifiedName": "EthereumWeb3Credentials" }, "965": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55834,11 +56589,11 @@ }, "967": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.message" + "qualifiedName": "__type.wallet" }, "968": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.signature" + "qualifiedName": "__type.statement" }, "969": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55850,35 +56605,35 @@ }, "971": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.url" }, "972": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "Web3Credentials" + "qualifiedName": "__type.captchaToken" }, "973": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyOtpParams" + "qualifiedName": "__type.signInWithEthereum" }, "974": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams" + "qualifiedName": "__type" }, "975": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams.phone" + "qualifiedName": "__type.chain" }, "976": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams.token" + "qualifiedName": "__type.message" }, "977": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams.type" + "qualifiedName": "__type.signature" }, "978": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyMobileOtpParams.options" + "qualifiedName": "__type.options" }, "979": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55886,67 +56641,67 @@ }, "980": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.redirectTo" + "qualifiedName": "__type.captchaToken" }, "981": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "Web3Credentials" }, "982": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams" + "qualifiedName": "VerifyOtpParams" }, "983": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams.email" + "qualifiedName": "VerifyMobileOtpParams" }, "984": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams.token" + "qualifiedName": "VerifyMobileOtpParams.phone" }, "985": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams.type" + "qualifiedName": "VerifyMobileOtpParams.token" }, "986": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyEmailOtpParams.options" + "qualifiedName": "VerifyMobileOtpParams.type" }, "987": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "VerifyMobileOtpParams.options" }, "988": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.redirectTo" + "qualifiedName": "__type" }, "989": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.redirectTo" }, "990": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyTokenHashParams" + "qualifiedName": "__type.captchaToken" }, "991": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyTokenHashParams.token_hash" + "qualifiedName": "VerifyEmailOtpParams" }, "992": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "VerifyTokenHashParams.type" + "qualifiedName": "VerifyEmailOtpParams.email" }, "993": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MobileOtpType" + "qualifiedName": "VerifyEmailOtpParams.token" }, "994": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "EmailOtpType" + "qualifiedName": "VerifyEmailOtpParams.type" }, "995": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "ResendParams" + "qualifiedName": "VerifyEmailOtpParams.options" }, "996": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -55954,79 +56709,79 @@ }, "997": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type.redirectTo" }, "998": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "__type.captchaToken" }, "999": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "VerifyTokenHashParams" }, "1000": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "VerifyTokenHashParams.token_hash" }, "1001": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.emailRedirectTo" + "qualifiedName": "VerifyTokenHashParams.type" }, "1002": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "MobileOtpType" }, "1003": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "EmailOtpType" }, "1004": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "ResendParams" }, "1005": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.phone" + "qualifiedName": "__type" }, "1006": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.type" }, "1007": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.email" }, "1008": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.options" }, "1009": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SignInWithSSO" + "qualifiedName": "__type" }, "1010": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.emailRedirectTo" }, "1011": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.providerId" + "qualifiedName": "__type.captchaToken" }, "1012": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "1013": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.type" }, "1014": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.redirectTo" + "qualifiedName": "__type.phone" }, "1015": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.options" }, "1016": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -56034,11 +56789,11 @@ }, "1017": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.domain" + "qualifiedName": "__type.captchaToken" }, "1018": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "SignInWithSSO" }, "1019": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -56046,39 +56801,39 @@ }, "1020": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.redirectTo" + "qualifiedName": "__type.providerId" }, "1021": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.captchaToken" + "qualifiedName": "__type.options" }, "1022": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateSignupLinkParams" + "qualifiedName": "__type" }, "1023": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.redirectTo" }, "1024": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type.captchaToken" }, "1025": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "__type.skipBrowserRedirect" }, "1026": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.password" + "qualifiedName": "__type" }, "1027": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.domain" }, "1028": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateInviteOrMagiclinkParams" + "qualifiedName": "__type.options" }, "1029": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -56086,19 +56841,19 @@ }, "1030": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type.redirectTo" }, "1031": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "__type.captchaToken" }, "1032": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.skipBrowserRedirect" }, "1033": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateRecoveryLinkParams" + "qualifiedName": "GenerateSignupLinkParams" }, "1034": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -56114,27 +56869,27 @@ }, "1037": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.password" }, "1038": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateEmailChangeLinkParams" + "qualifiedName": "__type.options" }, "1039": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GenerateInviteOrMagiclinkParams" }, "1040": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type" }, "1041": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.email" + "qualifiedName": "__type.type" }, "1042": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.newEmail" + "qualifiedName": "__type.email" }, "1043": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -56142,331 +56897,331 @@ }, "1044": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateLinkOptions" + "qualifiedName": "GenerateRecoveryLinkParams" }, "1045": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateLinkOptions.data" + "qualifiedName": "__type" }, "1046": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateLinkOptions.redirectTo" + "qualifiedName": "__type.type" }, "1047": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateLinkParams" + "qualifiedName": "__type.email" }, "1048": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateLinkResponse" + "qualifiedName": "__type.options" }, "1049": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GenerateEmailChangeLinkParams" }, "1050": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.properties" + "qualifiedName": "__type" }, "1051": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.user" + "qualifiedName": "__type.type" }, "1052": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateLinkProperties" + "qualifiedName": "__type.email" }, "1053": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.newEmail" }, "1054": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.action_link" + "qualifiedName": "__type.options" }, "1055": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.email_otp" + "qualifiedName": "GenerateLinkOptions" }, "1056": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.hashed_token" + "qualifiedName": "GenerateLinkOptions.data" }, "1057": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.redirect_to" + "qualifiedName": "GenerateLinkOptions.redirectTo" }, "1058": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.verification_type" + "qualifiedName": "GenerateLinkParams" }, "1059": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GenerateLinkType" + "qualifiedName": "GenerateLinkResponse" }, "1060": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAEnrollParams" + "qualifiedName": "__type" }, "1061": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAUnenrollParams" + "qualifiedName": "__type.properties" }, "1062": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.user" }, "1063": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.factorId" + "qualifiedName": "GenerateLinkProperties" }, "1064": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAVerifyTOTPParams" + "qualifiedName": "__type" }, "1065": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAVerifyPhoneParams" + "qualifiedName": "__type.action_link" }, "1066": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAVerifyWebauthnParamFields" + "qualifiedName": "__type.email_otp" }, "1067": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.hashed_token" }, "1068": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.webauthn" + "qualifiedName": "__type.redirect_to" }, "1069": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "T" + "qualifiedName": "__type.verification_type" }, "1070": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAVerifyWebauthnParams" + "qualifiedName": "GenerateLinkType" }, "1071": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "T" + "qualifiedName": "MFAEnrollParams" }, "1072": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAVerifyParams" + "qualifiedName": "MFAUnenrollParams" }, "1073": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFATOTPChannel" + "qualifiedName": "__type" }, "1074": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAChallengeTOTPParams" + "qualifiedName": "__type.factorId" }, "1075": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAChallengePhoneParams" + "qualifiedName": "MFAVerifyTOTPParams" }, "1076": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAChallengeWebauthnParams" + "qualifiedName": "MFAVerifyPhoneParams" }, "1077": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAChallengeParams" + "qualifiedName": "MFAVerifyWebauthnParamFields" }, "1078": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAChallengeAndVerifyParams" + "qualifiedName": "__type" }, "1079": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAVerifyResponseData" + "qualifiedName": "__type.webauthn" }, "1080": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "T" }, "1081": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.access_token" + "qualifiedName": "MFAVerifyWebauthnParams" }, "1082": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.token_type" + "qualifiedName": "T" }, "1083": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.expires_in" + "qualifiedName": "MFAVerifyParams" }, "1084": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.refresh_token" + "qualifiedName": "MFATOTPChannel" }, "1085": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.user" + "qualifiedName": "MFAChallengeTOTPParams" }, "1086": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAVerifyResponse" + "qualifiedName": "MFAChallengePhoneParams" }, "1087": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAEnrollResponse" + "qualifiedName": "MFAChallengeWebauthnParams" }, "1088": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAUnenrollResponse" + "qualifiedName": "MFAChallengeParams" }, "1089": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "MFAChallengeAndVerifyParams" }, "1090": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.id" + "qualifiedName": "AuthMFAVerifyResponseData" }, "1091": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeTOTPResponse" + "qualifiedName": "__type" }, "1092": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAChallengePhoneResponse" + "qualifiedName": "__type.access_token" }, "1093": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeWebauthnResponse" + "qualifiedName": "__type.token_type" }, "1094": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeWebauthnResponseDataJSON" + "qualifiedName": "__type.expires_in" }, "1095": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeWebauthnServerResponse" + "qualifiedName": "__type.refresh_token" }, "1096": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAChallengeResponse" + "qualifiedName": "__type.user" }, "1097": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAListFactorsResponse" + "qualifiedName": "AuthMFAVerifyResponse" }, "1098": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AuthMFAEnrollResponse" }, "1099": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.all" + "qualifiedName": "AuthMFAUnenrollResponse" }, "1100": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "T" + "qualifiedName": "__type" }, "1101": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthenticatorAssuranceLevels" + "qualifiedName": "__type.id" }, "1102": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAGetAuthenticatorAssuranceLevelResponse" + "qualifiedName": "AuthMFAChallengeTOTPResponse" }, "1103": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AuthMFAChallengePhoneResponse" }, "1104": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.currentLevel" + "qualifiedName": "AuthMFAChallengeWebauthnResponse" }, "1105": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.nextLevel" + "qualifiedName": "AuthMFAChallengeWebauthnResponseDataJSON" }, "1106": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.currentAuthenticationMethods" + "qualifiedName": "AuthMFAChallengeWebauthnServerResponse" }, "1107": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi" + "qualifiedName": "AuthMFAChallengeResponse" }, "1108": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.enroll" + "qualifiedName": "AuthMFAListFactorsResponse" }, "1109": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.enroll" + "qualifiedName": "__type" }, "1110": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type.all" }, "1111": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "T" }, "1112": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorType" + "qualifiedName": "AuthenticatorAssuranceLevels" }, "1113": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "friendlyName" + "qualifiedName": "AuthMFAGetAuthenticatorAssuranceLevelResponse" }, "1114": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "issuer" + "qualifiedName": "__type" }, "1115": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.enroll" + "qualifiedName": "__type.currentLevel" }, "1116": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type.nextLevel" }, "1117": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.currentAuthenticationMethods" }, "1118": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorType" + "qualifiedName": "GoTrueMFAApi" }, "1119": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "friendlyName" + "qualifiedName": "GoTrueMFAApi.enroll" }, "1120": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "phone" + "qualifiedName": "GoTrueMFAApi.enroll" }, "1121": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.enroll" + "qualifiedName": "params" }, "1122": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type" }, "1123": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "factorType" }, "1124": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorType" + "qualifiedName": "friendlyName" }, "1125": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "friendlyName" + "qualifiedName": "issuer" }, "1126": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -56478,163 +57233,163 @@ }, "1128": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challenge" + "qualifiedName": "__type" }, "1129": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challenge" + "qualifiedName": "factorType" }, "1130": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "friendlyName" }, "1131": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "phone" }, "1132": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "GoTrueMFAApi.enroll" }, "1133": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "params" }, "1134": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "data" + "qualifiedName": "__type" }, "1135": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "error" + "qualifiedName": "factorType" }, "1136": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "friendlyName" }, "1137": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "data" + "qualifiedName": "GoTrueMFAApi.enroll" }, "1138": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "params" }, "1139": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "id" + "qualifiedName": "GoTrueMFAApi.challenge" }, "1140": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "type" + "qualifiedName": "GoTrueMFAApi.challenge" }, "1141": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "expires_at" + "qualifiedName": "params" }, "1142": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "error" + "qualifiedName": "__type" }, "1143": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challenge" + "qualifiedName": "factorId" }, "1144": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type" }, "1145": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "data" }, "1146": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "error" }, "1147": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "channel" + "qualifiedName": "__type" }, "1148": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "data" }, "1149": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "data" + "qualifiedName": "__type" }, "1150": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "error" + "qualifiedName": "id" }, "1151": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "type" }, "1152": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "data" + "qualifiedName": "expires_at" }, "1153": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "error" }, "1154": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "id" + "qualifiedName": "GoTrueMFAApi.challenge" }, "1155": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "type" + "qualifiedName": "params" }, "1156": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "expires_at" + "qualifiedName": "__type" }, "1157": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "error" + "qualifiedName": "factorId" }, "1158": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challenge" + "qualifiedName": "channel" }, "1159": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type" }, "1160": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "data" }, "1161": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "error" }, "1162": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "webauthn" + "qualifiedName": "__type" }, "1163": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "data" }, "1164": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.rpId" + "qualifiedName": "__type" }, "1165": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.rpOrigins" + "qualifiedName": "id" }, "1166": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "type" }, "1167": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "data" + "qualifiedName": "expires_at" }, "1168": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -56642,11 +57397,11 @@ }, "1169": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueMFAApi.challenge" }, "1170": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "data" + "qualifiedName": "params" }, "1171": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -56654,83 +57409,83 @@ }, "1172": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "id" + "qualifiedName": "factorId" }, "1173": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "type" + "qualifiedName": "webauthn" }, "1174": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "expires_at" + "qualifiedName": "__type" }, "1175": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "webauthn" + "qualifiedName": "__type.rpId" }, "1176": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.rpOrigins" }, "1177": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type" }, "1178": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.credential_options" + "qualifiedName": "data" }, "1179": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "error" }, "1180": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.publicKey" + "qualifiedName": "__type" }, "1181": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "data" }, "1182": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type" }, "1183": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.credential_options" + "qualifiedName": "id" }, "1184": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "type" }, "1185": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.publicKey" + "qualifiedName": "expires_at" }, "1186": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "error" + "qualifiedName": "webauthn" }, "1187": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challenge" + "qualifiedName": "__type" }, "1188": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type.type" }, "1189": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.verify" + "qualifiedName": "__type.credential_options" }, "1190": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.verify" + "qualifiedName": "__type" }, "1191": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type.publicKey" }, "1192": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -56738,263 +57493,267 @@ }, "1193": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "__type.type" }, "1194": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "challengeId" + "qualifiedName": "__type.credential_options" }, "1195": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "code" + "qualifiedName": "__type" }, "1196": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.verify" + "qualifiedName": "__type.publicKey" }, "1197": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "error" }, "1198": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueMFAApi.challenge" }, "1199": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "params" }, "1200": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "challengeId" + "qualifiedName": "GoTrueMFAApi.verify" }, "1201": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "code" + "qualifiedName": "GoTrueMFAApi.verify" }, "1202": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.verify" + "qualifiedName": "params" }, "1203": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type" }, "1204": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "factorId" }, "1205": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "challengeId" }, "1206": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "challengeId" + "qualifiedName": "code" }, "1207": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "webauthn" + "qualifiedName": "GoTrueMFAApi.verify" }, "1208": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.verify" + "qualifiedName": "params" }, "1209": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type" }, "1210": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.unenroll" + "qualifiedName": "factorId" }, "1211": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.unenroll" + "qualifiedName": "challengeId" }, "1212": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "code" }, "1213": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challengeAndVerify" + "qualifiedName": "GoTrueMFAApi.verify" }, "1214": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.challengeAndVerify" + "qualifiedName": "params" }, "1215": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type" }, "1216": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "factorId" }, "1217": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "factorId" + "qualifiedName": "challengeId" }, "1218": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "code" + "qualifiedName": "webauthn" }, "1219": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.listFactors" + "qualifiedName": "GoTrueMFAApi.verify" }, "1220": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.listFactors" + "qualifiedName": "params" }, "1221": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.getAuthenticatorAssuranceLevel" + "qualifiedName": "GoTrueMFAApi.unenroll" }, "1222": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.getAuthenticatorAssuranceLevel" + "qualifiedName": "GoTrueMFAApi.unenroll" }, "1223": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueMFAApi.webauthn" + "qualifiedName": "params" }, "1224": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAAdminDeleteFactorResponse" + "qualifiedName": "GoTrueMFAApi.challengeAndVerify" }, "1225": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueMFAApi.challengeAndVerify" }, "1226": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.id" + "qualifiedName": "params" }, "1227": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAAdminDeleteFactorParams" + "qualifiedName": "__type" }, "1228": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "factorId" }, "1229": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.id" + "qualifiedName": "code" }, "1230": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.userId" + "qualifiedName": "GoTrueMFAApi.listFactors" }, "1231": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAAdminListFactorsResponse" + "qualifiedName": "GoTrueMFAApi.listFactors" }, "1232": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueMFAApi.getAuthenticatorAssuranceLevel" }, "1233": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.factors" + "qualifiedName": "GoTrueMFAApi.getAuthenticatorAssuranceLevel" }, "1234": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "AuthMFAAdminListFactorsParams" + "qualifiedName": "GoTrueMFAApi.webauthn" }, "1235": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AuthMFAAdminDeleteFactorResponse" }, "1236": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.userId" + "qualifiedName": "__type" }, "1237": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueAdminMFAApi" + "qualifiedName": "__type.id" }, "1238": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueAdminMFAApi.listFactors" + "qualifiedName": "AuthMFAAdminDeleteFactorParams" }, "1239": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueAdminMFAApi.listFactors" + "qualifiedName": "__type" }, "1240": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type.id" }, "1241": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueAdminMFAApi.deleteFactor" + "qualifiedName": "__type.userId" }, "1242": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "GoTrueAdminMFAApi.deleteFactor" + "qualifiedName": "AuthMFAAdminListFactorsResponse" }, "1243": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "params" + "qualifiedName": "__type" }, "1244": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SupportedStorage" + "qualifiedName": "__type.factors" }, "1245": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "AuthMFAAdminListFactorsParams" }, "1246": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.isServer" + "qualifiedName": "__type" }, "1247": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "InitializeResult" + "qualifiedName": "__type.userId" }, "1248": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueAdminMFAApi" }, "1249": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.error" + "qualifiedName": "GoTrueAdminMFAApi.listFactors" }, "1250": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "CallRefreshTokenResult" + "qualifiedName": "GoTrueAdminMFAApi.listFactors" }, "1251": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "Pagination" + "qualifiedName": "params" }, "1252": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "GoTrueAdminMFAApi.deleteFactor" }, "1253": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.nextPage" + "qualifiedName": "GoTrueAdminMFAApi.deleteFactor" }, "1254": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.lastPage" + "qualifiedName": "params" }, "1255": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.total" + "qualifiedName": "SupportedStorage" }, "1256": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.__index" + "qualifiedName": "__type" + }, + "1257": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.isServer" }, "1258": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "PageParams" + "qualifiedName": "InitializeResult" }, "1259": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -57002,15 +57761,15 @@ }, "1260": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.page" + "qualifiedName": "__type.error" }, "1261": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.perPage" + "qualifiedName": "CallRefreshTokenResult" }, "1262": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "SignOut" + "qualifiedName": "Pagination" }, "1263": { "sourceFileName": "../auth-js/src/lib/types.ts", @@ -57018,3617 +57777,3729 @@ }, "1264": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.scope" + "qualifiedName": "__type.nextPage" }, "1265": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAEnrollTOTPParams" + "qualifiedName": "__type.lastPage" }, "1266": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "MFAEnrollPhoneParams" + "qualifiedName": "__type.total" }, "1267": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.__index" + }, + "1269": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "PageParams" + }, + "1270": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type" + }, + "1271": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.page" + }, + "1272": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.perPage" + }, + "1273": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "SignOut" + }, + "1274": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type" + }, + "1275": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.scope" + }, + "1276": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "MFAEnrollTOTPParams" + }, + "1277": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "MFAEnrollPhoneParams" + }, + "1278": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "MFAEnrollWebauthnParams" }, - "1268": { + "1279": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthMFAEnrollTOTPResponse" }, - "1269": { + "1280": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthMFAEnrollPhoneResponse" }, - "1270": { + "1281": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthMFAEnrollWebauthnResponse" }, - "1271": { + "1282": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "JwtHeader" }, - "1272": { + "1283": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1273": { + "1284": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.alg" }, - "1274": { + "1285": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.kid" }, - "1275": { + "1286": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.typ" }, - "1276": { + "1287": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "RequiredClaims" }, - "1277": { + "1288": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1278": { + "1289": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.iss" }, - "1279": { + "1290": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.sub" }, - "1280": { + "1291": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.aud" }, - "1281": { + "1292": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.exp" }, - "1282": { + "1293": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.iat" }, - "1283": { + "1294": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.role" }, - "1284": { + "1295": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.aal" }, - "1285": { + "1296": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.session_id" }, - "1286": { + "1297": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "JwtPayload" }, - "1287": { + "1298": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type" + "qualifiedName": "JwtPayload.email" }, - "1288": { + "1299": { "sourceFileName": "../auth-js/src/lib/types.ts", - "qualifiedName": "__type.__index" + "qualifiedName": "JwtPayload.phone" }, - "1290": { + "1300": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "JwtPayload.is_anonymous" + }, + "1301": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "JwtPayload.jti" + }, + "1302": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "JwtPayload.nbf" + }, + "1303": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "JwtPayload.app_metadata" + }, + "1304": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "JwtPayload.user_metadata" + }, + "1305": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "JwtPayload.amr" + }, + "1306": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "JwtPayload.ref" + }, + "1307": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.iss" + }, + "1308": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.sub" + }, + "1309": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.aud" + }, + "1310": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.exp" + }, + "1311": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.iat" + }, + "1312": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.role" + }, + "1313": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.aal" + }, + "1314": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "__type.session_id" + }, + "1315": { + "sourceFileName": "../auth-js/src/lib/types.ts", + "qualifiedName": "JwtPayload.__index" + }, + "1317": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "JWK" }, - "1291": { + "1318": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "JWK.kty" }, - "1292": { + "1319": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "JWK.key_ops" }, - "1293": { + "1320": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "JWK.alg" }, - "1294": { + "1321": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "JWK.kid" }, - "1295": { + "1322": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "JWK.__index" }, - "1297": { + "1324": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "SIGN_OUT_SCOPES" }, - "1298": { + "1325": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "SignOutScope" }, - "1299": { + "1326": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthClientGrantType" }, - "1300": { + "1327": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthClientResponseType" }, - "1301": { + "1328": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthClientType" }, - "1302": { + "1329": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthClientRegistrationType" }, - "1303": { + "1330": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthClient" }, - "1304": { + "1331": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1305": { + "1332": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_id" }, - "1306": { + "1333": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_name" }, - "1307": { + "1334": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_secret" }, - "1308": { + "1335": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_type" }, - "1309": { + "1336": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.token_endpoint_auth_method" }, - "1310": { + "1337": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.registration_type" }, - "1311": { + "1338": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_uri" }, - "1312": { + "1339": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.logo_uri" }, - "1313": { + "1340": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.redirect_uris" }, - "1314": { + "1341": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.grant_types" }, - "1315": { + "1342": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.response_types" }, - "1316": { + "1343": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.scope" }, - "1317": { + "1344": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.created_at" }, - "1318": { + "1345": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.updated_at" }, - "1319": { + "1346": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "CreateOAuthClientParams" }, - "1320": { + "1347": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1321": { + "1348": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_name" }, - "1322": { + "1349": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_uri" }, - "1323": { + "1350": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.redirect_uris" }, - "1324": { + "1351": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.grant_types" }, - "1325": { + "1352": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.response_types" }, - "1326": { + "1353": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.scope" }, - "1327": { + "1354": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "UpdateOAuthClientParams" }, - "1328": { + "1355": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1329": { + "1356": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_name" }, - "1330": { + "1357": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_uri" }, - "1331": { + "1358": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.logo_uri" }, - "1332": { + "1359": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.redirect_uris" }, - "1333": { + "1360": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.grant_types" }, - "1334": { + "1361": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthClientResponse" }, - "1335": { + "1362": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthClientListResponse" }, - "1336": { + "1363": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1337": { + "1364": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.data" }, - "1338": { + "1365": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1339": { + "1366": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.clients" }, - "1340": { + "1367": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.aud" }, - "1341": { + "1368": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.error" }, - "1342": { + "1369": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1343": { + "1370": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.data" }, - "1344": { + "1371": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1345": { + "1372": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.clients" }, - "1346": { + "1373": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.error" }, - "1347": { + "1374": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi" }, - "1348": { + "1375": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.listClients" }, - "1349": { + "1376": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.listClients" }, - "1350": { + "1377": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "params" }, - "1351": { + "1378": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.createClient" }, - "1352": { + "1379": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.createClient" }, - "1353": { + "1380": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "params" }, - "1354": { + "1381": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.getClient" }, - "1355": { + "1382": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.getClient" }, - "1356": { + "1383": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "clientId" }, - "1357": { + "1384": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.updateClient" }, - "1358": { + "1385": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.updateClient" }, - "1359": { + "1386": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "clientId" }, - "1360": { + "1387": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "params" }, - "1361": { + "1388": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.deleteClient" }, - "1362": { + "1389": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.deleteClient" }, - "1363": { + "1390": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "clientId" }, - "1364": { + "1391": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1365": { + "1392": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.data" }, - "1366": { + "1393": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.error" }, - "1367": { + "1394": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.regenerateClientSecret" }, - "1368": { + "1395": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "GoTrueAdminOAuthApi.regenerateClientSecret" }, - "1369": { + "1396": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "clientId" }, - "1370": { + "1397": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthAuthorizationClient" }, - "1371": { + "1398": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1372": { + "1399": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_id" }, - "1373": { + "1400": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_name" }, - "1374": { + "1401": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client_uri" }, - "1375": { + "1402": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.logo_uri" }, - "1376": { + "1403": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "OAuthAuthorizationDetails" }, - "1377": { + "1404": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1378": { + "1405": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.authorization_id" }, - "1379": { + "1406": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.redirect_uri" }, - "1380": { + "1407": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.client" }, - "1381": { + "1408": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.user" }, - "1382": { + "1409": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1383": { + "1410": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.id" }, - "1384": { + "1411": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.email" }, - "1385": { + "1412": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.scope" }, - "1386": { + "1413": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOAuthAuthorizationDetailsResponse" }, - "1387": { + "1414": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOAuthConsentResponse" }, - "1388": { + "1415": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1389": { + "1416": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.redirect_url" }, - "1390": { + "1417": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi" }, - "1391": { + "1418": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.getAuthorizationDetails" }, - "1392": { + "1419": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.getAuthorizationDetails" }, - "1393": { + "1420": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "authorizationId" }, - "1394": { + "1421": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.approveAuthorization" }, - "1395": { + "1422": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.approveAuthorization" }, - "1396": { + "1423": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "authorizationId" }, - "1397": { + "1424": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "options" }, - "1398": { + "1425": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1399": { + "1426": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.skipBrowserRedirect" }, - "1400": { + "1427": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.denyAuthorization" }, - "1401": { + "1428": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "AuthOAuthServerApi.denyAuthorization" }, - "1402": { + "1429": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "authorizationId" }, - "1403": { + "1430": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "options" }, - "1404": { + "1431": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type" }, - "1405": { + "1432": { "sourceFileName": "../auth-js/src/lib/types.ts", "qualifiedName": "__type.skipBrowserRedirect" }, - "1406": { + "1433": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthError" }, - "1407": { + "1434": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthError" }, - "1408": { + "1435": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "error" }, - "1409": { + "1436": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthApiError" }, - "1410": { + "1437": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthApiError" }, - "1411": { + "1438": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "error" }, - "1412": { + "1439": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthSessionMissingError" }, - "1413": { + "1440": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthSessionMissingError" }, - "1414": { + "1441": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "error" }, - "1415": { + "1442": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthImplicitGrantRedirectError" }, - "1416": { + "1443": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthImplicitGrantRedirectError" }, - "1417": { + "1444": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "error" }, - "1418": { + "1445": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthRetryableFetchError" }, - "1419": { + "1446": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthRetryableFetchError" }, - "1420": { + "1447": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "error" }, - "1421": { + "1448": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthWeakPasswordError" }, - "1422": { + "1449": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "isAuthWeakPasswordError" }, - "1423": { + "1450": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "error" }, - "1424": { + "1451": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError" }, - "1425": { + "1452": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__constructor" }, - "1426": { + "1453": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError" }, - "1427": { + "1454": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1428": { + "1455": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "status" }, - "1429": { + "1456": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "code" }, - "1430": { + "1457": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1431": { + "1458": { "sourceFileName": "", "qualifiedName": "__type" }, - "1432": { + "1459": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.status" }, - "1433": { + "1460": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1434": { + "1461": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthApiError" }, - "1435": { + "1462": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthApiError.__constructor" }, - "1436": { + "1463": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthApiError" }, - "1437": { + "1464": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1438": { + "1465": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "status" }, - "1439": { + "1466": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "code" }, - "1440": { + "1467": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthApiError.status" }, - "1441": { + "1468": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1442": { + "1469": { "sourceFileName": "", "qualifiedName": "__type" }, - "1443": { + "1470": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1444": { + "1471": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthUnknownError" }, - "1445": { + "1472": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthUnknownError.__constructor" }, - "1446": { + "1473": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthUnknownError" }, - "1447": { + "1474": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1448": { + "1475": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "originalError" }, - "1449": { + "1476": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthUnknownError.originalError" }, - "1450": { + "1477": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1451": { + "1478": { "sourceFileName": "", "qualifiedName": "__type" }, - "1452": { + "1479": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.status" }, - "1453": { + "1480": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1454": { + "1481": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError" }, - "1455": { + "1482": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.__constructor" }, - "1456": { + "1483": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError" }, - "1457": { + "1484": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1458": { + "1485": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "name" }, - "1459": { + "1486": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "status" }, - "1460": { + "1487": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "code" }, - "1461": { + "1488": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1462": { + "1489": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1463": { + "1490": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1464": { + "1491": { "sourceFileName": "", "qualifiedName": "__type" }, - "1465": { + "1492": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1466": { + "1493": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthSessionMissingError" }, - "1467": { + "1494": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthSessionMissingError.__constructor" }, - "1468": { + "1495": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthSessionMissingError" }, - "1469": { + "1496": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1470": { + "1497": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1471": { + "1498": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1472": { + "1499": { "sourceFileName": "", "qualifiedName": "__type" }, - "1473": { + "1500": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1474": { + "1501": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthInvalidTokenResponseError" }, - "1475": { + "1502": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthInvalidTokenResponseError.__constructor" }, - "1476": { + "1503": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthInvalidTokenResponseError" }, - "1477": { + "1504": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1478": { + "1505": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1479": { + "1506": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1480": { + "1507": { "sourceFileName": "", "qualifiedName": "__type" }, - "1481": { + "1508": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1482": { + "1509": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthInvalidCredentialsError" }, - "1483": { + "1510": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthInvalidCredentialsError.__constructor" }, - "1484": { + "1511": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthInvalidCredentialsError" }, - "1485": { + "1512": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1486": { + "1513": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1487": { + "1514": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1488": { + "1515": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1489": { + "1516": { "sourceFileName": "", "qualifiedName": "__type" }, - "1490": { + "1517": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1491": { + "1518": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError" }, - "1492": { + "1519": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError.__constructor" }, - "1493": { + "1520": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError" }, - "1494": { + "1521": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1495": { + "1522": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "details" }, - "1496": { + "1523": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type" }, - "1497": { + "1524": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1498": { + "1525": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1499": { + "1526": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError.details" }, - "1500": { + "1527": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type" }, - "1501": { + "1528": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1502": { + "1529": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1503": { + "1530": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError.toJSON" }, - "1504": { + "1531": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthImplicitGrantRedirectError.toJSON" }, - "1505": { + "1532": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type" }, - "1506": { + "1533": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.name" }, - "1507": { + "1534": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.message" }, - "1508": { + "1535": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.status" }, - "1509": { + "1536": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.details" }, - "1510": { + "1537": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type" }, - "1511": { + "1538": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1512": { + "1539": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1513": { + "1540": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1514": { + "1541": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1515": { + "1542": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1516": { + "1543": { "sourceFileName": "", "qualifiedName": "__type" }, - "1517": { + "1544": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1518": { + "1545": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError" }, - "1519": { + "1546": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError.__constructor" }, - "1520": { + "1547": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError" }, - "1521": { + "1548": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1522": { + "1549": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "details" }, - "1523": { + "1550": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type" }, - "1524": { + "1551": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1525": { + "1552": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1526": { + "1553": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError.details" }, - "1527": { + "1554": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type" }, - "1528": { + "1555": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1529": { + "1556": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1530": { + "1557": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError.toJSON" }, - "1531": { + "1558": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthPKCEGrantCodeExchangeError.toJSON" }, - "1532": { + "1559": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type" }, - "1533": { + "1560": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.name" }, - "1534": { + "1561": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.message" }, - "1535": { + "1562": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.status" }, - "1536": { + "1563": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.details" }, - "1537": { + "1564": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type" }, - "1538": { + "1565": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.error" }, - "1539": { + "1566": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "__type.code" }, - "1540": { + "1567": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1541": { + "1568": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1542": { + "1569": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1543": { + "1570": { "sourceFileName": "", "qualifiedName": "__type" }, - "1544": { + "1571": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1545": { + "1572": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthRetryableFetchError" }, - "1546": { + "1573": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthRetryableFetchError.__constructor" }, - "1547": { + "1574": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthRetryableFetchError" }, - "1548": { + "1575": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1549": { + "1576": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "status" }, - "1550": { + "1577": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1551": { + "1578": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1552": { + "1579": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1553": { + "1580": { "sourceFileName": "", "qualifiedName": "__type" }, - "1554": { + "1581": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1555": { + "1582": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthWeakPasswordError" }, - "1556": { + "1583": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthWeakPasswordError.__constructor" }, - "1557": { + "1584": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthWeakPasswordError" }, - "1558": { + "1585": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1559": { + "1586": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "status" }, - "1560": { + "1587": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "reasons" }, - "1561": { + "1588": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthWeakPasswordError.reasons" }, - "1562": { + "1589": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1563": { + "1590": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1564": { + "1591": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1565": { + "1592": { "sourceFileName": "", "qualifiedName": "__type" }, - "1566": { + "1593": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1567": { + "1594": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthInvalidJwtError" }, - "1568": { + "1595": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthInvalidJwtError.__constructor" }, - "1569": { + "1596": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthInvalidJwtError" }, - "1570": { + "1597": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "message" }, - "1571": { + "1598": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.name" }, - "1572": { + "1599": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "CustomAuthError.status" }, - "1573": { + "1600": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.code" }, - "1574": { + "1601": { "sourceFileName": "", "qualifiedName": "__type" }, - "1575": { + "1602": { "sourceFileName": "../auth-js/src/lib/errors.ts", "qualifiedName": "AuthError.__isAuthError" }, - "1576": { + "1603": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "default" }, - "1577": { + "1604": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "default.__constructor" }, - "1578": { + "1605": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "default" }, - "1579": { + "1606": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "channel" }, - "1580": { + "1607": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "opts" }, - "1581": { + "1608": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "default.channel" }, - "1582": { + "1609": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "default.state" }, - "1583": { + "1610": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "default.pendingDiffs" }, - "1584": { + "1611": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "default.joinRef" }, - "1585": { + "1612": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "default.enabled" }, - "1586": { + "1613": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "default.caller" }, - "1587": { + "1614": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "1588": { + "1615": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.onJoin" }, - "1589": { + "1616": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.onLeave" }, - "1590": { + "1617": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.onSync" }, - "1591": { + "1618": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "1592": { + "1619": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "1593": { + "1620": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default" }, - "1594": { + "1621": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.__constructor" }, - "1595": { + "1622": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default" }, - "1596": { + "1623": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "topic" }, - "1597": { + "1624": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "params" }, - "1598": { + "1625": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "socket" }, - "1599": { + "1626": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.topic" }, - "1600": { + "1627": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.params" }, - "1601": { + "1628": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.socket" }, - "1602": { + "1629": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.bindings" }, - "1603": { + "1630": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1604": { + "1631": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1606": { + "1633": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1607": { + "1634": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.type" }, - "1608": { + "1635": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.filter" }, - "1609": { + "1636": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1610": { + "1637": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1612": { + "1639": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.callback" }, - "1613": { + "1640": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.id" }, - "1614": { + "1641": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.timeout" }, - "1615": { + "1642": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.state" }, - "1616": { + "1643": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.joinedOnce" }, - "1617": { + "1644": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.joinPush" }, - "1618": { + "1645": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.rejoinTimer" }, - "1619": { + "1646": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.pushBuffer" }, - "1620": { + "1647": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.presence" }, - "1621": { + "1648": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.broadcastEndpointURL" }, - "1622": { + "1649": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.subTopic" }, - "1623": { + "1650": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.private" }, - "1624": { + "1651": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.subscribe" }, - "1625": { + "1652": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.subscribe" }, - "1626": { + "1653": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1627": { + "1654": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1628": { + "1655": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1629": { + "1656": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "status" }, - "1630": { + "1657": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "err" }, - "1631": { + "1658": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "timeout" }, - "1632": { + "1659": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.presenceState" }, - "1633": { + "1660": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.presenceState" }, - "1634": { + "1661": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1635": { + "1662": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1636": { + "1663": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1638": { + "1665": { "sourceFileName": "", "qualifiedName": "__type" }, - "1639": { + "1666": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.track" }, - "1640": { + "1667": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.track" }, - "1641": { + "1668": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1642": { + "1669": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1643": { + "1670": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1645": { + "1672": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "opts" }, - "1646": { + "1673": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1647": { + "1674": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1649": { + "1676": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.untrack" }, - "1650": { + "1677": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.untrack" }, - "1651": { + "1678": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "opts" }, - "1652": { + "1679": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1653": { + "1680": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1655": { + "1682": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1656": { + "1683": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1657": { + "1684": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1658": { + "1685": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1659": { + "1686": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1660": { + "1687": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1661": { + "1688": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1662": { + "1689": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1663": { + "1690": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1664": { + "1691": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1665": { + "1692": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1666": { + "1693": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1667": { + "1694": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1669": { + "1696": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1670": { + "1697": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1671": { + "1698": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1672": { + "1699": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1673": { + "1700": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1674": { + "1701": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1675": { + "1702": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1676": { + "1703": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1677": { + "1704": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1678": { + "1705": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1679": { + "1706": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1680": { + "1707": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1682": { + "1709": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1683": { + "1710": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1684": { + "1711": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1685": { + "1712": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1686": { + "1713": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1687": { + "1714": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1688": { + "1715": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1689": { + "1716": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1690": { + "1717": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1691": { + "1718": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1692": { + "1719": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1693": { + "1720": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1695": { + "1722": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1696": { + "1723": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1697": { + "1724": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1698": { + "1725": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1699": { + "1726": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1700": { + "1727": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1701": { + "1728": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1702": { + "1729": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1703": { + "1730": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1704": { + "1731": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1706": { + "1733": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1707": { + "1734": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1708": { + "1735": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1709": { + "1736": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1710": { + "1737": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1711": { + "1738": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1712": { + "1739": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1713": { + "1740": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1714": { + "1741": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1715": { + "1742": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1717": { + "1744": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1718": { + "1745": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1719": { + "1746": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1720": { + "1747": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1721": { + "1748": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1722": { + "1749": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1723": { + "1750": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1724": { + "1751": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1725": { + "1752": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1726": { + "1753": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1728": { + "1755": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1729": { + "1756": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1730": { + "1757": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1731": { + "1758": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1732": { + "1759": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1733": { + "1760": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1734": { + "1761": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1735": { + "1762": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1736": { + "1763": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1737": { + "1764": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1738": { + "1765": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1739": { + "1766": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1740": { + "1767": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1741": { + "1768": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1742": { + "1769": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1743": { + "1770": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1744": { + "1771": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.type" }, - "1745": { + "1772": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1746": { + "1773": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.meta" }, - "1747": { + "1774": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1748": { + "1775": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.replayed" }, - "1749": { + "1776": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.id" }, - "1750": { + "1777": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1752": { + "1779": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1753": { + "1780": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1754": { + "1781": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1755": { + "1782": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1757": { + "1784": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1758": { + "1785": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1759": { + "1786": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1760": { + "1787": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1761": { + "1788": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1762": { + "1789": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1763": { + "1790": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1764": { + "1791": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1765": { + "1792": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1766": { + "1793": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.type" }, - "1767": { + "1794": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1768": { + "1795": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.meta" }, - "1769": { + "1796": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1770": { + "1797": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.replayed" }, - "1771": { + "1798": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.id" }, - "1772": { + "1799": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.payload" }, - "1773": { + "1800": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1774": { + "1801": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1775": { + "1802": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1776": { + "1803": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1777": { + "1804": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1778": { + "1805": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1779": { + "1806": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1780": { + "1807": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1781": { + "1808": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1782": { + "1809": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1783": { + "1810": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1784": { + "1811": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.type" }, - "1785": { + "1812": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1786": { + "1813": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.payload" }, - "1787": { + "1814": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1788": { + "1815": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1789": { + "1816": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1790": { + "1817": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1792": { + "1819": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1793": { + "1820": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1794": { + "1821": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1795": { + "1822": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1796": { + "1823": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1797": { + "1824": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1798": { + "1825": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1799": { + "1826": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1800": { + "1827": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1801": { + "1828": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.type" }, - "1802": { + "1829": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1803": { + "1830": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.payload" }, - "1804": { + "1831": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1805": { + "1832": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1806": { + "1833": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1807": { + "1834": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1809": { + "1836": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1810": { + "1837": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1811": { + "1838": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1812": { + "1839": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1813": { + "1840": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1814": { + "1841": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1815": { + "1842": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1816": { + "1843": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1817": { + "1844": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1818": { + "1845": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.type" }, - "1819": { + "1846": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1820": { + "1847": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.payload" }, - "1821": { + "1848": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1822": { + "1849": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1823": { + "1850": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1824": { + "1851": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1826": { + "1853": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1827": { + "1854": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1828": { + "1855": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1829": { + "1856": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1830": { + "1857": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1831": { + "1858": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1832": { + "1859": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1833": { + "1860": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1834": { + "1861": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1835": { + "1862": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.type" }, - "1836": { + "1863": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1837": { + "1864": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.payload" }, - "1838": { + "1865": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.on" }, - "1839": { + "1866": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "1840": { + "1867": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1841": { + "1868": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1843": { + "1870": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "type" }, - "1844": { + "1871": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "filter" }, - "1845": { + "1872": { "sourceFileName": "", "qualifiedName": "__type" }, - "1846": { + "1873": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "callback" }, - "1847": { + "1874": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1848": { + "1875": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1849": { + "1876": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1850": { + "1877": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.httpSend" }, - "1851": { + "1878": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.httpSend" }, - "1852": { + "1879": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "event" }, - "1853": { + "1880": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1854": { + "1881": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "opts" }, - "1855": { + "1882": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1856": { + "1883": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.timeout" }, - "1857": { + "1884": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1858": { + "1885": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.success" }, - "1859": { + "1886": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1860": { + "1887": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.success" }, - "1861": { + "1888": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.status" }, - "1862": { + "1889": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.error" }, - "1863": { + "1890": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.send" }, - "1864": { + "1891": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.send" }, - "1865": { + "1892": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "args" }, - "1866": { + "1893": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1867": { + "1894": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.type" }, - "1868": { + "1895": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "1869": { + "1896": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.payload" }, - "1870": { + "1897": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1872": { + "1899": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "opts" }, - "1873": { + "1900": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1874": { + "1901": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1876": { + "1903": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.updateJoinPayload" }, - "1877": { + "1904": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.updateJoinPayload" }, - "1878": { + "1905": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "payload" }, - "1879": { + "1906": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1880": { + "1907": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "1882": { + "1909": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.unsubscribe" }, - "1883": { + "1910": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.unsubscribe" }, - "1884": { + "1911": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "timeout" }, - "1885": { + "1912": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.teardown" }, - "1886": { + "1913": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "default.teardown" }, - "1887": { + "1914": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "RealtimeChannelOptions" }, - "1888": { + "1915": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1889": { + "1916": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.config" }, - "1890": { + "1917": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1891": { + "1918": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.broadcast" }, - "1892": { + "1919": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1893": { + "1920": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.self" }, - "1894": { + "1921": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.ack" }, - "1895": { + "1922": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.replay" }, - "1896": { + "1923": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.presence" }, - "1897": { + "1924": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "1898": { + "1925": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.key" }, - "1899": { + "1926": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.enabled" }, - "1900": { + "1927": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.private" }, - "1901": { + "1928": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "RealtimeChannelSendResponse" }, - "1902": { + "1929": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default" }, - "1903": { + "1930": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.__constructor" }, - "1904": { + "1931": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default" }, - "1905": { + "1932": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "endPoint" }, - "1906": { + "1933": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "options" }, - "1907": { + "1934": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.accessTokenValue" }, - "1908": { + "1935": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.apiKey" }, - "1909": { + "1936": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.channels" }, - "1910": { + "1937": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.endPoint" }, - "1911": { + "1938": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.httpEndpoint" }, - "1912": { + "1939": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.headers" }, - "1913": { + "1940": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "1914": { + "1941": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.__index" }, - "1916": { + "1943": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.params" }, - "1917": { + "1944": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "1918": { + "1945": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.__index" }, - "1920": { + "1947": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.timeout" }, - "1921": { + "1948": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.transport" }, - "1922": { + "1949": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.heartbeatIntervalMs" }, - "1923": { + "1950": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.heartbeatTimer" }, - "1924": { + "1951": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.pendingHeartbeatRef" }, - "1925": { + "1952": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.heartbeatCallback" }, - "1926": { + "1953": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "1927": { + "1954": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "1928": { + "1955": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "status" }, - "1929": { + "1956": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.ref" }, - "1930": { + "1957": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.reconnectTimer" }, - "1931": { + "1958": { + "sourceFileName": "../realtime-js/src/RealtimeClient.ts", + "qualifiedName": "default.vsn" + }, + "1959": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.logger" }, - "1932": { + "1960": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.logLevel" }, - "1933": { + "1961": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.encode" }, - "1934": { + "1962": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.decode" }, - "1935": { + "1963": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.reconnectAfterMs" }, - "1936": { + "1964": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.conn" }, - "1937": { + "1965": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.sendBuffer" }, - "1938": { + "1966": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.serializer" }, - "1939": { + "1967": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.stateChangeCallbacks" }, - "1940": { + "1968": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "1941": { + "1969": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.open" }, - "1942": { + "1970": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.close" }, - "1943": { + "1971": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.error" }, - "1944": { + "1972": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.message" }, - "1945": { + "1973": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.fetch" }, - "1946": { + "1974": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "1947": { + "1975": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "fetch" }, - "1948": { + "1976": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "input" }, - "1949": { + "1977": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "init" }, - "1950": { + "1978": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "fetch" }, - "1951": { + "1979": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "input" }, - "1952": { + "1980": { "sourceFileName": "../../../node_modules/@types/node/globals.d.ts", "qualifiedName": "init" }, - "1953": { + "1981": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.accessToken" }, - "1954": { + "1982": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "1955": { + "1983": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "1956": { + "1984": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.worker" }, - "1957": { + "1985": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.workerUrl" }, - "1958": { + "1986": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.workerRef" }, - "1962": { + "1990": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.connect" }, - "1963": { + "1991": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.connect" }, - "1964": { + "1992": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.endpointURL" }, - "1965": { + "1993": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.endpointURL" }, - "1966": { + "1994": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.disconnect" }, - "1967": { + "1995": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.disconnect" }, - "1968": { + "1996": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "code" }, - "1969": { + "1997": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "reason" }, - "1970": { + "1998": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.getChannels" }, - "1971": { + "1999": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.getChannels" }, - "1972": { + "2000": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.removeChannel" }, - "1973": { + "2001": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.removeChannel" }, - "1974": { + "2002": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "channel" }, - "1975": { + "2003": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.removeAllChannels" }, - "1976": { + "2004": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.removeAllChannels" }, - "1977": { + "2005": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.log" }, - "1978": { + "2006": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.log" }, - "1979": { + "2007": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "kind" }, - "1980": { + "2008": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "msg" }, - "1981": { + "2009": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "data" }, - "1982": { + "2010": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.connectionState" }, - "1983": { + "2011": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.connectionState" }, - "1984": { + "2012": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.isConnected" }, - "1985": { + "2013": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.isConnected" }, - "1986": { + "2014": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.isConnecting" }, - "1987": { + "2015": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.isConnecting" }, - "1988": { + "2016": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.isDisconnecting" }, - "1989": { + "2017": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.isDisconnecting" }, - "1990": { + "2018": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.channel" }, - "1991": { + "2019": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.channel" }, - "1992": { + "2020": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "topic" }, - "1993": { + "2021": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "params" }, - "1994": { + "2022": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.push" }, - "1995": { + "2023": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.push" }, - "1996": { + "2024": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "data" }, - "1997": { + "2025": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.setAuth" }, - "1998": { + "2026": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.setAuth" }, - "1999": { + "2027": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "token" }, - "2000": { + "2028": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.sendHeartbeat" }, - "2001": { + "2029": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.sendHeartbeat" }, - "2002": { + "2030": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.onHeartbeat" }, - "2003": { + "2031": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.onHeartbeat" }, - "2004": { + "2032": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "callback" }, - "2005": { + "2033": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2006": { + "2034": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2007": { + "2035": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "status" }, - "2008": { + "2036": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.flushSendBuffer" }, - "2009": { + "2037": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "default.flushSendBuffer" }, - "2011": { + "2039": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "RealtimeClientOptions" }, - "2012": { + "2040": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2013": { + "2041": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.transport" }, - "2014": { + "2042": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.timeout" }, - "2015": { + "2043": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.heartbeatIntervalMs" }, - "2016": { + "2044": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.heartbeatCallback" }, - "2017": { + "2045": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2018": { + "2046": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2019": { + "2047": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "status" }, - "2020": { + "2048": { + "sourceFileName": "../realtime-js/src/RealtimeClient.ts", + "qualifiedName": "__type.vsn" + }, + "2049": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.logger" }, - "2021": { + "2050": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.encode" }, - "2022": { + "2051": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.decode" }, - "2023": { + "2052": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.reconnectAfterMs" }, - "2024": { + "2053": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.headers" }, - "2025": { + "2054": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2026": { + "2055": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.__index" }, - "2028": { + "2057": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.params" }, - "2029": { + "2058": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2030": { + "2059": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.__index" }, - "2032": { + "2061": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.log_level" }, - "2033": { + "2062": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.logLevel" }, - "2034": { + "2063": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.fetch" }, - "2035": { + "2064": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.worker" }, - "2036": { + "2065": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.workerUrl" }, - "2037": { + "2066": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.accessToken" }, - "2038": { + "2067": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2039": { + "2068": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2040": { + "2069": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "RealtimeMessage" }, - "2041": { + "2070": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type" }, - "2042": { + "2071": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.topic" }, - "2043": { + "2072": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.event" }, - "2044": { + "2073": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.payload" }, - "2045": { + "2074": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.ref" }, - "2046": { + "2075": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "__type.join_ref" }, - "2047": { + "2076": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresChangesFilter" }, - "2048": { + "2077": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2049": { + "2078": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.event" }, - "2050": { + "2079": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.schema" }, - "2051": { + "2080": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.table" }, - "2052": { + "2081": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.filter" }, - "2053": { + "2082": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "2054": { + "2083": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresChangesPayload" }, - "2055": { + "2084": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "2056": { + "2085": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2057": { + "2086": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "2059": { + "2088": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresInsertPayload" }, - "2060": { + "2089": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2061": { + "2090": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.eventType" }, - "2062": { + "2091": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.new" }, - "2063": { + "2092": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.old" }, - "2064": { + "2093": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2065": { + "2094": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "2066": { + "2095": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2067": { + "2096": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "2069": { + "2098": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresUpdatePayload" }, - "2070": { + "2099": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2071": { + "2100": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.eventType" }, - "2072": { + "2101": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.new" }, - "2073": { + "2102": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.old" }, - "2074": { + "2103": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "2075": { + "2104": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2076": { + "2105": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "2078": { + "2107": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "RealtimePostgresDeletePayload" }, - "2079": { + "2108": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2080": { + "2109": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.eventType" }, - "2081": { + "2110": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.new" }, - "2082": { + "2111": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2083": { + "2112": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.old" }, - "2084": { + "2113": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "T" }, - "2085": { + "2114": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type" }, - "2086": { + "2115": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "__type.__index" }, - "2088": { + "2117": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "RealtimePresenceJoinPayload" }, - "2089": { + "2118": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "2090": { + "2119": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.event" }, - "2091": { + "2120": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.key" }, - "2092": { + "2121": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.currentPresences" }, - "2093": { + "2122": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.newPresences" }, - "2094": { + "2123": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "T" }, - "2095": { + "2124": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "2096": { + "2125": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.__index" }, - "2098": { + "2127": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "RealtimePresenceLeavePayload" }, - "2099": { + "2128": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "2100": { + "2129": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.event" }, - "2101": { + "2130": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.key" }, - "2102": { + "2131": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.currentPresences" }, - "2103": { + "2132": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.leftPresences" }, - "2104": { + "2133": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "T" }, - "2105": { + "2134": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "2106": { + "2135": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.__index" }, - "2108": { + "2137": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "RealtimePresenceState" }, - "2109": { + "2138": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "2110": { + "2139": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.__index" }, - "2112": { + "2141": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "T" }, - "2113": { + "2142": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "2114": { + "2143": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type.__index" }, - "2116": { + "2145": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "__type" }, - "2117": { + "2146": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "RealtimeRemoveChannelResponse" }, - "2118": { + "2147": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES" }, - "2119": { + "2148": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES.BROADCAST" }, - "2120": { + "2149": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES.PRESENCE" }, - "2121": { + "2150": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES.POSTGRES_CHANGES" }, - "2122": { + "2151": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_LISTEN_TYPES.SYSTEM" }, - "2123": { + "2152": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT" }, - "2124": { + "2153": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.ALL" }, - "2125": { + "2154": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.INSERT" }, - "2126": { + "2155": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.UPDATE" }, - "2127": { + "2156": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_POSTGRES_CHANGES_LISTEN_EVENT.DELETE" }, - "2128": { + "2157": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "REALTIME_PRESENCE_LISTEN_EVENTS" }, - "2129": { + "2158": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "REALTIME_PRESENCE_LISTEN_EVENTS.SYNC" }, - "2130": { + "2159": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "REALTIME_PRESENCE_LISTEN_EVENTS.JOIN" }, - "2131": { + "2160": { "sourceFileName": "../realtime-js/src/RealtimePresence.ts", "qualifiedName": "REALTIME_PRESENCE_LISTEN_EVENTS.LEAVE" }, - "2132": { + "2161": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES" }, - "2133": { + "2162": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES.SUBSCRIBED" }, - "2134": { + "2163": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES.TIMED_OUT" }, - "2135": { + "2164": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES.CLOSED" }, - "2136": { + "2165": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_SUBSCRIBE_STATES.CHANNEL_ERROR" }, - "2137": { + "2166": { "sourceFileName": "../realtime-js/src/RealtimeChannel.ts", "qualifiedName": "REALTIME_CHANNEL_STATES" }, - "2138": { + "2167": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory" }, - "2140": { + "2169": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.getWebSocketConstructor" }, - "2141": { + "2170": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.getWebSocketConstructor" }, - "2142": { + "2171": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "__type" }, - "2143": { + "2172": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "__type" }, - "2144": { + "2173": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "url" }, - "2145": { + "2174": { "sourceFileName": "../../../node_modules/typescript/lib/lib.dom.d.ts", "qualifiedName": "protocols" }, - "2146": { + "2175": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.createWebSocket" }, - "2147": { + "2176": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.createWebSocket" }, - "2148": { + "2177": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "url" }, - "2149": { + "2178": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "protocols" }, - "2150": { + "2179": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.isWebSocketSupported" }, - "2151": { + "2180": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketFactory.isWebSocketSupported" }, - "2154": { + "2183": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike" }, - "2155": { + "2184": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.CONNECTING" }, - "2156": { + "2185": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.OPEN" }, - "2157": { + "2186": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.CLOSING" }, - "2158": { + "2187": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.CLOSED" }, - "2159": { + "2188": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.readyState" }, - "2160": { + "2189": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.url" }, - "2161": { + "2190": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.protocol" }, - "2162": { + "2191": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.close" }, - "2163": { + "2192": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.close" }, - "2164": { + "2193": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "code" }, - "2165": { + "2194": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "reason" }, - "2166": { + "2195": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.send" }, - "2167": { + "2196": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.send" }, - "2168": { + "2197": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "data" }, - "2169": { + "2198": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.onopen" }, - "2170": { + "2199": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2171": { + "2200": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2172": { + "2201": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "this" }, - "2173": { + "2202": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "ev" }, - "2174": { + "2203": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.onmessage" }, - "2175": { + "2204": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2176": { + "2205": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2177": { + "2206": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "this" }, - "2178": { + "2207": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "ev" }, - "2179": { + "2208": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.onclose" }, - "2180": { + "2209": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2181": { + "2210": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2182": { + "2211": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "this" }, - "2183": { + "2212": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "ev" }, - "2184": { + "2213": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.onerror" }, - "2185": { + "2214": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2186": { + "2215": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2187": { + "2216": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "this" }, - "2188": { + "2217": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "ev" }, - "2189": { + "2218": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.addEventListener" }, - "2190": { + "2219": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.addEventListener" }, - "2191": { + "2220": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "type" }, - "2192": { + "2221": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "listener" }, - "2193": { + "2222": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.removeEventListener" }, - "2194": { + "2223": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.removeEventListener" }, - "2195": { + "2224": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "type" }, - "2196": { + "2225": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "listener" }, - "2197": { + "2226": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.binaryType" }, - "2198": { + "2227": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.bufferedAmount" }, - "2199": { + "2228": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.extensions" }, - "2200": { + "2229": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "WebSocketLike.dispatchEvent" }, - "2201": { + "2230": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2202": { + "2231": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "__type" }, - "2203": { + "2232": { "sourceFileName": "../realtime-js/src/lib/websocket-factory.ts", "qualifiedName": "event" }, - "2204": { + "2233": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "WebSocketLikeConstructor" }, - "2205": { + "2234": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "WebSocketLikeConstructor" }, - "2206": { + "2235": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "WebSocketLikeConstructor" }, - "2207": { + "2236": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "address" }, - "2208": { + "2237": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "subprotocols" }, - "2209": { + "2238": { "sourceFileName": "../realtime-js/src/RealtimeClient.ts", "qualifiedName": "WebSocketLikeConstructor.__index" } @@ -60636,8 +61507,8 @@ "files": { "entries": { "1": "src/index.ts", - "2": "TESTING.md", - "3": "../../../CONTRIBUTING.md" + "2": "../../../CONTRIBUTING.md", + "3": "TESTING.md" }, "reflections": { "1": 0 diff --git a/apps/docs/spec/storage_v0_openapi.json b/apps/docs/spec/storage_v0_openapi.json index d0f2e9c8087d9..c3b6b01699b6b 100644 --- a/apps/docs/spec/storage_v0_openapi.json +++ b/apps/docs/spec/storage_v0_openapi.json @@ -1952,456 +1952,6 @@ "summary": "healthcheck", "responses": { "200": { "description": "Default Response" } } } - }, - "/iceberg/v1/config": { - "get": { - "summary": "Get Iceberg catalog configuration", - "tags": ["iceberg"], - "parameters": [ - { - "schema": { "type": "string" }, - "example": "my-warehouse", - "in": "query", - "name": "warehouse", - "required": true - } - ], - "responses": { "200": { "description": "Default Response" } } - } - }, - "/iceberg/v1/{prefix}/namespaces": { - "post": { - "summary": "Create a namespace", - "tags": ["iceberg"], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { "namespace": { "type": "string", "examples": ["namespace"] } }, - "required": ["namespace"] - } - } - }, - "required": true - }, - "parameters": [ - { - "schema": { "type": "string" }, - "example": "prefix", - "in": "path", - "name": "prefix", - "required": true - } - ], - "responses": { "200": { "description": "Default Response" } } - }, - "get": { - "summary": "List namespaces", - "tags": ["iceberg"], - "parameters": [ - { "schema": { "type": "string" }, "in": "query", "name": "pageToken", "required": false }, - { "schema": { "type": "number" }, "in": "query", "name": "pageSize", "required": false }, - { "schema": { "type": "string" }, "in": "query", "name": "parent", "required": false }, - { - "schema": { "type": "string" }, - "example": "prefix", - "in": "path", - "name": "prefix", - "required": true - } - ], - "responses": { "200": { "description": "Default Response" } } - } - }, - "/iceberg/v1/{prefix}/namespaces/{namespace}": { - "get": { - "summary": "Load a namespace", - "tags": ["iceberg"], - "parameters": [ - { - "schema": { "type": "string" }, - "example": "prefix", - "in": "path", - "name": "prefix", - "required": true - }, - { - "schema": { "type": "string" }, - "example": "namespace", - "in": "path", - "name": "namespace", - "required": true - } - ], - "responses": { "200": { "description": "Default Response" } } - }, - "delete": { - "summary": "Create a namespace", - "tags": ["iceberg"], - "parameters": [ - { - "schema": { "type": "string" }, - "example": "prefix", - "in": "path", - "name": "prefix", - "required": true - }, - { - "schema": { "type": "string" }, - "example": "namespace", - "in": "path", - "name": "namespace", - "required": true - } - ], - "responses": { "200": { "description": "Default Response" } } - } - }, - "/iceberg/v1/{prefix}/namespaces/{namespace}/tables": { - "post": { - "summary": "Create a table in the given namespace", - "tags": ["iceberg"], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "required": ["name", "schema"], - "properties": { - "name": { "type": "string" }, - "location": { "type": "string", "format": "uri", "nullable": true }, - "schema": { - "allOf": [ - { - "type": "object", - "required": ["type", "fields"], - "properties": { - "type": { "type": "string", "enum": ["struct"] }, - "fields": { - "type": "array", - "items": { - "type": "object", - "required": ["id", "name", "type", "required"], - "properties": { - "id": { "type": "integer" }, - "name": { "type": "string" }, - "type": { - "oneOf": [ - { "type": "string" }, - { - "type": "object", - "required": ["type", "fields"], - "properties": { - "type": { "type": "string", "enum": ["struct"] }, - "fields": { - "type": "array", - "items": { - "$comment": "recurse nested StructField definitions here" - } - } - } - }, - { - "type": "object", - "required": [ - "type", - "element-id", - "element", - "element-required" - ], - "properties": { - "type": { "type": "string", "enum": ["list"] }, - "element-id": { "type": "integer" }, - "element": { "$comment": "Type object (recurse)" }, - "element-required": { "type": "boolean" } - } - }, - { - "type": "object", - "required": [ - "type", - "key-id", - "key", - "value-id", - "value", - "value-required" - ], - "properties": { - "type": { "type": "string", "enum": ["map"] }, - "key-id": { "type": "integer" }, - "key": { "$comment": "Type object (recurse)" }, - "value-id": { "type": "integer" }, - "value": { "$comment": "Type object (recurse)" }, - "value-required": { "type": "boolean" } - } - } - ] - }, - "required": { "type": "boolean" }, - "doc": { "type": "string" } - } - } - } - } - }, - { - "type": "object", - "properties": { - "schema-id": { "type": "integer", "readOnly": true }, - "identifier-field-ids": { - "type": "array", - "items": { "type": "integer" } - } - } - } - ] - }, - "spec": { - "type": "object", - "required": ["fields"], - "properties": { - "spec-id": { "type": "integer", "readOnly": true }, - "fields": { - "type": "array", - "items": { - "type": "object", - "required": ["source-id", "transform", "name"], - "properties": { - "field-id": { "type": "integer" }, - "source-id": { "type": "integer" }, - "name": { "type": "string" }, - "transform": { "type": "string" } - } - } - } - } - }, - "properties": { "type": "object", "additionalProperties": { "type": "string" } }, - "stage-create": { "type": "boolean", "default": false }, - "write-order": { - "type": "object", - "nullable": true, - "required": ["fields"], - "properties": { - "order-id": { "type": "integer", "readOnly": true }, - "fields": { - "type": "array", - "items": { - "type": "object", - "required": ["source-id", "transform", "direction", "null-order"], - "properties": { - "source-id": { "type": "integer" }, - "transform": { "type": "string" }, - "direction": { "type": "string", "enum": ["asc", "desc"] }, - "null-order": { - "type": "string", - "enum": ["nulls-first", "nulls-last"] - } - } - } - } - } - } - } - } - } - }, - "required": true - }, - "parameters": [ - { - "schema": { "type": "string" }, - "example": "prefix", - "in": "path", - "name": "prefix", - "required": true - }, - { - "schema": { "type": "string" }, - "example": "prefix", - "in": "path", - "name": "namespace", - "required": true - } - ], - "responses": { "200": { "description": "Default Response" } } - }, - "get": { - "summary": "Create a namespace", - "tags": ["iceberg"], - "parameters": [ - { "schema": { "type": "string" }, "in": "query", "name": "pageToken", "required": false }, - { "schema": { "type": "number" }, "in": "query", "name": "pageSize", "required": false }, - { "schema": { "type": "string" }, "in": "query", "name": "parent", "required": false }, - { - "schema": { "type": "string" }, - "example": "prefix", - "in": "path", - "name": "prefix", - "required": true - }, - { - "schema": { "type": "string" }, - "example": "namespace", - "in": "path", - "name": "namespace", - "required": true - } - ], - "responses": { "200": { "description": "Default Response" } } - } - }, - "/iceberg/v1/{prefix}/namespaces/{namespace}/tables/{table}": { - "get": { - "summary": "Load an Iceberg Table", - "tags": ["iceberg"], - "parameters": [ - { - "schema": { "type": "string" }, - "example": "prefix", - "in": "path", - "name": "prefix", - "required": true - }, - { - "schema": { "type": "string" }, - "example": "namespace", - "in": "path", - "name": "namespace", - "required": true - }, - { - "schema": { "type": "string" }, - "example": "table", - "in": "path", - "name": "table", - "required": true - } - ], - "responses": { "200": { "description": "Default Response" } } - }, - "post": { - "summary": "Commit updates to multiple tables in an atomic operation", - "tags": ["iceberg"], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Commit updates to multiple tables in an atomic operation", - "properties": { - "requirements": { - "type": "array", - "description": "Assertions to validate before applying updates", - "items": { - "type": "object", - "description": "A requirement assertion", - "properties": { - "name": { - "type": "string", - "description": "Name of the requirement (e.g. assert-ref-snapshot-id)", - "examples": ["assert-ref-snapshot-id"] - }, - "args": { - "type": "object", - "description": "Arguments for the requirement", - "additionalProperties": true - } - } - } - }, - "updates": { - "type": "array", - "description": "Metadata updates to apply to the table", - "items": { - "type": "object", - "description": "A single update operation", - "properties": { - "name": { - "type": "string", - "description": "Name of the update operation (e.g. add-column)", - "examples": ["add-column"] - }, - "args": { - "type": "object", - "description": "Arguments for the update operation", - "additionalProperties": true - } - } - } - } - }, - "required": ["updates", "requirements"] - } - } - }, - "required": true - }, - "parameters": [ - { - "schema": { "type": "string" }, - "example": "prefix", - "in": "path", - "name": "prefix", - "required": true - }, - { - "schema": { "type": "string" }, - "example": "namespace", - "in": "path", - "name": "namespace", - "required": true - }, - { - "schema": { "type": "string" }, - "example": "table", - "in": "path", - "name": "table", - "required": true - } - ], - "responses": { "200": { "description": "Default Response" } } - }, - "delete": { - "summary": "Drop a Table", - "tags": ["iceberg"], - "parameters": [ - { - "schema": { - "type": "string", - "enum": ["true", "false", "True", "False"], - "default": "false" - }, - "in": "query", - "name": "purgeRequested", - "required": false, - "description": "If true, the table will be permanently deleted" - }, - { - "schema": { "type": "string" }, - "example": "prefix", - "in": "path", - "name": "prefix", - "required": true - }, - { - "schema": { "type": "string" }, - "example": "namespace", - "in": "path", - "name": "namespace", - "required": true - }, - { - "schema": { "type": "string" }, - "example": "table", - "in": "path", - "name": "table", - "required": true - } - ], - "responses": { "200": { "description": "Default Response" } } - } } }, "tags": [ diff --git a/apps/docs/spec/transforms/api_v1_openapi_deparsed.json b/apps/docs/spec/transforms/api_v1_openapi_deparsed.json index d0f2bb9489296..20c107b0bda92 100644 --- a/apps/docs/spec/transforms/api_v1_openapi_deparsed.json +++ b/apps/docs/spec/transforms/api_v1_openapi_deparsed.json @@ -324,6 +324,30 @@ "notify_url": { "type": "string", "format": "uri" + }, + "deletion_scheduled_at": { + "type": "string", + "format": "date-time" + }, + "preview_project_status": { + "type": "string", + "enum": [ + "INACTIVE", + "ACTIVE_HEALTHY", + "ACTIVE_UNHEALTHY", + "COMING_UP", + "UNKNOWN", + "GOING_DOWN", + "INIT_FAILED", + "REMOVED", + "RESTORING", + "UPGRADING", + "PAUSING", + "RESTORE_FAILED", + "RESTARTING", + "PAUSE_FAILED", + "RESIZING" + ] } }, "required": [ @@ -362,7 +386,7 @@ "x-oauth-scope": "environment:write" }, "delete": { - "description": "Deletes the specified database branch", + "description": "Deletes the specified database branch. By default, deletes immediately. Use force=false to schedule deletion with 1-hour grace period (only when soft deletion is enabled).", "operationId": "v1-delete-a-branch", "parameters": [ { @@ -386,6 +410,16 @@ } ] } + }, + { + "name": "force", + "required": false, + "in": "query", + "description": "If set to false, schedule deletion with 1-hour grace period (only when soft deletion is enabled).", + "schema": { + "default": "true", + "type": "boolean" + } } ], "responses": { @@ -678,6 +712,72 @@ "x-oauth-scope": "environment:write" } }, + "/v1/branches/{branch_id_or_ref}/restore": { + "post": { + "description": "Cancels scheduled deletion and restores the branch to active state", + "operationId": "v1-restore-a-branch", + "parameters": [ + { + "name": "branch_id_or_ref", + "required": true, + "in": "path", + "description": "Branch ID", + "schema": { + "oneOf": [ + { + "type": "string", + "minLength": 20, + "maxLength": 20, + "pattern": "^[a-z]+$", + "description": "Project ref" + }, + { + "type": "string", + "format": "uuid", + "deprecated": true + } + ] + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "message": { + "type": "string", + "enum": ["Branch restoration initiated"] + } + }, + "required": ["message"] + } + } + } + }, + "500": { + "description": "Failed to restore database branch" + } + }, + "security": [ + { + "bearer": [] + } + ], + "summary": "Restore a scheduled branch deletion", + "tags": ["Environments"], + "x-badges": [ + { + "name": "OAuth scope: environment:write", + "position": "after" + } + ], + "x-oauth-scope": "environment:write" + } + }, "/v1/branches/{branch_id_or_ref}/diff": { "get": { "description": "Diffs the specified database branch", @@ -3470,6 +3570,30 @@ "notify_url": { "type": "string", "format": "uri" + }, + "deletion_scheduled_at": { + "type": "string", + "format": "date-time" + }, + "preview_project_status": { + "type": "string", + "enum": [ + "INACTIVE", + "ACTIVE_HEALTHY", + "ACTIVE_UNHEALTHY", + "COMING_UP", + "UNKNOWN", + "GOING_DOWN", + "INIT_FAILED", + "REMOVED", + "RESTORING", + "UPGRADING", + "PAUSING", + "RESTORE_FAILED", + "RESTARTING", + "PAUSE_FAILED", + "RESIZING" + ] } }, "required": [ @@ -3680,6 +3804,30 @@ "notify_url": { "type": "string", "format": "uri" + }, + "deletion_scheduled_at": { + "type": "string", + "format": "date-time" + }, + "preview_project_status": { + "type": "string", + "enum": [ + "INACTIVE", + "ACTIVE_HEALTHY", + "ACTIVE_UNHEALTHY", + "COMING_UP", + "UNKNOWN", + "GOING_DOWN", + "INIT_FAILED", + "REMOVED", + "RESTORING", + "UPGRADING", + "PAUSING", + "RESTORE_FAILED", + "RESTARTING", + "PAUSE_FAILED", + "RESIZING" + ] } }, "required": [ @@ -3870,6 +4018,30 @@ "notify_url": { "type": "string", "format": "uri" + }, + "deletion_scheduled_at": { + "type": "string", + "format": "date-time" + }, + "preview_project_status": { + "type": "string", + "enum": [ + "INACTIVE", + "ACTIVE_HEALTHY", + "ACTIVE_UNHEALTHY", + "COMING_UP", + "UNKNOWN", + "GOING_DOWN", + "INIT_FAILED", + "REMOVED", + "RESTORING", + "UPGRADING", + "PAUSING", + "RESTORE_FAILED", + "RESTARTING", + "PAUSE_FAILED", + "RESIZING" + ] } }, "required": [ @@ -8221,9 +8393,22 @@ } }, "required": ["upstreamTarget"] + }, + "migrationVersion": { + "type": "string" + }, + "databasePoolMode": { + "type": "string" } }, - "required": ["fileSizeLimit", "features", "capabilities", "external"] + "required": [ + "fileSizeLimit", + "features", + "capabilities", + "external", + "migrationVersion", + "databasePoolMode" + ] } } } @@ -13937,7 +14122,7 @@ }, "/v1/projects/{ref}/analytics/endpoints/logs.all": { "get": { - "description": "Executes a SQL query on the project's logs.\n\nEither the 'iso_timestamp_start' and 'iso_timestamp_end' parameters must be provided.\nIf both are not provided, only the last 1 minute of logs will be queried.\nThe timestamp range must be no more than 24 hours and is rounded to the nearest minute. If the range is more than 24 hours, a validation error will be thrown.\n", + "description": "Executes a SQL query on the project's logs.\n\nEither the `iso_timestamp_start` and `iso_timestamp_end` parameters must be provided.\nIf both are not provided, only the last 1 minute of logs will be queried.\nThe timestamp range must be no more than 24 hours and is rounded to the nearest minute. If the range is more than 24 hours, a validation error will be thrown.\n\nNote: Unless the `sql` parameter is provided, only edge_logs will be queried. See the [log query docs](/docs/guides/telemetry/logs?queryGroups=product&product=postgres&queryGroups=source&source=edge_logs#querying-with-the-logs-explorer:~:text=logs%20from%20the-,Sources,-drop%2Ddown%3A) for all available sources. \n", "operationId": "v1-get-project-logs", "parameters": [ { @@ -13956,6 +14141,7 @@ "name": "sql", "required": false, "in": "query", + "description": "Custom SQL query to execute on the logs. See [querying logs](/docs/guides/telemetry/logs?queryGroups=product&product=postgres&queryGroups=source&source=edge_logs#querying-with-the-logs-explorer) for more details.", "schema": { "type": "string" } @@ -14719,6 +14905,9 @@ }, "name": { "type": "string" + }, + "rollback": { + "type": "string" } }, "required": ["query"] @@ -14797,6 +14986,9 @@ }, "name": { "type": "string" + }, + "rollback": { + "type": "string" } }, "required": ["query"] @@ -14835,6 +15027,236 @@ } ], "x-oauth-scope": "database:write" + }, + "delete": { + "description": "Only available to selected partner OAuth apps", + "operationId": "v1-rollback-migrations", + "parameters": [ + { + "name": "ref", + "required": true, + "in": "path", + "description": "Project ref", + "schema": { + "minLength": 20, + "maxLength": 20, + "pattern": "^[a-z]+$", + "type": "string" + } + }, + { + "name": "gte", + "required": true, + "in": "query", + "description": "Rollback migrations greater or equal to this version", + "schema": { + "pattern": "^\\d+$", + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "" + }, + "401": { + "description": "Unauthorized" + }, + "403": { + "description": "Forbidden action" + }, + "429": { + "description": "Rate limit exceeded" + }, + "500": { + "description": "Failed to rollback database migration" + } + }, + "security": [ + { + "bearer": [] + } + ], + "summary": "[Beta] Rollback database migrations and remove them from history table", + "tags": ["Database"], + "x-badges": [ + { + "name": "OAuth scope: database:write", + "position": "after" + } + ], + "x-oauth-scope": "database:write" + } + }, + "/v1/projects/{ref}/database/migrations/{version}": { + "get": { + "description": "Only available to selected partner OAuth apps", + "operationId": "v1-get-a-migration", + "parameters": [ + { + "name": "ref", + "required": true, + "in": "path", + "description": "Project ref", + "schema": { + "minLength": 20, + "maxLength": 20, + "pattern": "^[a-z]+$", + "type": "string" + } + }, + { + "name": "version", + "required": true, + "in": "path", + "schema": { + "pattern": "^\\d+$", + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "version": { + "type": "string", + "minLength": 1 + }, + "name": { + "type": "string" + }, + "statements": { + "type": "array", + "items": { + "type": "string" + } + }, + "rollback": { + "type": "array", + "items": { + "type": "string" + } + }, + "created_by": { + "type": "string" + }, + "idempotency_key": { + "type": "string" + } + }, + "required": ["version"] + } + } + } + }, + "401": { + "description": "Unauthorized" + }, + "403": { + "description": "Forbidden action" + }, + "429": { + "description": "Rate limit exceeded" + }, + "500": { + "description": "Failed to get database migration" + } + }, + "security": [ + { + "bearer": [] + } + ], + "summary": "[Beta] Fetch an existing entry from migration history", + "tags": ["Database"], + "x-badges": [ + { + "name": "OAuth scope: database:read", + "position": "after" + } + ], + "x-oauth-scope": "database:read" + }, + "patch": { + "description": "Only available to selected partner OAuth apps", + "operationId": "v1-patch-a-migration", + "parameters": [ + { + "name": "ref", + "required": true, + "in": "path", + "description": "Project ref", + "schema": { + "minLength": 20, + "maxLength": 20, + "pattern": "^[a-z]+$", + "type": "string" + } + }, + { + "name": "version", + "required": true, + "in": "path", + "schema": { + "pattern": "^\\d+$", + "type": "string" + } + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "rollback": { + "type": "string" + } + } + } + } + } + }, + "responses": { + "200": { + "description": "" + }, + "401": { + "description": "Unauthorized" + }, + "403": { + "description": "Forbidden action" + }, + "429": { + "description": "Rate limit exceeded" + }, + "500": { + "description": "Failed to patch database migration" + } + }, + "security": [ + { + "bearer": [] + } + ], + "summary": "[Beta] Patch an existing entry in migration history", + "tags": ["Database"], + "x-badges": [ + { + "name": "OAuth scope: database:write", + "position": "after" + } + ], + "x-oauth-scope": "database:write" } }, "/v1/projects/{ref}/database/query": { @@ -18967,6 +19389,30 @@ "notify_url": { "type": "string", "format": "uri" + }, + "deletion_scheduled_at": { + "type": "string", + "format": "date-time" + }, + "preview_project_status": { + "type": "string", + "enum": [ + "INACTIVE", + "ACTIVE_HEALTHY", + "ACTIVE_UNHEALTHY", + "COMING_UP", + "UNKNOWN", + "GOING_DOWN", + "INIT_FAILED", + "REMOVED", + "RESTORING", + "UPGRADING", + "PAUSING", + "RESTORE_FAILED", + "RESTARTING", + "PAUSE_FAILED", + "RESIZING" + ] } }, "required": [ @@ -19013,6 +19459,16 @@ }, "required": ["workflow_run_id", "message"] }, + "BranchRestoreResponse": { + "type": "object", + "properties": { + "message": { + "type": "string", + "enum": ["Branch restoration initiated"] + } + }, + "required": ["message"] + }, "V1ListProjectsPaginatedResponse": { "type": "object", "properties": { @@ -20665,6 +21121,12 @@ "required": ["name", "value"] } }, + "DeleteSecretsBody": { + "type": "array", + "items": { + "type": "string" + } + }, "SslEnforcementResponse": { "type": "object", "properties": { @@ -21390,9 +21852,22 @@ } }, "required": ["upstreamTarget"] + }, + "migrationVersion": { + "type": "string" + }, + "databasePoolMode": { + "type": "string" } }, - "required": ["fileSizeLimit", "features", "capabilities", "external"] + "required": [ + "fileSizeLimit", + "features", + "capabilities", + "external", + "migrationVersion", + "databasePoolMode" + ] }, "UpdateStorageConfigBody": { "type": "object", @@ -24598,6 +25073,9 @@ }, "name": { "type": "string" + }, + "rollback": { + "type": "string" } }, "required": ["query"] @@ -24611,10 +25089,55 @@ }, "name": { "type": "string" + }, + "rollback": { + "type": "string" } }, "required": ["query"] }, + "V1GetMigrationResponse": { + "type": "object", + "properties": { + "version": { + "type": "string", + "minLength": 1 + }, + "name": { + "type": "string" + }, + "statements": { + "type": "array", + "items": { + "type": "string" + } + }, + "rollback": { + "type": "array", + "items": { + "type": "string" + } + }, + "created_by": { + "type": "string" + }, + "idempotency_key": { + "type": "string" + } + }, + "required": ["version"] + }, + "V1PatchMigrationBody": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "rollback": { + "type": "string" + } + } + }, "V1RunQueryBody": { "type": "object", "properties": { diff --git a/apps/docs/spec/transforms/storage_v0_openapi_deparsed.json b/apps/docs/spec/transforms/storage_v0_openapi_deparsed.json index cc7efbda611e5..3335f3a229631 100644 --- a/apps/docs/spec/transforms/storage_v0_openapi_deparsed.json +++ b/apps/docs/spec/transforms/storage_v0_openapi_deparsed.json @@ -3209,661 +3209,6 @@ } } } - }, - "/iceberg/v1/config": { - "get": { - "summary": "Get Iceberg catalog configuration", - "tags": ["iceberg"], - "parameters": [ - { - "schema": { - "type": "string" - }, - "example": "my-warehouse", - "in": "query", - "name": "warehouse", - "required": true - } - ], - "responses": { - "200": { - "description": "Default Response" - } - } - } - }, - "/iceberg/v1/{prefix}/namespaces": { - "post": { - "summary": "Create a namespace", - "tags": ["iceberg"], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "namespace": { - "type": "string", - "examples": ["namespace"] - } - }, - "required": ["namespace"] - } - } - }, - "required": true - }, - "parameters": [ - { - "schema": { - "type": "string" - }, - "example": "prefix", - "in": "path", - "name": "prefix", - "required": true - } - ], - "responses": { - "200": { - "description": "Default Response" - } - } - }, - "get": { - "summary": "List namespaces", - "tags": ["iceberg"], - "parameters": [ - { - "schema": { - "type": "string" - }, - "in": "query", - "name": "pageToken", - "required": false - }, - { - "schema": { - "type": "number" - }, - "in": "query", - "name": "pageSize", - "required": false - }, - { - "schema": { - "type": "string" - }, - "in": "query", - "name": "parent", - "required": false - }, - { - "schema": { - "type": "string" - }, - "example": "prefix", - "in": "path", - "name": "prefix", - "required": true - } - ], - "responses": { - "200": { - "description": "Default Response" - } - } - } - }, - "/iceberg/v1/{prefix}/namespaces/{namespace}": { - "get": { - "summary": "Load a namespace", - "tags": ["iceberg"], - "parameters": [ - { - "schema": { - "type": "string" - }, - "example": "prefix", - "in": "path", - "name": "prefix", - "required": true - }, - { - "schema": { - "type": "string" - }, - "example": "namespace", - "in": "path", - "name": "namespace", - "required": true - } - ], - "responses": { - "200": { - "description": "Default Response" - } - } - }, - "delete": { - "summary": "Create a namespace", - "tags": ["iceberg"], - "parameters": [ - { - "schema": { - "type": "string" - }, - "example": "prefix", - "in": "path", - "name": "prefix", - "required": true - }, - { - "schema": { - "type": "string" - }, - "example": "namespace", - "in": "path", - "name": "namespace", - "required": true - } - ], - "responses": { - "200": { - "description": "Default Response" - } - } - } - }, - "/iceberg/v1/{prefix}/namespaces/{namespace}/tables": { - "post": { - "summary": "Create a table in the given namespace", - "tags": ["iceberg"], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "required": ["name", "schema"], - "properties": { - "name": { - "type": "string" - }, - "location": { - "type": "string", - "format": "uri", - "nullable": true - }, - "schema": { - "allOf": [ - { - "type": "object", - "required": ["type", "fields"], - "properties": { - "type": { - "type": "string", - "enum": ["struct"] - }, - "fields": { - "type": "array", - "items": { - "type": "object", - "required": ["id", "name", "type", "required"], - "properties": { - "id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "type": { - "oneOf": [ - { - "type": "string" - }, - { - "type": "object", - "required": ["type", "fields"], - "properties": { - "type": { - "type": "string", - "enum": ["struct"] - }, - "fields": { - "type": "array", - "items": { - "$comment": "recurse nested StructField definitions here" - } - } - } - }, - { - "type": "object", - "required": [ - "type", - "element-id", - "element", - "element-required" - ], - "properties": { - "type": { - "type": "string", - "enum": ["list"] - }, - "element-id": { - "type": "integer" - }, - "element": { - "$comment": "Type object (recurse)" - }, - "element-required": { - "type": "boolean" - } - } - }, - { - "type": "object", - "required": [ - "type", - "key-id", - "key", - "value-id", - "value", - "value-required" - ], - "properties": { - "type": { - "type": "string", - "enum": ["map"] - }, - "key-id": { - "type": "integer" - }, - "key": { - "$comment": "Type object (recurse)" - }, - "value-id": { - "type": "integer" - }, - "value": { - "$comment": "Type object (recurse)" - }, - "value-required": { - "type": "boolean" - } - } - } - ] - }, - "required": { - "type": "boolean" - }, - "doc": { - "type": "string" - } - } - } - } - } - }, - { - "type": "object", - "properties": { - "schema-id": { - "type": "integer", - "readOnly": true - }, - "identifier-field-ids": { - "type": "array", - "items": { - "type": "integer" - } - } - } - } - ] - }, - "spec": { - "type": "object", - "required": ["fields"], - "properties": { - "spec-id": { - "type": "integer", - "readOnly": true - }, - "fields": { - "type": "array", - "items": { - "type": "object", - "required": ["source-id", "transform", "name"], - "properties": { - "field-id": { - "type": "integer" - }, - "source-id": { - "type": "integer" - }, - "name": { - "type": "string" - }, - "transform": { - "type": "string" - } - } - } - } - } - }, - "properties": { - "type": "object", - "additionalProperties": { - "type": "string" - } - }, - "stage-create": { - "type": "boolean", - "default": false - }, - "write-order": { - "type": "object", - "nullable": true, - "required": ["fields"], - "properties": { - "order-id": { - "type": "integer", - "readOnly": true - }, - "fields": { - "type": "array", - "items": { - "type": "object", - "required": ["source-id", "transform", "direction", "null-order"], - "properties": { - "source-id": { - "type": "integer" - }, - "transform": { - "type": "string" - }, - "direction": { - "type": "string", - "enum": ["asc", "desc"] - }, - "null-order": { - "type": "string", - "enum": ["nulls-first", "nulls-last"] - } - } - } - } - } - } - } - } - } - }, - "required": true - }, - "parameters": [ - { - "schema": { - "type": "string" - }, - "example": "prefix", - "in": "path", - "name": "prefix", - "required": true - }, - { - "schema": { - "type": "string" - }, - "example": "prefix", - "in": "path", - "name": "namespace", - "required": true - } - ], - "responses": { - "200": { - "description": "Default Response" - } - } - }, - "get": { - "summary": "Create a namespace", - "tags": ["iceberg"], - "parameters": [ - { - "schema": { - "type": "string" - }, - "in": "query", - "name": "pageToken", - "required": false - }, - { - "schema": { - "type": "number" - }, - "in": "query", - "name": "pageSize", - "required": false - }, - { - "schema": { - "type": "string" - }, - "in": "query", - "name": "parent", - "required": false - }, - { - "schema": { - "type": "string" - }, - "example": "prefix", - "in": "path", - "name": "prefix", - "required": true - }, - { - "schema": { - "type": "string" - }, - "example": "namespace", - "in": "path", - "name": "namespace", - "required": true - } - ], - "responses": { - "200": { - "description": "Default Response" - } - } - } - }, - "/iceberg/v1/{prefix}/namespaces/{namespace}/tables/{table}": { - "get": { - "summary": "Load an Iceberg Table", - "tags": ["iceberg"], - "parameters": [ - { - "schema": { - "type": "string" - }, - "example": "prefix", - "in": "path", - "name": "prefix", - "required": true - }, - { - "schema": { - "type": "string" - }, - "example": "namespace", - "in": "path", - "name": "namespace", - "required": true - }, - { - "schema": { - "type": "string" - }, - "example": "table", - "in": "path", - "name": "table", - "required": true - } - ], - "responses": { - "200": { - "description": "Default Response" - } - } - }, - "post": { - "summary": "Commit updates to multiple tables in an atomic operation", - "tags": ["iceberg"], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Commit updates to multiple tables in an atomic operation", - "properties": { - "requirements": { - "type": "array", - "description": "Assertions to validate before applying updates", - "items": { - "type": "object", - "description": "A requirement assertion", - "properties": { - "name": { - "type": "string", - "description": "Name of the requirement (e.g. assert-ref-snapshot-id)", - "examples": ["assert-ref-snapshot-id"] - }, - "args": { - "type": "object", - "description": "Arguments for the requirement", - "additionalProperties": true - } - } - } - }, - "updates": { - "type": "array", - "description": "Metadata updates to apply to the table", - "items": { - "type": "object", - "description": "A single update operation", - "properties": { - "name": { - "type": "string", - "description": "Name of the update operation (e.g. add-column)", - "examples": ["add-column"] - }, - "args": { - "type": "object", - "description": "Arguments for the update operation", - "additionalProperties": true - } - } - } - } - }, - "required": ["updates", "requirements"] - } - } - }, - "required": true - }, - "parameters": [ - { - "schema": { - "type": "string" - }, - "example": "prefix", - "in": "path", - "name": "prefix", - "required": true - }, - { - "schema": { - "type": "string" - }, - "example": "namespace", - "in": "path", - "name": "namespace", - "required": true - }, - { - "schema": { - "type": "string" - }, - "example": "table", - "in": "path", - "name": "table", - "required": true - } - ], - "responses": { - "200": { - "description": "Default Response" - } - } - }, - "delete": { - "summary": "Drop a Table", - "tags": ["iceberg"], - "parameters": [ - { - "schema": { - "type": "string", - "enum": ["true", "false", "True", "False"], - "default": "false" - }, - "in": "query", - "name": "purgeRequested", - "required": false, - "description": "If true, the table will be permanently deleted" - }, - { - "schema": { - "type": "string" - }, - "example": "prefix", - "in": "path", - "name": "prefix", - "required": true - }, - { - "schema": { - "type": "string" - }, - "example": "namespace", - "in": "path", - "name": "namespace", - "required": true - }, - { - "schema": { - "type": "string" - }, - "example": "table", - "in": "path", - "name": "table", - "required": true - } - ], - "responses": { - "200": { - "description": "Default Response" - } - } - } } }, "components": { diff --git a/apps/studio/components/interfaces/Auth/EmailTemplates/EmailTemplates.tsx b/apps/studio/components/interfaces/Auth/EmailTemplates/EmailTemplates.tsx index fb159110cff80..cf8ba29f02a8f 100644 --- a/apps/studio/components/interfaces/Auth/EmailTemplates/EmailTemplates.tsx +++ b/apps/studio/components/interfaces/Auth/EmailTemplates/EmailTemplates.tsx @@ -193,10 +193,10 @@ export const EmailTemplates = () => {
- - NEW + + New -

+

Notify users about security-sensitive actions on their accounts

diff --git a/apps/studio/components/interfaces/Auth/Users/UsersV2.tsx b/apps/studio/components/interfaces/Auth/Users/UsersV2.tsx index 338f3e14b6471..f00cafd9f1337 100644 --- a/apps/studio/components/interfaces/Auth/Users/UsersV2.tsx +++ b/apps/studio/components/interfaces/Auth/Users/UsersV2.tsx @@ -6,7 +6,6 @@ import DataGrid, { Column, DataGridHandle, Row } from 'react-data-grid' import { toast } from 'sonner' import type { OptimizedSearchColumns } from '@supabase/pg-meta/src/sql/studio/get-users-types' -import type { SpecificFilterColumn } from './Users.constants' import { LOCAL_STORAGE_KEYS, useParams } from 'common' import { useIsAPIDocsSidePanelEnabled } from 'components/interfaces/App/FeaturePreview/FeaturePreviewContext' import AlertError from 'components/ui/AlertError' @@ -44,6 +43,7 @@ import { AddUserDropdown } from './AddUserDropdown' import { DeleteUserModal } from './DeleteUserModal' import { SortDropdown } from './SortDropdown' import { UserPanel } from './UserPanel' +import type { SpecificFilterColumn } from './Users.constants' import { ColumnConfiguration, Filter, @@ -95,7 +95,9 @@ export const UsersV2 = () => { const [specificFilterColumn, setSpecificFilterColumn] = useQueryState( 'filter', - parseAsStringEnum(['id', 'email', 'phone', 'freeform']).withDefault('id') + parseAsStringEnum(['id', 'email', 'phone', 'freeform']).withDefault( + 'email' + ) ) const [filterUserType, setFilterUserType] = useQueryState( 'userType', @@ -118,7 +120,7 @@ export const UsersV2 = () => { const [localStorageFilter, setLocalStorageFilter, { isSuccess: isLocalStorageFilterLoaded }] = useLocalStorageQuery<'id' | 'email' | 'phone' | 'freeform'>( LOCAL_STORAGE_KEYS.AUTH_USERS_FILTER(projectRef ?? ''), - 'id' + 'email' ) const [ diff --git a/apps/studio/components/interfaces/Database/ETL/DestinationPanel/DestinationPanel.tsx b/apps/studio/components/interfaces/Database/ETL/DestinationPanel/DestinationPanel.tsx index 344861e48084b..1cb9cd8f7c09c 100644 --- a/apps/studio/components/interfaces/Database/ETL/DestinationPanel/DestinationPanel.tsx +++ b/apps/studio/components/interfaces/Database/ETL/DestinationPanel/DestinationPanel.tsx @@ -225,7 +225,6 @@ export const DestinationPanel = ({ await createNamespace({ catalogUri, warehouse: data.warehouseName!, - token: catalogToken, namespace: data.newNamespaceName, }) diff --git a/apps/studio/components/interfaces/Database/ETL/DestinationPanel/DestinationPanelFields.tsx b/apps/studio/components/interfaces/Database/ETL/DestinationPanel/DestinationPanelFields.tsx index 54f871f94b224..4bba98af5c716 100644 --- a/apps/studio/components/interfaces/Database/ETL/DestinationPanel/DestinationPanelFields.tsx +++ b/apps/studio/components/interfaces/Database/ETL/DestinationPanel/DestinationPanelFields.tsx @@ -168,9 +168,9 @@ export const AnalyticsBucketFields = ({ refetch: refetchNamespaces, } = useIcebergNamespacesQuery( { + projectRef, catalogUri, warehouse: warehouseName || '', - token: serviceApiKey || '', }, { enabled: type === 'Analytics Bucket' && !!catalogUri && !!warehouseName && !!serviceApiKey, diff --git a/apps/studio/components/interfaces/Database/ETL/EnableReplicationModal.tsx b/apps/studio/components/interfaces/Database/ETL/EnableReplicationModal.tsx index 3dbb98700a61f..a92ae3396cda3 100644 --- a/apps/studio/components/interfaces/Database/ETL/EnableReplicationModal.tsx +++ b/apps/studio/components/interfaces/Database/ETL/EnableReplicationModal.tsx @@ -20,7 +20,7 @@ export const EnableReplicationModal = () => { const { ref: projectRef } = useParams() const [open, setOpen] = useState(false) - const { mutateAsync: createTenantSource, isLoading: creatingTenantSource } = + const { mutate: createTenantSource, isLoading: creatingTenantSource } = useCreateTenantSourceMutation({ onSuccess: () => { toast.success('Replication has been successfully enabled!') @@ -33,7 +33,7 @@ export const EnableReplicationModal = () => { const onEnableReplication = async () => { if (!projectRef) return console.error('Project ref is required') - await createTenantSource({ projectRef }) + createTenantSource({ projectRef }) } return ( diff --git a/apps/studio/components/interfaces/Database/ProtectedSchemaWarning.tsx b/apps/studio/components/interfaces/Database/ProtectedSchemaWarning.tsx index f502a092127d7..5ba9d30c22f72 100644 --- a/apps/studio/components/interfaces/Database/ProtectedSchemaWarning.tsx +++ b/apps/studio/components/interfaces/Database/ProtectedSchemaWarning.tsx @@ -65,7 +65,7 @@ export const ProtectedSchemaWarning = ({ entity: string }) => { const [showModal, setShowModal] = useState(false) - const { isSchemaLocked, reason } = useIsProtectedSchema({ schema }) + const { isSchemaLocked, reason, fdwType } = useIsProtectedSchema({ schema }) if (!isSchemaLocked) return null @@ -81,11 +81,16 @@ export const ProtectedSchemaWarning = ({ size === 'sm' ? '[&>div>p]:text-xs' : '[&>div>p]:text-sm' )} > - {reason === 'fdw' ? ( + {reason === 'fdw' && fdwType === 'iceberg' ? (

The {schema} schema is used by Supabase to connect to analytics buckets and is read-only through the dashboard.

+ ) : reason === 'fdw' && fdwType === 's3_vectors' ? ( +

+ The {schema} schema is used by Supabase to connect to + vector buckets and is read-only through the dashboard. +

) : ( <>

diff --git a/apps/studio/components/interfaces/Integrations/Wrappers/Wrappers.constants.ts b/apps/studio/components/interfaces/Integrations/Wrappers/Wrappers.constants.ts index 113d6df59f54f..be65614c60844 100644 --- a/apps/studio/components/interfaces/Integrations/Wrappers/Wrappers.constants.ts +++ b/apps/studio/components/interfaces/Integrations/Wrappers/Wrappers.constants.ts @@ -27,7 +27,7 @@ export const WRAPPER_HANDLERS = { ORB: 'wasm_fdw_handler', } -const SUPABASE_TARGET_SCHEMA_OPTION: ServerOption = { +export const SUPABASE_TARGET_SCHEMA_OPTION: ServerOption = { name: 'supabase_target_schema', label: 'Target Schema', required: false, @@ -1458,6 +1458,7 @@ export const WRAPPERS: WrapperMeta[] = [ secureEntry: false, defaultValue: '', }, + SUPABASE_TARGET_SCHEMA_OPTION, ], }, canTargetSchema: true, diff --git a/apps/studio/components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/constants.ts b/apps/studio/components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/AnalyticsBucketDetails.constants.ts similarity index 100% rename from apps/studio/components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/constants.ts rename to apps/studio/components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/AnalyticsBucketDetails.constants.ts diff --git a/apps/studio/components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/AnalyticsBucketDetails.utils.ts b/apps/studio/components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/AnalyticsBucketDetails.utils.ts index cce42b5f44bec..e52f59273ea58 100644 --- a/apps/studio/components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/AnalyticsBucketDetails.utils.ts +++ b/apps/studio/components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/AnalyticsBucketDetails.utils.ts @@ -15,3 +15,10 @@ export const getAnalyticsBucketFDWName = (bucketId: string) => { export const getAnalyticsBucketFDWServerName = (bucketId: string) => { return `${snakeCase(bucketId)}_fdw_server` } + +export const getNamespaceTableNameFromPostgresTableName = (table: { + name: string + schema: string +}) => { + return `${snakeCase(`${table.schema}.${table.name}`)}_changelog` +} diff --git a/apps/studio/components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/BucketHeader.tsx b/apps/studio/components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/BucketHeader.tsx new file mode 100644 index 0000000000000..07900b4d9ccab --- /dev/null +++ b/apps/studio/components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/BucketHeader.tsx @@ -0,0 +1,62 @@ +import { noop } from 'lodash' +import Link from 'next/link' + +import { useParams } from 'common' +import { FormattedWrapperTable } from 'components/interfaces/Integrations/Wrappers/Wrappers.utils' +import { + ScaffoldHeader, + ScaffoldSectionDescription, + ScaffoldSectionTitle, +} from 'components/layouts/Scaffold' +import { useReplicationPipelineStatusQuery } from 'data/etl/pipeline-status-query' +import { Button } from 'ui' +import { ConnectTablesDialog } from './ConnectTablesDialog' +import { useAnalyticsBucketAssociatedEntities } from './useAnalyticsBucketAssociatedEntities' + +interface BucketHeaderProps { + showActions?: boolean + namespaces?: { + namespace: string + schema: string + tables: FormattedWrapperTable[] + }[] + onSuccessConnectTables?: () => void +} + +export const BucketHeader = ({ + showActions = true, + namespaces = [], + onSuccessConnectTables = noop, +}: BucketHeaderProps) => { + const { ref: projectRef, bucketId } = useParams() + + const { pipeline } = useAnalyticsBucketAssociatedEntities({ projectRef, bucketId }) + const { data } = useReplicationPipelineStatusQuery({ projectRef, pipelineId: pipeline?.id }) + const pipelineStatus = data?.status.name + const isPipelineRunning = pipelineStatus === 'started' + + return ( + +

+ Tables + + Analytics tables stored in this bucket + +
+ {showActions && ( +
+ {!!pipeline && isPipelineRunning && ( + + )} + {namespaces.length > 0 && ( + + )} +
+ )} + + ) +} diff --git a/apps/studio/components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/ConnectTablesDialog.tsx b/apps/studio/components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/ConnectTablesDialog.tsx index 1ec27e28f3e3a..68cbd5a1b59f2 100644 --- a/apps/studio/components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/ConnectTablesDialog.tsx +++ b/apps/studio/components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/ConnectTablesDialog.tsx @@ -92,7 +92,7 @@ const PROGRESS_INDICATORS = { } interface ConnectTablesDialogProps { - onSuccessConnectTables: (tables: { schema: string; name: string }[]) => void + onSuccessConnectTables: () => void } export const ConnectTablesDialog = ({ onSuccessConnectTables }: ConnectTablesDialogProps) => { @@ -245,7 +245,7 @@ export const ConnectTablesDialogContent = ({ setConnectingStep(PROGRESS_STAGE.START_PIPELINE) await startPipeline({ projectRef, pipelineId }) - onSuccessConnectTables?.(publicationTables) + onSuccessConnectTables?.() toast.success(`Connected ${values.tables.length} tables to Analytics bucket!`) form.reset() onClose() @@ -287,7 +287,7 @@ export const ConnectTablesDialogContent = ({ setConnectingStep(PROGRESS_STAGE.START_PIPELINE) await startPipeline({ projectRef, pipelineId: pipeline.id }) - onSuccessConnectTables?.(tablesToBeAdded) + onSuccessConnectTables?.() toast.success('Successfully updated connected tables! Pipeline is being restarted') onClose() } catch (error: any) { diff --git a/apps/studio/components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/NamespaceWithTables/NamespaceWithTables.utils.ts b/apps/studio/components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/NamespaceWithTables/NamespaceWithTables.utils.ts new file mode 100644 index 0000000000000..f36458a801e48 --- /dev/null +++ b/apps/studio/components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/NamespaceWithTables/NamespaceWithTables.utils.ts @@ -0,0 +1,13 @@ +import { snakeCase } from 'lodash' + +import { ReplicationPublication } from 'data/etl/publications-query' + +export const inferPostgresTableFromNamespaceTable = ({ + publication, + tableName, +}: { + publication?: ReplicationPublication + tableName: string +}) => { + return publication?.tables.find((x) => tableName === snakeCase(`${x.schema}.${x.name}_changelog`)) +} diff --git a/apps/studio/components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/NamespaceWithTables/TableRowComponent.tsx b/apps/studio/components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/NamespaceWithTables/TableRowComponent.tsx index 0240c74ade585..7661747b52fd0 100644 --- a/apps/studio/components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/NamespaceWithTables/TableRowComponent.tsx +++ b/apps/studio/components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/NamespaceWithTables/TableRowComponent.tsx @@ -1,7 +1,7 @@ -import { snakeCase, uniq } from 'lodash' -import { MoreVertical, Pause, Play, Trash } from 'lucide-react' +import { uniq } from 'lodash' +import { Loader2, MoreVertical, Pause, Play, Trash } from 'lucide-react' import Link from 'next/link' -import { useState } from 'react' +import { useMemo, useState } from 'react' import { toast } from 'sonner' import { useParams } from 'common' @@ -10,7 +10,9 @@ import { formatWrapperTables, } from 'components/interfaces/Integrations/Wrappers/Wrappers.utils' import { getDecryptedParameters } from 'components/interfaces/Storage/ImportForeignSchemaDialog.utils' +import { DotPing } from 'components/ui/DotPing' import { DropdownMenuItemTooltip } from 'components/ui/DropdownMenuItemTooltip' +import { useReplicationPipelineStatusQuery } from 'data/etl/pipeline-status-query' import { useUpdatePublicationMutation } from 'data/etl/publication-update-mutation' import { useStartPipelineMutation } from 'data/etl/start-pipeline-mutation' import { useReplicationTablesQuery } from 'data/etl/tables-query' @@ -27,27 +29,30 @@ import { DropdownMenuTrigger, TableCell, TableRow, + Tooltip, + TooltipContent, + TooltipTrigger, } from 'ui' -import ConfirmationModal from 'ui-patterns/Dialogs/ConfirmationModal' -import { getAnalyticsBucketFDWServerName } from '../AnalyticsBucketDetails.utils' +import { ConfirmationModal } from 'ui-patterns/Dialogs/ConfirmationModal' +import { + getAnalyticsBucketFDWServerName, + getNamespaceTableNameFromPostgresTableName, +} from '../AnalyticsBucketDetails.utils' import { useAnalyticsBucketAssociatedEntities } from '../useAnalyticsBucketAssociatedEntities' import { useAnalyticsBucketWrapperInstance } from '../useAnalyticsBucketWrapperInstance' +import { inferPostgresTableFromNamespaceTable } from './NamespaceWithTables.utils' interface TableRowComponentProps { - index: number table: { id: number; name: string; isConnected: boolean } schema: string namespace: string - token: string isLoading?: boolean } export const TableRowComponent = ({ - index, table, schema, namespace, - token, isLoading, }: TableRowComponentProps) => { const { ref: projectRef, bucketId } = useParams() @@ -63,6 +68,8 @@ export const TableRowComponent = ({ projectRef, bucketId, }) + const { data } = useReplicationPipelineStatusQuery({ projectRef, pipelineId: pipeline?.id }) + const pipelineStatus = data?.status.name const { data: tables } = useReplicationTablesQuery({ projectRef, sourceId }) const { data: wrapperInstance, meta: wrapperMeta } = useAnalyticsBucketWrapperInstance({ @@ -70,13 +77,35 @@ export const TableRowComponent = ({ }) const { mutateAsync: updateFDW } = useFDWUpdateMutation() - const { mutateAsync: deleteNamespaceTable } = useIcebergNamespaceTableDeleteMutation() + const { mutateAsync: deleteNamespaceTable } = useIcebergNamespaceTableDeleteMutation({ + projectRef, + }) const { mutateAsync: updatePublication } = useUpdatePublicationMutation() const { mutateAsync: startPipeline } = useStartPipelineMutation() - const isReplicating = !!publication?.tables.find( - (x) => table.name === snakeCase(`${x.schema}.${x.name}_changelog`) - ) + const inferredPostgresTable = inferPostgresTableFromNamespaceTable({ + publication, + tableName: table.name, + }) + const isTableUnderReplicationPublication = !!inferredPostgresTable + const hasReplication = !!pipeline && !!publication + const isPipelineRunning = pipelineStatus === 'started' + const isReplicating = isTableUnderReplicationPublication && isPipelineRunning + + // [Joshen] Considers both the replication pipeline status + if the table is in the replication publication + const replicationStatusLabel = useMemo(() => { + if (isLoading) return 'Checking' + + if (hasReplication) { + if (!isPipelineRunning) { + return '-' + } else if (isTableUnderReplicationPublication) { + return 'Running' + } else { + return 'Disabled' + } + } + }, [hasReplication, isLoading, isPipelineRunning, isTableUnderReplicationPublication]) const onConfirmStopReplication = async () => { if (!projectRef) return console.error('Project ref is required') @@ -90,7 +119,7 @@ export const TableRowComponent = ({ // [Joshen ALPHA] Assumption here is that all the namespace tables have _changelog as suffix // May need to update if that assumption falls short (e.g for those dealing with iceberg APIs directly) const updatedTables = publication.tables.filter( - (x) => table.name !== snakeCase(`${x.schema}.${x.name}_changelog`) + (x) => table.name !== getNamespaceTableNameFromPostgresTableName(x) ) await updatePublication({ projectRef, @@ -100,9 +129,9 @@ export const TableRowComponent = ({ }) await startPipeline({ projectRef, pipelineId: pipeline.id }) setShowStopReplicationModal(false) - toast.success('Successfully stopped replication for table! Pipeline is being restarted.') + toast.success('Successfully disabled replication for table! Pipeline is being restarted.') } catch (error: any) { - toast.error(`Failed to stop replication for table: ${error.message}`) + toast.error(`Failed to disable replication for table: ${error.message}`) } finally { setIsUpdatingReplication(false) } @@ -116,7 +145,9 @@ export const TableRowComponent = ({ if (!pipeline) return toast.error('Unable to find existing pipeline') // [Joshen ALPHA] This has potential to be flaky - we should see how we can get the table name and schema better - const pgTable = tables?.find((t) => snakeCase(`${t.schema}.${t.name}_changelog`) === table.name) + const pgTable = tables?.find( + (t) => getNamespaceTableNameFromPostgresTableName(t) === table.name + ) if (!pgTable) return toast.error('Unable to find corresponding Postgres table') try { @@ -132,9 +163,9 @@ export const TableRowComponent = ({ }) await startPipeline({ projectRef, pipelineId: pipeline.id }) setShowStartReplicationModal(false) - toast.success('Successfully stopped replication for table! Pipeline is being restarted.') + toast.success('Successfully enabled replication for table! Pipeline is being restarted.') } catch (error: any) { - toast.error(`Failed to stop replication for table: ${error.message}`) + toast.error(`Failed to enable replication for table: ${error.message}`) } finally { setIsUpdatingReplication(false) } @@ -189,7 +220,6 @@ export const TableRowComponent = ({ const wrapperValues = convertKVStringArrayToJson(wrapperInstance?.server_options ?? []) await deleteNamespaceTable({ - token, catalogUri: wrapperValues.catalog_uri, warehouse: wrapperValues.warehouse, namespace: namespace, @@ -209,38 +239,35 @@ export const TableRowComponent = ({ <> {table.name} - {!!publication && ( + {!!hasReplication && ( -
-
- - -
- - {isLoading && !isReplicating - ? '-' - : isReplicating - ? 'Replicating' - : 'Not replicating'} - +
+ + +
+ {isLoading ? ( + + ) : isPipelineRunning ? ( + + ) : null} + + {replicationStatusLabel} + +
+
+ {isPipelineRunning && ( + + {isReplicating + ? `Table data is currently replicating${!!inferredPostgresTable ? ` from ${inferredPostgresTable.schema}.${inferredPostgresTable.name}` : ''}` + : !isTableUnderReplicationPublication + ? 'Replication is disabled for this table' + : undefined} + + )} +
)} @@ -270,13 +297,13 @@ export const TableRowComponent = ({ {!!publication && ( <> - {isReplicating ? ( + {isTableUnderReplicationPublication ? ( setShowStopReplicationModal(true)} > -

Stop replication

+

Disable replication

) : ( setShowStartReplicationModal(true)} > -

Start replication

+

Enable replication

)} @@ -317,14 +344,14 @@ export const TableRowComponent = ({ variant="warning" visible={showStopReplicationModal} loading={isUpdatingReplication} - title="Confirm to stop replication for table" - confirmLabel="Stop replication" + title="Confirm to disable replication for table" + confirmLabel="Disable replication" onCancel={() => setShowStopReplicationModal(false)} onConfirm={() => onConfirmStopReplication()} >

Data within the "{table.name}" table will stop replicating. However do note that, - restarting replication on the table will clear and re-sync all data in it. Are you sure? + re-enabling replication on this table will clear and re-sync all data in it. Are you sure?

@@ -333,13 +360,13 @@ export const TableRowComponent = ({ variant="warning" visible={showStartReplicationModal} loading={isUpdatingReplication} - title="Confirm to start replication for table" - confirmLabel="Start replication" + title="Confirm to enable replication for table" + confirmLabel="Enable replication" onCancel={() => setShowStartReplicationModal(false)} onConfirm={() => onConfirmStartReplication()} >

- Restarting replication on the "{table.name}" table will clear and re-sync all data in it. + Re-enabling replication on the "{table.name}" table will clear and re-sync all data in it. Are you sure?

diff --git a/apps/studio/components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/NamespaceWithTables/index.tsx b/apps/studio/components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/NamespaceWithTables/index.tsx index 574d7ffa3800b..1556842da1441 100644 --- a/apps/studio/components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/NamespaceWithTables/index.tsx +++ b/apps/studio/components/interfaces/Storage/AnalyticsBuckets/AnalyticsBucketDetails/NamespaceWithTables/index.tsx @@ -1,5 +1,5 @@ import { ChevronRight, Info, Loader2, Plus, RefreshCw } from 'lucide-react' -import { useMemo, useState } from 'react' +import { useEffect, useMemo, useState } from 'react' import { useParams } from 'common' import type { WrapperMeta } from 'components/interfaces/Integrations/Wrappers/Wrappers.types' @@ -25,6 +25,7 @@ import { TooltipContent, TooltipTrigger, } from 'ui' +import { getNamespaceTableNameFromPostgresTableName } from '../AnalyticsBucketDetails.utils' import { useAnalyticsBucketAssociatedEntities } from '../useAnalyticsBucketAssociatedEntities' import { TableRowComponent } from './TableRowComponent' @@ -34,11 +35,9 @@ type NamespaceWithTablesProps = { sourceType: 'replication' | 'direct' schema: string tables: (FormattedWrapperTable & { id: number })[] - token: string wrapperInstance: FDW wrapperValues: Record wrapperMeta: WrapperMeta - tablesToPoll: { schema: string; name: string }[] pollIntervalNamespaceTables: number setPollIntervalNamespaceTables: (value: number) => void } @@ -49,11 +48,9 @@ export const NamespaceWithTables = ({ sourceType = 'direct', schema, tables, - token, wrapperInstance, wrapperValues, wrapperMeta, - tablesToPoll, pollIntervalNamespaceTables, setPollIntervalNamespaceTables, }: NamespaceWithTablesProps) => { @@ -63,32 +60,42 @@ export const NamespaceWithTables = ({ const { publication } = useAnalyticsBucketAssociatedEntities({ projectRef, bucketId }) - const { data: tablesData, isLoading: isLoadingNamespaceTables } = useIcebergNamespaceTablesQuery( + const { + data: tablesData = [], + isLoading: isLoadingNamespaceTables, + isSuccess: isSuccessNamespaceTables, + } = useIcebergNamespaceTablesQuery( { catalogUri: wrapperValues.catalog_uri, warehouse: wrapperValues.warehouse, - token: token, namespace: namespace, + projectRef, }, { - enabled: !!token, - refetchInterval: (data) => { + refetchInterval: (data = []) => { if (pollIntervalNamespaceTables === 0) return false - if (tablesToPoll.length > 0) { - const hasMissingTables = - (data ?? []).filter((t) => !tables.find((table) => table.table.split('.')[1] === t)) - .length > 0 - if (hasMissingTables) { - setPollIntervalNamespaceTables(0) - return false - } + const publicationTables = publication?.tables ?? [] + const isSynced = !publicationTables.some( + (x) => !data.includes(getNamespaceTableNameFromPostgresTableName(x)) + ) + if (isSynced) { + setPollIntervalNamespaceTables(0) + return false } + return pollIntervalNamespaceTables }, } ) + const publicationTables = publication?.tables ?? [] + const publicationTablesNotSyncedToNamespaceTables = publicationTables.filter( + (x) => !tablesData.includes(getNamespaceTableNameFromPostgresTableName(x)) + ) + const isSyncedPublicationTablesAndNamespaceTables = + publicationTablesNotSyncedToNamespaceTables.length === 0 + const { mutateAsync: importForeignSchema, isLoading: isImportingForeignSchema } = useFDWImportForeignSchemaMutation() @@ -143,6 +150,13 @@ export const NamespaceWithTables = ({ return `fdw_analytics_${namespace.replaceAll('-', '_')}` }, [schema, namespace]) + useEffect(() => { + if (isSuccessNamespaceTables && !isSyncedPublicationTablesAndNamespaceTables) { + setPollIntervalNamespaceTables(4000) + } + // eslint-disable-next-line react-hooks/exhaustive-deps + }, [isSuccessNamespaceTables, isSyncedPublicationTablesAndNamespaceTables]) + return ( @@ -182,14 +196,28 @@ export const NamespaceWithTables = ({ )} -
- {tablesToPoll.length > 0 && ( -
- -

- Connecting {tablesToPoll.length} table{tablesToPoll.length > 1 ? 's' : ''} -

-
+
+ {pollIntervalNamespaceTables > 0 && ( + + +
+ +

+ Connecting {publicationTablesNotSyncedToNamespaceTables.length} table + {publicationTablesNotSyncedToNamespaceTables.length > 1 ? 's' : ''} +

+
+
+ +

Waiting for namespace table to be created for:

+
    + {publicationTablesNotSyncedToNamespaceTables.map((x) => { + const value = `${x.schema}.${x.name}` + return
  • {value}
  • + })} +
+
+
)} {missingTables.length > 0 && (