drizzle-kit 0.24.2-5ccb794 → 0.24.2-6fbcf46

Sign up to get free protection for your applications and to get access to all the features.
package/api.d.mts CHANGED
@@ -65,14 +65,14 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{
65
65
  isUnique: boolean;
66
66
  using?: "btree" | "hash" | undefined;
67
67
  algorithm?: "default" | "inplace" | "copy" | undefined;
68
- lock?: "default" | "none" | "shared" | "exclusive" | undefined;
68
+ lock?: "none" | "default" | "shared" | "exclusive" | undefined;
69
69
  }, {
70
70
  name: string;
71
71
  columns: string[];
72
72
  isUnique: boolean;
73
73
  using?: "btree" | "hash" | undefined;
74
74
  algorithm?: "default" | "inplace" | "copy" | undefined;
75
- lock?: "default" | "none" | "shared" | "exclusive" | undefined;
75
+ lock?: "none" | "default" | "shared" | "exclusive" | undefined;
76
76
  }>>;
77
77
  foreignKeys: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
78
78
  name: zod.ZodString;
@@ -140,7 +140,7 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{
140
140
  isUnique: boolean;
141
141
  using?: "btree" | "hash" | undefined;
142
142
  algorithm?: "default" | "inplace" | "copy" | undefined;
143
- lock?: "default" | "none" | "shared" | "exclusive" | undefined;
143
+ lock?: "none" | "default" | "shared" | "exclusive" | undefined;
144
144
  }>;
145
145
  foreignKeys: Record<string, {
146
146
  name: string;
@@ -180,7 +180,7 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{
180
180
  isUnique: boolean;
181
181
  using?: "btree" | "hash" | undefined;
182
182
  algorithm?: "default" | "inplace" | "copy" | undefined;
183
- lock?: "default" | "none" | "shared" | "exclusive" | undefined;
183
+ lock?: "none" | "default" | "shared" | "exclusive" | undefined;
184
184
  }>;
185
185
  foreignKeys: Record<string, {
186
186
  name: string;
@@ -293,7 +293,7 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{
293
293
  isUnique: boolean;
294
294
  using?: "btree" | "hash" | undefined;
295
295
  algorithm?: "default" | "inplace" | "copy" | undefined;
296
- lock?: "default" | "none" | "shared" | "exclusive" | undefined;
296
+ lock?: "none" | "default" | "shared" | "exclusive" | undefined;
297
297
  }>;
298
298
  foreignKeys: Record<string, {
299
299
  name: string;
@@ -355,7 +355,7 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{
355
355
  isUnique: boolean;
356
356
  using?: "btree" | "hash" | undefined;
357
357
  algorithm?: "default" | "inplace" | "copy" | undefined;
358
- lock?: "default" | "none" | "shared" | "exclusive" | undefined;
358
+ lock?: "none" | "default" | "shared" | "exclusive" | undefined;
359
359
  }>;
360
360
  foreignKeys: Record<string, {
361
361
  name: string;
package/api.d.ts CHANGED
@@ -65,14 +65,14 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{
65
65
  isUnique: boolean;
66
66
  using?: "btree" | "hash" | undefined;
67
67
  algorithm?: "default" | "inplace" | "copy" | undefined;
68
- lock?: "default" | "none" | "shared" | "exclusive" | undefined;
68
+ lock?: "none" | "default" | "shared" | "exclusive" | undefined;
69
69
  }, {
70
70
  name: string;
71
71
  columns: string[];
72
72
  isUnique: boolean;
73
73
  using?: "btree" | "hash" | undefined;
74
74
  algorithm?: "default" | "inplace" | "copy" | undefined;
75
- lock?: "default" | "none" | "shared" | "exclusive" | undefined;
75
+ lock?: "none" | "default" | "shared" | "exclusive" | undefined;
76
76
  }>>;
77
77
  foreignKeys: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
78
78
  name: zod.ZodString;
@@ -140,7 +140,7 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{
140
140
  isUnique: boolean;
141
141
  using?: "btree" | "hash" | undefined;
142
142
  algorithm?: "default" | "inplace" | "copy" | undefined;
143
- lock?: "default" | "none" | "shared" | "exclusive" | undefined;
143
+ lock?: "none" | "default" | "shared" | "exclusive" | undefined;
144
144
  }>;
145
145
  foreignKeys: Record<string, {
146
146
  name: string;
@@ -180,7 +180,7 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{
180
180
  isUnique: boolean;
181
181
  using?: "btree" | "hash" | undefined;
182
182
  algorithm?: "default" | "inplace" | "copy" | undefined;
183
- lock?: "default" | "none" | "shared" | "exclusive" | undefined;
183
+ lock?: "none" | "default" | "shared" | "exclusive" | undefined;
184
184
  }>;
185
185
  foreignKeys: Record<string, {
186
186
  name: string;
@@ -293,7 +293,7 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{
293
293
  isUnique: boolean;
294
294
  using?: "btree" | "hash" | undefined;
295
295
  algorithm?: "default" | "inplace" | "copy" | undefined;
296
- lock?: "default" | "none" | "shared" | "exclusive" | undefined;
296
+ lock?: "none" | "default" | "shared" | "exclusive" | undefined;
297
297
  }>;
298
298
  foreignKeys: Record<string, {
299
299
  name: string;
@@ -355,7 +355,7 @@ declare const schema$1: zod.ZodObject<zod.objectUtil.extendShape<{
355
355
  isUnique: boolean;
356
356
  using?: "btree" | "hash" | undefined;
357
357
  algorithm?: "default" | "inplace" | "copy" | undefined;
358
- lock?: "default" | "none" | "shared" | "exclusive" | undefined;
358
+ lock?: "none" | "default" | "shared" | "exclusive" | undefined;
359
359
  }>;
360
360
  foreignKeys: Record<string, {
361
361
  name: string;