drizzle-kit 0.25.0-20acc2f → 0.25.0-22c3e40

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/api.d.mts CHANGED
@@ -120,16 +120,6 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{
120
120
  name: string;
121
121
  columns: string[];
122
122
  }>>>;
123
- checkConstraint: zod.ZodDefault<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
124
- name: zod.ZodString;
125
- value: zod.ZodString;
126
- }, "strict", zod.ZodTypeAny, {
127
- name: string;
128
- value: string;
129
- }, {
130
- name: string;
131
- value: string;
132
- }>>>;
133
123
  }, "strict", zod.ZodTypeAny, {
134
124
  name: string;
135
125
  columns: Record<string, {
@@ -170,10 +160,6 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{
170
160
  name: string;
171
161
  columns: string[];
172
162
  }>;
173
- checkConstraint: Record<string, {
174
- name: string;
175
- value: string;
176
- }>;
177
163
  }, {
178
164
  name: string;
179
165
  columns: Record<string, {
@@ -214,10 +200,6 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{
214
200
  name: string;
215
201
  columns: string[];
216
202
  }> | undefined;
217
- checkConstraint?: Record<string, {
218
- name: string;
219
- value: string;
220
- }> | undefined;
221
203
  }>>;
222
204
  _meta: zod.ZodObject<{
223
205
  tables: zod.ZodRecord<zod.ZodString, zod.ZodString>;
@@ -331,10 +313,6 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{
331
313
  name: string;
332
314
  columns: string[];
333
315
  }>;
334
- checkConstraint: Record<string, {
335
- name: string;
336
- value: string;
337
- }>;
338
316
  }>;
339
317
  id: string;
340
318
  prevId: string;
@@ -397,10 +375,6 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{
397
375
  name: string;
398
376
  columns: string[];
399
377
  }> | undefined;
400
- checkConstraint?: Record<string, {
401
- name: string;
402
- value: string;
403
- }> | undefined;
404
378
  }>;
405
379
  id: string;
406
380
  prevId: string;
@@ -640,16 +614,6 @@ declare const pgSchema: zod.ZodObject<zod.objectUtil.extendShape<{
640
614
  columns: string[];
641
615
  nullsNotDistinct: boolean;
642
616
  }>>>;
643
- checkConstraints: zod.ZodDefault<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
644
- name: zod.ZodString;
645
- value: zod.ZodString;
646
- }, "strict", zod.ZodTypeAny, {
647
- name: string;
648
- value: string;
649
- }, {
650
- name: string;
651
- value: string;
652
- }>>>;
653
617
  }, "strict", zod.ZodTypeAny, {
654
618
  name: string;
655
619
  columns: Record<string, {
@@ -713,10 +677,6 @@ declare const pgSchema: zod.ZodObject<zod.objectUtil.extendShape<{
713
677
  columns: string[];
714
678
  nullsNotDistinct: boolean;
715
679
  }>;
716
- checkConstraints: Record<string, {
717
- name: string;
718
- value: string;
719
- }>;
720
680
  }, {
721
681
  name: string;
722
682
  columns: Record<string, {
@@ -780,10 +740,6 @@ declare const pgSchema: zod.ZodObject<zod.objectUtil.extendShape<{
780
740
  columns: string[];
781
741
  nullsNotDistinct: boolean;
782
742
  }> | undefined;
783
- checkConstraints?: Record<string, {
784
- name: string;
785
- value: string;
786
- }> | undefined;
787
743
  }>>;
788
744
  enums: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
789
745
  name: zod.ZodString;
@@ -959,10 +915,6 @@ declare const pgSchema: zod.ZodObject<zod.objectUtil.extendShape<{
959
915
  columns: string[];
960
916
  nullsNotDistinct: boolean;
961
917
  }>;
962
- checkConstraints: Record<string, {
963
- name: string;
964
- value: string;
965
- }>;
966
918
  }>;
967
919
  id: string;
968
920
  prevId: string;
@@ -1063,10 +1015,6 @@ declare const pgSchema: zod.ZodObject<zod.objectUtil.extendShape<{
1063
1015
  columns: string[];
1064
1016
  nullsNotDistinct: boolean;
1065
1017
  }> | undefined;
1066
- checkConstraints?: Record<string, {
1067
- name: string;
1068
- value: string;
1069
- }> | undefined;
1070
1018
  }>;
1071
1019
  id: string;
1072
1020
  prevId: string;
@@ -1212,16 +1160,6 @@ declare const schema: zod.ZodObject<zod.objectUtil.extendShape<{
1212
1160
  name: string;
1213
1161
  columns: string[];
1214
1162
  }>>>;
