@nvwa-app/sdk-core 0.4.10 → 0.4.13
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 +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import { PostgrestClient } from '@
|
|
1
|
+
import * as _nvwa_app_postgrest_js from '@nvwa-app/postgrest-js';
|
|
2
|
+
import { PostgrestClient } from '@nvwa-app/postgrest-js';
|
|
3
3
|
import { User } from 'better-auth';
|
|
4
4
|
import { createAuthClient } from 'better-auth/client';
|
|
5
5
|
|
|
@@ -198,7 +198,7 @@ declare class NvwaEdgeFunctions {
|
|
|
198
198
|
}
|
|
199
199
|
|
|
200
200
|
declare const ENTITIES_BASE_PATH = "/entities";
|
|
201
|
-
declare const createPostgrestClient: (baseUrl: string, httpClient: NvwaHttpClient, handleUnauthorized: () => void) => PostgrestClient<any, {} |
|
|
201
|
+
declare const createPostgrestClient: (baseUrl: string, httpClient: NvwaHttpClient, handleUnauthorized: () => void) => PostgrestClient<any, {} | _nvwa_app_postgrest_js.PostgrestClientOptions, "public", any>;
|
|
202
202
|
|
|
203
203
|
interface INvwa {
|
|
204
204
|
entities: PostgrestClient;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import { PostgrestClient } from '@
|
|
1
|
+
import * as _nvwa_app_postgrest_js from '@nvwa-app/postgrest-js';
|
|
2
|
+
import { PostgrestClient } from '@nvwa-app/postgrest-js';
|
|
3
3
|
import { User } from 'better-auth';
|
|
4
4
|
import { createAuthClient } from 'better-auth/client';
|
|
5
5
|
|
|
@@ -198,7 +198,7 @@ declare class NvwaEdgeFunctions {
|
|
|
198
198
|
}
|
|
199
199
|
|
|
200
200
|
declare const ENTITIES_BASE_PATH = "/entities";
|
|
201
|
-
declare const createPostgrestClient: (baseUrl: string, httpClient: NvwaHttpClient, handleUnauthorized: () => void) => PostgrestClient<any, {} |
|
|
201
|
+
declare const createPostgrestClient: (baseUrl: string, httpClient: NvwaHttpClient, handleUnauthorized: () => void) => PostgrestClient<any, {} | _nvwa_app_postgrest_js.PostgrestClientOptions, "public", any>;
|
|
202
202
|
|
|
203
203
|
interface INvwa {
|
|
204
204
|
entities: PostgrestClient;
|