@confect/server 9.0.0-next.7 → 9.0.0-next.8
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 +30 -0
- package/dist/ActionCtx.d.ts +1 -1
- package/dist/ActionCtx.js +1 -1
- package/dist/ActionCtx.js.map +1 -1
- package/dist/ActionRunner.d.ts +6 -4
- package/dist/ActionRunner.d.ts.map +1 -1
- package/dist/ActionRunner.js +4 -3
- package/dist/ActionRunner.js.map +1 -1
- package/dist/Auth.d.ts +5 -3
- package/dist/Auth.d.ts.map +1 -1
- package/dist/Auth.js +5 -1
- package/dist/Auth.js.map +1 -1
- package/dist/BlobNotFoundError.d.ts +1 -1
- package/dist/BlobNotFoundError.d.ts.map +1 -1
- package/dist/BlobNotFoundError.js +1 -1
- package/dist/BlobNotFoundError.js.map +1 -1
- package/dist/ConvexConfigProvider.d.ts +1 -1
- package/dist/ConvexConfigProvider.d.ts.map +1 -1
- package/dist/ConvexConfigProvider.js +6 -1
- package/dist/ConvexConfigProvider.js.map +1 -1
- package/dist/CronJob.d.ts +3 -3
- package/dist/CronJob.d.ts.map +1 -1
- package/dist/CronJob.js +1 -1
- package/dist/CronJob.js.map +1 -1
- package/dist/CronJobs.d.ts.map +1 -1
- package/dist/CronJobs.js +11 -4
- package/dist/CronJobs.js.map +1 -1
- package/dist/DatabaseReader.d.ts +436 -435
- package/dist/DatabaseReader.d.ts.map +1 -1
- package/dist/DatabaseReader.js +2 -1
- package/dist/DatabaseReader.js.map +1 -1
- package/dist/DatabaseSchema.js +1 -1
- package/dist/DatabaseSchema.js.map +1 -1
- package/dist/DatabaseWriter.d.ts +3 -1
- package/dist/DatabaseWriter.d.ts.map +1 -1
- package/dist/DatabaseWriter.js +5 -1
- package/dist/DatabaseWriter.js.map +1 -1
- package/dist/Document.d.ts +2 -1
- package/dist/Document.d.ts.map +1 -1
- package/dist/Document.js +5 -1
- package/dist/Document.js.map +1 -1
- package/dist/FunctionImpl.d.ts +2 -1
- package/dist/FunctionImpl.d.ts.map +1 -1
- package/dist/FunctionImpl.js +4 -1
- package/dist/FunctionImpl.js.map +1 -1
- package/dist/GroupImpl.d.ts +2 -1
- package/dist/GroupImpl.d.ts.map +1 -1
- package/dist/GroupImpl.js +9 -1
- package/dist/GroupImpl.js.map +1 -1
- package/dist/Handler.d.ts +2 -2
- package/dist/HttpApi.d.ts +4 -2
- package/dist/HttpApi.d.ts.map +1 -1
- package/dist/HttpApi.js +7 -2
- package/dist/HttpApi.js.map +1 -1
- package/dist/MutationCtx.d.ts +1 -1
- package/dist/MutationCtx.js +1 -1
- package/dist/MutationCtx.js.map +1 -1
- package/dist/MutationRunner.d.ts +6 -4
- package/dist/MutationRunner.d.ts.map +1 -1
- package/dist/MutationRunner.js +4 -3
- package/dist/MutationRunner.js.map +1 -1
- package/dist/OrderedQuery.d.ts +7 -5
- package/dist/OrderedQuery.d.ts.map +1 -1
- package/dist/OrderedQuery.js +4 -1
- package/dist/OrderedQuery.js.map +1 -1
- package/dist/QueryCtx.d.ts +1 -1
- package/dist/QueryCtx.js +1 -1
- package/dist/QueryCtx.js.map +1 -1
- package/dist/QueryInitializer.d.ts +2 -1
- package/dist/QueryInitializer.d.ts.map +1 -1
- package/dist/QueryInitializer.js +5 -1
- package/dist/QueryInitializer.js.map +1 -1
- package/dist/QueryRunner.d.ts +6 -4
- package/dist/QueryRunner.d.ts.map +1 -1
- package/dist/QueryRunner.js +4 -3
- package/dist/QueryRunner.js.map +1 -1
- package/dist/RegisteredConvexFunction.d.ts +117 -115
- package/dist/RegisteredConvexFunction.d.ts.map +1 -1
- package/dist/RegisteredConvexFunction.js +6 -1
- package/dist/RegisteredConvexFunction.js.map +1 -1
- package/dist/RegisteredFunction.d.ts +8 -6
- package/dist/RegisteredFunction.d.ts.map +1 -1
- package/dist/RegisteredFunction.js +5 -1
- package/dist/RegisteredFunction.js.map +1 -1
- package/dist/RegisteredFunctions.d.ts.map +1 -1
- package/dist/RegisteredFunctions.js +2 -1
- package/dist/RegisteredFunctions.js.map +1 -1
- package/dist/RegisteredNodeFunction.d.ts.map +1 -1
- package/dist/RegisteredNodeFunction.js +3 -2
- package/dist/RegisteredNodeFunction.js.map +1 -1
- package/dist/RegistryItem.js +1 -1
- package/dist/RegistryItem.js.map +1 -1
- package/dist/Scheduler.d.ts +12 -8
- package/dist/Scheduler.d.ts.map +1 -1
- package/dist/Scheduler.js +10 -6
- package/dist/Scheduler.js.map +1 -1
- package/dist/SchemaToValidator.d.ts +4 -1
- package/dist/SchemaToValidator.d.ts.map +1 -1
- package/dist/SchemaToValidator.js +13 -1
- package/dist/SchemaToValidator.js.map +1 -1
- package/dist/StorageActionWriter.d.ts +3 -2
- package/dist/StorageActionWriter.d.ts.map +1 -1
- package/dist/StorageActionWriter.js +4 -1
- package/dist/StorageActionWriter.js.map +1 -1
- package/dist/StorageReader.d.ts +3 -2
- package/dist/StorageReader.d.ts.map +1 -1
- package/dist/StorageReader.js +5 -1
- package/dist/StorageReader.js.map +1 -1
- package/dist/StorageWriter.d.ts +3 -2
- package/dist/StorageWriter.d.ts.map +1 -1
- package/dist/StorageWriter.js +4 -1
- package/dist/StorageWriter.js.map +1 -1
- package/dist/Table.d.ts +19 -19
- package/dist/Table.d.ts.map +1 -1
- package/dist/Table.js +2 -1
- package/dist/Table.js.map +1 -1
- package/dist/TableInfo.d.ts +1 -1
- package/dist/VectorSearch.d.ts +3 -1
- package/dist/VectorSearch.d.ts.map +1 -1
- package/dist/VectorSearch.js +3 -1
- package/dist/VectorSearch.js.map +1 -1
- package/dist/internal/utils.d.ts +3 -2
- package/dist/internal/utils.d.ts.map +1 -1
- package/dist/internal/utils.js +3 -1
- package/dist/internal/utils.js.map +1 -1
- package/package.json +2 -2
- package/src/ActionCtx.ts +1 -1
- package/src/ActionRunner.ts +2 -1
- package/src/Auth.ts +5 -1
- package/src/BlobNotFoundError.ts +1 -1
- package/src/ConvexConfigProvider.ts +6 -8
- package/src/CronJob.ts +1 -1
- package/src/CronJobs.ts +8 -10
- package/src/DatabaseReader.ts +2 -1
- package/src/DatabaseSchema.ts +1 -1
- package/src/DatabaseWriter.ts +5 -1
- package/src/Document.ts +5 -1
- package/src/FunctionImpl.ts +4 -1
- package/src/GroupImpl.ts +9 -11
- package/src/HttpApi.ts +8 -9
- package/src/MutationCtx.ts +1 -1
- package/src/MutationRunner.ts +2 -1
- package/src/OrderedQuery.ts +5 -1
- package/src/QueryCtx.ts +1 -1
- package/src/QueryInitializer.ts +5 -1
- package/src/QueryRunner.ts +2 -1
- package/src/RegisteredConvexFunction.ts +6 -1
- package/src/RegisteredFunction.ts +5 -1
- package/src/RegisteredFunctions.ts +3 -1
- package/src/RegisteredNodeFunction.ts +4 -2
- package/src/RegistryItem.ts +1 -1
- package/src/Scheduler.ts +5 -1
- package/src/SchemaToValidator.ts +14 -16
- package/src/StorageActionWriter.ts +4 -1
- package/src/StorageReader.ts +5 -1
- package/src/StorageWriter.ts +4 -1
- package/src/Table.ts +2 -1
- package/src/VectorSearch.ts +3 -1
- package/src/internal/utils.ts +3 -1
package/dist/DatabaseReader.d.ts
CHANGED
|
@@ -5,13 +5,14 @@ import { TableInfo } from "./TableInfo.js";
|
|
|
5
5
|
import { DataModel, FromSchema, TableInfoWithName, ToConvex } from "./DataModel.js";
|
|
6
6
|
import { OrderedQuery as OrderedQuery$1 } from "./OrderedQuery.js";
|
|
7
7
|
import { GetByIdFailure, GetByIndexFailure } from "./QueryInitializer.js";
|
|
8
|
-
import
|
|
8
|
+
import * as Context from "effect/Context";
|
|
9
9
|
import * as convex_server0 from "convex/server";
|
|
10
10
|
import { GenericDatabaseReader } from "convex/server";
|
|
11
|
+
import * as Layer from "effect/Layer";
|
|
12
|
+
import * as effect_Effect0 from "effect/Effect";
|
|
13
|
+
import * as effect_Schema0 from "effect/Schema";
|
|
11
14
|
import * as convex_values0 from "convex/values";
|
|
12
15
|
import * as _confect_core_Types0 from "@confect/core/Types";
|
|
13
|
-
import * as effect_Schema0 from "effect/Schema";
|
|
14
|
-
import * as effect_Effect0 from "effect/Effect";
|
|
15
16
|
|
|
16
17
|
//#region src/DatabaseReader.d.ts
|
|
17
18
|
declare namespace DatabaseReader_d_exports {
|
|
@@ -40,8 +41,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
40
41
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
41
42
|
}>]>;
|
|
42
43
|
}>, convex_values0.VObject<{
|
|
43
|
-
args: any[];
|
|
44
44
|
name: string;
|
|
45
|
+
args: any[];
|
|
45
46
|
scheduledTime: number;
|
|
46
47
|
state: {
|
|
47
48
|
kind: "pending";
|
|
@@ -50,15 +51,15 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
50
51
|
} | {
|
|
51
52
|
kind: "success";
|
|
52
53
|
} | {
|
|
53
|
-
error: string;
|
|
54
54
|
kind: "failed";
|
|
55
|
+
error: string;
|
|
55
56
|
} | {
|
|
56
57
|
kind: "canceled";
|
|
57
58
|
};
|
|
58
59
|
completedTime?: number;
|
|
59
60
|
}, {
|
|
60
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
61
61
|
name: convex_values0.VString<string, "required">;
|
|
62
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
62
63
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
63
64
|
state: convex_values0.VUnion<{
|
|
64
65
|
kind: "pending";
|
|
@@ -67,8 +68,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
67
68
|
} | {
|
|
68
69
|
kind: "success";
|
|
69
70
|
} | {
|
|
70
|
-
error: string;
|
|
71
71
|
kind: "failed";
|
|
72
|
+
error: string;
|
|
72
73
|
} | {
|
|
73
74
|
kind: "canceled";
|
|
74
75
|
}, [convex_values0.VObject<{
|
|
@@ -84,18 +85,18 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
84
85
|
}, {
|
|
85
86
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
86
87
|
}, "required", "kind">, convex_values0.VObject<{
|
|
87
|
-
error: string;
|
|
88
88
|
kind: "failed";
|
|
89
|
+
error: string;
|
|
89
90
|
}, {
|
|
90
|
-
error: convex_values0.VString<string, "required">;
|
|
91
91
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
92
|
-
|
|
92
|
+
error: convex_values0.VString<string, "required">;
|
|
93
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
93
94
|
kind: "canceled";
|
|
94
95
|
}, {
|
|
95
96
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
96
|
-
}, "required", "kind">], "required", "
|
|
97
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
97
98
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
98
|
-
}, "required", "
|
|
99
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
99
100
|
sha256: typeof effect_Schema0.String;
|
|
100
101
|
size: typeof effect_Schema0.Number;
|
|
101
102
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -130,8 +131,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
130
131
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
131
132
|
}>]>;
|
|
132
133
|
}>, convex_values0.VObject<{
|
|
133
|
-
args: any[];
|
|
134
134
|
name: string;
|
|
135
|
+
args: any[];
|
|
135
136
|
scheduledTime: number;
|
|
136
137
|
state: {
|
|
137
138
|
kind: "pending";
|
|
@@ -140,15 +141,15 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
140
141
|
} | {
|
|
141
142
|
kind: "success";
|
|
142
143
|
} | {
|
|
143
|
-
error: string;
|
|
144
144
|
kind: "failed";
|
|
145
|
+
error: string;
|
|
145
146
|
} | {
|
|
146
147
|
kind: "canceled";
|
|
147
148
|
};
|
|
148
149
|
completedTime?: number;
|
|
149
150
|
}, {
|
|
150
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
151
151
|
name: convex_values0.VString<string, "required">;
|
|
152
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
152
153
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
153
154
|
state: convex_values0.VUnion<{
|
|
154
155
|
kind: "pending";
|
|
@@ -157,8 +158,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
157
158
|
} | {
|
|
158
159
|
kind: "success";
|
|
159
160
|
} | {
|
|
160
|
-
error: string;
|
|
161
161
|
kind: "failed";
|
|
162
|
+
error: string;
|
|
162
163
|
} | {
|
|
163
164
|
kind: "canceled";
|
|
164
165
|
}, [convex_values0.VObject<{
|
|
@@ -174,18 +175,18 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
174
175
|
}, {
|
|
175
176
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
176
177
|
}, "required", "kind">, convex_values0.VObject<{
|
|
177
|
-
error: string;
|
|
178
178
|
kind: "failed";
|
|
179
|
+
error: string;
|
|
179
180
|
}, {
|
|
180
|
-
error: convex_values0.VString<string, "required">;
|
|
181
181
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
182
|
-
|
|
182
|
+
error: convex_values0.VString<string, "required">;
|
|
183
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
183
184
|
kind: "canceled";
|
|
184
185
|
}, {
|
|
185
186
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
186
|
-
}, "required", "kind">], "required", "
|
|
187
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
187
188
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
188
|
-
}, "required", "
|
|
189
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
189
190
|
sha256: typeof effect_Schema0.String;
|
|
190
191
|
size: typeof effect_Schema0.Number;
|
|
191
192
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -219,8 +220,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
219
220
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
220
221
|
}>]>;
|
|
221
222
|
}>, convex_values0.VObject<{
|
|
222
|
-
args: any[];
|
|
223
223
|
name: string;
|
|
224
|
+
args: any[];
|
|
224
225
|
scheduledTime: number;
|
|
225
226
|
state: {
|
|
226
227
|
kind: "pending";
|
|
@@ -229,15 +230,15 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
229
230
|
} | {
|
|
230
231
|
kind: "success";
|
|
231
232
|
} | {
|
|
232
|
-
error: string;
|
|
233
233
|
kind: "failed";
|
|
234
|
+
error: string;
|
|
234
235
|
} | {
|
|
235
236
|
kind: "canceled";
|
|
236
237
|
};
|
|
237
238
|
completedTime?: number;
|
|
238
239
|
}, {
|
|
239
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
240
240
|
name: convex_values0.VString<string, "required">;
|
|
241
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
241
242
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
242
243
|
state: convex_values0.VUnion<{
|
|
243
244
|
kind: "pending";
|
|
@@ -246,8 +247,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
246
247
|
} | {
|
|
247
248
|
kind: "success";
|
|
248
249
|
} | {
|
|
249
|
-
error: string;
|
|
250
250
|
kind: "failed";
|
|
251
|
+
error: string;
|
|
251
252
|
} | {
|
|
252
253
|
kind: "canceled";
|
|
253
254
|
}, [convex_values0.VObject<{
|
|
@@ -263,18 +264,18 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
263
264
|
}, {
|
|
264
265
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
265
266
|
}, "required", "kind">, convex_values0.VObject<{
|
|
266
|
-
error: string;
|
|
267
267
|
kind: "failed";
|
|
268
|
+
error: string;
|
|
268
269
|
}, {
|
|
269
|
-
error: convex_values0.VString<string, "required">;
|
|
270
270
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
271
|
-
|
|
271
|
+
error: convex_values0.VString<string, "required">;
|
|
272
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
272
273
|
kind: "canceled";
|
|
273
274
|
}, {
|
|
274
275
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
275
|
-
}, "required", "kind">], "required", "
|
|
276
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
276
277
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
277
|
-
}, "required", "
|
|
278
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
278
279
|
sha256: typeof effect_Schema0.String;
|
|
279
280
|
size: typeof effect_Schema0.Number;
|
|
280
281
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -308,8 +309,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
308
309
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
309
310
|
}>]>;
|
|
310
311
|
}>, convex_values0.VObject<{
|
|
311
|
-
args: any[];
|
|
312
312
|
name: string;
|
|
313
|
+
args: any[];
|
|
313
314
|
scheduledTime: number;
|
|
314
315
|
state: {
|
|
315
316
|
kind: "pending";
|
|
@@ -318,15 +319,15 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
318
319
|
} | {
|
|
319
320
|
kind: "success";
|
|
320
321
|
} | {
|
|
321
|
-
error: string;
|
|
322
322
|
kind: "failed";
|
|
323
|
+
error: string;
|
|
323
324
|
} | {
|
|
324
325
|
kind: "canceled";
|
|
325
326
|
};
|
|
326
327
|
completedTime?: number;
|
|
327
328
|
}, {
|
|
328
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
329
329
|
name: convex_values0.VString<string, "required">;
|
|
330
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
330
331
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
331
332
|
state: convex_values0.VUnion<{
|
|
332
333
|
kind: "pending";
|
|
@@ -335,8 +336,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
335
336
|
} | {
|
|
336
337
|
kind: "success";
|
|
337
338
|
} | {
|
|
338
|
-
error: string;
|
|
339
339
|
kind: "failed";
|
|
340
|
+
error: string;
|
|
340
341
|
} | {
|
|
341
342
|
kind: "canceled";
|
|
342
343
|
}, [convex_values0.VObject<{
|
|
@@ -352,18 +353,18 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
352
353
|
}, {
|
|
353
354
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
354
355
|
}, "required", "kind">, convex_values0.VObject<{
|
|
355
|
-
error: string;
|
|
356
356
|
kind: "failed";
|
|
357
|
+
error: string;
|
|
357
358
|
}, {
|
|
358
|
-
error: convex_values0.VString<string, "required">;
|
|
359
359
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
360
|
-
|
|
360
|
+
error: convex_values0.VString<string, "required">;
|
|
361
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
361
362
|
kind: "canceled";
|
|
362
363
|
}, {
|
|
363
364
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
364
|
-
}, "required", "kind">], "required", "
|
|
365
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
365
366
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
366
|
-
}, "required", "
|
|
367
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
367
368
|
sha256: typeof effect_Schema0.String;
|
|
368
369
|
size: typeof effect_Schema0.Number;
|
|
369
370
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -400,8 +401,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
400
401
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
401
402
|
}>]>;
|
|
402
403
|
}>, convex_values0.VObject<{
|
|
403
|
-
args: any[];
|
|
404
404
|
name: string;
|
|
405
|
+
args: any[];
|
|
405
406
|
scheduledTime: number;
|
|
406
407
|
state: {
|
|
407
408
|
kind: "pending";
|
|
@@ -410,15 +411,15 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
410
411
|
} | {
|
|
411
412
|
kind: "success";
|
|
412
413
|
} | {
|
|
413
|
-
error: string;
|
|
414
414
|
kind: "failed";
|
|
415
|
+
error: string;
|
|
415
416
|
} | {
|
|
416
417
|
kind: "canceled";
|
|
417
418
|
};
|
|
418
419
|
completedTime?: number;
|
|
419
420
|
}, {
|
|
420
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
421
421
|
name: convex_values0.VString<string, "required">;
|
|
422
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
422
423
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
423
424
|
state: convex_values0.VUnion<{
|
|
424
425
|
kind: "pending";
|
|
@@ -427,8 +428,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
427
428
|
} | {
|
|
428
429
|
kind: "success";
|
|
429
430
|
} | {
|
|
430
|
-
error: string;
|
|
431
431
|
kind: "failed";
|
|
432
|
+
error: string;
|
|
432
433
|
} | {
|
|
433
434
|
kind: "canceled";
|
|
434
435
|
}, [convex_values0.VObject<{
|
|
@@ -444,18 +445,18 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
444
445
|
}, {
|
|
445
446
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
446
447
|
}, "required", "kind">, convex_values0.VObject<{
|
|
447
|
-
error: string;
|
|
448
448
|
kind: "failed";
|
|
449
|
+
error: string;
|
|
449
450
|
}, {
|
|
450
|
-
error: convex_values0.VString<string, "required">;
|
|
451
451
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
452
|
-
|
|
452
|
+
error: convex_values0.VString<string, "required">;
|
|
453
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
453
454
|
kind: "canceled";
|
|
454
455
|
}, {
|
|
455
456
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
456
|
-
}, "required", "kind">], "required", "
|
|
457
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
457
458
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
458
|
-
}, "required", "
|
|
459
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
459
460
|
sha256: typeof effect_Schema0.String;
|
|
460
461
|
size: typeof effect_Schema0.Number;
|
|
461
462
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -489,8 +490,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
489
490
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
490
491
|
}>]>;
|
|
491
492
|
}>, convex_values0.VObject<{
|
|
492
|
-
args: any[];
|
|
493
493
|
name: string;
|
|
494
|
+
args: any[];
|
|
494
495
|
scheduledTime: number;
|
|
495
496
|
state: {
|
|
496
497
|
kind: "pending";
|
|
@@ -499,15 +500,15 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
499
500
|
} | {
|
|
500
501
|
kind: "success";
|
|
501
502
|
} | {
|
|
502
|
-
error: string;
|
|
503
503
|
kind: "failed";
|
|
504
|
+
error: string;
|
|
504
505
|
} | {
|
|
505
506
|
kind: "canceled";
|
|
506
507
|
};
|
|
507
508
|
completedTime?: number;
|
|
508
509
|
}, {
|
|
509
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
510
510
|
name: convex_values0.VString<string, "required">;
|
|
511
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
511
512
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
512
513
|
state: convex_values0.VUnion<{
|
|
513
514
|
kind: "pending";
|
|
@@ -516,8 +517,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
516
517
|
} | {
|
|
517
518
|
kind: "success";
|
|
518
519
|
} | {
|
|
519
|
-
error: string;
|
|
520
520
|
kind: "failed";
|
|
521
|
+
error: string;
|
|
521
522
|
} | {
|
|
522
523
|
kind: "canceled";
|
|
523
524
|
}, [convex_values0.VObject<{
|
|
@@ -533,18 +534,18 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
533
534
|
}, {
|
|
534
535
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
535
536
|
}, "required", "kind">, convex_values0.VObject<{
|
|
536
|
-
error: string;
|
|
537
537
|
kind: "failed";
|
|
538
|
+
error: string;
|
|
538
539
|
}, {
|
|
539
|
-
error: convex_values0.VString<string, "required">;
|
|
540
540
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
541
|
-
|
|
541
|
+
error: convex_values0.VString<string, "required">;
|
|
542
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
542
543
|
kind: "canceled";
|
|
543
544
|
}, {
|
|
544
545
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
545
|
-
}, "required", "kind">], "required", "
|
|
546
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
546
547
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
547
|
-
}, "required", "
|
|
548
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
548
549
|
sha256: typeof effect_Schema0.String;
|
|
549
550
|
size: typeof effect_Schema0.Number;
|
|
550
551
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -578,8 +579,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
578
579
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
579
580
|
}>]>;
|
|
580
581
|
}>, convex_values0.VObject<{
|
|
581
|
-
args: any[];
|
|
582
582
|
name: string;
|
|
583
|
+
args: any[];
|
|
583
584
|
scheduledTime: number;
|
|
584
585
|
state: {
|
|
585
586
|
kind: "pending";
|
|
@@ -588,15 +589,15 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
588
589
|
} | {
|
|
589
590
|
kind: "success";
|
|
590
591
|
} | {
|
|
591
|
-
error: string;
|
|
592
592
|
kind: "failed";
|
|
593
|
+
error: string;
|
|
593
594
|
} | {
|
|
594
595
|
kind: "canceled";
|
|
595
596
|
};
|
|
596
597
|
completedTime?: number;
|
|
597
598
|
}, {
|
|
598
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
599
599
|
name: convex_values0.VString<string, "required">;
|
|
600
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
600
601
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
601
602
|
state: convex_values0.VUnion<{
|
|
602
603
|
kind: "pending";
|
|
@@ -605,8 +606,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
605
606
|
} | {
|
|
606
607
|
kind: "success";
|
|
607
608
|
} | {
|
|
608
|
-
error: string;
|
|
609
609
|
kind: "failed";
|
|
610
|
+
error: string;
|
|
610
611
|
} | {
|
|
611
612
|
kind: "canceled";
|
|
612
613
|
}, [convex_values0.VObject<{
|
|
@@ -622,18 +623,18 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
622
623
|
}, {
|
|
623
624
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
624
625
|
}, "required", "kind">, convex_values0.VObject<{
|
|
625
|
-
error: string;
|
|
626
626
|
kind: "failed";
|
|
627
|
+
error: string;
|
|
627
628
|
}, {
|
|
628
|
-
error: convex_values0.VString<string, "required">;
|
|
629
629
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
630
|
-
|
|
630
|
+
error: convex_values0.VString<string, "required">;
|
|
631
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
631
632
|
kind: "canceled";
|
|
632
633
|
}, {
|
|
633
634
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
634
|
-
}, "required", "kind">], "required", "
|
|
635
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
635
636
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
636
|
-
}, "required", "
|
|
637
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
637
638
|
sha256: typeof effect_Schema0.String;
|
|
638
639
|
size: typeof effect_Schema0.Number;
|
|
639
640
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -668,8 +669,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
668
669
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
669
670
|
}>]>;
|
|
670
671
|
}>, convex_values0.VObject<{
|
|
671
|
-
args: any[];
|
|
672
672
|
name: string;
|
|
673
|
+
args: any[];
|
|
673
674
|
scheduledTime: number;
|
|
674
675
|
state: {
|
|
675
676
|
kind: "pending";
|
|
@@ -678,15 +679,15 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
678
679
|
} | {
|
|
679
680
|
kind: "success";
|
|
680
681
|
} | {
|
|
681
|
-
error: string;
|
|
682
682
|
kind: "failed";
|
|
683
|
+
error: string;
|
|
683
684
|
} | {
|
|
684
685
|
kind: "canceled";
|
|
685
686
|
};
|
|
686
687
|
completedTime?: number;
|
|
687
688
|
}, {
|
|
688
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
689
689
|
name: convex_values0.VString<string, "required">;
|
|
690
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
690
691
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
691
692
|
state: convex_values0.VUnion<{
|
|
692
693
|
kind: "pending";
|
|
@@ -695,8 +696,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
695
696
|
} | {
|
|
696
697
|
kind: "success";
|
|
697
698
|
} | {
|
|
698
|
-
error: string;
|
|
699
699
|
kind: "failed";
|
|
700
|
+
error: string;
|
|
700
701
|
} | {
|
|
701
702
|
kind: "canceled";
|
|
702
703
|
}, [convex_values0.VObject<{
|
|
@@ -712,18 +713,18 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
712
713
|
}, {
|
|
713
714
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
714
715
|
}, "required", "kind">, convex_values0.VObject<{
|
|
715
|
-
error: string;
|
|
716
716
|
kind: "failed";
|
|
717
|
+
error: string;
|
|
717
718
|
}, {
|
|
718
|
-
error: convex_values0.VString<string, "required">;
|
|
719
719
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
720
|
-
|
|
720
|
+
error: convex_values0.VString<string, "required">;
|
|
721
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
721
722
|
kind: "canceled";
|
|
722
723
|
}, {
|
|
723
724
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
724
|
-
}, "required", "kind">], "required", "
|
|
725
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
725
726
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
726
|
-
}, "required", "
|
|
727
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
727
728
|
sha256: typeof effect_Schema0.String;
|
|
728
729
|
size: typeof effect_Schema0.Number;
|
|
729
730
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -757,8 +758,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
757
758
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
758
759
|
}>]>;
|
|
759
760
|
}>, convex_values0.VObject<{
|
|
760
|
-
args: any[];
|
|
761
761
|
name: string;
|
|
762
|
+
args: any[];
|
|
762
763
|
scheduledTime: number;
|
|
763
764
|
state: {
|
|
764
765
|
kind: "pending";
|
|
@@ -767,15 +768,15 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
767
768
|
} | {
|
|
768
769
|
kind: "success";
|
|
769
770
|
} | {
|
|
770
|
-
error: string;
|
|
771
771
|
kind: "failed";
|
|
772
|
+
error: string;
|
|
772
773
|
} | {
|
|
773
774
|
kind: "canceled";
|
|
774
775
|
};
|
|
775
776
|
completedTime?: number;
|
|
776
777
|
}, {
|
|
777
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
778
778
|
name: convex_values0.VString<string, "required">;
|
|
779
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
779
780
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
780
781
|
state: convex_values0.VUnion<{
|
|
781
782
|
kind: "pending";
|
|
@@ -784,8 +785,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
784
785
|
} | {
|
|
785
786
|
kind: "success";
|
|
786
787
|
} | {
|
|
787
|
-
error: string;
|
|
788
788
|
kind: "failed";
|
|
789
|
+
error: string;
|
|
789
790
|
} | {
|
|
790
791
|
kind: "canceled";
|
|
791
792
|
}, [convex_values0.VObject<{
|
|
@@ -801,18 +802,18 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
801
802
|
}, {
|
|
802
803
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
803
804
|
}, "required", "kind">, convex_values0.VObject<{
|
|
804
|
-
error: string;
|
|
805
805
|
kind: "failed";
|
|
806
|
+
error: string;
|
|
806
807
|
}, {
|
|
807
|
-
error: convex_values0.VString<string, "required">;
|
|
808
808
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
809
|
-
|
|
809
|
+
error: convex_values0.VString<string, "required">;
|
|
810
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
810
811
|
kind: "canceled";
|
|
811
812
|
}, {
|
|
812
813
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
813
|
-
}, "required", "kind">], "required", "
|
|
814
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
814
815
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
815
|
-
}, "required", "
|
|
816
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
816
817
|
sha256: typeof effect_Schema0.String;
|
|
817
818
|
size: typeof effect_Schema0.Number;
|
|
818
819
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -848,8 +849,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
848
849
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
849
850
|
}>]>;
|
|
850
851
|
}>, convex_values0.VObject<{
|
|
851
|
-
args: any[];
|
|
852
852
|
name: string;
|
|
853
|
+
args: any[];
|
|
853
854
|
scheduledTime: number;
|
|
854
855
|
state: {
|
|
855
856
|
kind: "pending";
|
|
@@ -858,15 +859,15 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
858
859
|
} | {
|
|
859
860
|
kind: "success";
|
|
860
861
|
} | {
|
|
861
|
-
error: string;
|
|
862
862
|
kind: "failed";
|
|
863
|
+
error: string;
|
|
863
864
|
} | {
|
|
864
865
|
kind: "canceled";
|
|
865
866
|
};
|
|
866
867
|
completedTime?: number;
|
|
867
868
|
}, {
|
|
868
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
869
869
|
name: convex_values0.VString<string, "required">;
|
|
870
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
870
871
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
871
872
|
state: convex_values0.VUnion<{
|
|
872
873
|
kind: "pending";
|
|
@@ -875,8 +876,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
875
876
|
} | {
|
|
876
877
|
kind: "success";
|
|
877
878
|
} | {
|
|
878
|
-
error: string;
|
|
879
879
|
kind: "failed";
|
|
880
|
+
error: string;
|
|
880
881
|
} | {
|
|
881
882
|
kind: "canceled";
|
|
882
883
|
}, [convex_values0.VObject<{
|
|
@@ -892,18 +893,18 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
892
893
|
}, {
|
|
893
894
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
894
895
|
}, "required", "kind">, convex_values0.VObject<{
|
|
895
|
-
error: string;
|
|
896
896
|
kind: "failed";
|
|
897
|
+
error: string;
|
|
897
898
|
}, {
|
|
898
|
-
error: convex_values0.VString<string, "required">;
|
|
899
899
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
900
|
-
|
|
900
|
+
error: convex_values0.VString<string, "required">;
|
|
901
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
901
902
|
kind: "canceled";
|
|
902
903
|
}, {
|
|
903
904
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
904
|
-
}, "required", "kind">], "required", "
|
|
905
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
905
906
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
906
|
-
}, "required", "
|
|
907
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
907
908
|
sha256: typeof effect_Schema0.String;
|
|
908
909
|
size: typeof effect_Schema0.Number;
|
|
909
910
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -937,8 +938,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
937
938
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
938
939
|
}>]>;
|
|
939
940
|
}>, convex_values0.VObject<{
|
|
940
|
-
args: any[];
|
|
941
941
|
name: string;
|
|
942
|
+
args: any[];
|
|
942
943
|
scheduledTime: number;
|
|
943
944
|
state: {
|
|
944
945
|
kind: "pending";
|
|
@@ -947,15 +948,15 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
947
948
|
} | {
|
|
948
949
|
kind: "success";
|
|
949
950
|
} | {
|
|
950
|
-
error: string;
|
|
951
951
|
kind: "failed";
|
|
952
|
+
error: string;
|
|
952
953
|
} | {
|
|
953
954
|
kind: "canceled";
|
|
954
955
|
};
|
|
955
956
|
completedTime?: number;
|
|
956
957
|
}, {
|
|
957
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
958
958
|
name: convex_values0.VString<string, "required">;
|
|
959
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
959
960
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
960
961
|
state: convex_values0.VUnion<{
|
|
961
962
|
kind: "pending";
|
|
@@ -964,8 +965,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
964
965
|
} | {
|
|
965
966
|
kind: "success";
|
|
966
967
|
} | {
|
|
967
|
-
error: string;
|
|
968
968
|
kind: "failed";
|
|
969
|
+
error: string;
|
|
969
970
|
} | {
|
|
970
971
|
kind: "canceled";
|
|
971
972
|
}, [convex_values0.VObject<{
|
|
@@ -981,18 +982,18 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
981
982
|
}, {
|
|
982
983
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
983
984
|
}, "required", "kind">, convex_values0.VObject<{
|
|
984
|
-
error: string;
|
|
985
985
|
kind: "failed";
|
|
986
|
+
error: string;
|
|
986
987
|
}, {
|
|
987
|
-
error: convex_values0.VString<string, "required">;
|
|
988
988
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
989
|
-
|
|
989
|
+
error: convex_values0.VString<string, "required">;
|
|
990
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
990
991
|
kind: "canceled";
|
|
991
992
|
}, {
|
|
992
993
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
993
|
-
}, "required", "kind">], "required", "
|
|
994
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
994
995
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
995
|
-
}, "required", "
|
|
996
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
996
997
|
sha256: typeof effect_Schema0.String;
|
|
997
998
|
size: typeof effect_Schema0.Number;
|
|
998
999
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -1026,8 +1027,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
1026
1027
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
1027
1028
|
}>]>;
|
|
1028
1029
|
}>, convex_values0.VObject<{
|
|
1029
|
-
args: any[];
|
|
1030
1030
|
name: string;
|
|
1031
|
+
args: any[];
|
|
1031
1032
|
scheduledTime: number;
|
|
1032
1033
|
state: {
|
|
1033
1034
|
kind: "pending";
|
|
@@ -1036,15 +1037,15 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
1036
1037
|
} | {
|
|
1037
1038
|
kind: "success";
|
|
1038
1039
|
} | {
|
|
1039
|
-
error: string;
|
|
1040
1040
|
kind: "failed";
|
|
1041
|
+
error: string;
|
|
1041
1042
|
} | {
|
|
1042
1043
|
kind: "canceled";
|
|
1043
1044
|
};
|
|
1044
1045
|
completedTime?: number;
|
|
1045
1046
|
}, {
|
|
1046
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1047
1047
|
name: convex_values0.VString<string, "required">;
|
|
1048
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1048
1049
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
1049
1050
|
state: convex_values0.VUnion<{
|
|
1050
1051
|
kind: "pending";
|
|
@@ -1053,8 +1054,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
1053
1054
|
} | {
|
|
1054
1055
|
kind: "success";
|
|
1055
1056
|
} | {
|
|
1056
|
-
error: string;
|
|
1057
1057
|
kind: "failed";
|
|
1058
|
+
error: string;
|
|
1058
1059
|
} | {
|
|
1059
1060
|
kind: "canceled";
|
|
1060
1061
|
}, [convex_values0.VObject<{
|
|
@@ -1070,18 +1071,18 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
1070
1071
|
}, {
|
|
1071
1072
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
1072
1073
|
}, "required", "kind">, convex_values0.VObject<{
|
|
1073
|
-
error: string;
|
|
1074
1074
|
kind: "failed";
|
|
1075
|
+
error: string;
|
|
1075
1076
|
}, {
|
|
1076
|
-
error: convex_values0.VString<string, "required">;
|
|
1077
1077
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
1078
|
-
|
|
1078
|
+
error: convex_values0.VString<string, "required">;
|
|
1079
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
1079
1080
|
kind: "canceled";
|
|
1080
1081
|
}, {
|
|
1081
1082
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
1082
|
-
}, "required", "kind">], "required", "
|
|
1083
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
1083
1084
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
1084
|
-
}, "required", "
|
|
1085
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
1085
1086
|
sha256: typeof effect_Schema0.String;
|
|
1086
1087
|
size: typeof effect_Schema0.Number;
|
|
1087
1088
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -1121,8 +1122,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1121
1122
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
1122
1123
|
}>]>;
|
|
1123
1124
|
}>, convex_values0.VObject<{
|
|
1124
|
-
args: any[];
|
|
1125
1125
|
name: string;
|
|
1126
|
+
args: any[];
|
|
1126
1127
|
scheduledTime: number;
|
|
1127
1128
|
state: {
|
|
1128
1129
|
kind: "pending";
|
|
@@ -1131,15 +1132,15 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1131
1132
|
} | {
|
|
1132
1133
|
kind: "success";
|
|
1133
1134
|
} | {
|
|
1134
|
-
error: string;
|
|
1135
1135
|
kind: "failed";
|
|
1136
|
+
error: string;
|
|
1136
1137
|
} | {
|
|
1137
1138
|
kind: "canceled";
|
|
1138
1139
|
};
|
|
1139
1140
|
completedTime?: number;
|
|
1140
1141
|
}, {
|
|
1141
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1142
1142
|
name: convex_values0.VString<string, "required">;
|
|
1143
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1143
1144
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
1144
1145
|
state: convex_values0.VUnion<{
|
|
1145
1146
|
kind: "pending";
|
|
@@ -1148,8 +1149,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1148
1149
|
} | {
|
|
1149
1150
|
kind: "success";
|
|
1150
1151
|
} | {
|
|
1151
|
-
error: string;
|
|
1152
1152
|
kind: "failed";
|
|
1153
|
+
error: string;
|
|
1153
1154
|
} | {
|
|
1154
1155
|
kind: "canceled";
|
|
1155
1156
|
}, [convex_values0.VObject<{
|
|
@@ -1165,18 +1166,18 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1165
1166
|
}, {
|
|
1166
1167
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
1167
1168
|
}, "required", "kind">, convex_values0.VObject<{
|
|
1168
|
-
error: string;
|
|
1169
1169
|
kind: "failed";
|
|
1170
|
+
error: string;
|
|
1170
1171
|
}, {
|
|
1171
|
-
error: convex_values0.VString<string, "required">;
|
|
1172
1172
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
1173
|
-
|
|
1173
|
+
error: convex_values0.VString<string, "required">;
|
|
1174
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
1174
1175
|
kind: "canceled";
|
|
1175
1176
|
}, {
|
|
1176
1177
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
1177
|
-
}, "required", "kind">], "required", "
|
|
1178
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
1178
1179
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
1179
|
-
}, "required", "
|
|
1180
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
1180
1181
|
sha256: typeof effect_Schema0.String;
|
|
1181
1182
|
size: typeof effect_Schema0.Number;
|
|
1182
1183
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -1211,8 +1212,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1211
1212
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
1212
1213
|
}>]>;
|
|
1213
1214
|
}>, convex_values0.VObject<{
|
|
1214
|
-
args: any[];
|
|
1215
1215
|
name: string;
|
|
1216
|
+
args: any[];
|
|
1216
1217
|
scheduledTime: number;
|
|
1217
1218
|
state: {
|
|
1218
1219
|
kind: "pending";
|
|
@@ -1221,15 +1222,15 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1221
1222
|
} | {
|
|
1222
1223
|
kind: "success";
|
|
1223
1224
|
} | {
|
|
1224
|
-
error: string;
|
|
1225
1225
|
kind: "failed";
|
|
1226
|
+
error: string;
|
|
1226
1227
|
} | {
|
|
1227
1228
|
kind: "canceled";
|
|
1228
1229
|
};
|
|
1229
1230
|
completedTime?: number;
|
|
1230
1231
|
}, {
|
|
1231
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1232
1232
|
name: convex_values0.VString<string, "required">;
|
|
1233
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1233
1234
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
1234
1235
|
state: convex_values0.VUnion<{
|
|
1235
1236
|
kind: "pending";
|
|
@@ -1238,8 +1239,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1238
1239
|
} | {
|
|
1239
1240
|
kind: "success";
|
|
1240
1241
|
} | {
|
|
1241
|
-
error: string;
|
|
1242
1242
|
kind: "failed";
|
|
1243
|
+
error: string;
|
|
1243
1244
|
} | {
|
|
1244
1245
|
kind: "canceled";
|
|
1245
1246
|
}, [convex_values0.VObject<{
|
|
@@ -1255,18 +1256,18 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1255
1256
|
}, {
|
|
1256
1257
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
1257
1258
|
}, "required", "kind">, convex_values0.VObject<{
|
|
1258
|
-
error: string;
|
|
1259
1259
|
kind: "failed";
|
|
1260
|
+
error: string;
|
|
1260
1261
|
}, {
|
|
1261
|
-
error: convex_values0.VString<string, "required">;
|
|
1262
1262
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
1263
|
-
|
|
1263
|
+
error: convex_values0.VString<string, "required">;
|
|
1264
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
1264
1265
|
kind: "canceled";
|
|
1265
1266
|
}, {
|
|
1266
1267
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
1267
|
-
}, "required", "kind">], "required", "
|
|
1268
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
1268
1269
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
1269
|
-
}, "required", "
|
|
1270
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
1270
1271
|
sha256: typeof effect_Schema0.String;
|
|
1271
1272
|
size: typeof effect_Schema0.Number;
|
|
1272
1273
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -1300,8 +1301,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1300
1301
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
1301
1302
|
}>]>;
|
|
1302
1303
|
}>, convex_values0.VObject<{
|
|
1303
|
-
args: any[];
|
|
1304
1304
|
name: string;
|
|
1305
|
+
args: any[];
|
|
1305
1306
|
scheduledTime: number;
|
|
1306
1307
|
state: {
|
|
1307
1308
|
kind: "pending";
|
|
@@ -1310,15 +1311,15 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1310
1311
|
} | {
|
|
1311
1312
|
kind: "success";
|
|
1312
1313
|
} | {
|
|
1313
|
-
error: string;
|
|
1314
1314
|
kind: "failed";
|
|
1315
|
+
error: string;
|
|
1315
1316
|
} | {
|
|
1316
1317
|
kind: "canceled";
|
|
1317
1318
|
};
|
|
1318
1319
|
completedTime?: number;
|
|
1319
1320
|
}, {
|
|
1320
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1321
1321
|
name: convex_values0.VString<string, "required">;
|
|
1322
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1322
1323
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
1323
1324
|
state: convex_values0.VUnion<{
|
|
1324
1325
|
kind: "pending";
|
|
@@ -1327,8 +1328,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1327
1328
|
} | {
|
|
1328
1329
|
kind: "success";
|
|
1329
1330
|
} | {
|
|
1330
|
-
error: string;
|
|
1331
1331
|
kind: "failed";
|
|
1332
|
+
error: string;
|
|
1332
1333
|
} | {
|
|
1333
1334
|
kind: "canceled";
|
|
1334
1335
|
}, [convex_values0.VObject<{
|
|
@@ -1344,18 +1345,18 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1344
1345
|
}, {
|
|
1345
1346
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
1346
1347
|
}, "required", "kind">, convex_values0.VObject<{
|
|
1347
|
-
error: string;
|
|
1348
1348
|
kind: "failed";
|
|
1349
|
+
error: string;
|
|
1349
1350
|
}, {
|
|
1350
|
-
error: convex_values0.VString<string, "required">;
|
|
1351
1351
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
1352
|
-
|
|
1352
|
+
error: convex_values0.VString<string, "required">;
|
|
1353
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
1353
1354
|
kind: "canceled";
|
|
1354
1355
|
}, {
|
|
1355
1356
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
1356
|
-
}, "required", "kind">], "required", "
|
|
1357
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
1357
1358
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
1358
|
-
}, "required", "
|
|
1359
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
1359
1360
|
sha256: typeof effect_Schema0.String;
|
|
1360
1361
|
size: typeof effect_Schema0.Number;
|
|
1361
1362
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -1389,8 +1390,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1389
1390
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
1390
1391
|
}>]>;
|
|
1391
1392
|
}>, convex_values0.VObject<{
|
|
1392
|
-
args: any[];
|
|
1393
1393
|
name: string;
|
|
1394
|
+
args: any[];
|
|
1394
1395
|
scheduledTime: number;
|
|
1395
1396
|
state: {
|
|
1396
1397
|
kind: "pending";
|
|
@@ -1399,15 +1400,15 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1399
1400
|
} | {
|
|
1400
1401
|
kind: "success";
|
|
1401
1402
|
} | {
|
|
1402
|
-
error: string;
|
|
1403
1403
|
kind: "failed";
|
|
1404
|
+
error: string;
|
|
1404
1405
|
} | {
|
|
1405
1406
|
kind: "canceled";
|
|
1406
1407
|
};
|
|
1407
1408
|
completedTime?: number;
|
|
1408
1409
|
}, {
|
|
1409
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1410
1410
|
name: convex_values0.VString<string, "required">;
|
|
1411
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1411
1412
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
1412
1413
|
state: convex_values0.VUnion<{
|
|
1413
1414
|
kind: "pending";
|
|
@@ -1416,8 +1417,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1416
1417
|
} | {
|
|
1417
1418
|
kind: "success";
|
|
1418
1419
|
} | {
|
|
1419
|
-
error: string;
|
|
1420
1420
|
kind: "failed";
|
|
1421
|
+
error: string;
|
|
1421
1422
|
} | {
|
|
1422
1423
|
kind: "canceled";
|
|
1423
1424
|
}, [convex_values0.VObject<{
|
|
@@ -1433,18 +1434,18 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1433
1434
|
}, {
|
|
1434
1435
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
1435
1436
|
}, "required", "kind">, convex_values0.VObject<{
|
|
1436
|
-
error: string;
|
|
1437
1437
|
kind: "failed";
|
|
1438
|
+
error: string;
|
|
1438
1439
|
}, {
|
|
1439
|
-
error: convex_values0.VString<string, "required">;
|
|
1440
1440
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
1441
|
-
|
|
1441
|
+
error: convex_values0.VString<string, "required">;
|
|
1442
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
1442
1443
|
kind: "canceled";
|
|
1443
1444
|
}, {
|
|
1444
1445
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
1445
|
-
}, "required", "kind">], "required", "
|
|
1446
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
1446
1447
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
1447
|
-
}, "required", "
|
|
1448
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
1448
1449
|
sha256: typeof effect_Schema0.String;
|
|
1449
1450
|
size: typeof effect_Schema0.Number;
|
|
1450
1451
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -1481,8 +1482,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1481
1482
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
1482
1483
|
}>]>;
|
|
1483
1484
|
}>, convex_values0.VObject<{
|
|
1484
|
-
args: any[];
|
|
1485
1485
|
name: string;
|
|
1486
|
+
args: any[];
|
|
1486
1487
|
scheduledTime: number;
|
|
1487
1488
|
state: {
|
|
1488
1489
|
kind: "pending";
|
|
@@ -1491,15 +1492,15 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1491
1492
|
} | {
|
|
1492
1493
|
kind: "success";
|
|
1493
1494
|
} | {
|
|
1494
|
-
error: string;
|
|
1495
1495
|
kind: "failed";
|
|
1496
|
+
error: string;
|
|
1496
1497
|
} | {
|
|
1497
1498
|
kind: "canceled";
|
|
1498
1499
|
};
|
|
1499
1500
|
completedTime?: number;
|
|
1500
1501
|
}, {
|
|
1501
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1502
1502
|
name: convex_values0.VString<string, "required">;
|
|
1503
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1503
1504
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
1504
1505
|
state: convex_values0.VUnion<{
|
|
1505
1506
|
kind: "pending";
|
|
@@ -1508,8 +1509,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1508
1509
|
} | {
|
|
1509
1510
|
kind: "success";
|
|
1510
1511
|
} | {
|
|
1511
|
-
error: string;
|
|
1512
1512
|
kind: "failed";
|
|
1513
|
+
error: string;
|
|
1513
1514
|
} | {
|
|
1514
1515
|
kind: "canceled";
|
|
1515
1516
|
}, [convex_values0.VObject<{
|
|
@@ -1525,18 +1526,18 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1525
1526
|
}, {
|
|
1526
1527
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
1527
1528
|
}, "required", "kind">, convex_values0.VObject<{
|
|
1528
|
-
error: string;
|
|
1529
1529
|
kind: "failed";
|
|
1530
|
+
error: string;
|
|
1530
1531
|
}, {
|
|
1531
|
-
error: convex_values0.VString<string, "required">;
|
|
1532
1532
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
1533
|
-
|
|
1533
|
+
error: convex_values0.VString<string, "required">;
|
|
1534
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
1534
1535
|
kind: "canceled";
|
|
1535
1536
|
}, {
|
|
1536
1537
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
1537
|
-
}, "required", "kind">], "required", "
|
|
1538
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
1538
1539
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
1539
|
-
}, "required", "
|
|
1540
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
1540
1541
|
sha256: typeof effect_Schema0.String;
|
|
1541
1542
|
size: typeof effect_Schema0.Number;
|
|
1542
1543
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -1570,8 +1571,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1570
1571
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
1571
1572
|
}>]>;
|
|
1572
1573
|
}>, convex_values0.VObject<{
|
|
1573
|
-
args: any[];
|
|
1574
1574
|
name: string;
|
|
1575
|
+
args: any[];
|
|
1575
1576
|
scheduledTime: number;
|
|
1576
1577
|
state: {
|
|
1577
1578
|
kind: "pending";
|
|
@@ -1580,15 +1581,15 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1580
1581
|
} | {
|
|
1581
1582
|
kind: "success";
|
|
1582
1583
|
} | {
|
|
1583
|
-
error: string;
|
|
1584
1584
|
kind: "failed";
|
|
1585
|
+
error: string;
|
|
1585
1586
|
} | {
|
|
1586
1587
|
kind: "canceled";
|
|
1587
1588
|
};
|
|
1588
1589
|
completedTime?: number;
|
|
1589
1590
|
}, {
|
|
1590
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1591
1591
|
name: convex_values0.VString<string, "required">;
|
|
1592
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1592
1593
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
1593
1594
|
state: convex_values0.VUnion<{
|
|
1594
1595
|
kind: "pending";
|
|
@@ -1597,8 +1598,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1597
1598
|
} | {
|
|
1598
1599
|
kind: "success";
|
|
1599
1600
|
} | {
|
|
1600
|
-
error: string;
|
|
1601
1601
|
kind: "failed";
|
|
1602
|
+
error: string;
|
|
1602
1603
|
} | {
|
|
1603
1604
|
kind: "canceled";
|
|
1604
1605
|
}, [convex_values0.VObject<{
|
|
@@ -1614,18 +1615,18 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1614
1615
|
}, {
|
|
1615
1616
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
1616
1617
|
}, "required", "kind">, convex_values0.VObject<{
|
|
1617
|
-
error: string;
|
|
1618
1618
|
kind: "failed";
|
|
1619
|
+
error: string;
|
|
1619
1620
|
}, {
|
|
1620
|
-
error: convex_values0.VString<string, "required">;
|
|
1621
1621
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
1622
|
-
|
|
1622
|
+
error: convex_values0.VString<string, "required">;
|
|
1623
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
1623
1624
|
kind: "canceled";
|
|
1624
1625
|
}, {
|
|
1625
1626
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
1626
|
-
}, "required", "kind">], "required", "
|
|
1627
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
1627
1628
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
1628
|
-
}, "required", "
|
|
1629
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
1629
1630
|
sha256: typeof effect_Schema0.String;
|
|
1630
1631
|
size: typeof effect_Schema0.Number;
|
|
1631
1632
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -1659,8 +1660,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1659
1660
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
1660
1661
|
}>]>;
|
|
1661
1662
|
}>, convex_values0.VObject<{
|
|
1662
|
-
args: any[];
|
|
1663
1663
|
name: string;
|
|
1664
|
+
args: any[];
|
|
1664
1665
|
scheduledTime: number;
|
|
1665
1666
|
state: {
|
|
1666
1667
|
kind: "pending";
|
|
@@ -1669,15 +1670,15 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1669
1670
|
} | {
|
|
1670
1671
|
kind: "success";
|
|
1671
1672
|
} | {
|
|
1672
|
-
error: string;
|
|
1673
1673
|
kind: "failed";
|
|
1674
|
+
error: string;
|
|
1674
1675
|
} | {
|
|
1675
1676
|
kind: "canceled";
|
|
1676
1677
|
};
|
|
1677
1678
|
completedTime?: number;
|
|
1678
1679
|
}, {
|
|
1679
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1680
1680
|
name: convex_values0.VString<string, "required">;
|
|
1681
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1681
1682
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
1682
1683
|
state: convex_values0.VUnion<{
|
|
1683
1684
|
kind: "pending";
|
|
@@ -1686,8 +1687,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1686
1687
|
} | {
|
|
1687
1688
|
kind: "success";
|
|
1688
1689
|
} | {
|
|
1689
|
-
error: string;
|
|
1690
1690
|
kind: "failed";
|
|
1691
|
+
error: string;
|
|
1691
1692
|
} | {
|
|
1692
1693
|
kind: "canceled";
|
|
1693
1694
|
}, [convex_values0.VObject<{
|
|
@@ -1703,18 +1704,18 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1703
1704
|
}, {
|
|
1704
1705
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
1705
1706
|
}, "required", "kind">, convex_values0.VObject<{
|
|
1706
|
-
error: string;
|
|
1707
1707
|
kind: "failed";
|
|
1708
|
+
error: string;
|
|
1708
1709
|
}, {
|
|
1709
|
-
error: convex_values0.VString<string, "required">;
|
|
1710
1710
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
1711
|
-
|
|
1711
|
+
error: convex_values0.VString<string, "required">;
|
|
1712
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
1712
1713
|
kind: "canceled";
|
|
1713
1714
|
}, {
|
|
1714
1715
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
1715
|
-
}, "required", "kind">], "required", "
|
|
1716
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
1716
1717
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
1717
|
-
}, "required", "
|
|
1718
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
1718
1719
|
sha256: typeof effect_Schema0.String;
|
|
1719
1720
|
size: typeof effect_Schema0.Number;
|
|
1720
1721
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -1749,8 +1750,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1749
1750
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
1750
1751
|
}>]>;
|
|
1751
1752
|
}>, convex_values0.VObject<{
|
|
1752
|
-
args: any[];
|
|
1753
1753
|
name: string;
|
|
1754
|
+
args: any[];
|
|
1754
1755
|
scheduledTime: number;
|
|
1755
1756
|
state: {
|
|
1756
1757
|
kind: "pending";
|
|
@@ -1759,15 +1760,15 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1759
1760
|
} | {
|
|
1760
1761
|
kind: "success";
|
|
1761
1762
|
} | {
|
|
1762
|
-
error: string;
|
|
1763
1763
|
kind: "failed";
|
|
1764
|
+
error: string;
|
|
1764
1765
|
} | {
|
|
1765
1766
|
kind: "canceled";
|
|
1766
1767
|
};
|
|
1767
1768
|
completedTime?: number;
|
|
1768
1769
|
}, {
|
|
1769
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1770
1770
|
name: convex_values0.VString<string, "required">;
|
|
1771
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1771
1772
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
1772
1773
|
state: convex_values0.VUnion<{
|
|
1773
1774
|
kind: "pending";
|
|
@@ -1776,8 +1777,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1776
1777
|
} | {
|
|
1777
1778
|
kind: "success";
|
|
1778
1779
|
} | {
|
|
1779
|
-
error: string;
|
|
1780
1780
|
kind: "failed";
|
|
1781
|
+
error: string;
|
|
1781
1782
|
} | {
|
|
1782
1783
|
kind: "canceled";
|
|
1783
1784
|
}, [convex_values0.VObject<{
|
|
@@ -1793,18 +1794,18 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1793
1794
|
}, {
|
|
1794
1795
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
1795
1796
|
}, "required", "kind">, convex_values0.VObject<{
|
|
1796
|
-
error: string;
|
|
1797
1797
|
kind: "failed";
|
|
1798
|
+
error: string;
|
|
1798
1799
|
}, {
|
|
1799
|
-
error: convex_values0.VString<string, "required">;
|
|
1800
1800
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
1801
|
-
|
|
1801
|
+
error: convex_values0.VString<string, "required">;
|
|
1802
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
1802
1803
|
kind: "canceled";
|
|
1803
1804
|
}, {
|
|
1804
1805
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
1805
|
-
}, "required", "kind">], "required", "
|
|
1806
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
1806
1807
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
1807
|
-
}, "required", "
|
|
1808
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
1808
1809
|
sha256: typeof effect_Schema0.String;
|
|
1809
1810
|
size: typeof effect_Schema0.Number;
|
|
1810
1811
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -1838,8 +1839,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1838
1839
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
1839
1840
|
}>]>;
|
|
1840
1841
|
}>, convex_values0.VObject<{
|
|
1841
|
-
args: any[];
|
|
1842
1842
|
name: string;
|
|
1843
|
+
args: any[];
|
|
1843
1844
|
scheduledTime: number;
|
|
1844
1845
|
state: {
|
|
1845
1846
|
kind: "pending";
|
|
@@ -1848,15 +1849,15 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1848
1849
|
} | {
|
|
1849
1850
|
kind: "success";
|
|
1850
1851
|
} | {
|
|
1851
|
-
error: string;
|
|
1852
1852
|
kind: "failed";
|
|
1853
|
+
error: string;
|
|
1853
1854
|
} | {
|
|
1854
1855
|
kind: "canceled";
|
|
1855
1856
|
};
|
|
1856
1857
|
completedTime?: number;
|
|
1857
1858
|
}, {
|
|
1858
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1859
1859
|
name: convex_values0.VString<string, "required">;
|
|
1860
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1860
1861
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
1861
1862
|
state: convex_values0.VUnion<{
|
|
1862
1863
|
kind: "pending";
|
|
@@ -1865,8 +1866,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1865
1866
|
} | {
|
|
1866
1867
|
kind: "success";
|
|
1867
1868
|
} | {
|
|
1868
|
-
error: string;
|
|
1869
1869
|
kind: "failed";
|
|
1870
|
+
error: string;
|
|
1870
1871
|
} | {
|
|
1871
1872
|
kind: "canceled";
|
|
1872
1873
|
}, [convex_values0.VObject<{
|
|
@@ -1882,18 +1883,18 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1882
1883
|
}, {
|
|
1883
1884
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
1884
1885
|
}, "required", "kind">, convex_values0.VObject<{
|
|
1885
|
-
error: string;
|
|
1886
1886
|
kind: "failed";
|
|
1887
|
+
error: string;
|
|
1887
1888
|
}, {
|
|
1888
|
-
error: convex_values0.VString<string, "required">;
|
|
1889
1889
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
1890
|
-
|
|
1890
|
+
error: convex_values0.VString<string, "required">;
|
|
1891
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
1891
1892
|
kind: "canceled";
|
|
1892
1893
|
}, {
|
|
1893
1894
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
1894
|
-
}, "required", "kind">], "required", "
|
|
1895
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
1895
1896
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
1896
|
-
}, "required", "
|
|
1897
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
1897
1898
|
sha256: typeof effect_Schema0.String;
|
|
1898
1899
|
size: typeof effect_Schema0.Number;
|
|
1899
1900
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -1929,8 +1930,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1929
1930
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
1930
1931
|
}>]>;
|
|
1931
1932
|
}>, convex_values0.VObject<{
|
|
1932
|
-
args: any[];
|
|
1933
1933
|
name: string;
|
|
1934
|
+
args: any[];
|
|
1934
1935
|
scheduledTime: number;
|
|
1935
1936
|
state: {
|
|
1936
1937
|
kind: "pending";
|
|
@@ -1939,15 +1940,15 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1939
1940
|
} | {
|
|
1940
1941
|
kind: "success";
|
|
1941
1942
|
} | {
|
|
1942
|
-
error: string;
|
|
1943
1943
|
kind: "failed";
|
|
1944
|
+
error: string;
|
|
1944
1945
|
} | {
|
|
1945
1946
|
kind: "canceled";
|
|
1946
1947
|
};
|
|
1947
1948
|
completedTime?: number;
|
|
1948
1949
|
}, {
|
|
1949
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1950
1950
|
name: convex_values0.VString<string, "required">;
|
|
1951
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1951
1952
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
1952
1953
|
state: convex_values0.VUnion<{
|
|
1953
1954
|
kind: "pending";
|
|
@@ -1956,8 +1957,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1956
1957
|
} | {
|
|
1957
1958
|
kind: "success";
|
|
1958
1959
|
} | {
|
|
1959
|
-
error: string;
|
|
1960
1960
|
kind: "failed";
|
|
1961
|
+
error: string;
|
|
1961
1962
|
} | {
|
|
1962
1963
|
kind: "canceled";
|
|
1963
1964
|
}, [convex_values0.VObject<{
|
|
@@ -1973,18 +1974,18 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1973
1974
|
}, {
|
|
1974
1975
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
1975
1976
|
}, "required", "kind">, convex_values0.VObject<{
|
|
1976
|
-
error: string;
|
|
1977
1977
|
kind: "failed";
|
|
1978
|
+
error: string;
|
|
1978
1979
|
}, {
|
|
1979
|
-
error: convex_values0.VString<string, "required">;
|
|
1980
1980
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
1981
|
-
|
|
1981
|
+
error: convex_values0.VString<string, "required">;
|
|
1982
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
1982
1983
|
kind: "canceled";
|
|
1983
1984
|
}, {
|
|
1984
1985
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
1985
|
-
}, "required", "kind">], "required", "
|
|
1986
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
1986
1987
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
1987
|
-
}, "required", "
|
|
1988
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
1988
1989
|
sha256: typeof effect_Schema0.String;
|
|
1989
1990
|
size: typeof effect_Schema0.Number;
|
|
1990
1991
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -2018,8 +2019,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2018
2019
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
2019
2020
|
}>]>;
|
|
2020
2021
|
}>, convex_values0.VObject<{
|
|
2021
|
-
args: any[];
|
|
2022
2022
|
name: string;
|
|
2023
|
+
args: any[];
|
|
2023
2024
|
scheduledTime: number;
|
|
2024
2025
|
state: {
|
|
2025
2026
|
kind: "pending";
|
|
@@ -2028,15 +2029,15 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2028
2029
|
} | {
|
|
2029
2030
|
kind: "success";
|
|
2030
2031
|
} | {
|
|
2031
|
-
error: string;
|
|
2032
2032
|
kind: "failed";
|
|
2033
|
+
error: string;
|
|
2033
2034
|
} | {
|
|
2034
2035
|
kind: "canceled";
|
|
2035
2036
|
};
|
|
2036
2037
|
completedTime?: number;
|
|
2037
2038
|
}, {
|
|
2038
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2039
2039
|
name: convex_values0.VString<string, "required">;
|
|
2040
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2040
2041
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
2041
2042
|
state: convex_values0.VUnion<{
|
|
2042
2043
|
kind: "pending";
|
|
@@ -2045,8 +2046,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2045
2046
|
} | {
|
|
2046
2047
|
kind: "success";
|
|
2047
2048
|
} | {
|
|
2048
|
-
error: string;
|
|
2049
2049
|
kind: "failed";
|
|
2050
|
+
error: string;
|
|
2050
2051
|
} | {
|
|
2051
2052
|
kind: "canceled";
|
|
2052
2053
|
}, [convex_values0.VObject<{
|
|
@@ -2062,18 +2063,18 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2062
2063
|
}, {
|
|
2063
2064
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
2064
2065
|
}, "required", "kind">, convex_values0.VObject<{
|
|
2065
|
-
error: string;
|
|
2066
2066
|
kind: "failed";
|
|
2067
|
+
error: string;
|
|
2067
2068
|
}, {
|
|
2068
|
-
error: convex_values0.VString<string, "required">;
|
|
2069
2069
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
2070
|
-
|
|
2070
|
+
error: convex_values0.VString<string, "required">;
|
|
2071
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
2071
2072
|
kind: "canceled";
|
|
2072
2073
|
}, {
|
|
2073
2074
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
2074
|
-
}, "required", "kind">], "required", "
|
|
2075
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
2075
2076
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
2076
|
-
}, "required", "
|
|
2077
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
2077
2078
|
sha256: typeof effect_Schema0.String;
|
|
2078
2079
|
size: typeof effect_Schema0.Number;
|
|
2079
2080
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -2107,8 +2108,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2107
2108
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
2108
2109
|
}>]>;
|
|
2109
2110
|
}>, convex_values0.VObject<{
|
|
2110
|
-
args: any[];
|
|
2111
2111
|
name: string;
|
|
2112
|
+
args: any[];
|
|
2112
2113
|
scheduledTime: number;
|
|
2113
2114
|
state: {
|
|
2114
2115
|
kind: "pending";
|
|
@@ -2117,15 +2118,15 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2117
2118
|
} | {
|
|
2118
2119
|
kind: "success";
|
|
2119
2120
|
} | {
|
|
2120
|
-
error: string;
|
|
2121
2121
|
kind: "failed";
|
|
2122
|
+
error: string;
|
|
2122
2123
|
} | {
|
|
2123
2124
|
kind: "canceled";
|
|
2124
2125
|
};
|
|
2125
2126
|
completedTime?: number;
|
|
2126
2127
|
}, {
|
|
2127
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2128
2128
|
name: convex_values0.VString<string, "required">;
|
|
2129
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2129
2130
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
2130
2131
|
state: convex_values0.VUnion<{
|
|
2131
2132
|
kind: "pending";
|
|
@@ -2134,8 +2135,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2134
2135
|
} | {
|
|
2135
2136
|
kind: "success";
|
|
2136
2137
|
} | {
|
|
2137
|
-
error: string;
|
|
2138
2138
|
kind: "failed";
|
|
2139
|
+
error: string;
|
|
2139
2140
|
} | {
|
|
2140
2141
|
kind: "canceled";
|
|
2141
2142
|
}, [convex_values0.VObject<{
|
|
@@ -2151,18 +2152,18 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2151
2152
|
}, {
|
|
2152
2153
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
2153
2154
|
}, "required", "kind">, convex_values0.VObject<{
|
|
2154
|
-
error: string;
|
|
2155
2155
|
kind: "failed";
|
|
2156
|
+
error: string;
|
|
2156
2157
|
}, {
|
|
2157
|
-
error: convex_values0.VString<string, "required">;
|
|
2158
2158
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
2159
|
-
|
|
2159
|
+
error: convex_values0.VString<string, "required">;
|
|
2160
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
2160
2161
|
kind: "canceled";
|
|
2161
2162
|
}, {
|
|
2162
2163
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
2163
|
-
}, "required", "kind">], "required", "
|
|
2164
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
2164
2165
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
2165
|
-
}, "required", "
|
|
2166
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
2166
2167
|
sha256: typeof effect_Schema0.String;
|
|
2167
2168
|
size: typeof effect_Schema0.Number;
|
|
2168
2169
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -2201,8 +2202,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2201
2202
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
2202
2203
|
}>]>;
|
|
2203
2204
|
}>, convex_values0.VObject<{
|
|
2204
|
-
args: any[];
|
|
2205
2205
|
name: string;
|
|
2206
|
+
args: any[];
|
|
2206
2207
|
scheduledTime: number;
|
|
2207
2208
|
state: {
|
|
2208
2209
|
kind: "pending";
|
|
@@ -2211,15 +2212,15 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2211
2212
|
} | {
|
|
2212
2213
|
kind: "success";
|
|
2213
2214
|
} | {
|
|
2214
|
-
error: string;
|
|
2215
2215
|
kind: "failed";
|
|
2216
|
+
error: string;
|
|
2216
2217
|
} | {
|
|
2217
2218
|
kind: "canceled";
|
|
2218
2219
|
};
|
|
2219
2220
|
completedTime?: number;
|
|
2220
2221
|
}, {
|
|
2221
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2222
2222
|
name: convex_values0.VString<string, "required">;
|
|
2223
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2223
2224
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
2224
2225
|
state: convex_values0.VUnion<{
|
|
2225
2226
|
kind: "pending";
|
|
@@ -2228,8 +2229,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2228
2229
|
} | {
|
|
2229
2230
|
kind: "success";
|
|
2230
2231
|
} | {
|
|
2231
|
-
error: string;
|
|
2232
2232
|
kind: "failed";
|
|
2233
|
+
error: string;
|
|
2233
2234
|
} | {
|
|
2234
2235
|
kind: "canceled";
|
|
2235
2236
|
}, [convex_values0.VObject<{
|
|
@@ -2245,18 +2246,18 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2245
2246
|
}, {
|
|
2246
2247
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
2247
2248
|
}, "required", "kind">, convex_values0.VObject<{
|
|
2248
|
-
error: string;
|
|
2249
2249
|
kind: "failed";
|
|
2250
|
+
error: string;
|
|
2250
2251
|
}, {
|
|
2251
|
-
error: convex_values0.VString<string, "required">;
|
|
2252
2252
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
2253
|
-
|
|
2253
|
+
error: convex_values0.VString<string, "required">;
|
|
2254
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
2254
2255
|
kind: "canceled";
|
|
2255
2256
|
}, {
|
|
2256
2257
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
2257
|
-
}, "required", "kind">], "required", "
|
|
2258
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
2258
2259
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
2259
|
-
}, "required", "
|
|
2260
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
2260
2261
|
sha256: typeof effect_Schema0.String;
|
|
2261
2262
|
size: typeof effect_Schema0.Number;
|
|
2262
2263
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -2291,8 +2292,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2291
2292
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
2292
2293
|
}>]>;
|
|
2293
2294
|
}>, convex_values0.VObject<{
|
|
2294
|
-
args: any[];
|
|
2295
2295
|
name: string;
|
|
2296
|
+
args: any[];
|
|
2296
2297
|
scheduledTime: number;
|
|
2297
2298
|
state: {
|
|
2298
2299
|
kind: "pending";
|
|
@@ -2301,15 +2302,15 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2301
2302
|
} | {
|
|
2302
2303
|
kind: "success";
|
|
2303
2304
|
} | {
|
|
2304
|
-
error: string;
|
|
2305
2305
|
kind: "failed";
|
|
2306
|
+
error: string;
|
|
2306
2307
|
} | {
|
|
2307
2308
|
kind: "canceled";
|
|
2308
2309
|
};
|
|
2309
2310
|
completedTime?: number;
|
|
2310
2311
|
}, {
|
|
2311
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2312
2312
|
name: convex_values0.VString<string, "required">;
|
|
2313
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2313
2314
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
2314
2315
|
state: convex_values0.VUnion<{
|
|
2315
2316
|
kind: "pending";
|
|
@@ -2318,8 +2319,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2318
2319
|
} | {
|
|
2319
2320
|
kind: "success";
|
|
2320
2321
|
} | {
|
|
2321
|
-
error: string;
|
|
2322
2322
|
kind: "failed";
|
|
2323
|
+
error: string;
|
|
2323
2324
|
} | {
|
|
2324
2325
|
kind: "canceled";
|
|
2325
2326
|
}, [convex_values0.VObject<{
|
|
@@ -2335,18 +2336,18 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2335
2336
|
}, {
|
|
2336
2337
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
2337
2338
|
}, "required", "kind">, convex_values0.VObject<{
|
|
2338
|
-
error: string;
|
|
2339
2339
|
kind: "failed";
|
|
2340
|
+
error: string;
|
|
2340
2341
|
}, {
|
|
2341
|
-
error: convex_values0.VString<string, "required">;
|
|
2342
2342
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
2343
|
-
|
|
2343
|
+
error: convex_values0.VString<string, "required">;
|
|
2344
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
2344
2345
|
kind: "canceled";
|
|
2345
2346
|
}, {
|
|
2346
2347
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
2347
|
-
}, "required", "kind">], "required", "
|
|
2348
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
2348
2349
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
2349
|
-
}, "required", "
|
|
2350
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
2350
2351
|
sha256: typeof effect_Schema0.String;
|
|
2351
2352
|
size: typeof effect_Schema0.Number;
|
|
2352
2353
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -2380,8 +2381,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2380
2381
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
2381
2382
|
}>]>;
|
|
2382
2383
|
}>, convex_values0.VObject<{
|
|
2383
|
-
args: any[];
|
|
2384
2384
|
name: string;
|
|
2385
|
+
args: any[];
|
|
2385
2386
|
scheduledTime: number;
|
|
2386
2387
|
state: {
|
|
2387
2388
|
kind: "pending";
|
|
@@ -2390,15 +2391,15 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2390
2391
|
} | {
|
|
2391
2392
|
kind: "success";
|
|
2392
2393
|
} | {
|
|
2393
|
-
error: string;
|
|
2394
2394
|
kind: "failed";
|
|
2395
|
+
error: string;
|
|
2395
2396
|
} | {
|
|
2396
2397
|
kind: "canceled";
|
|
2397
2398
|
};
|
|
2398
2399
|
completedTime?: number;
|
|
2399
2400
|
}, {
|
|
2400
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2401
2401
|
name: convex_values0.VString<string, "required">;
|
|
2402
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2402
2403
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
2403
2404
|
state: convex_values0.VUnion<{
|
|
2404
2405
|
kind: "pending";
|
|
@@ -2407,8 +2408,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2407
2408
|
} | {
|
|
2408
2409
|
kind: "success";
|
|
2409
2410
|
} | {
|
|
2410
|
-
error: string;
|
|
2411
2411
|
kind: "failed";
|
|
2412
|
+
error: string;
|
|
2412
2413
|
} | {
|
|
2413
2414
|
kind: "canceled";
|
|
2414
2415
|
}, [convex_values0.VObject<{
|
|
@@ -2424,18 +2425,18 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2424
2425
|
}, {
|
|
2425
2426
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
2426
2427
|
}, "required", "kind">, convex_values0.VObject<{
|
|
2427
|
-
error: string;
|
|
2428
2428
|
kind: "failed";
|
|
2429
|
+
error: string;
|
|
2429
2430
|
}, {
|
|
2430
|
-
error: convex_values0.VString<string, "required">;
|
|
2431
2431
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
2432
|
-
|
|
2432
|
+
error: convex_values0.VString<string, "required">;
|
|
2433
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
2433
2434
|
kind: "canceled";
|
|
2434
2435
|
}, {
|
|
2435
2436
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
2436
|
-
}, "required", "kind">], "required", "
|
|
2437
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
2437
2438
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
2438
|
-
}, "required", "
|
|
2439
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
2439
2440
|
sha256: typeof effect_Schema0.String;
|
|
2440
2441
|
size: typeof effect_Schema0.Number;
|
|
2441
2442
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -2469,8 +2470,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2469
2470
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
2470
2471
|
}>]>;
|
|
2471
2472
|
}>, convex_values0.VObject<{
|
|
2472
|
-
args: any[];
|
|
2473
2473
|
name: string;
|
|
2474
|
+
args: any[];
|
|
2474
2475
|
scheduledTime: number;
|
|
2475
2476
|
state: {
|
|
2476
2477
|
kind: "pending";
|
|
@@ -2479,15 +2480,15 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2479
2480
|
} | {
|
|
2480
2481
|
kind: "success";
|
|
2481
2482
|
} | {
|
|
2482
|
-
error: string;
|
|
2483
2483
|
kind: "failed";
|
|
2484
|
+
error: string;
|
|
2484
2485
|
} | {
|
|
2485
2486
|
kind: "canceled";
|
|
2486
2487
|
};
|
|
2487
2488
|
completedTime?: number;
|
|
2488
2489
|
}, {
|
|
2489
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2490
2490
|
name: convex_values0.VString<string, "required">;
|
|
2491
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2491
2492
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
2492
2493
|
state: convex_values0.VUnion<{
|
|
2493
2494
|
kind: "pending";
|
|
@@ -2496,8 +2497,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2496
2497
|
} | {
|
|
2497
2498
|
kind: "success";
|
|
2498
2499
|
} | {
|
|
2499
|
-
error: string;
|
|
2500
2500
|
kind: "failed";
|
|
2501
|
+
error: string;
|
|
2501
2502
|
} | {
|
|
2502
2503
|
kind: "canceled";
|
|
2503
2504
|
}, [convex_values0.VObject<{
|
|
@@ -2513,18 +2514,18 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2513
2514
|
}, {
|
|
2514
2515
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
2515
2516
|
}, "required", "kind">, convex_values0.VObject<{
|
|
2516
|
-
error: string;
|
|
2517
2517
|
kind: "failed";
|
|
2518
|
+
error: string;
|
|
2518
2519
|
}, {
|
|
2519
|
-
error: convex_values0.VString<string, "required">;
|
|
2520
2520
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
2521
|
-
|
|
2521
|
+
error: convex_values0.VString<string, "required">;
|
|
2522
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
2522
2523
|
kind: "canceled";
|
|
2523
2524
|
}, {
|
|
2524
2525
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
2525
|
-
}, "required", "kind">], "required", "
|
|
2526
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
2526
2527
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
2527
|
-
}, "required", "
|
|
2528
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
2528
2529
|
sha256: typeof effect_Schema0.String;
|
|
2529
2530
|
size: typeof effect_Schema0.Number;
|
|
2530
2531
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -2561,8 +2562,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2561
2562
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
2562
2563
|
}>]>;
|
|
2563
2564
|
}>, convex_values0.VObject<{
|
|
2564
|
-
args: any[];
|
|
2565
2565
|
name: string;
|
|
2566
|
+
args: any[];
|
|
2566
2567
|
scheduledTime: number;
|
|
2567
2568
|
state: {
|
|
2568
2569
|
kind: "pending";
|
|
@@ -2571,15 +2572,15 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2571
2572
|
} | {
|
|
2572
2573
|
kind: "success";
|
|
2573
2574
|
} | {
|
|
2574
|
-
error: string;
|
|
2575
2575
|
kind: "failed";
|
|
2576
|
+
error: string;
|
|
2576
2577
|
} | {
|
|
2577
2578
|
kind: "canceled";
|
|
2578
2579
|
};
|
|
2579
2580
|
completedTime?: number;
|
|
2580
2581
|
}, {
|
|
2581
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2582
2582
|
name: convex_values0.VString<string, "required">;
|
|
2583
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2583
2584
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
2584
2585
|
state: convex_values0.VUnion<{
|
|
2585
2586
|
kind: "pending";
|
|
@@ -2588,8 +2589,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2588
2589
|
} | {
|
|
2589
2590
|
kind: "success";
|
|
2590
2591
|
} | {
|
|
2591
|
-
error: string;
|
|
2592
2592
|
kind: "failed";
|
|
2593
|
+
error: string;
|
|
2593
2594
|
} | {
|
|
2594
2595
|
kind: "canceled";
|
|
2595
2596
|
}, [convex_values0.VObject<{
|
|
@@ -2605,18 +2606,18 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2605
2606
|
}, {
|
|
2606
2607
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
2607
2608
|
}, "required", "kind">, convex_values0.VObject<{
|
|
2608
|
-
error: string;
|
|
2609
2609
|
kind: "failed";
|
|
2610
|
+
error: string;
|
|
2610
2611
|
}, {
|
|
2611
|
-
error: convex_values0.VString<string, "required">;
|
|
2612
2612
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
2613
|
-
|
|
2613
|
+
error: convex_values0.VString<string, "required">;
|
|
2614
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
2614
2615
|
kind: "canceled";
|
|
2615
2616
|
}, {
|
|
2616
2617
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
2617
|
-
}, "required", "kind">], "required", "
|
|
2618
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
2618
2619
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
2619
|
-
}, "required", "
|
|
2620
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
2620
2621
|
sha256: typeof effect_Schema0.String;
|
|
2621
2622
|
size: typeof effect_Schema0.Number;
|
|
2622
2623
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -2650,8 +2651,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2650
2651
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
2651
2652
|
}>]>;
|
|
2652
2653
|
}>, convex_values0.VObject<{
|
|
2653
|
-
args: any[];
|
|
2654
2654
|
name: string;
|
|
2655
|
+
args: any[];
|
|
2655
2656
|
scheduledTime: number;
|
|
2656
2657
|
state: {
|
|
2657
2658
|
kind: "pending";
|
|
@@ -2660,15 +2661,15 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2660
2661
|
} | {
|
|
2661
2662
|
kind: "success";
|
|
2662
2663
|
} | {
|
|
2663
|
-
error: string;
|
|
2664
2664
|
kind: "failed";
|
|
2665
|
+
error: string;
|
|
2665
2666
|
} | {
|
|
2666
2667
|
kind: "canceled";
|
|
2667
2668
|
};
|
|
2668
2669
|
completedTime?: number;
|
|
2669
2670
|
}, {
|
|
2670
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2671
2671
|
name: convex_values0.VString<string, "required">;
|
|
2672
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2672
2673
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
2673
2674
|
state: convex_values0.VUnion<{
|
|
2674
2675
|
kind: "pending";
|
|
@@ -2677,8 +2678,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2677
2678
|
} | {
|
|
2678
2679
|
kind: "success";
|
|
2679
2680
|
} | {
|
|
2680
|
-
error: string;
|
|
2681
2681
|
kind: "failed";
|
|
2682
|
+
error: string;
|
|
2682
2683
|
} | {
|
|
2683
2684
|
kind: "canceled";
|
|
2684
2685
|
}, [convex_values0.VObject<{
|
|
@@ -2694,18 +2695,18 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2694
2695
|
}, {
|
|
2695
2696
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
2696
2697
|
}, "required", "kind">, convex_values0.VObject<{
|
|
2697
|
-
error: string;
|
|
2698
2698
|
kind: "failed";
|
|
2699
|
+
error: string;
|
|
2699
2700
|
}, {
|
|
2700
|
-
error: convex_values0.VString<string, "required">;
|
|
2701
2701
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
2702
|
-
|
|
2702
|
+
error: convex_values0.VString<string, "required">;
|
|
2703
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
2703
2704
|
kind: "canceled";
|
|
2704
2705
|
}, {
|
|
2705
2706
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
2706
|
-
}, "required", "kind">], "required", "
|
|
2707
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
2707
2708
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
2708
|
-
}, "required", "
|
|
2709
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
2709
2710
|
sha256: typeof effect_Schema0.String;
|
|
2710
2711
|
size: typeof effect_Schema0.Number;
|
|
2711
2712
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -2739,8 +2740,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2739
2740
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
2740
2741
|
}>]>;
|
|
2741
2742
|
}>, convex_values0.VObject<{
|
|
2742
|
-
args: any[];
|
|
2743
2743
|
name: string;
|
|
2744
|
+
args: any[];
|
|
2744
2745
|
scheduledTime: number;
|
|
2745
2746
|
state: {
|
|
2746
2747
|
kind: "pending";
|
|
@@ -2749,15 +2750,15 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2749
2750
|
} | {
|
|
2750
2751
|
kind: "success";
|
|
2751
2752
|
} | {
|
|
2752
|
-
error: string;
|
|
2753
2753
|
kind: "failed";
|
|
2754
|
+
error: string;
|
|
2754
2755
|
} | {
|
|
2755
2756
|
kind: "canceled";
|
|
2756
2757
|
};
|
|
2757
2758
|
completedTime?: number;
|
|
2758
2759
|
}, {
|
|
2759
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2760
2760
|
name: convex_values0.VString<string, "required">;
|
|
2761
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2761
2762
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
2762
2763
|
state: convex_values0.VUnion<{
|
|
2763
2764
|
kind: "pending";
|
|
@@ -2766,8 +2767,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2766
2767
|
} | {
|
|
2767
2768
|
kind: "success";
|
|
2768
2769
|
} | {
|
|
2769
|
-
error: string;
|
|
2770
2770
|
kind: "failed";
|
|
2771
|
+
error: string;
|
|
2771
2772
|
} | {
|
|
2772
2773
|
kind: "canceled";
|
|
2773
2774
|
}, [convex_values0.VObject<{
|
|
@@ -2783,18 +2784,18 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2783
2784
|
}, {
|
|
2784
2785
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
2785
2786
|
}, "required", "kind">, convex_values0.VObject<{
|
|
2786
|
-
error: string;
|
|
2787
2787
|
kind: "failed";
|
|
2788
|
+
error: string;
|
|
2788
2789
|
}, {
|
|
2789
|
-
error: convex_values0.VString<string, "required">;
|
|
2790
2790
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
2791
|
-
|
|
2791
|
+
error: convex_values0.VString<string, "required">;
|
|
2792
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
2792
2793
|
kind: "canceled";
|
|
2793
2794
|
}, {
|
|
2794
2795
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
2795
|
-
}, "required", "kind">], "required", "
|
|
2796
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
2796
2797
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
2797
|
-
}, "required", "
|
|
2798
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
2798
2799
|
sha256: typeof effect_Schema0.String;
|
|
2799
2800
|
size: typeof effect_Schema0.Number;
|
|
2800
2801
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -2829,8 +2830,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2829
2830
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
2830
2831
|
}>]>;
|
|
2831
2832
|
}>, convex_values0.VObject<{
|
|
2832
|
-
args: any[];
|
|
2833
2833
|
name: string;
|
|
2834
|
+
args: any[];
|
|
2834
2835
|
scheduledTime: number;
|
|
2835
2836
|
state: {
|
|
2836
2837
|
kind: "pending";
|
|
@@ -2839,15 +2840,15 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2839
2840
|
} | {
|
|
2840
2841
|
kind: "success";
|
|
2841
2842
|
} | {
|
|
2842
|
-
error: string;
|
|
2843
2843
|
kind: "failed";
|
|
2844
|
+
error: string;
|
|
2844
2845
|
} | {
|
|
2845
2846
|
kind: "canceled";
|
|
2846
2847
|
};
|
|
2847
2848
|
completedTime?: number;
|
|
2848
2849
|
}, {
|
|
2849
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2850
2850
|
name: convex_values0.VString<string, "required">;
|
|
2851
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2851
2852
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
2852
2853
|
state: convex_values0.VUnion<{
|
|
2853
2854
|
kind: "pending";
|
|
@@ -2856,8 +2857,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2856
2857
|
} | {
|
|
2857
2858
|
kind: "success";
|
|
2858
2859
|
} | {
|
|
2859
|
-
error: string;
|
|
2860
2860
|
kind: "failed";
|
|
2861
|
+
error: string;
|
|
2861
2862
|
} | {
|
|
2862
2863
|
kind: "canceled";
|
|
2863
2864
|
}, [convex_values0.VObject<{
|
|
@@ -2873,18 +2874,18 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2873
2874
|
}, {
|
|
2874
2875
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
2875
2876
|
}, "required", "kind">, convex_values0.VObject<{
|
|
2876
|
-
error: string;
|
|
2877
2877
|
kind: "failed";
|
|
2878
|
+
error: string;
|
|
2878
2879
|
}, {
|
|
2879
|
-
error: convex_values0.VString<string, "required">;
|
|
2880
2880
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
2881
|
-
|
|
2881
|
+
error: convex_values0.VString<string, "required">;
|
|
2882
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
2882
2883
|
kind: "canceled";
|
|
2883
2884
|
}, {
|
|
2884
2885
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
2885
|
-
}, "required", "kind">], "required", "
|
|
2886
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
2886
2887
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
2887
|
-
}, "required", "
|
|
2888
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
2888
2889
|
sha256: typeof effect_Schema0.String;
|
|
2889
2890
|
size: typeof effect_Schema0.Number;
|
|
2890
2891
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -2918,8 +2919,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2918
2919
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
2919
2920
|
}>]>;
|
|
2920
2921
|
}>, convex_values0.VObject<{
|
|
2921
|
-
args: any[];
|
|
2922
2922
|
name: string;
|
|
2923
|
+
args: any[];
|
|
2923
2924
|
scheduledTime: number;
|
|
2924
2925
|
state: {
|
|
2925
2926
|
kind: "pending";
|
|
@@ -2928,15 +2929,15 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2928
2929
|
} | {
|
|
2929
2930
|
kind: "success";
|
|
2930
2931
|
} | {
|
|
2931
|
-
error: string;
|
|
2932
2932
|
kind: "failed";
|
|
2933
|
+
error: string;
|
|
2933
2934
|
} | {
|
|
2934
2935
|
kind: "canceled";
|
|
2935
2936
|
};
|
|
2936
2937
|
completedTime?: number;
|
|
2937
2938
|
}, {
|
|
2938
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2939
2939
|
name: convex_values0.VString<string, "required">;
|
|
2940
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2940
2941
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
2941
2942
|
state: convex_values0.VUnion<{
|
|
2942
2943
|
kind: "pending";
|
|
@@ -2945,8 +2946,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2945
2946
|
} | {
|
|
2946
2947
|
kind: "success";
|
|
2947
2948
|
} | {
|
|
2948
|
-
error: string;
|
|
2949
2949
|
kind: "failed";
|
|
2950
|
+
error: string;
|
|
2950
2951
|
} | {
|
|
2951
2952
|
kind: "canceled";
|
|
2952
2953
|
}, [convex_values0.VObject<{
|
|
@@ -2962,18 +2963,18 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2962
2963
|
}, {
|
|
2963
2964
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
2964
2965
|
}, "required", "kind">, convex_values0.VObject<{
|
|
2965
|
-
error: string;
|
|
2966
2966
|
kind: "failed";
|
|
2967
|
+
error: string;
|
|
2967
2968
|
}, {
|
|
2968
|
-
error: convex_values0.VString<string, "required">;
|
|
2969
2969
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
2970
|
-
|
|
2970
|
+
error: convex_values0.VString<string, "required">;
|
|
2971
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
2971
2972
|
kind: "canceled";
|
|
2972
2973
|
}, {
|
|
2973
2974
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
2974
|
-
}, "required", "kind">], "required", "
|
|
2975
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
2975
2976
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
2976
|
-
}, "required", "
|
|
2977
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
2977
2978
|
sha256: typeof effect_Schema0.String;
|
|
2978
2979
|
size: typeof effect_Schema0.Number;
|
|
2979
2980
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -3009,8 +3010,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
3009
3010
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
3010
3011
|
}>]>;
|
|
3011
3012
|
}>, convex_values0.VObject<{
|
|
3012
|
-
args: any[];
|
|
3013
3013
|
name: string;
|
|
3014
|
+
args: any[];
|
|
3014
3015
|
scheduledTime: number;
|
|
3015
3016
|
state: {
|
|
3016
3017
|
kind: "pending";
|
|
@@ -3019,15 +3020,15 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
3019
3020
|
} | {
|
|
3020
3021
|
kind: "success";
|
|
3021
3022
|
} | {
|
|
3022
|
-
error: string;
|
|
3023
3023
|
kind: "failed";
|
|
3024
|
+
error: string;
|
|
3024
3025
|
} | {
|
|
3025
3026
|
kind: "canceled";
|
|
3026
3027
|
};
|
|
3027
3028
|
completedTime?: number;
|
|
3028
3029
|
}, {
|
|
3029
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3030
3030
|
name: convex_values0.VString<string, "required">;
|
|
3031
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3031
3032
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
3032
3033
|
state: convex_values0.VUnion<{
|
|
3033
3034
|
kind: "pending";
|
|
@@ -3036,8 +3037,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
3036
3037
|
} | {
|
|
3037
3038
|
kind: "success";
|
|
3038
3039
|
} | {
|
|
3039
|
-
error: string;
|
|
3040
3040
|
kind: "failed";
|
|
3041
|
+
error: string;
|
|
3041
3042
|
} | {
|
|
3042
3043
|
kind: "canceled";
|
|
3043
3044
|
}, [convex_values0.VObject<{
|
|
@@ -3053,18 +3054,18 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
3053
3054
|
}, {
|
|
3054
3055
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
3055
3056
|
}, "required", "kind">, convex_values0.VObject<{
|
|
3056
|
-
error: string;
|
|
3057
3057
|
kind: "failed";
|
|
3058
|
+
error: string;
|
|
3058
3059
|
}, {
|
|
3059
|
-
error: convex_values0.VString<string, "required">;
|
|
3060
3060
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
3061
|
-
|
|
3061
|
+
error: convex_values0.VString<string, "required">;
|
|
3062
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
3062
3063
|
kind: "canceled";
|
|
3063
3064
|
}, {
|
|
3064
3065
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
3065
|
-
}, "required", "kind">], "required", "
|
|
3066
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
3066
3067
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
3067
|
-
}, "required", "
|
|
3068
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
3068
3069
|
sha256: typeof effect_Schema0.String;
|
|
3069
3070
|
size: typeof effect_Schema0.Number;
|
|
3070
3071
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -3098,8 +3099,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
3098
3099
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
3099
3100
|
}>]>;
|
|
3100
3101
|
}>, convex_values0.VObject<{
|
|
3101
|
-
args: any[];
|
|
3102
3102
|
name: string;
|
|
3103
|
+
args: any[];
|
|
3103
3104
|
scheduledTime: number;
|
|
3104
3105
|
state: {
|
|
3105
3106
|
kind: "pending";
|
|
@@ -3108,15 +3109,15 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
3108
3109
|
} | {
|
|
3109
3110
|
kind: "success";
|
|
3110
3111
|
} | {
|
|
3111
|
-
error: string;
|
|
3112
3112
|
kind: "failed";
|
|
3113
|
+
error: string;
|
|
3113
3114
|
} | {
|
|
3114
3115
|
kind: "canceled";
|
|
3115
3116
|
};
|
|
3116
3117
|
completedTime?: number;
|
|
3117
3118
|
}, {
|
|
3118
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3119
3119
|
name: convex_values0.VString<string, "required">;
|
|
3120
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3120
3121
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
3121
3122
|
state: convex_values0.VUnion<{
|
|
3122
3123
|
kind: "pending";
|
|
@@ -3125,8 +3126,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
3125
3126
|
} | {
|
|
3126
3127
|
kind: "success";
|
|
3127
3128
|
} | {
|
|
3128
|
-
error: string;
|
|
3129
3129
|
kind: "failed";
|
|
3130
|
+
error: string;
|
|
3130
3131
|
} | {
|
|
3131
3132
|
kind: "canceled";
|
|
3132
3133
|
}, [convex_values0.VObject<{
|
|
@@ -3142,18 +3143,18 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
3142
3143
|
}, {
|
|
3143
3144
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
3144
3145
|
}, "required", "kind">, convex_values0.VObject<{
|
|
3145
|
-
error: string;
|
|
3146
3146
|
kind: "failed";
|
|
3147
|
+
error: string;
|
|
3147
3148
|
}, {
|
|
3148
|
-
error: convex_values0.VString<string, "required">;
|
|
3149
3149
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
3150
|
-
|
|
3150
|
+
error: convex_values0.VString<string, "required">;
|
|
3151
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
3151
3152
|
kind: "canceled";
|
|
3152
3153
|
}, {
|
|
3153
3154
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
3154
|
-
}, "required", "kind">], "required", "
|
|
3155
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
3155
3156
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
3156
|
-
}, "required", "
|
|
3157
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
3157
3158
|
sha256: typeof effect_Schema0.String;
|
|
3158
3159
|
size: typeof effect_Schema0.Number;
|
|
3159
3160
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -3187,8 +3188,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
3187
3188
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
3188
3189
|
}>]>;
|
|
3189
3190
|
}>, convex_values0.VObject<{
|
|
3190
|
-
args: any[];
|
|
3191
3191
|
name: string;
|
|
3192
|
+
args: any[];
|
|
3192
3193
|
scheduledTime: number;
|
|
3193
3194
|
state: {
|
|
3194
3195
|
kind: "pending";
|
|
@@ -3197,15 +3198,15 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
3197
3198
|
} | {
|
|
3198
3199
|
kind: "success";
|
|
3199
3200
|
} | {
|
|
3200
|
-
error: string;
|
|
3201
3201
|
kind: "failed";
|
|
3202
|
+
error: string;
|
|
3202
3203
|
} | {
|
|
3203
3204
|
kind: "canceled";
|
|
3204
3205
|
};
|
|
3205
3206
|
completedTime?: number;
|
|
3206
3207
|
}, {
|
|
3207
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3208
3208
|
name: convex_values0.VString<string, "required">;
|
|
3209
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3209
3210
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
3210
3211
|
state: convex_values0.VUnion<{
|
|
3211
3212
|
kind: "pending";
|
|
@@ -3214,8 +3215,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
3214
3215
|
} | {
|
|
3215
3216
|
kind: "success";
|
|
3216
3217
|
} | {
|
|
3217
|
-
error: string;
|
|
3218
3218
|
kind: "failed";
|
|
3219
|
+
error: string;
|
|
3219
3220
|
} | {
|
|
3220
3221
|
kind: "canceled";
|
|
3221
3222
|
}, [convex_values0.VObject<{
|
|
@@ -3231,18 +3232,18 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
3231
3232
|
}, {
|
|
3232
3233
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
3233
3234
|
}, "required", "kind">, convex_values0.VObject<{
|
|
3234
|
-
error: string;
|
|
3235
3235
|
kind: "failed";
|
|
3236
|
+
error: string;
|
|
3236
3237
|
}, {
|
|
3237
|
-
error: convex_values0.VString<string, "required">;
|
|
3238
3238
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
3239
|
-
|
|
3239
|
+
error: convex_values0.VString<string, "required">;
|
|
3240
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
3240
3241
|
kind: "canceled";
|
|
3241
3242
|
}, {
|
|
3242
3243
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
3243
|
-
}, "required", "kind">], "required", "
|
|
3244
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
3244
3245
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
3245
|
-
}, "required", "
|
|
3246
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
3246
3247
|
sha256: typeof effect_Schema0.String;
|
|
3247
3248
|
size: typeof effect_Schema0.Number;
|
|
3248
3249
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -3283,8 +3284,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3283
3284
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
3284
3285
|
}>]>;
|
|
3285
3286
|
}>, convex_values0.VObject<{
|
|
3286
|
-
args: any[];
|
|
3287
3287
|
name: string;
|
|
3288
|
+
args: any[];
|
|
3288
3289
|
scheduledTime: number;
|
|
3289
3290
|
state: {
|
|
3290
3291
|
kind: "pending";
|
|
@@ -3293,15 +3294,15 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3293
3294
|
} | {
|
|
3294
3295
|
kind: "success";
|
|
3295
3296
|
} | {
|
|
3296
|
-
error: string;
|
|
3297
3297
|
kind: "failed";
|
|
3298
|
+
error: string;
|
|
3298
3299
|
} | {
|
|
3299
3300
|
kind: "canceled";
|
|
3300
3301
|
};
|
|
3301
3302
|
completedTime?: number;
|
|
3302
3303
|
}, {
|
|
3303
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3304
3304
|
name: convex_values0.VString<string, "required">;
|
|
3305
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3305
3306
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
3306
3307
|
state: convex_values0.VUnion<{
|
|
3307
3308
|
kind: "pending";
|
|
@@ -3310,8 +3311,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3310
3311
|
} | {
|
|
3311
3312
|
kind: "success";
|
|
3312
3313
|
} | {
|
|
3313
|
-
error: string;
|
|
3314
3314
|
kind: "failed";
|
|
3315
|
+
error: string;
|
|
3315
3316
|
} | {
|
|
3316
3317
|
kind: "canceled";
|
|
3317
3318
|
}, [convex_values0.VObject<{
|
|
@@ -3327,18 +3328,18 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3327
3328
|
}, {
|
|
3328
3329
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
3329
3330
|
}, "required", "kind">, convex_values0.VObject<{
|
|
3330
|
-
error: string;
|
|
3331
3331
|
kind: "failed";
|
|
3332
|
+
error: string;
|
|
3332
3333
|
}, {
|
|
3333
|
-
error: convex_values0.VString<string, "required">;
|
|
3334
3334
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
3335
|
-
|
|
3335
|
+
error: convex_values0.VString<string, "required">;
|
|
3336
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
3336
3337
|
kind: "canceled";
|
|
3337
3338
|
}, {
|
|
3338
3339
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
3339
|
-
}, "required", "kind">], "required", "
|
|
3340
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
3340
3341
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
3341
|
-
}, "required", "
|
|
3342
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
3342
3343
|
sha256: typeof effect_Schema0.String;
|
|
3343
3344
|
size: typeof effect_Schema0.Number;
|
|
3344
3345
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -3373,8 +3374,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3373
3374
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
3374
3375
|
}>]>;
|
|
3375
3376
|
}>, convex_values0.VObject<{
|
|
3376
|
-
args: any[];
|
|
3377
3377
|
name: string;
|
|
3378
|
+
args: any[];
|
|
3378
3379
|
scheduledTime: number;
|
|
3379
3380
|
state: {
|
|
3380
3381
|
kind: "pending";
|
|
@@ -3383,15 +3384,15 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3383
3384
|
} | {
|
|
3384
3385
|
kind: "success";
|
|
3385
3386
|
} | {
|
|
3386
|
-
error: string;
|
|
3387
3387
|
kind: "failed";
|
|
3388
|
+
error: string;
|
|
3388
3389
|
} | {
|
|
3389
3390
|
kind: "canceled";
|
|
3390
3391
|
};
|
|
3391
3392
|
completedTime?: number;
|
|
3392
3393
|
}, {
|
|
3393
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3394
3394
|
name: convex_values0.VString<string, "required">;
|
|
3395
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3395
3396
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
3396
3397
|
state: convex_values0.VUnion<{
|
|
3397
3398
|
kind: "pending";
|
|
@@ -3400,8 +3401,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3400
3401
|
} | {
|
|
3401
3402
|
kind: "success";
|
|
3402
3403
|
} | {
|
|
3403
|
-
error: string;
|
|
3404
3404
|
kind: "failed";
|
|
3405
|
+
error: string;
|
|
3405
3406
|
} | {
|
|
3406
3407
|
kind: "canceled";
|
|
3407
3408
|
}, [convex_values0.VObject<{
|
|
@@ -3417,18 +3418,18 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3417
3418
|
}, {
|
|
3418
3419
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
3419
3420
|
}, "required", "kind">, convex_values0.VObject<{
|
|
3420
|
-
error: string;
|
|
3421
3421
|
kind: "failed";
|
|
3422
|
+
error: string;
|
|
3422
3423
|
}, {
|
|
3423
|
-
error: convex_values0.VString<string, "required">;
|
|
3424
3424
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
3425
|
-
|
|
3425
|
+
error: convex_values0.VString<string, "required">;
|
|
3426
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
3426
3427
|
kind: "canceled";
|
|
3427
3428
|
}, {
|
|
3428
3429
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
3429
|
-
}, "required", "kind">], "required", "
|
|
3430
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
3430
3431
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
3431
|
-
}, "required", "
|
|
3432
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
3432
3433
|
sha256: typeof effect_Schema0.String;
|
|
3433
3434
|
size: typeof effect_Schema0.Number;
|
|
3434
3435
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -3462,8 +3463,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3462
3463
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
3463
3464
|
}>]>;
|
|
3464
3465
|
}>, convex_values0.VObject<{
|
|
3465
|
-
args: any[];
|
|
3466
3466
|
name: string;
|
|
3467
|
+
args: any[];
|
|
3467
3468
|
scheduledTime: number;
|
|
3468
3469
|
state: {
|
|
3469
3470
|
kind: "pending";
|
|
@@ -3472,15 +3473,15 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3472
3473
|
} | {
|
|
3473
3474
|
kind: "success";
|
|
3474
3475
|
} | {
|
|
3475
|
-
error: string;
|
|
3476
3476
|
kind: "failed";
|
|
3477
|
+
error: string;
|
|
3477
3478
|
} | {
|
|
3478
3479
|
kind: "canceled";
|
|
3479
3480
|
};
|
|
3480
3481
|
completedTime?: number;
|
|
3481
3482
|
}, {
|
|
3482
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3483
3483
|
name: convex_values0.VString<string, "required">;
|
|
3484
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3484
3485
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
3485
3486
|
state: convex_values0.VUnion<{
|
|
3486
3487
|
kind: "pending";
|
|
@@ -3489,8 +3490,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3489
3490
|
} | {
|
|
3490
3491
|
kind: "success";
|
|
3491
3492
|
} | {
|
|
3492
|
-
error: string;
|
|
3493
3493
|
kind: "failed";
|
|
3494
|
+
error: string;
|
|
3494
3495
|
} | {
|
|
3495
3496
|
kind: "canceled";
|
|
3496
3497
|
}, [convex_values0.VObject<{
|
|
@@ -3506,18 +3507,18 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3506
3507
|
}, {
|
|
3507
3508
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
3508
3509
|
}, "required", "kind">, convex_values0.VObject<{
|
|
3509
|
-
error: string;
|
|
3510
3510
|
kind: "failed";
|
|
3511
|
+
error: string;
|
|
3511
3512
|
}, {
|
|
3512
|
-
error: convex_values0.VString<string, "required">;
|
|
3513
3513
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
3514
|
-
|
|
3514
|
+
error: convex_values0.VString<string, "required">;
|
|
3515
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
3515
3516
|
kind: "canceled";
|
|
3516
3517
|
}, {
|
|
3517
3518
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
3518
|
-
}, "required", "kind">], "required", "
|
|
3519
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
3519
3520
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
3520
|
-
}, "required", "
|
|
3521
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
3521
3522
|
sha256: typeof effect_Schema0.String;
|
|
3522
3523
|
size: typeof effect_Schema0.Number;
|
|
3523
3524
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -3551,8 +3552,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3551
3552
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
3552
3553
|
}>]>;
|
|
3553
3554
|
}>, convex_values0.VObject<{
|
|
3554
|
-
args: any[];
|
|
3555
3555
|
name: string;
|
|
3556
|
+
args: any[];
|
|
3556
3557
|
scheduledTime: number;
|
|
3557
3558
|
state: {
|
|
3558
3559
|
kind: "pending";
|
|
@@ -3561,15 +3562,15 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3561
3562
|
} | {
|
|
3562
3563
|
kind: "success";
|
|
3563
3564
|
} | {
|
|
3564
|
-
error: string;
|
|
3565
3565
|
kind: "failed";
|
|
3566
|
+
error: string;
|
|
3566
3567
|
} | {
|
|
3567
3568
|
kind: "canceled";
|
|
3568
3569
|
};
|
|
3569
3570
|
completedTime?: number;
|
|
3570
3571
|
}, {
|
|
3571
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3572
3572
|
name: convex_values0.VString<string, "required">;
|
|
3573
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3573
3574
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
3574
3575
|
state: convex_values0.VUnion<{
|
|
3575
3576
|
kind: "pending";
|
|
@@ -3578,8 +3579,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3578
3579
|
} | {
|
|
3579
3580
|
kind: "success";
|
|
3580
3581
|
} | {
|
|
3581
|
-
error: string;
|
|
3582
3582
|
kind: "failed";
|
|
3583
|
+
error: string;
|
|
3583
3584
|
} | {
|
|
3584
3585
|
kind: "canceled";
|
|
3585
3586
|
}, [convex_values0.VObject<{
|
|
@@ -3595,18 +3596,18 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3595
3596
|
}, {
|
|
3596
3597
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
3597
3598
|
}, "required", "kind">, convex_values0.VObject<{
|
|
3598
|
-
error: string;
|
|
3599
3599
|
kind: "failed";
|
|
3600
|
+
error: string;
|
|
3600
3601
|
}, {
|
|
3601
|
-
error: convex_values0.VString<string, "required">;
|
|
3602
3602
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
3603
|
-
|
|
3603
|
+
error: convex_values0.VString<string, "required">;
|
|
3604
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
3604
3605
|
kind: "canceled";
|
|
3605
3606
|
}, {
|
|
3606
3607
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
3607
|
-
}, "required", "kind">], "required", "
|
|
3608
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
3608
3609
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
3609
|
-
}, "required", "
|
|
3610
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
3610
3611
|
sha256: typeof effect_Schema0.String;
|
|
3611
3612
|
size: typeof effect_Schema0.Number;
|
|
3612
3613
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -3643,8 +3644,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3643
3644
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
3644
3645
|
}>]>;
|
|
3645
3646
|
}>, convex_values0.VObject<{
|
|
3646
|
-
args: any[];
|
|
3647
3647
|
name: string;
|
|
3648
|
+
args: any[];
|
|
3648
3649
|
scheduledTime: number;
|
|
3649
3650
|
state: {
|
|
3650
3651
|
kind: "pending";
|
|
@@ -3653,15 +3654,15 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3653
3654
|
} | {
|
|
3654
3655
|
kind: "success";
|
|
3655
3656
|
} | {
|
|
3656
|
-
error: string;
|
|
3657
3657
|
kind: "failed";
|
|
3658
|
+
error: string;
|
|
3658
3659
|
} | {
|
|
3659
3660
|
kind: "canceled";
|
|
3660
3661
|
};
|
|
3661
3662
|
completedTime?: number;
|
|
3662
3663
|
}, {
|
|
3663
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3664
3664
|
name: convex_values0.VString<string, "required">;
|
|
3665
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3665
3666
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
3666
3667
|
state: convex_values0.VUnion<{
|
|
3667
3668
|
kind: "pending";
|
|
@@ -3670,8 +3671,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3670
3671
|
} | {
|
|
3671
3672
|
kind: "success";
|
|
3672
3673
|
} | {
|
|
3673
|
-
error: string;
|
|
3674
3674
|
kind: "failed";
|
|
3675
|
+
error: string;
|
|
3675
3676
|
} | {
|
|
3676
3677
|
kind: "canceled";
|
|
3677
3678
|
}, [convex_values0.VObject<{
|
|
@@ -3687,18 +3688,18 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3687
3688
|
}, {
|
|
3688
3689
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
3689
3690
|
}, "required", "kind">, convex_values0.VObject<{
|
|
3690
|
-
error: string;
|
|
3691
3691
|
kind: "failed";
|
|
3692
|
+
error: string;
|
|
3692
3693
|
}, {
|
|
3693
|
-
error: convex_values0.VString<string, "required">;
|
|
3694
3694
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
3695
|
-
|
|
3695
|
+
error: convex_values0.VString<string, "required">;
|
|
3696
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
3696
3697
|
kind: "canceled";
|
|
3697
3698
|
}, {
|
|
3698
3699
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
3699
|
-
}, "required", "kind">], "required", "
|
|
3700
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
3700
3701
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
3701
|
-
}, "required", "
|
|
3702
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
3702
3703
|
sha256: typeof effect_Schema0.String;
|
|
3703
3704
|
size: typeof effect_Schema0.Number;
|
|
3704
3705
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -3732,8 +3733,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3732
3733
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
3733
3734
|
}>]>;
|
|
3734
3735
|
}>, convex_values0.VObject<{
|
|
3735
|
-
args: any[];
|
|
3736
3736
|
name: string;
|
|
3737
|
+
args: any[];
|
|
3737
3738
|
scheduledTime: number;
|
|
3738
3739
|
state: {
|
|
3739
3740
|
kind: "pending";
|
|
@@ -3742,15 +3743,15 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3742
3743
|
} | {
|
|
3743
3744
|
kind: "success";
|
|
3744
3745
|
} | {
|
|
3745
|
-
error: string;
|
|
3746
3746
|
kind: "failed";
|
|
3747
|
+
error: string;
|
|
3747
3748
|
} | {
|
|
3748
3749
|
kind: "canceled";
|
|
3749
3750
|
};
|
|
3750
3751
|
completedTime?: number;
|
|
3751
3752
|
}, {
|
|
3752
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3753
3753
|
name: convex_values0.VString<string, "required">;
|
|
3754
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3754
3755
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
3755
3756
|
state: convex_values0.VUnion<{
|
|
3756
3757
|
kind: "pending";
|
|
@@ -3759,8 +3760,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3759
3760
|
} | {
|
|
3760
3761
|
kind: "success";
|
|
3761
3762
|
} | {
|
|
3762
|
-
error: string;
|
|
3763
3763
|
kind: "failed";
|
|
3764
|
+
error: string;
|
|
3764
3765
|
} | {
|
|
3765
3766
|
kind: "canceled";
|
|
3766
3767
|
}, [convex_values0.VObject<{
|
|
@@ -3776,18 +3777,18 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3776
3777
|
}, {
|
|
3777
3778
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
3778
3779
|
}, "required", "kind">, convex_values0.VObject<{
|
|
3779
|
-
error: string;
|
|
3780
3780
|
kind: "failed";
|
|
3781
|
+
error: string;
|
|
3781
3782
|
}, {
|
|
3782
|
-
error: convex_values0.VString<string, "required">;
|
|
3783
3783
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
3784
|
-
|
|
3784
|
+
error: convex_values0.VString<string, "required">;
|
|
3785
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
3785
3786
|
kind: "canceled";
|
|
3786
3787
|
}, {
|
|
3787
3788
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
3788
|
-
}, "required", "kind">], "required", "
|
|
3789
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
3789
3790
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
3790
|
-
}, "required", "
|
|
3791
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
3791
3792
|
sha256: typeof effect_Schema0.String;
|
|
3792
3793
|
size: typeof effect_Schema0.Number;
|
|
3793
3794
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -3821,8 +3822,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3821
3822
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
3822
3823
|
}>]>;
|
|
3823
3824
|
}>, convex_values0.VObject<{
|
|
3824
|
-
args: any[];
|
|
3825
3825
|
name: string;
|
|
3826
|
+
args: any[];
|
|
3826
3827
|
scheduledTime: number;
|
|
3827
3828
|
state: {
|
|
3828
3829
|
kind: "pending";
|
|
@@ -3831,15 +3832,15 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3831
3832
|
} | {
|
|
3832
3833
|
kind: "success";
|
|
3833
3834
|
} | {
|
|
3834
|
-
error: string;
|
|
3835
3835
|
kind: "failed";
|
|
3836
|
+
error: string;
|
|
3836
3837
|
} | {
|
|
3837
3838
|
kind: "canceled";
|
|
3838
3839
|
};
|
|
3839
3840
|
completedTime?: number;
|
|
3840
3841
|
}, {
|
|
3841
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3842
3842
|
name: convex_values0.VString<string, "required">;
|
|
3843
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3843
3844
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
3844
3845
|
state: convex_values0.VUnion<{
|
|
3845
3846
|
kind: "pending";
|
|
@@ -3848,8 +3849,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3848
3849
|
} | {
|
|
3849
3850
|
kind: "success";
|
|
3850
3851
|
} | {
|
|
3851
|
-
error: string;
|
|
3852
3852
|
kind: "failed";
|
|
3853
|
+
error: string;
|
|
3853
3854
|
} | {
|
|
3854
3855
|
kind: "canceled";
|
|
3855
3856
|
}, [convex_values0.VObject<{
|
|
@@ -3865,18 +3866,18 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3865
3866
|
}, {
|
|
3866
3867
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
3867
3868
|
}, "required", "kind">, convex_values0.VObject<{
|
|
3868
|
-
error: string;
|
|
3869
3869
|
kind: "failed";
|
|
3870
|
+
error: string;
|
|
3870
3871
|
}, {
|
|
3871
|
-
error: convex_values0.VString<string, "required">;
|
|
3872
3872
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
3873
|
-
|
|
3873
|
+
error: convex_values0.VString<string, "required">;
|
|
3874
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
3874
3875
|
kind: "canceled";
|
|
3875
3876
|
}, {
|
|
3876
3877
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
3877
|
-
}, "required", "kind">], "required", "
|
|
3878
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
3878
3879
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
3879
|
-
}, "required", "
|
|
3880
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
3880
3881
|
sha256: typeof effect_Schema0.String;
|
|
3881
3882
|
size: typeof effect_Schema0.Number;
|
|
3882
3883
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -3911,8 +3912,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3911
3912
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
3912
3913
|
}>]>;
|
|
3913
3914
|
}>, convex_values0.VObject<{
|
|
3914
|
-
args: any[];
|
|
3915
3915
|
name: string;
|
|
3916
|
+
args: any[];
|
|
3916
3917
|
scheduledTime: number;
|
|
3917
3918
|
state: {
|
|
3918
3919
|
kind: "pending";
|
|
@@ -3921,15 +3922,15 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3921
3922
|
} | {
|
|
3922
3923
|
kind: "success";
|
|
3923
3924
|
} | {
|
|
3924
|
-
error: string;
|
|
3925
3925
|
kind: "failed";
|
|
3926
|
+
error: string;
|
|
3926
3927
|
} | {
|
|
3927
3928
|
kind: "canceled";
|
|
3928
3929
|
};
|
|
3929
3930
|
completedTime?: number;
|
|
3930
3931
|
}, {
|
|
3931
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3932
3932
|
name: convex_values0.VString<string, "required">;
|
|
3933
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3933
3934
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
3934
3935
|
state: convex_values0.VUnion<{
|
|
3935
3936
|
kind: "pending";
|
|
@@ -3938,8 +3939,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3938
3939
|
} | {
|
|
3939
3940
|
kind: "success";
|
|
3940
3941
|
} | {
|
|
3941
|
-
error: string;
|
|
3942
3942
|
kind: "failed";
|
|
3943
|
+
error: string;
|
|
3943
3944
|
} | {
|
|
3944
3945
|
kind: "canceled";
|
|
3945
3946
|
}, [convex_values0.VObject<{
|
|
@@ -3955,18 +3956,18 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3955
3956
|
}, {
|
|
3956
3957
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
3957
3958
|
}, "required", "kind">, convex_values0.VObject<{
|
|
3958
|
-
error: string;
|
|
3959
3959
|
kind: "failed";
|
|
3960
|
+
error: string;
|
|
3960
3961
|
}, {
|
|
3961
|
-
error: convex_values0.VString<string, "required">;
|
|
3962
3962
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
3963
|
-
|
|
3963
|
+
error: convex_values0.VString<string, "required">;
|
|
3964
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
3964
3965
|
kind: "canceled";
|
|
3965
3966
|
}, {
|
|
3966
3967
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
3967
|
-
}, "required", "kind">], "required", "
|
|
3968
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
3968
3969
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
3969
|
-
}, "required", "
|
|
3970
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
3970
3971
|
sha256: typeof effect_Schema0.String;
|
|
3971
3972
|
size: typeof effect_Schema0.Number;
|
|
3972
3973
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -4000,8 +4001,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
4000
4001
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
4001
4002
|
}>]>;
|
|
4002
4003
|
}>, convex_values0.VObject<{
|
|
4003
|
-
args: any[];
|
|
4004
4004
|
name: string;
|
|
4005
|
+
args: any[];
|
|
4005
4006
|
scheduledTime: number;
|
|
4006
4007
|
state: {
|
|
4007
4008
|
kind: "pending";
|
|
@@ -4010,15 +4011,15 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
4010
4011
|
} | {
|
|
4011
4012
|
kind: "success";
|
|
4012
4013
|
} | {
|
|
4013
|
-
error: string;
|
|
4014
4014
|
kind: "failed";
|
|
4015
|
+
error: string;
|
|
4015
4016
|
} | {
|
|
4016
4017
|
kind: "canceled";
|
|
4017
4018
|
};
|
|
4018
4019
|
completedTime?: number;
|
|
4019
4020
|
}, {
|
|
4020
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
4021
4021
|
name: convex_values0.VString<string, "required">;
|
|
4022
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
4022
4023
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
4023
4024
|
state: convex_values0.VUnion<{
|
|
4024
4025
|
kind: "pending";
|
|
@@ -4027,8 +4028,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
4027
4028
|
} | {
|
|
4028
4029
|
kind: "success";
|
|
4029
4030
|
} | {
|
|
4030
|
-
error: string;
|
|
4031
4031
|
kind: "failed";
|
|
4032
|
+
error: string;
|
|
4032
4033
|
} | {
|
|
4033
4034
|
kind: "canceled";
|
|
4034
4035
|
}, [convex_values0.VObject<{
|
|
@@ -4044,18 +4045,18 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
4044
4045
|
}, {
|
|
4045
4046
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
4046
4047
|
}, "required", "kind">, convex_values0.VObject<{
|
|
4047
|
-
error: string;
|
|
4048
4048
|
kind: "failed";
|
|
4049
|
+
error: string;
|
|
4049
4050
|
}, {
|
|
4050
|
-
error: convex_values0.VString<string, "required">;
|
|
4051
4051
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
4052
|
-
|
|
4052
|
+
error: convex_values0.VString<string, "required">;
|
|
4053
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
4053
4054
|
kind: "canceled";
|
|
4054
4055
|
}, {
|
|
4055
4056
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
4056
|
-
}, "required", "kind">], "required", "
|
|
4057
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
4057
4058
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
4058
|
-
}, "required", "
|
|
4059
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
4059
4060
|
sha256: typeof effect_Schema0.String;
|
|
4060
4061
|
size: typeof effect_Schema0.Number;
|
|
4061
4062
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -4091,8 +4092,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
4091
4092
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
4092
4093
|
}>]>;
|
|
4093
4094
|
}>, convex_values0.VObject<{
|
|
4094
|
-
args: any[];
|
|
4095
4095
|
name: string;
|
|
4096
|
+
args: any[];
|
|
4096
4097
|
scheduledTime: number;
|
|
4097
4098
|
state: {
|
|
4098
4099
|
kind: "pending";
|
|
@@ -4101,15 +4102,15 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
4101
4102
|
} | {
|
|
4102
4103
|
kind: "success";
|
|
4103
4104
|
} | {
|
|
4104
|
-
error: string;
|
|
4105
4105
|
kind: "failed";
|
|
4106
|
+
error: string;
|
|
4106
4107
|
} | {
|
|
4107
4108
|
kind: "canceled";
|
|
4108
4109
|
};
|
|
4109
4110
|
completedTime?: number;
|
|
4110
4111
|
}, {
|
|
4111
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
4112
4112
|
name: convex_values0.VString<string, "required">;
|
|
4113
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
4113
4114
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
4114
4115
|
state: convex_values0.VUnion<{
|
|
4115
4116
|
kind: "pending";
|
|
@@ -4118,8 +4119,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
4118
4119
|
} | {
|
|
4119
4120
|
kind: "success";
|
|
4120
4121
|
} | {
|
|
4121
|
-
error: string;
|
|
4122
4122
|
kind: "failed";
|
|
4123
|
+
error: string;
|
|
4123
4124
|
} | {
|
|
4124
4125
|
kind: "canceled";
|
|
4125
4126
|
}, [convex_values0.VObject<{
|
|
@@ -4135,18 +4136,18 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
4135
4136
|
}, {
|
|
4136
4137
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
4137
4138
|
}, "required", "kind">, convex_values0.VObject<{
|
|
4138
|
-
error: string;
|
|
4139
4139
|
kind: "failed";
|
|
4140
|
+
error: string;
|
|
4140
4141
|
}, {
|
|
4141
|
-
error: convex_values0.VString<string, "required">;
|
|
4142
4142
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
4143
|
-
|
|
4143
|
+
error: convex_values0.VString<string, "required">;
|
|
4144
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
4144
4145
|
kind: "canceled";
|
|
4145
4146
|
}, {
|
|
4146
4147
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
4147
|
-
}, "required", "kind">], "required", "
|
|
4148
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
4148
4149
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
4149
|
-
}, "required", "
|
|
4150
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
4150
4151
|
sha256: typeof effect_Schema0.String;
|
|
4151
4152
|
size: typeof effect_Schema0.Number;
|
|
4152
4153
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -4180,8 +4181,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
4180
4181
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
4181
4182
|
}>]>;
|
|
4182
4183
|
}>, convex_values0.VObject<{
|
|
4183
|
-
args: any[];
|
|
4184
4184
|
name: string;
|
|
4185
|
+
args: any[];
|
|
4185
4186
|
scheduledTime: number;
|
|
4186
4187
|
state: {
|
|
4187
4188
|
kind: "pending";
|
|
@@ -4190,15 +4191,15 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
4190
4191
|
} | {
|
|
4191
4192
|
kind: "success";
|
|
4192
4193
|
} | {
|
|
4193
|
-
error: string;
|
|
4194
4194
|
kind: "failed";
|
|
4195
|
+
error: string;
|
|
4195
4196
|
} | {
|
|
4196
4197
|
kind: "canceled";
|
|
4197
4198
|
};
|
|
4198
4199
|
completedTime?: number;
|
|
4199
4200
|
}, {
|
|
4200
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
4201
4201
|
name: convex_values0.VString<string, "required">;
|
|
4202
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
4202
4203
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
4203
4204
|
state: convex_values0.VUnion<{
|
|
4204
4205
|
kind: "pending";
|
|
@@ -4207,8 +4208,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
4207
4208
|
} | {
|
|
4208
4209
|
kind: "success";
|
|
4209
4210
|
} | {
|
|
4210
|
-
error: string;
|
|
4211
4211
|
kind: "failed";
|
|
4212
|
+
error: string;
|
|
4212
4213
|
} | {
|
|
4213
4214
|
kind: "canceled";
|
|
4214
4215
|
}, [convex_values0.VObject<{
|
|
@@ -4224,18 +4225,18 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
4224
4225
|
}, {
|
|
4225
4226
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
4226
4227
|
}, "required", "kind">, convex_values0.VObject<{
|
|
4227
|
-
error: string;
|
|
4228
4228
|
kind: "failed";
|
|
4229
|
+
error: string;
|
|
4229
4230
|
}, {
|
|
4230
|
-
error: convex_values0.VString<string, "required">;
|
|
4231
4231
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
4232
|
-
|
|
4232
|
+
error: convex_values0.VString<string, "required">;
|
|
4233
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
4233
4234
|
kind: "canceled";
|
|
4234
4235
|
}, {
|
|
4235
4236
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
4236
|
-
}, "required", "kind">], "required", "
|
|
4237
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
4237
4238
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
4238
|
-
}, "required", "
|
|
4239
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
4239
4240
|
sha256: typeof effect_Schema0.String;
|
|
4240
4241
|
size: typeof effect_Schema0.Number;
|
|
4241
4242
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -4269,8 +4270,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
4269
4270
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
4270
4271
|
}>]>;
|
|
4271
4272
|
}>, convex_values0.VObject<{
|
|
4272
|
-
args: any[];
|
|
4273
4273
|
name: string;
|
|
4274
|
+
args: any[];
|
|
4274
4275
|
scheduledTime: number;
|
|
4275
4276
|
state: {
|
|
4276
4277
|
kind: "pending";
|
|
@@ -4279,15 +4280,15 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
4279
4280
|
} | {
|
|
4280
4281
|
kind: "success";
|
|
4281
4282
|
} | {
|
|
4282
|
-
error: string;
|
|
4283
4283
|
kind: "failed";
|
|
4284
|
+
error: string;
|
|
4284
4285
|
} | {
|
|
4285
4286
|
kind: "canceled";
|
|
4286
4287
|
};
|
|
4287
4288
|
completedTime?: number;
|
|
4288
4289
|
}, {
|
|
4289
|
-
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
4290
4290
|
name: convex_values0.VString<string, "required">;
|
|
4291
|
+
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
4291
4292
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
4292
4293
|
state: convex_values0.VUnion<{
|
|
4293
4294
|
kind: "pending";
|
|
@@ -4296,8 +4297,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
4296
4297
|
} | {
|
|
4297
4298
|
kind: "success";
|
|
4298
4299
|
} | {
|
|
4299
|
-
error: string;
|
|
4300
4300
|
kind: "failed";
|
|
4301
|
+
error: string;
|
|
4301
4302
|
} | {
|
|
4302
4303
|
kind: "canceled";
|
|
4303
4304
|
}, [convex_values0.VObject<{
|
|
@@ -4313,18 +4314,18 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
4313
4314
|
}, {
|
|
4314
4315
|
kind: convex_values0.VLiteral<"success", "required">;
|
|
4315
4316
|
}, "required", "kind">, convex_values0.VObject<{
|
|
4316
|
-
error: string;
|
|
4317
4317
|
kind: "failed";
|
|
4318
|
+
error: string;
|
|
4318
4319
|
}, {
|
|
4319
|
-
error: convex_values0.VString<string, "required">;
|
|
4320
4320
|
kind: convex_values0.VLiteral<"failed", "required">;
|
|
4321
|
-
|
|
4321
|
+
error: convex_values0.VString<string, "required">;
|
|
4322
|
+
}, "required", "kind" | "error">, convex_values0.VObject<{
|
|
4322
4323
|
kind: "canceled";
|
|
4323
4324
|
}, {
|
|
4324
4325
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
4325
|
-
}, "required", "kind">], "required", "
|
|
4326
|
+
}, "required", "kind">], "required", "kind" | "error">;
|
|
4326
4327
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
4327
|
-
}, "required", "
|
|
4328
|
+
}, "required", "name" | "args" | "scheduledTime" | "completedTime" | "state" | "state.kind" | "state.error">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
4328
4329
|
sha256: typeof effect_Schema0.String;
|
|
4329
4330
|
size: typeof effect_Schema0.Number;
|
|
4330
4331
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|