1215
- checkConstraints: zod.ZodDefault<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1216
- name: zod.ZodString;
1217
- value: zod.ZodString;
1218
- }, "strict", zod.ZodTypeAny, {
1219
- name: string;
1220
- value: string;
1221
- }, {
1222
- name: string;
1223
- value: string;
1224
- }>>>;
1225
1163
  }, "strict", zod.ZodTypeAny, {
1226
1164
  name: string;
1227
1165
  columns: Record<string, {
@@ -1259,10 +1197,6 @@ declare const schema: zod.ZodObject<zod.objectUtil.extendShape<{
1259
1197
  name: string;
1260
1198
  columns: string[];
1261
1199
  }>;
1262
- checkConstraints: Record<string, {
1263
- name: string;
1264
- value: string;
1265
- }>;
1266
1200
  }, {
1267
1201
  name: string;
1268
1202
  columns: Record<string, {
@@ -1300,10 +1234,6 @@ declare const schema: zod.ZodObject<zod.objectUtil.extendShape<{
1300
1234
  name: string;
1301
1235
  columns: string[];
1302
1236
  }> | undefined;
1303
- checkConstraints?: Record<string, {
1304
- name: string;
1305
- value: string;
1306
- }> | undefined;
1307
1237
  }>>;
1308
1238
  enums: zod.ZodObject<{}, "strip", zod.ZodTypeAny, {}, {}>;
1309
1239
  _meta: zod.ZodObject<{
@@ -1388,10 +1318,6 @@ declare const schema: zod.ZodObject<zod.objectUtil.extendShape<{
1388
1318
  name: string;
1389
1319
  columns: string[];
1390
1320
  }>;
1391
- checkConstraints: Record<string, {
1392
- name: string;
1393
- value: string;
1394
- }>;
1395
1321
  }>;
1396
1322
  id: string;
1397
1323
  prevId: string;
@@ -1447,10 +1373,6 @@ declare const schema: zod.ZodObject<zod.objectUtil.extendShape<{
1447
1373
  name: string;
1448
1374
  columns: string[];
1449
1375
  }> | undefined;
1450
- checkConstraints?: Record<string, {
1451
- name: string;
1452
- value: string;
1453
- }> | undefined;
1454
1376
  }>;
1455
1377
  id: string;
1456
1378
  prevId: string;
@@ -1564,10 +1486,6 @@ declare const upPgSnapshot: (snapshot: Record<string, unknown>) => {
1564
1486
  columns: string[];
1565
1487
  nullsNotDistinct: boolean;
1566
1488
  }>;
1567
- checkConstraints: Record<string, {
1568
- value: string;
1569
- name: string;
1570
- }>;
1571
1489
  }>;
1572
1490
  enums: Record<string, {
1573
1491
  values: string[];
package/api.d.ts CHANGED
@@ -120,16 +120,6 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{
120
120
  name: string;
121
121
  columns: string[];
122
122
  }>>>;
123
- checkConstraint: zod.ZodDefault<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
124
- name: zod.ZodString;
125
- value: zod.ZodString;
126
- }, "strict", zod.ZodTypeAny, {
127
- name: string;
128
- value: string;
129
- }, {
130
- name: string;
131
- value: string;
132
- }>>>;
133
123
  }, "strict", zod.ZodTypeAny, {
134
124
  name: string;
135
125
  columns: Record<string, {
@@ -170,10 +160,6 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{
170
160
  name: string;
171
161
  columns: string[];
172
162
  }>;
173
- checkConstraint: Record<string, {
174
- name: string;
175
- value: string;
176
- }>;
177
163
  }, {
178
164
  name: string;
179
165
  columns: Record<string, {
@@ -214,10 +200,6 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{
214
200
  name: string;
215
201
  columns: string[];
216
202
  }> | undefined;
217
- checkConstraint?: Record<string, {
218
- name: string;
219
- value: string;
220
- }> | undefined;
221
203
  }>>;
222
204
  _meta: zod.ZodObject<{
223
205
  tables: zod.ZodRecord<zod.ZodString, zod.ZodString>;
@@ -331,10 +313,6 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{
331
313
  name: string;
332
314
  columns: string[];
333
315
  }>;
334
- checkConstraint: Record<string, {
335
- name: string;
336
- value: string;
337
- }>;
338
316
  }>;
339
317
  id: string;
340
318
  prevId: string;
@@ -397,10 +375,6 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{
397
375
  name: string;
398
376
  columns: string[];
399
377
  }> | undefined;
400
- checkConstraint?: Record<string, {
401
- name: string;
402
- value: string;
403
- }> | undefined;
404
378
  }>;
405
379
  id: string;
406
380
  prevId: string;
@@ -640,16 +614,6 @@ declare const pgSchema: zod.ZodObject<zod.objectUtil.extendShape<{
640
614
  columns: string[];
641
615
  nullsNotDistinct: boolean;
642
616
  }>>>;
643
- checkConstraints: zod.ZodDefault<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
644
- name: zod.ZodString;
645
- value: zod.ZodString;
646
- }, "strict", zod.ZodTypeAny, {
647
- name: string;
648
- value: string;
649
- }, {
650
- name: string;
651
- value: string;
652
- }>>>;
653
617
  }, "strict", zod.ZodTypeAny, {
654
618
  name: string;
655
619
  columns: Record<string, {
@@ -713,10 +677,6 @@ declare const pgSchema: zod.ZodObject<zod.objectUtil.extendShape<{
713
677
  columns: string[];
714
678
  nullsNotDistinct: boolean;
715
679
  }>;
716
- checkConstraints: Record<string, {
717
- name: string;
718
- value: string;
719
- }>;
720
680
  }, {
721
681
  name: string;
722
682
  columns: Record<string, {
@@ -780,10 +740,6 @@ declare const pgSchema: zod.ZodObject<zod.objectUtil.extendShape<{
780
740
  columns: string[];
781
741
  nullsNotDistinct: boolean;
782
742
  }> | undefined;
783
- checkConstraints?: Record<string, {
784
- name: string;
785
- value: string;
786
- }> | undefined;
787
743
  }>>;
788
744
  enums: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
789
745
  name: zod.ZodString;
@@ -959,10 +915,6 @@ declare const pgSchema: zod.ZodObject<zod.objectUtil.extendShape<{
959
915
  columns: string[];
960
916
  nullsNotDistinct: boolean;
961
917
  }>;
962
- checkConstraints: Record<string, {
963
- name: string;
964
- value: string;
965
- }>;
966
918
  }>;
967
919
  id: string;
968
920
  prevId: string;
@@ -1063,10 +1015,6 @@ declare const pgSchema: zod.ZodObject<zod.objectUtil.extendShape<{
1063
1015
  columns: string[];
1064
1016
  nullsNotDistinct: boolean;
1065
1017
  }> | undefined;
1066
- checkConstraints?: Record<string, {
1067
- name: string;
1068
- value: string;
1069
- }> | undefined;
1070
1018
  }>;
