kitcn 0.32.0 → 0.32.2
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/CHANGELOG.md +32 -0
- package/dist/aggregate/index.d.ts +2 -2
- package/dist/auth/generated/index.d.ts +1 -1
- package/dist/auth/index.d.ts +7 -7
- package/dist/{capabilities-CD-Ij91k.d.ts → capabilities-BJm_VSDT.d.ts} +60 -0
- package/dist/{generated-contract-disabled-PdNGvNYP.d.ts → generated-contract-disabled-BRm1dNQE.d.ts} +9 -9
- package/dist/orm/aggregate-index/index.d.ts +1 -1
- package/dist/orm/index.d.ts +2 -2
- package/dist/orm/index.js +185 -25
- package/dist/orm/migrations/index.d.ts +2 -2
- package/dist/{where-clause-compiler-FDJTqLDC.d.ts → where-clause-compiler-Dgf4lrO-.d.ts} +126 -126
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $t as OrmLifecycleChange, A as CreateDatabaseOptions, Ar as $Type, B as getUniqueIndexes, Ct as OrderByClause, F as CascadeMode, Ft as ExtractTablesFromSchema, Gn as Columns, Gt as TablesRelationalConfig, Ht as RelationsBuilderConfigValue, I as DeleteMode, Kn as OrmRuntimeDefaults, L as SerializedFilterExpression, Mr as ColumnBuilder, Mt as VectorSearchProvider, N as OrmReader, Nr as ColumnBuilderBaseConfig, Or as SystemFieldAliases, P as OrmWriter, Pt as AnyRelationsBuilderConfig, Qn as OrmSchemaTriggers, R as getChecks, U as EdgeMetadata, Un as ConvexColumnBuilder, Ur as entityKind, Ut as RelationsConfigWithSchema, Vn as ConvexTextBuilderInitial, Wt as TableRelationalConfig, Xt as ConvexTable, Yn as OrmSchemaExtensionTriggers, Zn as OrmSchemaRelations, Zt as ConvexTableWithColumns, an as RlsPolicy, dt as InferInsertModel, kr as SystemFields, pt as InferSelectModel, qn as OrmSchemaExtensionRelations, r as OrmCapability, rr as FilterExpression$1, x as MigrationSet, z as getForeignKeys, zr as HasDefault, zt as RelationsBuilder } from "./capabilities-
|
|
1
|
+
import { $t as OrmLifecycleChange, A as CreateDatabaseOptions, Ar as $Type, B as getUniqueIndexes, Ct as OrderByClause, F as CascadeMode, Ft as ExtractTablesFromSchema, Gn as Columns, Gt as TablesRelationalConfig, Ht as RelationsBuilderConfigValue, I as DeleteMode, Kn as OrmRuntimeDefaults, L as SerializedFilterExpression, Mr as ColumnBuilder, Mt as VectorSearchProvider, N as OrmReader, Nr as ColumnBuilderBaseConfig, Or as SystemFieldAliases, P as OrmWriter, Pt as AnyRelationsBuilderConfig, Qn as OrmSchemaTriggers, R as getChecks, U as EdgeMetadata, Un as ConvexColumnBuilder, Ur as entityKind, Ut as RelationsConfigWithSchema, Vn as ConvexTextBuilderInitial, Wt as TableRelationalConfig, Xt as ConvexTable, Yn as OrmSchemaExtensionTriggers, Zn as OrmSchemaRelations, Zt as ConvexTableWithColumns, an as RlsPolicy, dt as InferInsertModel, kr as SystemFields, pt as InferSelectModel, qn as OrmSchemaExtensionRelations, r as OrmCapability, rr as FilterExpression$1, x as MigrationSet, z as getForeignKeys, zr as HasDefault, zt as RelationsBuilder } from "./capabilities-BJm_VSDT.js";
|
|
2
2
|
import * as convex_values0 from "convex/values";
|
|
3
3
|
import { GenericId, Validator, Value } from "convex/values";
|
|
4
4
|
import { DefineSchemaOptions, GenericDatabaseReader, GenericDatabaseWriter, GenericSchema, SchedulableFunctionReference, Scheduler, SchemaDefinition, internalActionGeneric, internalMutationGeneric, internalQueryGeneric } from "convex/server";
|
|
@@ -120,7 +120,7 @@ declare const migrationStorageTables: {
|
|
|
120
120
|
fieldName: "cursor";
|
|
121
121
|
};
|
|
122
122
|
};
|
|
123
|
-
|
|
123
|
+
updatedAt: ConvexNumberBuilderInitial<""> & {
|
|
124
124
|
_: {
|
|
125
125
|
notNull: true;
|
|
126
126
|
};
|
|
@@ -130,10 +130,10 @@ declare const migrationStorageTables: {
|
|
|
130
130
|
};
|
|
131
131
|
} & {
|
|
132
132
|
_: {
|
|
133
|
-
fieldName: "
|
|
133
|
+
fieldName: "updatedAt";
|
|
134
134
|
};
|
|
135
135
|
};
|
|
136
|
-
|
|
136
|
+
processed: ConvexNumberBuilderInitial<""> & {
|
|
137
137
|
_: {
|
|
138
138
|
notNull: true;
|
|
139
139
|
};
|
|
@@ -143,54 +143,50 @@ declare const migrationStorageTables: {
|
|
|
143
143
|
};
|
|
144
144
|
} & {
|
|
145
145
|
_: {
|
|
146
|
-
fieldName: "
|
|
146
|
+
fieldName: "processed";
|
|
147
147
|
};
|
|
148
148
|
};
|
|
149
|
-
|
|
150
|
-
_: {
|
|
151
|
-
notNull: true;
|
|
152
|
-
};
|
|
153
|
-
} & {
|
|
149
|
+
startedAt: ConvexNumberBuilderInitial<""> & {
|
|
154
150
|
_: {
|
|
155
151
|
tableName: "migration_state";
|
|
156
152
|
};
|
|
157
153
|
} & {
|
|
158
154
|
_: {
|
|
159
|
-
fieldName: "
|
|
155
|
+
fieldName: "startedAt";
|
|
160
156
|
};
|
|
161
157
|
};
|
|
162
|
-
|
|
158
|
+
completedAt: ConvexNumberBuilderInitial<""> & {
|
|
163
159
|
_: {
|
|
164
160
|
tableName: "migration_state";
|
|
165
161
|
};
|
|
166
162
|
} & {
|
|
167
163
|
_: {
|
|
168
|
-
fieldName: "
|
|
164
|
+
fieldName: "completedAt";
|
|
169
165
|
};
|
|
170
166
|
};
|
|
171
|
-
|
|
172
|
-
_: {
|
|
173
|
-
notNull: true;
|
|
174
|
-
};
|
|
175
|
-
} & {
|
|
167
|
+
lastError: ConvexTextBuilderInitial<""> & {
|
|
176
168
|
_: {
|
|
177
169
|
tableName: "migration_state";
|
|
178
170
|
};
|
|
179
171
|
} & {
|
|
180
172
|
_: {
|
|
181
|
-
fieldName: "
|
|
173
|
+
fieldName: "lastError";
|
|
182
174
|
};
|
|
183
175
|
};
|
|
184
|
-
|
|
176
|
+
migrationId: ConvexTextBuilderInitial<""> & {
|
|
177
|
+
_: {
|
|
178
|
+
notNull: true;
|
|
179
|
+
};
|
|
180
|
+
} & {
|
|
185
181
|
_: {
|
|
186
182
|
tableName: "migration_state";
|
|
187
183
|
};
|
|
188
184
|
} & {
|
|
189
185
|
_: {
|
|
190
|
-
fieldName: "
|
|
186
|
+
fieldName: "migrationId";
|
|
191
187
|
};
|
|
192
188
|
};
|
|
193
|
-
|
|
189
|
+
checksum: ConvexTextBuilderInitial<""> & {
|
|
194
190
|
_: {
|
|
195
191
|
notNull: true;
|
|
196
192
|
};
|
|
@@ -200,25 +196,29 @@ declare const migrationStorageTables: {
|
|
|
200
196
|
};
|
|
201
197
|
} & {
|
|
202
198
|
_: {
|
|
203
|
-
fieldName: "
|
|
199
|
+
fieldName: "checksum";
|
|
204
200
|
};
|
|
205
201
|
};
|
|
206
|
-
|
|
202
|
+
applied: ConvexBooleanBuilderInitial<""> & {
|
|
203
|
+
_: {
|
|
204
|
+
notNull: true;
|
|
205
|
+
};
|
|
206
|
+
} & {
|
|
207
207
|
_: {
|
|
208
208
|
tableName: "migration_state";
|
|
209
209
|
};
|
|
210
210
|
} & {
|
|
211
211
|
_: {
|
|
212
|
-
fieldName: "
|
|
212
|
+
fieldName: "applied";
|
|
213
213
|
};
|
|
214
214
|
};
|
|
215
|
-
|
|
215
|
+
runId: ConvexTextBuilderInitial<""> & {
|
|
216
216
|
_: {
|
|
217
217
|
tableName: "migration_state";
|
|
218
218
|
};
|
|
219
219
|
} & {
|
|
220
220
|
_: {
|
|
221
|
-
fieldName: "
|
|
221
|
+
fieldName: "runId";
|
|
222
222
|
};
|
|
223
223
|
};
|
|
224
224
|
writeMode: ConvexTextBuilderInitial<""> & {
|
|
@@ -269,7 +269,7 @@ declare const migrationStorageTables: {
|
|
|
269
269
|
fieldName: "direction";
|
|
270
270
|
};
|
|
271
271
|
};
|
|
272
|
-
|
|
272
|
+
updatedAt: ConvexNumberBuilderInitial<""> & {
|
|
273
273
|
_: {
|
|
274
274
|
notNull: true;
|
|
275
275
|
};
|
|
@@ -279,7 +279,7 @@ declare const migrationStorageTables: {
|
|
|
279
279
|
};
|
|
280
280
|
} & {
|
|
281
281
|
_: {
|
|
282
|
-
fieldName: "
|
|
282
|
+
fieldName: "updatedAt";
|
|
283
283
|
};
|
|
284
284
|
};
|
|
285
285
|
startedAt: ConvexNumberBuilderInitial<""> & {
|
|
@@ -295,35 +295,35 @@ declare const migrationStorageTables: {
|
|
|
295
295
|
fieldName: "startedAt";
|
|
296
296
|
};
|
|
297
297
|
};
|
|
298
|
-
|
|
299
|
-
_: {
|
|
300
|
-
notNull: true;
|
|
301
|
-
};
|
|
302
|
-
} & {
|
|
298
|
+
completedAt: ConvexNumberBuilderInitial<""> & {
|
|
303
299
|
_: {
|
|
304
300
|
tableName: "migration_run";
|
|
305
301
|
};
|
|
306
302
|
} & {
|
|
307
303
|
_: {
|
|
308
|
-
fieldName: "
|
|
304
|
+
fieldName: "completedAt";
|
|
309
305
|
};
|
|
310
306
|
};
|
|
311
|
-
|
|
307
|
+
lastError: ConvexTextBuilderInitial<""> & {
|
|
312
308
|
_: {
|
|
313
309
|
tableName: "migration_run";
|
|
314
310
|
};
|
|
315
311
|
} & {
|
|
316
312
|
_: {
|
|
317
|
-
fieldName: "
|
|
313
|
+
fieldName: "lastError";
|
|
318
314
|
};
|
|
319
315
|
};
|
|
320
|
-
|
|
316
|
+
runId: ConvexTextBuilderInitial<""> & {
|
|
317
|
+
_: {
|
|
318
|
+
notNull: true;
|
|
319
|
+
};
|
|
320
|
+
} & {
|
|
321
321
|
_: {
|
|
322
322
|
tableName: "migration_run";
|
|
323
323
|
};
|
|
324
324
|
} & {
|
|
325
325
|
_: {
|
|
326
|
-
fieldName: "
|
|
326
|
+
fieldName: "runId";
|
|
327
327
|
};
|
|
328
328
|
};
|
|
329
329
|
dryRun: ConvexBooleanBuilderInitial<""> & {
|
|
@@ -1011,7 +1011,7 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1011
1011
|
readonly aggregate_bucket: ConvexTableWithColumns<{
|
|
1012
1012
|
name: "aggregate_bucket";
|
|
1013
1013
|
columns: {
|
|
1014
|
-
|
|
1014
|
+
count: ConvexNumberBuilderInitial<""> & {
|
|
1015
1015
|
_: {
|
|
1016
1016
|
notNull: true;
|
|
1017
1017
|
};
|
|
@@ -1021,10 +1021,10 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1021
1021
|
};
|
|
1022
1022
|
} & {
|
|
1023
1023
|
_: {
|
|
1024
|
-
fieldName: "
|
|
1024
|
+
fieldName: "count";
|
|
1025
1025
|
};
|
|
1026
1026
|
};
|
|
1027
|
-
|
|
1027
|
+
updatedAt: ConvexNumberBuilderInitial<""> & {
|
|
1028
1028
|
_: {
|
|
1029
1029
|
notNull: true;
|
|
1030
1030
|
};
|
|
@@ -1034,7 +1034,7 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1034
1034
|
};
|
|
1035
1035
|
} & {
|
|
1036
1036
|
_: {
|
|
1037
|
-
fieldName: "
|
|
1037
|
+
fieldName: "updatedAt";
|
|
1038
1038
|
};
|
|
1039
1039
|
};
|
|
1040
1040
|
indexName: ConvexTextBuilderInitial<""> & {
|
|
@@ -1050,7 +1050,7 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1050
1050
|
fieldName: "indexName";
|
|
1051
1051
|
};
|
|
1052
1052
|
};
|
|
1053
|
-
|
|
1053
|
+
tableKey: ConvexTextBuilderInitial<""> & {
|
|
1054
1054
|
_: {
|
|
1055
1055
|
notNull: true;
|
|
1056
1056
|
};
|
|
@@ -1060,14 +1060,10 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1060
1060
|
};
|
|
1061
1061
|
} & {
|
|
1062
1062
|
_: {
|
|
1063
|
-
fieldName: "
|
|
1063
|
+
fieldName: "tableKey";
|
|
1064
1064
|
};
|
|
1065
1065
|
};
|
|
1066
|
-
|
|
1067
|
-
_: {
|
|
1068
|
-
$type: convex_values0.Value[];
|
|
1069
|
-
};
|
|
1070
|
-
} & {
|
|
1066
|
+
keyHash: ConvexTextBuilderInitial<""> & {
|
|
1071
1067
|
_: {
|
|
1072
1068
|
notNull: true;
|
|
1073
1069
|
};
|
|
@@ -1077,10 +1073,14 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1077
1073
|
};
|
|
1078
1074
|
} & {
|
|
1079
1075
|
_: {
|
|
1080
|
-
fieldName: "
|
|
1076
|
+
fieldName: "keyHash";
|
|
1081
1077
|
};
|
|
1082
1078
|
};
|
|
1083
|
-
|
|
1079
|
+
keyParts: ConvexCustomBuilderInitial<"", convex_values0.VArray<any[], convex_values0.Validator<any, "required", any>, "required">> & {
|
|
1080
|
+
_: {
|
|
1081
|
+
$type: convex_values0.Value[];
|
|
1082
|
+
};
|
|
1083
|
+
} & {
|
|
1084
1084
|
_: {
|
|
1085
1085
|
notNull: true;
|
|
1086
1086
|
};
|
|
@@ -1090,7 +1090,7 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1090
1090
|
};
|
|
1091
1091
|
} & {
|
|
1092
1092
|
_: {
|
|
1093
|
-
fieldName: "
|
|
1093
|
+
fieldName: "keyParts";
|
|
1094
1094
|
};
|
|
1095
1095
|
};
|
|
1096
1096
|
sumValues: ConvexCustomBuilderInitial<"", ConvexValidatorLike> & {
|
|
@@ -1162,7 +1162,7 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1162
1162
|
fieldName: "updatedAt";
|
|
1163
1163
|
};
|
|
1164
1164
|
};
|
|
1165
|
-
|
|
1165
|
+
indexName: ConvexTextBuilderInitial<""> & {
|
|
1166
1166
|
_: {
|
|
1167
1167
|
notNull: true;
|
|
1168
1168
|
};
|
|
@@ -1172,10 +1172,10 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1172
1172
|
};
|
|
1173
1173
|
} & {
|
|
1174
1174
|
_: {
|
|
1175
|
-
fieldName: "
|
|
1175
|
+
fieldName: "indexName";
|
|
1176
1176
|
};
|
|
1177
1177
|
};
|
|
1178
|
-
|
|
1178
|
+
tableKey: ConvexTextBuilderInitial<""> & {
|
|
1179
1179
|
_: {
|
|
1180
1180
|
notNull: true;
|
|
1181
1181
|
};
|
|
@@ -1185,7 +1185,7 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1185
1185
|
};
|
|
1186
1186
|
} & {
|
|
1187
1187
|
_: {
|
|
1188
|
-
fieldName: "
|
|
1188
|
+
fieldName: "tableKey";
|
|
1189
1189
|
};
|
|
1190
1190
|
};
|
|
1191
1191
|
keyHash: ConvexTextBuilderInitial<""> & {
|
|
@@ -1343,7 +1343,7 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1343
1343
|
fieldName: "value";
|
|
1344
1344
|
};
|
|
1345
1345
|
};
|
|
1346
|
-
|
|
1346
|
+
count: ConvexNumberBuilderInitial<""> & {
|
|
1347
1347
|
_: {
|
|
1348
1348
|
notNull: true;
|
|
1349
1349
|
};
|
|
@@ -1353,10 +1353,10 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1353
1353
|
};
|
|
1354
1354
|
} & {
|
|
1355
1355
|
_: {
|
|
1356
|
-
fieldName: "
|
|
1356
|
+
fieldName: "count";
|
|
1357
1357
|
};
|
|
1358
1358
|
};
|
|
1359
|
-
|
|
1359
|
+
updatedAt: ConvexNumberBuilderInitial<""> & {
|
|
1360
1360
|
_: {
|
|
1361
1361
|
notNull: true;
|
|
1362
1362
|
};
|
|
@@ -1366,7 +1366,7 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1366
1366
|
};
|
|
1367
1367
|
} & {
|
|
1368
1368
|
_: {
|
|
1369
|
-
fieldName: "
|
|
1369
|
+
fieldName: "updatedAt";
|
|
1370
1370
|
};
|
|
1371
1371
|
};
|
|
1372
1372
|
indexName: ConvexTextBuilderInitial<""> & {
|
|
@@ -1382,7 +1382,7 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1382
1382
|
fieldName: "indexName";
|
|
1383
1383
|
};
|
|
1384
1384
|
};
|
|
1385
|
-
|
|
1385
|
+
tableKey: ConvexTextBuilderInitial<""> & {
|
|
1386
1386
|
_: {
|
|
1387
1387
|
notNull: true;
|
|
1388
1388
|
};
|
|
@@ -1392,10 +1392,10 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1392
1392
|
};
|
|
1393
1393
|
} & {
|
|
1394
1394
|
_: {
|
|
1395
|
-
fieldName: "
|
|
1395
|
+
fieldName: "tableKey";
|
|
1396
1396
|
};
|
|
1397
1397
|
};
|
|
1398
|
-
|
|
1398
|
+
keyHash: ConvexTextBuilderInitial<""> & {
|
|
1399
1399
|
_: {
|
|
1400
1400
|
notNull: true;
|
|
1401
1401
|
};
|
|
@@ -1405,7 +1405,7 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1405
1405
|
};
|
|
1406
1406
|
} & {
|
|
1407
1407
|
_: {
|
|
1408
|
-
fieldName: "
|
|
1408
|
+
fieldName: "keyHash";
|
|
1409
1409
|
};
|
|
1410
1410
|
};
|
|
1411
1411
|
fieldName: ConvexTextBuilderInitial<""> & {
|
|
@@ -1618,7 +1618,7 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1618
1618
|
fieldName: "cursor";
|
|
1619
1619
|
};
|
|
1620
1620
|
};
|
|
1621
|
-
|
|
1621
|
+
updatedAt: ConvexNumberBuilderInitial<""> & {
|
|
1622
1622
|
_: {
|
|
1623
1623
|
notNull: true;
|
|
1624
1624
|
};
|
|
@@ -1628,10 +1628,10 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1628
1628
|
};
|
|
1629
1629
|
} & {
|
|
1630
1630
|
_: {
|
|
1631
|
-
fieldName: "
|
|
1631
|
+
fieldName: "updatedAt";
|
|
1632
1632
|
};
|
|
1633
1633
|
};
|
|
1634
|
-
|
|
1634
|
+
indexName: ConvexTextBuilderInitial<""> & {
|
|
1635
1635
|
_: {
|
|
1636
1636
|
notNull: true;
|
|
1637
1637
|
};
|
|
@@ -1641,10 +1641,10 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1641
1641
|
};
|
|
1642
1642
|
} & {
|
|
1643
1643
|
_: {
|
|
1644
|
-
fieldName: "
|
|
1644
|
+
fieldName: "indexName";
|
|
1645
1645
|
};
|
|
1646
1646
|
};
|
|
1647
|
-
|
|
1647
|
+
keyDefinitionHash: ConvexTextBuilderInitial<""> & {
|
|
1648
1648
|
_: {
|
|
1649
1649
|
notNull: true;
|
|
1650
1650
|
};
|
|
@@ -1654,28 +1654,23 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1654
1654
|
};
|
|
1655
1655
|
} & {
|
|
1656
1656
|
_: {
|
|
1657
|
-
fieldName: "
|
|
1657
|
+
fieldName: "keyDefinitionHash";
|
|
1658
1658
|
};
|
|
1659
1659
|
};
|
|
1660
|
-
|
|
1660
|
+
metricDefinitionHash: ConvexTextBuilderInitial<""> & {
|
|
1661
1661
|
_: {
|
|
1662
|
-
|
|
1662
|
+
notNull: true;
|
|
1663
1663
|
};
|
|
1664
1664
|
} & {
|
|
1665
|
-
_: {
|
|
1666
|
-
fieldName: "completedAt";
|
|
1667
|
-
};
|
|
1668
|
-
};
|
|
1669
|
-
lastError: ConvexTextBuilderInitial<""> & {
|
|
1670
1665
|
_: {
|
|
1671
1666
|
tableName: "aggregate_state";
|
|
1672
1667
|
};
|
|
1673
1668
|
} & {
|
|
1674
1669
|
_: {
|
|
1675
|
-
fieldName: "
|
|
1670
|
+
fieldName: "metricDefinitionHash";
|
|
1676
1671
|
};
|
|
1677
1672
|
};
|
|
1678
|
-
|
|
1673
|
+
processed: ConvexNumberBuilderInitial<""> & {
|
|
1679
1674
|
_: {
|
|
1680
1675
|
notNull: true;
|
|
1681
1676
|
};
|
|
@@ -1685,10 +1680,10 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1685
1680
|
};
|
|
1686
1681
|
} & {
|
|
1687
1682
|
_: {
|
|
1688
|
-
fieldName: "
|
|
1683
|
+
fieldName: "processed";
|
|
1689
1684
|
};
|
|
1690
1685
|
};
|
|
1691
|
-
|
|
1686
|
+
startedAt: ConvexNumberBuilderInitial<""> & {
|
|
1692
1687
|
_: {
|
|
1693
1688
|
notNull: true;
|
|
1694
1689
|
};
|
|
@@ -1698,23 +1693,28 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1698
1693
|
};
|
|
1699
1694
|
} & {
|
|
1700
1695
|
_: {
|
|
1701
|
-
fieldName: "
|
|
1696
|
+
fieldName: "startedAt";
|
|
1702
1697
|
};
|
|
1703
1698
|
};
|
|
1704
|
-
|
|
1699
|
+
completedAt: ConvexNumberBuilderInitial<""> & {
|
|
1705
1700
|
_: {
|
|
1706
|
-
|
|
1701
|
+
tableName: "aggregate_state";
|
|
1707
1702
|
};
|
|
1708
1703
|
} & {
|
|
1704
|
+
_: {
|
|
1705
|
+
fieldName: "completedAt";
|
|
1706
|
+
};
|
|
1707
|
+
};
|
|
1708
|
+
lastError: ConvexTextBuilderInitial<""> & {
|
|
1709
1709
|
_: {
|
|
1710
1710
|
tableName: "aggregate_state";
|
|
1711
1711
|
};
|
|
1712
1712
|
} & {
|
|
1713
1713
|
_: {
|
|
1714
|
-
fieldName: "
|
|
1714
|
+
fieldName: "lastError";
|
|
1715
1715
|
};
|
|
1716
1716
|
};
|
|
1717
|
-
|
|
1717
|
+
tableKey: ConvexTextBuilderInitial<""> & {
|
|
1718
1718
|
_: {
|
|
1719
1719
|
notNull: true;
|
|
1720
1720
|
};
|
|
@@ -1724,7 +1724,7 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1724
1724
|
};
|
|
1725
1725
|
} & {
|
|
1726
1726
|
_: {
|
|
1727
|
-
fieldName: "
|
|
1727
|
+
fieldName: "tableKey";
|
|
1728
1728
|
};
|
|
1729
1729
|
};
|
|
1730
1730
|
};
|
|
@@ -1769,7 +1769,7 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1769
1769
|
fieldName: "cursor";
|
|
1770
1770
|
};
|
|
1771
1771
|
};
|
|
1772
|
-
|
|
1772
|
+
updatedAt: ConvexNumberBuilderInitial<""> & {
|
|
1773
1773
|
_: {
|
|
1774
1774
|
notNull: true;
|
|
1775
1775
|
};
|
|
@@ -1779,10 +1779,10 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1779
1779
|
};
|
|
1780
1780
|
} & {
|
|
1781
1781
|
_: {
|
|
1782
|
-
fieldName: "
|
|
1782
|
+
fieldName: "updatedAt";
|
|
1783
1783
|
};
|
|
1784
1784
|
};
|
|
1785
|
-
|
|
1785
|
+
processed: ConvexNumberBuilderInitial<""> & {
|
|
1786
1786
|
_: {
|
|
1787
1787
|
notNull: true;
|
|
1788
1788
|
};
|
|
@@ -1792,54 +1792,50 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1792
1792
|
};
|
|
1793
1793
|
} & {
|
|
1794
1794
|
_: {
|
|
1795
|
-
fieldName: "
|
|
1795
|
+
fieldName: "processed";
|
|
1796
1796
|
};
|
|
1797
1797
|
};
|
|
1798
|
-
|
|
1799
|
-
_: {
|
|
1800
|
-
notNull: true;
|
|
1801
|
-
};
|
|
1802
|
-
} & {
|
|
1798
|
+
startedAt: ConvexNumberBuilderInitial<""> & {
|
|
1803
1799
|
_: {
|
|
1804
1800
|
tableName: "migration_state";
|
|
1805
1801
|
};
|
|
1806
1802
|
} & {
|
|
1807
1803
|
_: {
|
|
1808
|
-
fieldName: "
|
|
1804
|
+
fieldName: "startedAt";
|
|
1809
1805
|
};
|
|
1810
1806
|
};
|
|
1811
|
-
|
|
1807
|
+
completedAt: ConvexNumberBuilderInitial<""> & {
|
|
1812
1808
|
_: {
|
|
1813
1809
|
tableName: "migration_state";
|
|
1814
1810
|
};
|
|
1815
1811
|
} & {
|
|
1816
1812
|
_: {
|
|
1817
|
-
fieldName: "
|
|
1813
|
+
fieldName: "completedAt";
|
|
1818
1814
|
};
|
|
1819
1815
|
};
|
|
1820
|
-
|
|
1821
|
-
_: {
|
|
1822
|
-
notNull: true;
|
|
1823
|
-
};
|
|
1824
|
-
} & {
|
|
1816
|
+
lastError: ConvexTextBuilderInitial<""> & {
|
|
1825
1817
|
_: {
|
|
1826
1818
|
tableName: "migration_state";
|
|
1827
1819
|
};
|
|
1828
1820
|
} & {
|
|
1829
1821
|
_: {
|
|
1830
|
-
fieldName: "
|
|
1822
|
+
fieldName: "lastError";
|
|
1831
1823
|
};
|
|
1832
1824
|
};
|
|
1833
|
-
|
|
1825
|
+
migrationId: ConvexTextBuilderInitial<""> & {
|
|
1826
|
+
_: {
|
|
1827
|
+
notNull: true;
|
|
1828
|
+
};
|
|
1829
|
+
} & {
|
|
1834
1830
|
_: {
|
|
1835
1831
|
tableName: "migration_state";
|
|
1836
1832
|
};
|
|
1837
1833
|
} & {
|
|
1838
1834
|
_: {
|
|
1839
|
-
fieldName: "
|
|
1835
|
+
fieldName: "migrationId";
|
|
1840
1836
|
};
|
|
1841
1837
|
};
|
|
1842
|
-
|
|
1838
|
+
checksum: ConvexTextBuilderInitial<""> & {
|
|
1843
1839
|
_: {
|
|
1844
1840
|
notNull: true;
|
|
1845
1841
|
};
|
|
@@ -1849,25 +1845,29 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1849
1845
|
};
|
|
1850
1846
|
} & {
|
|
1851
1847
|
_: {
|
|
1852
|
-
fieldName: "
|
|
1848
|
+
fieldName: "checksum";
|
|
1853
1849
|
};
|
|
1854
1850
|
};
|
|
1855
|
-
|
|
1851
|
+
applied: ConvexBooleanBuilderInitial<""> & {
|
|
1852
|
+
_: {
|
|
1853
|
+
notNull: true;
|
|
1854
|
+
};
|
|
1855
|
+
} & {
|
|
1856
1856
|
_: {
|
|
1857
1857
|
tableName: "migration_state";
|
|
1858
1858
|
};
|
|
1859
1859
|
} & {
|
|
1860
1860
|
_: {
|
|
1861
|
-
fieldName: "
|
|
1861
|
+
fieldName: "applied";
|
|
1862
1862
|
};
|
|
1863
1863
|
};
|
|
1864
|
-
|
|
1864
|
+
runId: ConvexTextBuilderInitial<""> & {
|
|
1865
1865
|
_: {
|
|
1866
1866
|
tableName: "migration_state";
|
|
1867
1867
|
};
|
|
1868
1868
|
} & {
|
|
1869
1869
|
_: {
|
|
1870
|
-
fieldName: "
|
|
1870
|
+
fieldName: "runId";
|
|
1871
1871
|
};
|
|
1872
1872
|
};
|
|
1873
1873
|
writeMode: ConvexTextBuilderInitial<""> & {
|
|
@@ -1918,7 +1918,7 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1918
1918
|
fieldName: "direction";
|
|
1919
1919
|
};
|
|
1920
1920
|
};
|
|
1921
|
-
|
|
1921
|
+
updatedAt: ConvexNumberBuilderInitial<""> & {
|
|
1922
1922
|
_: {
|
|
1923
1923
|
notNull: true;
|
|
1924
1924
|
};
|
|
@@ -1928,7 +1928,7 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1928
1928
|
};
|
|
1929
1929
|
} & {
|
|
1930
1930
|
_: {
|
|
1931
|
-
fieldName: "
|
|
1931
|
+
fieldName: "updatedAt";
|
|
1932
1932
|
};
|
|
1933
1933
|
};
|
|
1934
1934
|
startedAt: ConvexNumberBuilderInitial<""> & {
|
|
@@ -1944,35 +1944,35 @@ declare const BUILTIN_SCHEMA_EXTENSIONS: readonly [SchemaExtension<{
|
|
|
1944
1944
|
fieldName: "startedAt";
|
|
1945
1945
|
};
|
|
1946
1946
|
};
|
|
1947
|
-
|
|
1948
|
-
_: {
|
|
1949
|
-
notNull: true;
|
|
1950
|
-
};
|
|
1951
|
-
} & {
|
|
1947
|
+
completedAt: ConvexNumberBuilderInitial<""> & {
|
|
1952
1948
|
_: {
|
|
1953
1949
|
tableName: "migration_run";
|
|
1954
1950
|
};
|
|
1955
1951
|
} & {
|
|
1956
1952
|
_: {
|
|
1957
|
-
fieldName: "
|
|
1953
|
+
fieldName: "completedAt";
|
|
1958
1954
|
};
|
|
1959
1955
|
};
|
|
1960
|
-
|
|
1956
|
+
lastError: ConvexTextBuilderInitial<""> & {
|
|
1961
1957
|
_: {
|
|
1962
1958
|
tableName: "migration_run";
|
|
1963
1959
|
};
|
|
1964
1960
|
} & {
|
|
1965
1961
|
_: {
|
|
1966
|
-
fieldName: "
|
|
1962
|
+
fieldName: "lastError";
|
|
1967
1963
|
};
|
|
1968
1964
|
};
|
|
1969
|
-
|
|
1965
|
+
runId: ConvexTextBuilderInitial<""> & {
|
|
1966
|
+
_: {
|
|
1967
|
+
notNull: true;
|
|
1968
|
+
};
|
|
1969
|
+
} & {
|
|
1970
1970
|
_: {
|
|
1971
1971
|
tableName: "migration_run";
|
|
1972
1972
|
};
|
|
1973
1973
|
} & {
|
|
1974
1974
|
_: {
|
|
1975
|
-
fieldName: "
|
|
1975
|
+
fieldName: "runId";
|
|
1976
1976
|
};
|
|
1977
1977
|
};
|
|
1978
1978
|
dryRun: ConvexBooleanBuilderInitial<""> & {
|