@prisma/studio-core 0.0.0-dev.202511082038 → 0.0.0-dev.202511092359
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/chunk-4N45R6OG.js +10 -0
- package/dist/data/accelerate/index.d.cts +1 -2
- package/dist/data/accelerate/index.d.ts +1 -2
- package/dist/data/bff/index.d.cts +1 -2
- package/dist/data/bff/index.d.ts +1 -2
- package/dist/data/index.d.cts +1 -15
- package/dist/data/index.d.ts +1 -15
- package/dist/data/pglite/index.cjs +1 -1
- package/dist/data/pglite/index.d.cts +1 -2
- package/dist/data/pglite/index.d.ts +1 -2
- package/dist/data/pglite/index.js +1 -1
- package/dist/data/postgres-core/index.cjs +1 -1
- package/dist/data/postgres-core/index.d.cts +2 -6
- package/dist/data/postgres-core/index.d.ts +2 -6
- package/dist/data/postgres-core/index.js +1 -1
- package/dist/data/postgresjs/index.cjs +1 -1
- package/dist/data/postgresjs/index.d.cts +1 -2
- package/dist/data/postgresjs/index.d.ts +1 -2
- package/dist/data/postgresjs/index.js +1 -1
- package/dist/data/ppg/index.d.cts +1 -2
- package/dist/data/ppg/index.d.ts +1 -2
- package/dist/{query-DTHJwENg.d.cts → index-CkpN852N.d.cts} +16 -1
- package/dist/{query-DTHJwENg.d.ts → index-CkpN852N.d.ts} +16 -1
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/ui/index.d.cts +1 -1
- package/dist/ui/index.d.ts +1 -1
- package/package.json +1 -1
- package/dist/chunk-WRNNFY3B.js +0 -10
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
import { A as Adapter, T as Table, F as FilterOperator, Q as Query,
|
|
2
|
-
import { Executor } from '../index.cjs';
|
|
1
|
+
import { e as AdapterRequirements, A as Adapter, T as Table, F as FilterOperator, Q as Query, f as AdapterInsertDetails, B as BuilderRequirements, g as AdapterQueryDetails, h as AdapterUpdateDetails, i as AdapterDeleteDetails } from '../../index-CkpN852N.cjs';
|
|
3
2
|
import * as kysely from 'kysely';
|
|
4
3
|
|
|
5
|
-
|
|
6
|
-
executor: Executor;
|
|
7
|
-
noParameters?: boolean;
|
|
8
|
-
}
|
|
4
|
+
type PostgresAdapterRequirements = AdapterRequirements;
|
|
9
5
|
declare function createPostgresAdapter(requirements: PostgresAdapterRequirements): Adapter;
|
|
10
6
|
/**
|
|
11
7
|
* For testing purposes.
|
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
import { A as Adapter, T as Table, F as FilterOperator, Q as Query,
|
|
2
|
-
import { Executor } from '../index.js';
|
|
1
|
+
import { e as AdapterRequirements, A as Adapter, T as Table, F as FilterOperator, Q as Query, f as AdapterInsertDetails, B as BuilderRequirements, g as AdapterQueryDetails, h as AdapterUpdateDetails, i as AdapterDeleteDetails } from '../../index-CkpN852N.js';
|
|
3
2
|
import * as kysely from 'kysely';
|
|
4
3
|
|
|
5
|
-
|
|
6
|
-
executor: Executor;
|
|
7
|
-
noParameters?: boolean;
|
|
8
|
-
}
|
|
4
|
+
type PostgresAdapterRequirements = AdapterRequirements;
|
|
9
5
|
declare function createPostgresAdapter(requirements: PostgresAdapterRequirements): Adapter;
|
|
10
6
|
/**
|
|
11
7
|
* For testing purposes.
|
|
@@ -6,5 +6,5 @@ function require(mod) {
|
|
|
6
6
|
if (mod === 'react-dom') return ___react_dom___;
|
|
7
7
|
throw new Error(`Unknown module ${mod}`);
|
|
8
8
|
}
|
|
9
|
-
import{a,b,c,d,e,f,g,h,i,j,k,l,m}from"../../chunk-
|
|
9
|
+
import{a,b,c,d,e,f,g,h,i,j,k,l,m}from"../../chunk-4N45R6OG.js";import"../../chunk-AQXRIQHE.js";import"../../chunk-GDQBQ7MK.js";export{j as createPostgresAdapter,m as getCancelQuery,e as getDeleteQuery,a as getInsertQuery,l as getPIDQuery,b as getSelectQuery,f as getTablesQuery,h as getTimezoneQuery,d as getUpdateQuery,k as mockIntrospect,c as mockSelectQuery,g as mockTablesQuery,i as mockTimezoneQuery};
|
|
10
10
|
//# sourceMappingURL=data:application/json;base64,ewogICJ2ZXJzaW9uIjogMywKICAic291cmNlcyI6IFtdLAogICJzb3VyY2VzQ29udGVudCI6IFtdLAogICJtYXBwaW5ncyI6ICIiLAogICJuYW1lcyI6IFtdCn0K
|