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

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-DnY5GQR_.cjs';
2
- import { E as Executor, B as BuilderRequirements, Q as Query } from '../../index-DJNljgpQ.cjs';
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';
3
3
  import 'kysely';
4
4
 
5
5
  interface PostgresAdapterRequirements {
@@ -82,6 +82,7 @@ declare function getTablesQuery(requirements?: Omit<BuilderRequirements, "Adapte
82
82
  name: string;
83
83
  datatype: string;
84
84
  pk: boolean;
85
+ generated: boolean;
85
86
  }[];
86
87
  }>;
87
88
  /**
@@ -94,22 +95,27 @@ declare function mockTablesQuery(): [{
94
95
  readonly name: "id";
95
96
  readonly datatype: "bigint";
96
97
  readonly pk: true;
98
+ readonly generated: false;
97
99
  }, {
98
100
  readonly name: "name";
99
101
  readonly datatype: "varchar";
100
102
  readonly pk: false;
103
+ readonly generated: false;
101
104
  }, {
102
105
  readonly name: "role";
103
106
  readonly datatype: "varchar";
104
107
  readonly pk: false;
108
+ readonly generated: false;
105
109
  }, {
106
110
  readonly name: "created_at";
107
111
  readonly datatype: "timestamptz";
108
112
  readonly pk: false;
113
+ readonly generated: false;
109
114
  }, {
110
115
  readonly name: "deleted_at";
111
116
  readonly datatype: "timestamptz";
112
117
  readonly pk: false;
118
+ readonly generated: false;
113
119
  }];
114
120
  }];
115
121
  /**
@@ -1,5 +1,5 @@
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';
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';
3
3
  import 'kysely';
4
4
 
5
5
  interface PostgresAdapterRequirements {
@@ -82,6 +82,7 @@ declare function getTablesQuery(requirements?: Omit<BuilderRequirements, "Adapte
82
82
  name: string;
83
83
  datatype: string;
84
84
  pk: boolean;
85
+ generated: boolean;
85
86
  }[];
86
87
  }>;
87
88
  /**
@@ -94,22 +95,27 @@ declare function mockTablesQuery(): [{
94
95
  readonly name: "id";
95
96
  readonly datatype: "bigint";
96
97
  readonly pk: true;
98
+ readonly generated: false;
97
99
  }, {
98
100
  readonly name: "name";
99
101
  readonly datatype: "varchar";
100
102
  readonly pk: false;
103
+ readonly generated: false;
101
104
  }, {
102
105
  readonly name: "role";
103
106
  readonly datatype: "varchar";
104
107
  readonly pk: false;
108
+ readonly generated: false;
105
109
  }, {
106
110
  readonly name: "created_at";
107
111
  readonly datatype: "timestamptz";
108
112
  readonly pk: false;
113
+ readonly generated: false;
109
114
  }, {
110
115
  readonly name: "deleted_at";
111
116
  readonly datatype: "timestamptz";
112
117
  readonly pk: false;
118
+ readonly generated: false;
113
119
  }];
114
120
  }];
115
121
  /**
@@ -1 +1 @@
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
+ 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,4 +1,4 @@
1
- import { T as Table, E as Either } from './adapter-DnY5GQR_.cjs';
1
+ import { T as Table, E as Either } from './adapter-CNZYXEsX.cjs';
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-DnY5GQR_.js';
1
+ import { T as Table, E as Either } from './adapter-CNZYXEsX.js';
2
2
  import { WhereInterface, DialectAdapter, QueryCompiler } from 'kysely';
3
3
 
4
4
  interface BuilderRequirements {