@supabase/supabase-js 2.87.4-canary.2 → 2.87.4-canary.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +452 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +362 -0
- package/dist/index.d.cts.map +1 -0
- package/dist/index.d.mts +362 -0
- package/dist/index.d.mts.map +1 -0
- package/dist/index.mjs +405 -0
- package/dist/index.mjs.map +1 -0
- package/dist/umd/supabase.js +23 -1
- package/package.json +21 -22
- package/src/lib/types.ts +19 -1
- package/src/lib/version.ts +1 -1
- package/dist/esm/wrapper.mjs +0 -94
- package/dist/main/SupabaseClient.d.ts +0 -139
- package/dist/main/SupabaseClient.d.ts.map +0 -1
- package/dist/main/SupabaseClient.js +0 -235
- package/dist/main/SupabaseClient.js.map +0 -1
- package/dist/main/index.d.ts +0 -24
- package/dist/main/index.d.ts.map +0 -1
- package/dist/main/index.js +0 -76
- package/dist/main/index.js.map +0 -1
- package/dist/main/lib/SupabaseAuthClient.d.ts +0 -6
- package/dist/main/lib/SupabaseAuthClient.d.ts.map +0 -1
- package/dist/main/lib/SupabaseAuthClient.js +0 -11
- package/dist/main/lib/SupabaseAuthClient.js.map +0 -1
- package/dist/main/lib/constants.d.ts +0 -16
- package/dist/main/lib/constants.d.ts.map +0 -1
- package/dist/main/lib/constants.js +0 -33
- package/dist/main/lib/constants.js.map +0 -1
- package/dist/main/lib/fetch.d.ts +0 -9
- package/dist/main/lib/fetch.d.ts.map +0 -1
- package/dist/main/lib/fetch.js +0 -32
- package/dist/main/lib/fetch.js.map +0 -1
- package/dist/main/lib/helpers.d.ts +0 -14
- package/dist/main/lib/helpers.d.ts.map +0 -1
- package/dist/main/lib/helpers.js +0 -62
- package/dist/main/lib/helpers.js.map +0 -1
- package/dist/main/lib/rest/types/common/common.d.ts +0 -55
- package/dist/main/lib/rest/types/common/common.d.ts.map +0 -1
- package/dist/main/lib/rest/types/common/common.js +0 -12
- package/dist/main/lib/rest/types/common/common.js.map +0 -1
- package/dist/main/lib/rest/types/common/rpc.d.ts +0 -49
- package/dist/main/lib/rest/types/common/rpc.d.ts.map +0 -1
- package/dist/main/lib/rest/types/common/rpc.js +0 -12
- package/dist/main/lib/rest/types/common/rpc.js.map +0 -1
- package/dist/main/lib/types.d.ts +0 -102
- package/dist/main/lib/types.d.ts.map +0 -1
- package/dist/main/lib/types.js +0 -3
- package/dist/main/lib/types.js.map +0 -1
- package/dist/main/lib/version.d.ts +0 -2
- package/dist/main/lib/version.d.ts.map +0 -1
- package/dist/main/lib/version.js +0 -11
- package/dist/main/lib/version.js.map +0 -1
- package/dist/module/SupabaseClient.d.ts +0 -139
- package/dist/module/SupabaseClient.d.ts.map +0 -1
- package/dist/module/SupabaseClient.js +0 -232
- package/dist/module/SupabaseClient.js.map +0 -1
- package/dist/module/index.d.ts +0 -24
- package/dist/module/index.d.ts.map +0 -1
- package/dist/module/index.js +0 -48
- package/dist/module/index.js.map +0 -1
- package/dist/module/lib/SupabaseAuthClient.d.ts +0 -6
- package/dist/module/lib/SupabaseAuthClient.d.ts.map +0 -1
- package/dist/module/lib/SupabaseAuthClient.js +0 -7
- package/dist/module/lib/SupabaseAuthClient.js.map +0 -1
- package/dist/module/lib/constants.d.ts +0 -16
- package/dist/module/lib/constants.d.ts.map +0 -1
- package/dist/module/lib/constants.js +0 -30
- package/dist/module/lib/constants.js.map +0 -1
- package/dist/module/lib/fetch.d.ts +0 -9
- package/dist/module/lib/fetch.d.ts.map +0 -1
- package/dist/module/lib/fetch.js +0 -26
- package/dist/module/lib/fetch.js.map +0 -1
- package/dist/module/lib/helpers.d.ts +0 -14
- package/dist/module/lib/helpers.d.ts.map +0 -1
- package/dist/module/lib/helpers.js +0 -54
- package/dist/module/lib/helpers.js.map +0 -1
- package/dist/module/lib/rest/types/common/common.d.ts +0 -55
- package/dist/module/lib/rest/types/common/common.d.ts.map +0 -1
- package/dist/module/lib/rest/types/common/common.js +0 -11
- package/dist/module/lib/rest/types/common/common.js.map +0 -1
- package/dist/module/lib/rest/types/common/rpc.d.ts +0 -49
- package/dist/module/lib/rest/types/common/rpc.d.ts.map +0 -1
- package/dist/module/lib/rest/types/common/rpc.js +0 -11
- package/dist/module/lib/rest/types/common/rpc.js.map +0 -1
- package/dist/module/lib/types.d.ts +0 -102
- package/dist/module/lib/types.d.ts.map +0 -1
- package/dist/module/lib/types.js +0 -2
- package/dist/module/lib/types.js.map +0 -1
- package/dist/module/lib/version.d.ts +0 -2
- package/dist/module/lib/version.d.ts.map +0 -1
- package/dist/module/lib/version.js +0 -8
- package/dist/module/lib/version.js.map +0 -1
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,362 @@
|
|
|
1
|
+
import { FunctionInvokeOptions, FunctionRegion, FunctionsClient, FunctionsError, FunctionsFetchError, FunctionsHttpError, FunctionsRelayError } from "@supabase/functions-js";
|
|
2
|
+
import { PostgrestClient, PostgrestError, PostgrestError as PostgrestError$1, PostgrestFilterBuilder, PostgrestMaybeSingleResponse, PostgrestQueryBuilder, PostgrestResponse, PostgrestSingleResponse } from "@supabase/postgrest-js";
|
|
3
|
+
import { RealtimeChannel, RealtimeChannelOptions, RealtimeClient, RealtimeClientOptions } from "@supabase/realtime-js";
|
|
4
|
+
import { StorageClient, StorageClientOptions } from "@supabase/storage-js";
|
|
5
|
+
import { AuthClient, GoTrueClientOptions, Session as AuthSession, User as AuthUser } from "@supabase/auth-js";
|
|
6
|
+
export * from "@supabase/realtime-js";
|
|
7
|
+
export * from "@supabase/auth-js";
|
|
8
|
+
|
|
9
|
+
//#region src/lib/rest/types/common/common.d.ts
|
|
10
|
+
type GenericRelationship = {
|
|
11
|
+
foreignKeyName: string;
|
|
12
|
+
columns: string[];
|
|
13
|
+
isOneToOne?: boolean;
|
|
14
|
+
referencedRelation: string;
|
|
15
|
+
referencedColumns: string[];
|
|
16
|
+
};
|
|
17
|
+
type GenericTable = {
|
|
18
|
+
Row: Record<string, unknown>;
|
|
19
|
+
Insert: Record<string, unknown>;
|
|
20
|
+
Update: Record<string, unknown>;
|
|
21
|
+
Relationships: GenericRelationship[];
|
|
22
|
+
};
|
|
23
|
+
type GenericUpdatableView = {
|
|
24
|
+
Row: Record<string, unknown>;
|
|
25
|
+
Insert: Record<string, unknown>;
|
|
26
|
+
Update: Record<string, unknown>;
|
|
27
|
+
Relationships: GenericRelationship[];
|
|
28
|
+
};
|
|
29
|
+
type GenericNonUpdatableView = {
|
|
30
|
+
Row: Record<string, unknown>;
|
|
31
|
+
Relationships: GenericRelationship[];
|
|
32
|
+
};
|
|
33
|
+
type GenericView = GenericUpdatableView | GenericNonUpdatableView;
|
|
34
|
+
type GenericSetofOption = {
|
|
35
|
+
isSetofReturn?: boolean | undefined;
|
|
36
|
+
isOneToOne?: boolean | undefined;
|
|
37
|
+
isNotNullable?: boolean | undefined;
|
|
38
|
+
to: string;
|
|
39
|
+
from: string;
|
|
40
|
+
};
|
|
41
|
+
type GenericFunction = {
|
|
42
|
+
Args: Record<string, unknown> | never;
|
|
43
|
+
Returns: unknown;
|
|
44
|
+
SetofOptions?: GenericSetofOption;
|
|
45
|
+
};
|
|
46
|
+
type GenericSchema = {
|
|
47
|
+
Tables: Record<string, GenericTable>;
|
|
48
|
+
Views: Record<string, GenericView>;
|
|
49
|
+
Functions: Record<string, GenericFunction>;
|
|
50
|
+
};
|
|
51
|
+
//#endregion
|
|
52
|
+
//#region src/lib/types.d.ts
|
|
53
|
+
interface SupabaseAuthClientOptions extends GoTrueClientOptions {}
|
|
54
|
+
type Fetch = typeof fetch;
|
|
55
|
+
type SupabaseClientOptions<SchemaName> = {
|
|
56
|
+
/**
|
|
57
|
+
* The Postgres schema which your tables belong to. Must be on the list of exposed schemas in Supabase. Defaults to `public`.
|
|
58
|
+
*/
|
|
59
|
+
db?: {
|
|
60
|
+
schema?: SchemaName;
|
|
61
|
+
};
|
|
62
|
+
auth?: {
|
|
63
|
+
/**
|
|
64
|
+
* Automatically refreshes the token for logged-in users. Defaults to true.
|
|
65
|
+
*/
|
|
66
|
+
autoRefreshToken?: boolean;
|
|
67
|
+
/**
|
|
68
|
+
* Optional key name used for storing tokens in local storage.
|
|
69
|
+
*/
|
|
70
|
+
storageKey?: string;
|
|
71
|
+
/**
|
|
72
|
+
* Whether to persist a logged-in session to storage. Defaults to true.
|
|
73
|
+
*/
|
|
74
|
+
persistSession?: boolean;
|
|
75
|
+
/**
|
|
76
|
+
* Detect a session from the URL. Used for OAuth login callbacks. Defaults to true.
|
|
77
|
+
*
|
|
78
|
+
* Can be set to a function to provide custom logic for determining if a URL contains
|
|
79
|
+
* a Supabase auth callback. The function receives the current URL and parsed parameters,
|
|
80
|
+
* and should return true if the URL should be processed as a Supabase auth callback.
|
|
81
|
+
*
|
|
82
|
+
* This is useful when your app uses other OAuth providers (e.g., Facebook Login) that
|
|
83
|
+
* also return access_token in the URL fragment, which would otherwise be incorrectly
|
|
84
|
+
* intercepted by Supabase Auth.
|
|
85
|
+
*
|
|
86
|
+
* @example
|
|
87
|
+
* ```ts
|
|
88
|
+
* detectSessionInUrl: (url, params) => {
|
|
89
|
+
* // Ignore Facebook OAuth redirects
|
|
90
|
+
* if (url.pathname === '/facebook/redirect') return false
|
|
91
|
+
* // Use default detection for other URLs
|
|
92
|
+
* return Boolean(params.access_token || params.error_description)
|
|
93
|
+
* }
|
|
94
|
+
* ```
|
|
95
|
+
*/
|
|
96
|
+
detectSessionInUrl?: boolean | ((url: URL, params: {
|
|
97
|
+
[parameter: string]: string;
|
|
98
|
+
}) => boolean);
|
|
99
|
+
/**
|
|
100
|
+
* A storage provider. Used to store the logged-in session.
|
|
101
|
+
*/
|
|
102
|
+
storage?: SupabaseAuthClientOptions['storage'];
|
|
103
|
+
/**
|
|
104
|
+
* A storage provider to store the user profile separately from the session.
|
|
105
|
+
* Useful when you need to store the session information in cookies,
|
|
106
|
+
* without bloating the data with the redundant user object.
|
|
107
|
+
*
|
|
108
|
+
* @experimental
|
|
109
|
+
*/
|
|
110
|
+
userStorage?: SupabaseAuthClientOptions['userStorage'];
|
|
111
|
+
/**
|
|
112
|
+
* OAuth flow to use - defaults to implicit flow. PKCE is recommended for mobile and server-side applications.
|
|
113
|
+
*/
|
|
114
|
+
flowType?: SupabaseAuthClientOptions['flowType'];
|
|
115
|
+
/**
|
|
116
|
+
* If debug messages for authentication client are emitted. Can be used to inspect the behavior of the library.
|
|
117
|
+
*/
|
|
118
|
+
debug?: SupabaseAuthClientOptions['debug'];
|
|
119
|
+
/**
|
|
120
|
+
* Provide your own locking mechanism based on the environment. By default no locking is done at this time.
|
|
121
|
+
*
|
|
122
|
+
* @experimental
|
|
123
|
+
*/
|
|
124
|
+
lock?: SupabaseAuthClientOptions['lock'];
|
|
125
|
+
/**
|
|
126
|
+
* If there is an error with the query, throwOnError will reject the promise by
|
|
127
|
+
* throwing the error instead of returning it as part of a successful response.
|
|
128
|
+
*/
|
|
129
|
+
throwOnError?: SupabaseAuthClientOptions['throwOnError'];
|
|
130
|
+
};
|
|
131
|
+
/**
|
|
132
|
+
* Options passed to the realtime-js instance
|
|
133
|
+
*/
|
|
134
|
+
realtime?: RealtimeClientOptions;
|
|
135
|
+
storage?: StorageClientOptions;
|
|
136
|
+
global?: {
|
|
137
|
+
/**
|
|
138
|
+
* A custom `fetch` implementation.
|
|
139
|
+
*/
|
|
140
|
+
fetch?: Fetch;
|
|
141
|
+
/**
|
|
142
|
+
* Optional headers for initializing the client.
|
|
143
|
+
*/
|
|
144
|
+
headers?: Record<string, string>;
|
|
145
|
+
};
|
|
146
|
+
/**
|
|
147
|
+
* Optional function for using a third-party authentication system with
|
|
148
|
+
* Supabase. The function should return an access token or ID token (JWT) by
|
|
149
|
+
* obtaining it from the third-party auth SDK. Note that this
|
|
150
|
+
* function may be called concurrently and many times. Use memoization and
|
|
151
|
+
* locking techniques if this is not supported by the SDKs.
|
|
152
|
+
*
|
|
153
|
+
* When set, the `auth` namespace of the Supabase client cannot be used.
|
|
154
|
+
* Create another client if you wish to use Supabase Auth and third-party
|
|
155
|
+
* authentications concurrently in the same application.
|
|
156
|
+
*/
|
|
157
|
+
accessToken?: () => Promise<string | null>;
|
|
158
|
+
};
|
|
159
|
+
/**
|
|
160
|
+
* Helper types for query results.
|
|
161
|
+
*/
|
|
162
|
+
type QueryResult<T> = T extends PromiseLike<infer U> ? U : never;
|
|
163
|
+
type QueryData<T> = T extends PromiseLike<{
|
|
164
|
+
data: infer U;
|
|
165
|
+
}> ? Exclude<U, null> : never;
|
|
166
|
+
type QueryError = PostgrestError$1;
|
|
167
|
+
//#endregion
|
|
168
|
+
//#region src/lib/SupabaseAuthClient.d.ts
|
|
169
|
+
declare class SupabaseAuthClient extends AuthClient {
|
|
170
|
+
constructor(options: SupabaseAuthClientOptions);
|
|
171
|
+
}
|
|
172
|
+
//#endregion
|
|
173
|
+
//#region src/lib/rest/types/common/rpc.d.ts
|
|
174
|
+
type IsMatchingArgs<FnArgs extends GenericFunction['Args'], PassedArgs extends GenericFunction['Args']> = [FnArgs] extends [Record<PropertyKey, never>] ? PassedArgs extends Record<PropertyKey, never> ? true : false : keyof PassedArgs extends keyof FnArgs ? PassedArgs extends FnArgs ? true : false : false;
|
|
175
|
+
type MatchingFunctionArgs<Fn$1 extends GenericFunction, Args extends GenericFunction['Args']> = Fn$1 extends {
|
|
176
|
+
Args: infer A extends GenericFunction['Args'];
|
|
177
|
+
} ? IsMatchingArgs<A, Args> extends true ? Fn$1 : never : false;
|
|
178
|
+
type FindMatchingFunctionByArgs<FnUnion, Args extends GenericFunction['Args']> = FnUnion extends infer Fn extends GenericFunction ? MatchingFunctionArgs<Fn, Args> : false;
|
|
179
|
+
type TablesAndViews<Schema extends GenericSchema> = Schema['Tables'] & Exclude<Schema['Views'], ''>;
|
|
180
|
+
type UnionToIntersection<U$1> = (U$1 extends any ? (k: U$1) => void : never) extends ((k: infer I) => void) ? I : never;
|
|
181
|
+
type LastOf<T> = UnionToIntersection<T extends any ? () => T : never> extends (() => infer R) ? R : never;
|
|
182
|
+
type IsAny<T> = 0 extends 1 & T ? true : false;
|
|
183
|
+
type ExactMatch<T, S> = [T] extends [S] ? ([S] extends [T] ? true : false) : false;
|
|
184
|
+
type ExtractExactFunction<Fns, Args> = Fns extends infer F ? F extends GenericFunction ? ExactMatch<F['Args'], Args> extends true ? F : never : never : never;
|
|
185
|
+
type IsNever<T> = [T] extends [never] ? true : false;
|
|
186
|
+
type RpcFunctionNotFound<FnName> = {
|
|
187
|
+
Row: any;
|
|
188
|
+
Result: {
|
|
189
|
+
error: true;
|
|
190
|
+
} & "Couldn't infer function definition matching provided arguments";
|
|
191
|
+
RelationName: FnName;
|
|
192
|
+
Relationships: null;
|
|
193
|
+
};
|
|
194
|
+
type CrossSchemaError<TableRef extends string> = {
|
|
195
|
+
error: true;
|
|
196
|
+
} & `Function returns SETOF from a different schema ('${TableRef}'). Use .overrideTypes<YourReturnType>() to specify the return type explicitly.`;
|
|
197
|
+
type GetRpcFunctionFilterBuilderByArgs<Schema extends GenericSchema, FnName extends string & keyof Schema['Functions'], Args> = {
|
|
198
|
+
0: Schema['Functions'][FnName];
|
|
199
|
+
1: IsAny<Schema> extends true ? any : IsNever<Args> extends true ? IsNever<ExtractExactFunction<Schema['Functions'][FnName], Args>> extends true ? LastOf<Schema['Functions'][FnName]> : ExtractExactFunction<Schema['Functions'][FnName], Args> : Args extends Record<PropertyKey, never> ? LastOf<Schema['Functions'][FnName]> : Args extends GenericFunction['Args'] ? IsNever<LastOf<FindMatchingFunctionByArgs<Schema['Functions'][FnName], Args>>> extends true ? LastOf<Schema['Functions'][FnName]> : LastOf<FindMatchingFunctionByArgs<Schema['Functions'][FnName], Args>> : ExtractExactFunction<Schema['Functions'][FnName], Args> extends GenericFunction ? ExtractExactFunction<Schema['Functions'][FnName], Args> : any;
|
|
200
|
+
}[1] extends infer Fn ? IsAny<Fn> extends true ? {
|
|
201
|
+
Row: any;
|
|
202
|
+
Result: any;
|
|
203
|
+
RelationName: FnName;
|
|
204
|
+
Relationships: null;
|
|
205
|
+
} : Fn extends GenericFunction ? {
|
|
206
|
+
Row: Fn['SetofOptions'] extends GenericSetofOption ? Fn['SetofOptions']['to'] extends keyof TablesAndViews<Schema> ? TablesAndViews<Schema>[Fn['SetofOptions']['to']]['Row'] : Fn['Returns'] extends any[] ? Fn['Returns'][number] extends Record<string, unknown> ? Fn['Returns'][number] : CrossSchemaError<Fn['SetofOptions']['to'] & string> : Fn['Returns'] extends Record<string, unknown> ? Fn['Returns'] : CrossSchemaError<Fn['SetofOptions']['to'] & string> : Fn['Returns'] extends any[] ? Fn['Returns'][number] extends Record<string, unknown> ? Fn['Returns'][number] : never : Fn['Returns'] extends Record<string, unknown> ? Fn['Returns'] : never;
|
|
207
|
+
Result: Fn['SetofOptions'] extends GenericSetofOption ? Fn['SetofOptions']['isSetofReturn'] extends true ? Fn['SetofOptions']['isOneToOne'] extends true ? Fn['Returns'][] : Fn['Returns'] : Fn['Returns'] : Fn['Returns'];
|
|
208
|
+
RelationName: Fn['SetofOptions'] extends GenericSetofOption ? Fn['SetofOptions']['to'] : FnName;
|
|
209
|
+
Relationships: Fn['SetofOptions'] extends GenericSetofOption ? Fn['SetofOptions']['to'] extends keyof Schema['Tables'] ? Schema['Tables'][Fn['SetofOptions']['to']]['Relationships'] : Fn['SetofOptions']['to'] extends keyof Schema['Views'] ? Schema['Views'][Fn['SetofOptions']['to']]['Relationships'] : null : null;
|
|
210
|
+
} : Fn extends false ? RpcFunctionNotFound<FnName> : RpcFunctionNotFound<FnName> : RpcFunctionNotFound<FnName>;
|
|
211
|
+
//#endregion
|
|
212
|
+
//#region src/SupabaseClient.d.ts
|
|
213
|
+
/**
|
|
214
|
+
* Supabase Client.
|
|
215
|
+
*
|
|
216
|
+
* An isomorphic Javascript client for interacting with Postgres.
|
|
217
|
+
*/
|
|
218
|
+
declare class SupabaseClient<Database = any, SchemaNameOrClientOptions extends (string & keyof Omit<Database, '__InternalSupabase'>) | {
|
|
219
|
+
PostgrestVersion: string;
|
|
220
|
+
} = ('public' extends keyof Omit<Database, '__InternalSupabase'> ? 'public' : string & keyof Omit<Database, '__InternalSupabase'>), SchemaName extends string & keyof Omit<Database, '__InternalSupabase'> = (SchemaNameOrClientOptions extends string & keyof Omit<Database, '__InternalSupabase'> ? SchemaNameOrClientOptions : 'public' extends keyof Omit<Database, '__InternalSupabase'> ? 'public' : string & keyof Omit<Omit<Database, '__InternalSupabase'>, '__InternalSupabase'>), Schema extends (Omit<Database, '__InternalSupabase'>[SchemaName] extends GenericSchema ? Omit<Database, '__InternalSupabase'>[SchemaName] : never) = (Omit<Database, '__InternalSupabase'>[SchemaName] extends GenericSchema ? Omit<Database, '__InternalSupabase'>[SchemaName] : never), ClientOptions extends {
|
|
221
|
+
PostgrestVersion: string;
|
|
222
|
+
} = (SchemaNameOrClientOptions extends string & keyof Omit<Database, '__InternalSupabase'> ? Database extends {
|
|
223
|
+
__InternalSupabase: {
|
|
224
|
+
PostgrestVersion: string;
|
|
225
|
+
};
|
|
226
|
+
} ? Database['__InternalSupabase'] : {
|
|
227
|
+
PostgrestVersion: '12';
|
|
228
|
+
} : SchemaNameOrClientOptions extends {
|
|
229
|
+
PostgrestVersion: string;
|
|
230
|
+
} ? SchemaNameOrClientOptions : never)> {
|
|
231
|
+
protected supabaseUrl: string;
|
|
232
|
+
protected supabaseKey: string;
|
|
233
|
+
/**
|
|
234
|
+
* Supabase Auth allows you to create and manage user sessions for access to data that is secured by access policies.
|
|
235
|
+
*/
|
|
236
|
+
auth: SupabaseAuthClient;
|
|
237
|
+
realtime: RealtimeClient;
|
|
238
|
+
/**
|
|
239
|
+
* Supabase Storage allows you to manage user-generated content, such as photos or videos.
|
|
240
|
+
*/
|
|
241
|
+
storage: StorageClient;
|
|
242
|
+
protected realtimeUrl: URL;
|
|
243
|
+
protected authUrl: URL;
|
|
244
|
+
protected storageUrl: URL;
|
|
245
|
+
protected functionsUrl: URL;
|
|
246
|
+
protected rest: PostgrestClient<Database, ClientOptions, SchemaName>;
|
|
247
|
+
protected storageKey: string;
|
|
248
|
+
protected fetch?: Fetch;
|
|
249
|
+
protected changedAccessToken?: string;
|
|
250
|
+
protected accessToken?: () => Promise<string | null>;
|
|
251
|
+
protected headers: Record<string, string>;
|
|
252
|
+
/**
|
|
253
|
+
* Create a new client for use in the browser.
|
|
254
|
+
* @param supabaseUrl The unique Supabase URL which is supplied when you create a new project in your project dashboard.
|
|
255
|
+
* @param supabaseKey The unique Supabase Key which is supplied when you create a new project in your project dashboard.
|
|
256
|
+
* @param options.db.schema You can switch in between schemas. The schema needs to be on the list of exposed schemas inside Supabase.
|
|
257
|
+
* @param options.auth.autoRefreshToken Set to "true" if you want to automatically refresh the token before expiring.
|
|
258
|
+
* @param options.auth.persistSession Set to "true" if you want to automatically save the user session into local storage.
|
|
259
|
+
* @param options.auth.detectSessionInUrl Set to "true" if you want to automatically detects OAuth grants in the URL and signs in the user.
|
|
260
|
+
* @param options.realtime Options passed along to realtime-js constructor.
|
|
261
|
+
* @param options.storage Options passed along to the storage-js constructor.
|
|
262
|
+
* @param options.global.fetch A custom fetch implementation.
|
|
263
|
+
* @param options.global.headers Any additional headers to send with each network request.
|
|
264
|
+
* @example
|
|
265
|
+
* ```ts
|
|
266
|
+
* import { createClient } from '@supabase/supabase-js'
|
|
267
|
+
*
|
|
268
|
+
* const supabase = createClient('https://xyzcompany.supabase.co', 'public-anon-key')
|
|
269
|
+
* const { data } = await supabase.from('profiles').select('*')
|
|
270
|
+
* ```
|
|
271
|
+
*/
|
|
272
|
+
constructor(supabaseUrl: string, supabaseKey: string, options?: SupabaseClientOptions<SchemaName>);
|
|
273
|
+
/**
|
|
274
|
+
* Supabase Functions allows you to deploy and invoke edge functions.
|
|
275
|
+
*/
|
|
276
|
+
get functions(): FunctionsClient;
|
|
277
|
+
from<TableName extends string & keyof Schema['Tables'], Table extends Schema['Tables'][TableName]>(relation: TableName): PostgrestQueryBuilder<ClientOptions, Schema, Table, TableName>;
|
|
278
|
+
from<ViewName extends string & keyof Schema['Views'], View extends Schema['Views'][ViewName]>(relation: ViewName): PostgrestQueryBuilder<ClientOptions, Schema, View, ViewName>;
|
|
279
|
+
/**
|
|
280
|
+
* Select a schema to query or perform an function (rpc) call.
|
|
281
|
+
*
|
|
282
|
+
* The schema needs to be on the list of exposed schemas inside Supabase.
|
|
283
|
+
*
|
|
284
|
+
* @param schema - The schema to query
|
|
285
|
+
*/
|
|
286
|
+
schema<DynamicSchema extends string & keyof Omit<Database, '__InternalSupabase'>>(schema: DynamicSchema): PostgrestClient<Database, ClientOptions, DynamicSchema, Database[DynamicSchema] extends GenericSchema ? Database[DynamicSchema] : any>;
|
|
287
|
+
/**
|
|
288
|
+
* Perform a function call.
|
|
289
|
+
*
|
|
290
|
+
* @param fn - The function name to call
|
|
291
|
+
* @param args - The arguments to pass to the function call
|
|
292
|
+
* @param options - Named parameters
|
|
293
|
+
* @param options.head - When set to `true`, `data` will not be returned.
|
|
294
|
+
* Useful if you only need the count.
|
|
295
|
+
* @param options.get - When set to `true`, the function will be called with
|
|
296
|
+
* read-only access mode.
|
|
297
|
+
* @param options.count - Count algorithm to use to count rows returned by the
|
|
298
|
+
* function. Only applicable for [set-returning
|
|
299
|
+
* functions](https://www.postgresql.org/docs/current/functions-srf.html).
|
|
300
|
+
*
|
|
301
|
+
* `"exact"`: Exact but slow count algorithm. Performs a `COUNT(*)` under the
|
|
302
|
+
* hood.
|
|
303
|
+
*
|
|
304
|
+
* `"planned"`: Approximated but fast count algorithm. Uses the Postgres
|
|
305
|
+
* statistics under the hood.
|
|
306
|
+
*
|
|
307
|
+
* `"estimated"`: Uses exact count for low numbers and planned count for high
|
|
308
|
+
* numbers.
|
|
309
|
+
*/
|
|
310
|
+
rpc<FnName extends string & keyof Schema['Functions'], Args extends Schema['Functions'][FnName]['Args'] = never, FilterBuilder extends GetRpcFunctionFilterBuilderByArgs<Schema, FnName, Args> = GetRpcFunctionFilterBuilderByArgs<Schema, FnName, Args>>(fn: FnName, args?: Args, options?: {
|
|
311
|
+
head?: boolean;
|
|
312
|
+
get?: boolean;
|
|
313
|
+
count?: 'exact' | 'planned' | 'estimated';
|
|
314
|
+
}): PostgrestFilterBuilder<ClientOptions, Schema, FilterBuilder['Row'], FilterBuilder['Result'], FilterBuilder['RelationName'], FilterBuilder['Relationships'], 'RPC'>;
|
|
315
|
+
/**
|
|
316
|
+
* Creates a Realtime channel with Broadcast, Presence, and Postgres Changes.
|
|
317
|
+
*
|
|
318
|
+
* @param {string} name - The name of the Realtime channel.
|
|
319
|
+
* @param {Object} opts - The options to pass to the Realtime channel.
|
|
320
|
+
*
|
|
321
|
+
*/
|
|
322
|
+
channel(name: string, opts?: RealtimeChannelOptions): RealtimeChannel;
|
|
323
|
+
/**
|
|
324
|
+
* Returns all Realtime channels.
|
|
325
|
+
*/
|
|
326
|
+
getChannels(): RealtimeChannel[];
|
|
327
|
+
/**
|
|
328
|
+
* Unsubscribes and removes Realtime channel from Realtime client.
|
|
329
|
+
*
|
|
330
|
+
* @param {RealtimeChannel} channel - The name of the Realtime channel.
|
|
331
|
+
*
|
|
332
|
+
*/
|
|
333
|
+
removeChannel(channel: RealtimeChannel): Promise<'ok' | 'timed out' | 'error'>;
|
|
334
|
+
/**
|
|
335
|
+
* Unsubscribes and removes all Realtime channels from Realtime client.
|
|
336
|
+
*/
|
|
337
|
+
removeAllChannels(): Promise<('ok' | 'timed out' | 'error')[]>;
|
|
338
|
+
private _getAccessToken;
|
|
339
|
+
private _initSupabaseAuthClient;
|
|
340
|
+
private _initRealtimeClient;
|
|
341
|
+
private _listenForAuthEvents;
|
|
342
|
+
private _handleTokenChanged;
|
|
343
|
+
}
|
|
344
|
+
//#endregion
|
|
345
|
+
//#region src/index.d.ts
|
|
346
|
+
/**
|
|
347
|
+
* Creates a new Supabase Client.
|
|
348
|
+
*
|
|
349
|
+
* @example
|
|
350
|
+
* ```ts
|
|
351
|
+
* import { createClient } from '@supabase/supabase-js'
|
|
352
|
+
*
|
|
353
|
+
* const supabase = createClient('https://xyzcompany.supabase.co', 'public-anon-key')
|
|
354
|
+
* const { data, error } = await supabase.from('profiles').select('*')
|
|
355
|
+
* ```
|
|
356
|
+
*/
|
|
357
|
+
declare const createClient: <Database = any, SchemaNameOrClientOptions extends (string & keyof Omit<Database, "__InternalSupabase">) | {
|
|
358
|
+
PostgrestVersion: string;
|
|
359
|
+
} = ("public" extends keyof Omit<Database, "__InternalSupabase"> ? "public" : string & keyof Omit<Database, "__InternalSupabase">), SchemaName extends string & keyof Omit<Database, "__InternalSupabase"> = (SchemaNameOrClientOptions extends string & keyof Omit<Database, "__InternalSupabase"> ? SchemaNameOrClientOptions : "public" extends keyof Omit<Database, "__InternalSupabase"> ? "public" : string & keyof Omit<Omit<Database, "__InternalSupabase">, "__InternalSupabase">)>(supabaseUrl: string, supabaseKey: string, options?: SupabaseClientOptions<SchemaName>) => SupabaseClient<Database, SchemaNameOrClientOptions, SchemaName>;
|
|
360
|
+
//#endregion
|
|
361
|
+
export { type AuthSession, type AuthUser, type FunctionInvokeOptions, FunctionRegion, FunctionsError, FunctionsFetchError, FunctionsHttpError, FunctionsRelayError, PostgrestError, type PostgrestMaybeSingleResponse, type PostgrestResponse, type PostgrestSingleResponse, type QueryData, type QueryError, type QueryResult, SupabaseClient, type SupabaseClientOptions, createClient };
|
|
362
|
+
//# sourceMappingURL=index.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/lib/rest/types/common/common.ts","../src/lib/types.ts","../src/lib/SupabaseAuthClient.ts","../src/lib/rest/types/common/rpc.ts","../src/SupabaseClient.ts","../src/index.ts"],"sourcesContent":[],"mappings":"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"}
|