@nvwa-app/sdk-core 0.4.5 → 0.4.7
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.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +4 -5
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import { PostgrestClient } from '@
|
|
1
|
+
import * as _supabase_postgrest_js from '@supabase/postgrest-js';
|
|
2
|
+
import { PostgrestClient } from '@supabase/postgrest-js';
|
|
3
3
|
import { User } from 'better-auth';
|
|
4
4
|
import { createAuthClient } from 'better-auth/client';
|
|
5
5
|
|
|
@@ -210,7 +210,7 @@ declare class NvwaEdgeFunctions {
|
|
|
210
210
|
}
|
|
211
211
|
|
|
212
212
|
declare const ENTITIES_BASE_PATH = "/entities";
|
|
213
|
-
declare const createPostgrestClient: (baseUrl: string, httpClient: NvwaHttpClient, handleUnauthorized: () => void) => PostgrestClient<any, {} |
|
|
213
|
+
declare const createPostgrestClient: (baseUrl: string, httpClient: NvwaHttpClient, handleUnauthorized: () => void) => PostgrestClient<any, {} | _supabase_postgrest_js.PostgrestClientOptions, "public", any>;
|
|
214
214
|
|
|
215
215
|
interface INvwa {
|
|
216
216
|
entities: PostgrestClient;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import { PostgrestClient } from '@
|
|
1
|
+
import * as _supabase_postgrest_js from '@supabase/postgrest-js';
|
|
2
|
+
import { PostgrestClient } from '@supabase/postgrest-js';
|
|
3
3
|
import { User } from 'better-auth';
|
|
4
4
|
import { createAuthClient } from 'better-auth/client';
|
|
5
5
|
|
|
@@ -210,7 +210,7 @@ declare class NvwaEdgeFunctions {
|
|
|
210
210
|
}
|
|
211
211
|
|
|
212
212
|
declare const ENTITIES_BASE_PATH = "/entities";
|
|
213
|
-
declare const createPostgrestClient: (baseUrl: string, httpClient: NvwaHttpClient, handleUnauthorized: () => void) => PostgrestClient<any, {} |
|
|
213
|
+
declare const createPostgrestClient: (baseUrl: string, httpClient: NvwaHttpClient, handleUnauthorized: () => void) => PostgrestClient<any, {} | _supabase_postgrest_js.PostgrestClientOptions, "public", any>;
|
|
214
214
|
|
|
215
215
|
interface INvwa {
|
|
216
216
|
entities: PostgrestClient;
|