@prisma/studio-core 0.0.0-dev.202505082255 → 0.0.0-dev.202505082258
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/package.json +1 -1
- package/dist/CPIOZS5X-V4BHP4CI.js +0 -1
- package/dist/OKF6E45R-XYOIK2NY.js +0 -1
- package/dist/adapter-CH4qnR6R.d.cts +0 -219
- package/dist/adapter-CH4qnR6R.d.ts +0 -219
- package/dist/chunk-2ZJZX5I7.js +0 -0
- package/dist/chunk-555OIWZX.js +0 -1
- package/dist/chunk-5MNS4IJC.js +0 -1332
- package/dist/chunk-BMVJYUJW.js +0 -1
- package/dist/chunk-N2MLAUEV.js +0 -1
- package/dist/chunk-P72NBTYE.js +0 -1
- package/dist/data/accelerate/index.cjs +0 -1
- package/dist/data/accelerate/index.d.cts +0 -47
- package/dist/data/accelerate/index.d.ts +0 -47
- package/dist/data/accelerate/index.js +0 -1
- package/dist/data/bff/index.cjs +0 -1
- package/dist/data/bff/index.d.cts +0 -55
- package/dist/data/bff/index.d.ts +0 -55
- package/dist/data/bff/index.js +0 -1
- package/dist/data/index.cjs +0 -1
- package/dist/data/index.d.cts +0 -3
- package/dist/data/index.d.ts +0 -3
- package/dist/data/index.js +0 -1
- package/dist/data/pglite/index.cjs +0 -1
- package/dist/data/pglite/index.d.cts +0 -26
- package/dist/data/pglite/index.d.ts +0 -26
- package/dist/data/pglite/index.js +0 -1
- package/dist/data/postgres-core/index.cjs +0 -1
- package/dist/data/postgres-core/index.d.cts +0 -155
- package/dist/data/postgres-core/index.d.ts +0 -155
- package/dist/data/postgres-core/index.js +0 -1
- package/dist/index-BTblIzxR.d.ts +0 -48
- package/dist/index-DAubYhEp.d.cts +0 -48
- package/dist/ui/index.cjs +0 -1603
- package/dist/ui/index.css +0 -2049
- package/dist/ui/index.d.cts +0 -27
- package/dist/ui/index.d.ts +0 -27
- package/dist/ui/index.js +0 -274
package/dist/ui/index.d.cts
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { A as Adapter } from '../adapter-CH4qnR6R.cjs';
|
|
3
|
-
|
|
4
|
-
type StudioTelemetryEvent = {
|
|
5
|
-
event: "studio_launched";
|
|
6
|
-
payload: {
|
|
7
|
-
event_id: string;
|
|
8
|
-
timestamp: string;
|
|
9
|
-
user_id?: string;
|
|
10
|
-
workspace_id?: string;
|
|
11
|
-
organization_id?: string;
|
|
12
|
-
embedding_type?: string;
|
|
13
|
-
vendor_id?: string;
|
|
14
|
-
table_count: number;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
interface StudioProps {
|
|
18
|
-
adapter: Adapter;
|
|
19
|
-
onError?: (error: Error) => void;
|
|
20
|
-
onTelemetryEvent?: (args: StudioTelemetryEvent) => void;
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* Main Studio component that provides database visualization and management
|
|
24
|
-
*/
|
|
25
|
-
declare function Studio(props: StudioProps): react_jsx_runtime.JSX.Element;
|
|
26
|
-
|
|
27
|
-
export { Studio, type StudioProps };
|
package/dist/ui/index.d.ts
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { A as Adapter } from '../adapter-CH4qnR6R.js';
|
|
3
|
-
|
|
4
|
-
type StudioTelemetryEvent = {
|
|
5
|
-
event: "studio_launched";
|
|
6
|
-
payload: {
|
|
7
|
-
event_id: string;
|
|
8
|
-
timestamp: string;
|
|
9
|
-
user_id?: string;
|
|
10
|
-
workspace_id?: string;
|
|
11
|
-
organization_id?: string;
|
|
12
|
-
embedding_type?: string;
|
|
13
|
-
vendor_id?: string;
|
|
14
|
-
table_count: number;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
interface StudioProps {
|
|
18
|
-
adapter: Adapter;
|
|
19
|
-
onError?: (error: Error) => void;
|
|
20
|
-
onTelemetryEvent?: (args: StudioTelemetryEvent) => void;
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* Main Studio component that provides database visualization and management
|
|
24
|
-
*/
|
|
25
|
-
declare function Studio(props: StudioProps): react_jsx_runtime.JSX.Element;
|
|
26
|
-
|
|
27
|
-
export { Studio, type StudioProps };
|