@prisma/studio-core 0.0.0-dev.202504282240 → 0.0.0-dev.202504282246

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.
@@ -1,5 +1,5 @@
1
- import { A as Adapter, T as Table, a as AdapterInsertDetails, b as AdapterQueryDetails, c as AdapterUpdateDetails } from '../../adapter-CNZYXEsX.cjs';
2
- import { E as Executor, B as BuilderRequirements, Q as Query } from '../../index-BF-ZW5g7.cjs';
1
+ import { A as Adapter, T as Table, a as AdapterInsertDetails, b as AdapterQueryDetails, c as AdapterUpdateDetails } from '../../adapter-DnY5GQR_.cjs';
2
+ import { E as Executor, B as BuilderRequirements, Q as Query } from '../../index-DJNljgpQ.cjs';
3
3
  import 'kysely';
4
4
 
5
5
  interface PostgresAdapterRequirements {
@@ -82,7 +82,6 @@ declare function getTablesQuery(requirements?: Omit<BuilderRequirements, "Adapte
82
82
  name: string;
83
83
  datatype: string;
84
84
  pk: boolean;
85
- generated: boolean;
86
85
  }[];
87
86
  }>;
88
87
  /**
@@ -95,27 +94,22 @@ declare function mockTablesQuery(): [{
95
94
  readonly name: "id";
96
95
  readonly datatype: "bigint";
97
96
  readonly pk: true;
98
- readonly generated: false;
99
97
  }, {
100
98
  readonly name: "name";
101
99
  readonly datatype: "varchar";
102
100
  readonly pk: false;
103
- readonly generated: false;
104
101
  }, {
105
102
  readonly name: "role";
106
103
  readonly datatype: "varchar";
107
104
  readonly pk: false;
108
- readonly generated: false;
109
105
  }, {
110
106
  readonly name: "created_at";
111
107
  readonly datatype: "timestamptz";
112
108
  readonly pk: false;
113
- readonly generated: false;
114
109
  }, {
115
110
  readonly name: "deleted_at";
116
111
  readonly datatype: "timestamptz";
117
112
  readonly pk: false;
118
- readonly generated: false;
119
113
  }];
120
114
  }];
121
115
  /**
@@ -1,5 +1,5 @@
1
- import { A as Adapter, T as Table, a as AdapterInsertDetails, b as AdapterQueryDetails, c as AdapterUpdateDetails } from '../../adapter-CNZYXEsX.js';
2
- import { E as Executor, B as BuilderRequirements, Q as Query } from '../../index-ydgOKEau.js';
1
+ import { A as Adapter, T as Table, a as AdapterInsertDetails, b as AdapterQueryDetails, c as AdapterUpdateDetails } from '../../adapter-DnY5GQR_.js';
2
+ import { E as Executor, B as BuilderRequirements, Q as Query } from '../../index-7Rl3ArFE.js';
3
3
  import 'kysely';
4
4
 
5
5
  interface PostgresAdapterRequirements {
@@ -82,7 +82,6 @@ declare function getTablesQuery(requirements?: Omit<BuilderRequirements, "Adapte
82
82
  name: string;
83
83
  datatype: string;
84
84
  pk: boolean;
85
- generated: boolean;
86
85
  }[];
87
86
  }>;
88
87
  /**
@@ -95,27 +94,22 @@ declare function mockTablesQuery(): [{
95
94
  readonly name: "id";
96
95
  readonly datatype: "bigint";
97
96
  readonly pk: true;
98
- readonly generated: false;
99
97
  }, {
100
98
  readonly name: "name";
101
99
  readonly datatype: "varchar";
102
100
  readonly pk: false;
103
- readonly generated: false;
104
101
  }, {
105
102
  readonly name: "role";
106
103
  readonly datatype: "varchar";
107
104
  readonly pk: false;
108
- readonly generated: false;
109
105
  }, {
110
106
  readonly name: "created_at";
111
107
  readonly datatype: "timestamptz";
112
108
  readonly pk: false;
113
- readonly generated: false;
114
109
  }, {
115
110
  readonly name: "deleted_at";
116
111
  readonly datatype: "timestamptz";
117
112
  readonly pk: false;
118
- readonly generated: false;
119
113
  }];
120
114
  }];
121
115
  /**
@@ -1 +1 @@
1
- import{a,b,c,d,e,f,g,h,i,j}from"../../chunk-GEUDXEFT.js";import"../../chunk-RGBMDID6.js";import"../../chunk-2FW6TKD6.js";export{i as createPostgresAdapter,a as getInsertQuery,b as getSelectQuery,e as getTablesQuery,g as getTimezoneQuery,d as getUpdateQuery,j as mockIntrospect,c as mockSelectQuery,f as mockTablesQuery,h as mockTimezoneQuery};
1
+ import{a,b,c,d,e,f,g,h,i,j}from"../../chunk-UVMSMMNS.js";import"../../chunk-RGBMDID6.js";import"../../chunk-2FW6TKD6.js";export{i as createPostgresAdapter,a as getInsertQuery,b as getSelectQuery,e as getTablesQuery,g as getTimezoneQuery,d as getUpdateQuery,j as mockIntrospect,c as mockSelectQuery,f as mockTablesQuery,h as mockTimezoneQuery};
@@ -1,4 +1,4 @@
1
- import { T as Table, E as Either } from './adapter-CNZYXEsX.js';
1
+ import { T as Table, E as Either } from './adapter-DnY5GQR_.js';
2
2
  import { WhereInterface, DialectAdapter, QueryCompiler } from 'kysely';
3
3
 
4
4
  interface BuilderRequirements {
@@ -1,4 +1,4 @@
1
- import { T as Table, E as Either } from './adapter-CNZYXEsX.cjs';
1
+ import { T as Table, E as Either } from './adapter-DnY5GQR_.cjs';
2
2
  import { WhereInterface, DialectAdapter, QueryCompiler } from 'kysely';
3
3
 
4
4
  interface BuilderRequirements {