@prisma/studio-core-licensed 0.0.0-dev.202512242115 → 0.0.0-dev.202512250000
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-LNOFYMEV.js +10 -0
- package/dist/chunk-PKLRFKIE.js +10 -0
- package/dist/data/accelerate/index.d.cts +1 -1
- package/dist/data/accelerate/index.d.ts +1 -1
- package/dist/data/bff/index.d.cts +1 -1
- package/dist/data/bff/index.d.ts +1 -1
- package/dist/data/index.d.cts +1 -1
- package/dist/data/index.d.ts +1 -1
- package/dist/data/mysql-core/index.cjs +2 -2
- package/dist/data/mysql-core/index.d.cts +1 -1
- package/dist/data/mysql-core/index.d.ts +1 -1
- package/dist/data/mysql-core/index.js +3 -3
- package/dist/data/mysql2/index.d.cts +1 -1
- package/dist/data/mysql2/index.d.ts +1 -1
- package/dist/data/node-sqlite/index.d.cts +1 -1
- package/dist/data/node-sqlite/index.d.ts +1 -1
- package/dist/data/pglite/index.cjs +2 -2
- package/dist/data/pglite/index.d.cts +1 -1
- package/dist/data/pglite/index.d.ts +1 -1
- package/dist/data/pglite/index.js +1 -1
- package/dist/data/postgres-core/index.cjs +2 -2
- package/dist/data/postgres-core/index.d.cts +13 -1
- package/dist/data/postgres-core/index.d.ts +13 -1
- package/dist/data/postgres-core/index.js +1 -1
- package/dist/data/postgresjs/index.d.cts +1 -1
- package/dist/data/postgresjs/index.d.ts +1 -1
- package/dist/data/ppg/index.d.cts +1 -1
- package/dist/data/ppg/index.d.ts +1 -1
- package/dist/data/sqlite-core/index.cjs +2 -2
- package/dist/data/sqlite-core/index.d.cts +1 -1
- package/dist/data/sqlite-core/index.d.ts +1 -1
- package/dist/data/sqlite-core/index.js +2 -2
- package/dist/{index-CqM65jmE.d.cts → index-rgorTaJw.d.cts} +1 -0
- package/dist/{index-CqM65jmE.d.ts → index-rgorTaJw.d.ts} +1 -0
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/ui/index.cjs +1 -1
- package/dist/ui/index.d.cts +1 -1
- package/dist/ui/index.d.ts +1 -1
- package/dist/ui/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-OIVTTVFY.js +0 -10
- package/dist/chunk-RMMVUGJM.js +0 -10
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as AdapterRequirements, A as Adapter, T as Table, F as FilterOperator, Q as Query, g as AdapterInsertDetails, B as BuilderRequirements, e as AdapterQueryDetails, h as AdapterUpdateDetails, f as AdapterDeleteDetails } from '../../index-
|
|
1
|
+
import { d as AdapterRequirements, A as Adapter, T as Table, F as FilterOperator, Q as Query, g as AdapterInsertDetails, B as BuilderRequirements, e as AdapterQueryDetails, h as AdapterUpdateDetails, f as AdapterDeleteDetails } from '../../index-rgorTaJw.cjs';
|
|
2
2
|
import 'kysely';
|
|
3
3
|
|
|
4
4
|
type PostgresAdapterRequirements = AdapterRequirements;
|
|
@@ -81,6 +81,7 @@ declare function getTablesQuery(requirements?: Omit<BuilderRequirements, "Adapte
|
|
|
81
81
|
datatype: string;
|
|
82
82
|
autoinc: boolean;
|
|
83
83
|
computed: boolean;
|
|
84
|
+
default: string | null;
|
|
84
85
|
nullable: boolean;
|
|
85
86
|
options: string[];
|
|
86
87
|
pk: number | null;
|
|
@@ -97,6 +98,7 @@ declare function mockTablesQuery(): [{
|
|
|
97
98
|
readonly computed: false;
|
|
98
99
|
readonly datatype: "int4";
|
|
99
100
|
readonly datatype_schema: "pg_catalog";
|
|
101
|
+
readonly default: "nextval('zoo.animals_id_seq'::regclass)";
|
|
100
102
|
readonly fk_column: null;
|
|
101
103
|
readonly fk_schema: null;
|
|
102
104
|
readonly fk_table: null;
|
|
@@ -109,6 +111,7 @@ declare function mockTablesQuery(): [{
|
|
|
109
111
|
readonly computed: false;
|
|
110
112
|
readonly datatype: "text";
|
|
111
113
|
readonly datatype_schema: "pg_catalog";
|
|
114
|
+
readonly default: null;
|
|
112
115
|
readonly fk_column: null;
|
|
113
116
|
readonly fk_schema: null;
|
|
114
117
|
readonly fk_table: null;
|
|
@@ -125,6 +128,7 @@ declare function mockTablesQuery(): [{
|
|
|
125
128
|
readonly computed: false;
|
|
126
129
|
readonly datatype: "int4";
|
|
127
130
|
readonly datatype_schema: "pg_catalog";
|
|
131
|
+
readonly default: "nextval('users_id_seq'::regclass)";
|
|
128
132
|
readonly fk_column: null;
|
|
129
133
|
readonly fk_schema: null;
|
|
130
134
|
readonly fk_table: null;
|
|
@@ -137,6 +141,7 @@ declare function mockTablesQuery(): [{
|
|
|
137
141
|
readonly computed: false;
|
|
138
142
|
readonly datatype: "timestamp";
|
|
139
143
|
readonly datatype_schema: "pg_catalog";
|
|
144
|
+
readonly default: "CURRENT_TIMESTAMP";
|
|
140
145
|
readonly fk_column: null;
|
|
141
146
|
readonly fk_schema: null;
|
|
142
147
|
readonly fk_table: null;
|
|
@@ -149,6 +154,7 @@ declare function mockTablesQuery(): [{
|
|
|
149
154
|
readonly computed: false;
|
|
150
155
|
readonly datatype: "timestamp";
|
|
151
156
|
readonly datatype_schema: "pg_catalog";
|
|
157
|
+
readonly default: null;
|
|
152
158
|
readonly fk_column: null;
|
|
153
159
|
readonly fk_schema: null;
|
|
154
160
|
readonly fk_table: null;
|
|
@@ -161,6 +167,7 @@ declare function mockTablesQuery(): [{
|
|
|
161
167
|
readonly computed: false;
|
|
162
168
|
readonly datatype: "varchar";
|
|
163
169
|
readonly datatype_schema: "pg_catalog";
|
|
170
|
+
readonly default: null;
|
|
164
171
|
readonly fk_column: null;
|
|
165
172
|
readonly fk_schema: null;
|
|
166
173
|
readonly fk_table: null;
|
|
@@ -173,6 +180,7 @@ declare function mockTablesQuery(): [{
|
|
|
173
180
|
readonly computed: false;
|
|
174
181
|
readonly datatype: "varchar";
|
|
175
182
|
readonly datatype_schema: "pg_catalog";
|
|
183
|
+
readonly default: null;
|
|
176
184
|
readonly fk_column: null;
|
|
177
185
|
readonly fk_schema: null;
|
|
178
186
|
readonly fk_table: null;
|
|
@@ -185,6 +193,7 @@ declare function mockTablesQuery(): [{
|
|
|
185
193
|
readonly computed: true;
|
|
186
194
|
readonly datatype: "text";
|
|
187
195
|
readonly datatype_schema: "pg_catalog";
|
|
196
|
+
readonly default: null;
|
|
188
197
|
readonly fk_column: null;
|
|
189
198
|
readonly fk_schema: null;
|
|
190
199
|
readonly fk_table: null;
|
|
@@ -201,6 +210,7 @@ declare function mockTablesQuery(): [{
|
|
|
201
210
|
readonly computed: false;
|
|
202
211
|
readonly datatype: "uuid";
|
|
203
212
|
readonly datatype_schema: "pg_catalog";
|
|
213
|
+
readonly default: "gen_random_uuid()";
|
|
204
214
|
readonly fk_column: null;
|
|
205
215
|
readonly fk_schema: null;
|
|
206
216
|
readonly fk_table: null;
|
|
@@ -213,6 +223,7 @@ declare function mockTablesQuery(): [{
|
|
|
213
223
|
readonly computed: false;
|
|
214
224
|
readonly datatype: "text";
|
|
215
225
|
readonly datatype_schema: "pg_catalog";
|
|
226
|
+
readonly default: null;
|
|
216
227
|
readonly fk_column: null;
|
|
217
228
|
readonly fk_schema: null;
|
|
218
229
|
readonly fk_table: null;
|
|
@@ -225,6 +236,7 @@ declare function mockTablesQuery(): [{
|
|
|
225
236
|
readonly computed: false;
|
|
226
237
|
readonly datatype: "timestamp";
|
|
227
238
|
readonly datatype_schema: "pg_catalog";
|
|
239
|
+
readonly default: "now()";
|
|
228
240
|
readonly fk_column: null;
|
|
229
241
|
readonly fk_schema: null;
|
|
230
242
|
readonly fk_table: null;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as AdapterRequirements, A as Adapter, T as Table, F as FilterOperator, Q as Query, g as AdapterInsertDetails, B as BuilderRequirements, e as AdapterQueryDetails, h as AdapterUpdateDetails, f as AdapterDeleteDetails } from '../../index-
|
|
1
|
+
import { d as AdapterRequirements, A as Adapter, T as Table, F as FilterOperator, Q as Query, g as AdapterInsertDetails, B as BuilderRequirements, e as AdapterQueryDetails, h as AdapterUpdateDetails, f as AdapterDeleteDetails } from '../../index-rgorTaJw.js';
|
|
2
2
|
import 'kysely';
|
|
3
3
|
|
|
4
4
|
type PostgresAdapterRequirements = AdapterRequirements;
|
|
@@ -81,6 +81,7 @@ declare function getTablesQuery(requirements?: Omit<BuilderRequirements, "Adapte
|
|
|
81
81
|
datatype: string;
|
|
82
82
|
autoinc: boolean;
|
|
83
83
|
computed: boolean;
|
|
84
|
+
default: string | null;
|
|
84
85
|
nullable: boolean;
|
|
85
86
|
options: string[];
|
|
86
87
|
pk: number | null;
|
|
@@ -97,6 +98,7 @@ declare function mockTablesQuery(): [{
|
|
|
97
98
|
readonly computed: false;
|
|
98
99
|
readonly datatype: "int4";
|
|
99
100
|
readonly datatype_schema: "pg_catalog";
|
|
101
|
+
readonly default: "nextval('zoo.animals_id_seq'::regclass)";
|
|
100
102
|
readonly fk_column: null;
|
|
101
103
|
readonly fk_schema: null;
|
|
102
104
|
readonly fk_table: null;
|
|
@@ -109,6 +111,7 @@ declare function mockTablesQuery(): [{
|
|
|
109
111
|
readonly computed: false;
|
|
110
112
|
readonly datatype: "text";
|
|
111
113
|
readonly datatype_schema: "pg_catalog";
|
|
114
|
+
readonly default: null;
|
|
112
115
|
readonly fk_column: null;
|
|
113
116
|
readonly fk_schema: null;
|
|
114
117
|
readonly fk_table: null;
|
|
@@ -125,6 +128,7 @@ declare function mockTablesQuery(): [{
|
|
|
125
128
|
readonly computed: false;
|
|
126
129
|
readonly datatype: "int4";
|
|
127
130
|
readonly datatype_schema: "pg_catalog";
|
|
131
|
+
readonly default: "nextval('users_id_seq'::regclass)";
|
|
128
132
|
readonly fk_column: null;
|
|
129
133
|
readonly fk_schema: null;
|
|
130
134
|
readonly fk_table: null;
|
|
@@ -137,6 +141,7 @@ declare function mockTablesQuery(): [{
|
|
|
137
141
|
readonly computed: false;
|
|
138
142
|
readonly datatype: "timestamp";
|
|
139
143
|
readonly datatype_schema: "pg_catalog";
|
|
144
|
+
readonly default: "CURRENT_TIMESTAMP";
|
|
140
145
|
readonly fk_column: null;
|
|
141
146
|
readonly fk_schema: null;
|
|
142
147
|
readonly fk_table: null;
|
|
@@ -149,6 +154,7 @@ declare function mockTablesQuery(): [{
|
|
|
149
154
|
readonly computed: false;
|
|
150
155
|
readonly datatype: "timestamp";
|
|
151
156
|
readonly datatype_schema: "pg_catalog";
|
|
157
|
+
readonly default: null;
|
|
152
158
|
readonly fk_column: null;
|
|
153
159
|
readonly fk_schema: null;
|
|
154
160
|
readonly fk_table: null;
|
|
@@ -161,6 +167,7 @@ declare function mockTablesQuery(): [{
|
|
|
161
167
|
readonly computed: false;
|
|
162
168
|
readonly datatype: "varchar";
|
|
163
169
|
readonly datatype_schema: "pg_catalog";
|
|
170
|
+
readonly default: null;
|
|
164
171
|
readonly fk_column: null;
|
|
165
172
|
readonly fk_schema: null;
|
|
166
173
|
readonly fk_table: null;
|
|
@@ -173,6 +180,7 @@ declare function mockTablesQuery(): [{
|
|
|
173
180
|
readonly computed: false;
|
|
174
181
|
readonly datatype: "varchar";
|
|
175
182
|
readonly datatype_schema: "pg_catalog";
|
|
183
|
+
readonly default: null;
|
|
176
184
|
readonly fk_column: null;
|
|
177
185
|
readonly fk_schema: null;
|
|
178
186
|
readonly fk_table: null;
|
|
@@ -185,6 +193,7 @@ declare function mockTablesQuery(): [{
|
|
|
185
193
|
readonly computed: true;
|
|
186
194
|
readonly datatype: "text";
|
|
187
195
|
readonly datatype_schema: "pg_catalog";
|
|
196
|
+
readonly default: null;
|
|
188
197
|
readonly fk_column: null;
|
|
189
198
|
readonly fk_schema: null;
|
|
190
199
|
readonly fk_table: null;
|
|
@@ -201,6 +210,7 @@ declare function mockTablesQuery(): [{
|
|
|
201
210
|
readonly computed: false;
|
|
202
211
|
readonly datatype: "uuid";
|
|
203
212
|
readonly datatype_schema: "pg_catalog";
|
|
213
|
+
readonly default: "gen_random_uuid()";
|
|
204
214
|
readonly fk_column: null;
|
|
205
215
|
readonly fk_schema: null;
|
|
206
216
|
readonly fk_table: null;
|
|
@@ -213,6 +223,7 @@ declare function mockTablesQuery(): [{
|
|
|
213
223
|
readonly computed: false;
|
|
214
224
|
readonly datatype: "text";
|
|
215
225
|
readonly datatype_schema: "pg_catalog";
|
|
226
|
+
readonly default: null;
|
|
216
227
|
readonly fk_column: null;
|
|
217
228
|
readonly fk_schema: null;
|
|
218
229
|
readonly fk_table: null;
|
|
@@ -225,6 +236,7 @@ declare function mockTablesQuery(): [{
|
|
|
225
236
|
readonly computed: false;
|
|
226
237
|
readonly datatype: "timestamp";
|
|
227
238
|
readonly datatype_schema: "pg_catalog";
|
|
239
|
+
readonly default: "now()";
|
|
228
240
|
readonly fk_column: null;
|
|
229
241
|
readonly fk_schema: null;
|
|
230
242
|
readonly fk_table: null;
|
|
@@ -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}from"../../chunk-
|
|
9
|
+
import{a,b,c,d,e,f,g,h,i,j,k}from"../../chunk-LNOFYMEV.js";import{a as l,b as m}from"../../chunk-WHVJGC3E.js";import"../../chunk-PKLRFKIE.js";import"../../chunk-I2RENVNB.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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RawResponse, AccelerateHttpClient } from '../accelerate/index.cjs';
|
|
2
2
|
export { DeserializedResponse, QueryIntrospectionBuiltinType, deserializeRawResult } from '../accelerate/index.cjs';
|
|
3
|
-
import '../../index-
|
|
3
|
+
import '../../index-rgorTaJw.cjs';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
|
|
6
6
|
interface PrismaPostgresHttpClientParams {
|
package/dist/data/ppg/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RawResponse, AccelerateHttpClient } from '../accelerate/index.js';
|
|
2
2
|
export { DeserializedResponse, QueryIntrospectionBuiltinType, deserializeRawResult } from '../accelerate/index.js';
|
|
3
|
-
import '../../index-
|
|
3
|
+
import '../../index-rgorTaJw.js';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
|
|
6
6
|
interface PrismaPostgresHttpClientParams {
|