1071
1019
  id: string;
1072
1020
  prevId: string;
@@ -1212,16 +1160,6 @@ declare const schema: zod.ZodObject<zod.objectUtil.extendShape<{
1212
1160
  name: string;
1213
1161
  columns: string[];
1214
1162
  }>>>;
1215
- checkConstraints: zod.ZodDefault<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1216
- name: zod.ZodString;
1217
- value: zod.ZodString;
1218
- }, "strict", zod.ZodTypeAny, {
1219
- name: string;
1220
- value: string;
1221
- }, {
1222
- name: string;
1223
- value: string;
1224
- }>>>;
1225
1163
  }, "strict", zod.ZodTypeAny, {
1226
1164
  name: string;
1227
1165
  columns: Record<string, {
@@ -1259,10 +1197,6 @@ declare const schema: zod.ZodObject<zod.objectUtil.extendShape<{
1259
1197
  name: string;
1260
1198
  columns: string[];
1261
1199
  }>;
1262
- checkConstraints: Record<string, {
1263
- name: string;
1264
- value: string;
1265
- }>;
1266
1200
  }, {
1267
1201
  name: string;
1268
1202
  columns: Record<string, {
@@ -1300,10 +1234,6 @@ declare const schema: zod.ZodObject<zod.objectUtil.extendShape<{
1300
1234
  name: string;
1301
1235
  columns: string[];
1302
1236
  }> | undefined;
1303
- checkConstraints?: Record<string, {
1304
- name: string;
1305
- value: string;
1306
- }> | undefined;
1307
1237
  }>>;
1308
1238
  enums: zod.ZodObject<{}, "strip", zod.ZodTypeAny, {}, {}>;
1309
1239
  _meta: zod.ZodObject<{
@@ -1388,10 +1318,6 @@ declare const schema: zod.ZodObject<zod.objectUtil.extendShape<{
1388
1318
  name: string;
1389
1319
  columns: string[];
1390
1320
  }>;
1391
- checkConstraints: Record<string, {
1392
- name: string;
1393
- value: string;
1394
- }>;
1395
1321
  }>;
1396
1322
  id: string;
1397
1323
  prevId: string;
@@ -1447,10 +1373,6 @@ declare const schema: zod.ZodObject<zod.objectUtil.extendShape<{
1447
1373
  name: string;
1448
1374
  columns: string[];
1449
1375
  }> | undefined;
1450
- checkConstraints?: Record<string, {
1451
- name: string;
1452
- value: string;
1453
- }> | undefined;
1454
1376
  }>;
1455
1377
  id: string;
1456
1378
  prevId: string;
@@ -1564,10 +1486,6 @@ declare const upPgSnapshot: (snapshot: Record<string, unknown>) => {
1564
1486
  columns: string[];
1565
1487
  nullsNotDistinct: boolean;
1566
1488
  }>;
1567
- checkConstraints: Record<string, {
1568
- value: string;
1569
- name: string;
1570
- }>;
1571
1489
  }>;
1572
1490
  enums: Record<string, {
1573
1491
  values: string[];