@prisma/studio-core 0.0.0-dev.202505011041 → 0.0.0-dev.202505011310
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/{adapter-CcM-aqXZ.d.cts → adapter-B9MiXpUz.d.cts} +0 -1
- package/dist/{adapter-CcM-aqXZ.d.ts → adapter-B9MiXpUz.d.ts} +0 -1
- package/dist/{chunk-7GZTFXO4.js → chunk-OF2BKSP4.js} +1 -1
- package/dist/data/accelerate/index.d.cts +2 -2
- package/dist/data/accelerate/index.d.ts +2 -2
- package/dist/data/bff/index.d.cts +2 -2
- package/dist/data/bff/index.d.ts +2 -2
- package/dist/data/index.d.cts +2 -2
- package/dist/data/index.d.ts +2 -2
- package/dist/data/pglite/index.cjs +1 -1
- package/dist/data/pglite/index.d.cts +2 -2
- package/dist/data/pglite/index.d.ts +2 -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 -8
- package/dist/data/postgres-core/index.d.ts +2 -8
- package/dist/data/postgres-core/index.js +1 -1
- package/dist/{index-CNZOC3Ts.d.ts → index-BQXHy3Nu.d.ts} +1 -1
- package/dist/{index-sTB0qn_S.d.cts → index-CWPK1srI.d.cts} +1 -1
- package/dist/ui/index.cjs +39 -39
- package/dist/ui/index.d.cts +1 -1
- package/dist/ui/index.d.ts +1 -1
- package/dist/ui/index.js +2 -2
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as Adapter, T as Table, a as AdapterInsertDetails, b as AdapterQueryDetails, c as AdapterUpdateDetails, d as AdapterDeleteDetails } from '../../adapter-
|
|
2
|
-
import { E as Executor, B as BuilderRequirements, Q as Query } from '../../index-
|
|
1
|
+
import { A as Adapter, T as Table, a as AdapterInsertDetails, b as AdapterQueryDetails, c as AdapterUpdateDetails, d as AdapterDeleteDetails } from '../../adapter-B9MiXpUz.cjs';
|
|
2
|
+
import { E as Executor, B as BuilderRequirements, Q as Query } from '../../index-CWPK1srI.cjs';
|
|
3
3
|
import * as kysely from 'kysely';
|
|
4
4
|
|
|
5
5
|
interface PostgresAdapterRequirements {
|
|
@@ -86,7 +86,6 @@ declare function getTablesQuery(requirements?: Omit<BuilderRequirements, "Adapte
|
|
|
86
86
|
datatype_schema: string;
|
|
87
87
|
pk: boolean;
|
|
88
88
|
computed: boolean;
|
|
89
|
-
notnull: boolean;
|
|
90
89
|
options: string[];
|
|
91
90
|
}[];
|
|
92
91
|
}>;
|
|
@@ -103,7 +102,6 @@ declare function mockTablesQuery(): [{
|
|
|
103
102
|
readonly pk: true;
|
|
104
103
|
readonly computed: false;
|
|
105
104
|
readonly options: [];
|
|
106
|
-
readonly notnull: true;
|
|
107
105
|
}, {
|
|
108
106
|
readonly name: "name";
|
|
109
107
|
readonly datatype: "varchar";
|
|
@@ -111,7 +109,6 @@ declare function mockTablesQuery(): [{
|
|
|
111
109
|
readonly pk: false;
|
|
112
110
|
readonly computed: false;
|
|
113
111
|
readonly options: [];
|
|
114
|
-
readonly notnull: true;
|
|
115
112
|
}, {
|
|
116
113
|
readonly name: "role";
|
|
117
114
|
readonly datatype: "role";
|
|
@@ -119,7 +116,6 @@ declare function mockTablesQuery(): [{
|
|
|
119
116
|
readonly pk: false;
|
|
120
117
|
readonly computed: false;
|
|
121
118
|
readonly options: ["admin", "maintainer", "member"];
|
|
122
|
-
readonly notnull: true;
|
|
123
119
|
}, {
|
|
124
120
|
readonly name: "created_at";
|
|
125
121
|
readonly datatype: "timestamptz";
|
|
@@ -127,7 +123,6 @@ declare function mockTablesQuery(): [{
|
|
|
127
123
|
readonly pk: false;
|
|
128
124
|
readonly computed: false;
|
|
129
125
|
readonly options: [];
|
|
130
|
-
readonly notnull: true;
|
|
131
126
|
}, {
|
|
132
127
|
readonly name: "deleted_at";
|
|
133
128
|
readonly datatype: "timestamptz";
|
|
@@ -135,7 +130,6 @@ declare function mockTablesQuery(): [{
|
|
|
135
130
|
readonly pk: false;
|
|
136
131
|
readonly computed: false;
|
|
137
132
|
readonly options: [];
|
|
138
|
-
readonly notnull: true;
|
|
139
133
|
}];
|
|
140
134
|
}];
|
|
141
135
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as Adapter, T as Table, a as AdapterInsertDetails, b as AdapterQueryDetails, c as AdapterUpdateDetails, d as AdapterDeleteDetails } from '../../adapter-
|
|
2
|
-
import { E as Executor, B as BuilderRequirements, Q as Query } from '../../index-
|
|
1
|
+
import { A as Adapter, T as Table, a as AdapterInsertDetails, b as AdapterQueryDetails, c as AdapterUpdateDetails, d as AdapterDeleteDetails } from '../../adapter-B9MiXpUz.js';
|
|
2
|
+
import { E as Executor, B as BuilderRequirements, Q as Query } from '../../index-BQXHy3Nu.js';
|
|
3
3
|
import * as kysely from 'kysely';
|
|
4
4
|
|
|
5
5
|
interface PostgresAdapterRequirements {
|
|
@@ -86,7 +86,6 @@ declare function getTablesQuery(requirements?: Omit<BuilderRequirements, "Adapte
|
|
|
86
86
|
datatype_schema: string;
|
|
87
87
|
pk: boolean;
|
|
88
88
|
computed: boolean;
|
|
89
|
-
notnull: boolean;
|
|
90
89
|
options: string[];
|
|
91
90
|
}[];
|
|
92
91
|
}>;
|
|
@@ -103,7 +102,6 @@ declare function mockTablesQuery(): [{
|
|
|
103
102
|
readonly pk: true;
|
|
104
103
|
readonly computed: false;
|
|
105
104
|
readonly options: [];
|
|
106
|
-
readonly notnull: true;
|
|
107
105
|
}, {
|
|
108
106
|
readonly name: "name";
|
|
109
107
|
readonly datatype: "varchar";
|
|
@@ -111,7 +109,6 @@ declare function mockTablesQuery(): [{
|
|
|
111
109
|
readonly pk: false;
|
|
112
110
|
readonly computed: false;
|
|
113
111
|
readonly options: [];
|
|
114
|
-
readonly notnull: true;
|
|
115
112
|
}, {
|
|
116
113
|
readonly name: "role";
|
|
117
114
|
readonly datatype: "role";
|
|
@@ -119,7 +116,6 @@ declare function mockTablesQuery(): [{
|
|
|
119
116
|
readonly pk: false;
|
|
120
117
|
readonly computed: false;
|
|
121
118
|
readonly options: ["admin", "maintainer", "member"];
|
|
122
|
-
readonly notnull: true;
|
|
123
119
|
}, {
|
|
124
120
|
readonly name: "created_at";
|
|
125
121
|
readonly datatype: "timestamptz";
|
|
@@ -127,7 +123,6 @@ declare function mockTablesQuery(): [{
|
|
|
127
123
|
readonly pk: false;
|
|
128
124
|
readonly computed: false;
|
|
129
125
|
readonly options: [];
|
|
130
|
-
readonly notnull: true;
|
|
131
126
|
}, {
|
|
132
127
|
readonly name: "deleted_at";
|
|
133
128
|
readonly datatype: "timestamptz";
|
|
@@ -135,7 +130,6 @@ declare function mockTablesQuery(): [{
|
|
|
135
130
|
readonly pk: false;
|
|
136
131
|
readonly computed: false;
|
|
137
132
|
readonly options: [];
|
|
138
|
-
readonly notnull: true;
|
|
139
133
|
}];
|
|
140
134
|
}];
|
|
141
135
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a,b,c,d,e,f,g,h,i,j,k}from"../../chunk-
|
|
1
|
+
import{a,b,c,d,e,f,g,h,i,j,k}from"../../chunk-OF2BKSP4.js";import"../../chunk-GNXJUBVK.js";import"../../chunk-BMVJYUJW.js";export{j as createPostgresAdapter,e as getDeleteQuery,a as getInsertQuery,b as getSelectQuery,f as getTablesQuery,h as getTimezoneQuery,d as getUpdateQuery,k as mockIntrospect,c as mockSelectQuery,g as mockTablesQuery,i as mockTimezoneQuery};
|