@confect/server 9.0.0-next.6 → 9.0.0-next.7
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 +7 -0
- package/dist/DatabaseReader.d.ts +151 -151
- package/dist/DatabaseReader.d.ts.map +1 -1
- package/dist/DatabaseWriter.d.ts +4 -4
- package/dist/DatabaseWriter.d.ts.map +1 -1
- package/dist/QueryInitializer.d.ts +1 -1
- package/dist/QueryInitializer.d.ts.map +1 -1
- package/dist/RegisteredConvexFunction.d.ts +44 -44
- package/dist/RegisteredConvexFunction.d.ts.map +1 -1
- package/dist/RegisteredFunction.d.ts +2 -2
- package/dist/RegisteredFunction.d.ts.map +1 -1
- package/dist/StorageActionWriter.d.ts +1 -1
- package/dist/Table.d.ts +6 -6
- package/dist/Table.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/DatabaseReader.d.ts
CHANGED
|
@@ -40,8 +40,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
40
40
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
41
41
|
}>]>;
|
|
42
42
|
}>, convex_values0.VObject<{
|
|
43
|
-
name: string;
|
|
44
43
|
args: any[];
|
|
44
|
+
name: string;
|
|
45
45
|
scheduledTime: number;
|
|
46
46
|
state: {
|
|
47
47
|
kind: "pending";
|
|
@@ -57,8 +57,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
57
57
|
};
|
|
58
58
|
completedTime?: number;
|
|
59
59
|
}, {
|
|
60
|
-
name: convex_values0.VString<string, "required">;
|
|
61
60
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
61
|
+
name: convex_values0.VString<string, "required">;
|
|
62
62
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
63
63
|
state: convex_values0.VUnion<{
|
|
64
64
|
kind: "pending";
|
|
@@ -95,7 +95,7 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
95
95
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
96
96
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
97
97
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
98
|
-
}, "required", "
|
|
98
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
99
99
|
sha256: typeof effect_Schema0.String;
|
|
100
100
|
size: typeof effect_Schema0.Number;
|
|
101
101
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -109,7 +109,7 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
109
109
|
sha256: convex_values0.VString<string, "required">;
|
|
110
110
|
size: convex_values0.VFloat64<number, "required">;
|
|
111
111
|
contentType: convex_values0.VString<string | undefined, "optional">;
|
|
112
|
-
}, "required", "sha256" | "size" | "contentType">, {}, {}, {}>, TableName>>)["document"],
|
|
112
|
+
}, "required", "sha256" | "size" | "contentType">, {}, {}, {}>, TableName>>)["document"], GetByIdFailure | DocumentDecodeError, never>;
|
|
113
113
|
<IndexName extends keyof (TableInfo<WithName<Tables<DatabaseSchema_>, TableName>> | TableInfo<WithName<Table<"_scheduled_functions", effect_Schema0.Struct<{
|
|
114
114
|
name: typeof effect_Schema0.String;
|
|
115
115
|
args: effect_Schema0.Array$<typeof effect_Schema0.Any>;
|
|
@@ -130,8 +130,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
130
130
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
131
131
|
}>]>;
|
|
132
132
|
}>, convex_values0.VObject<{
|
|
133
|
-
name: string;
|
|
134
133
|
args: any[];
|
|
134
|
+
name: string;
|
|
135
135
|
scheduledTime: number;
|
|
136
136
|
state: {
|
|
137
137
|
kind: "pending";
|
|
@@ -147,8 +147,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
147
147
|
};
|
|
148
148
|
completedTime?: number;
|
|
149
149
|
}, {
|
|
150
|
-
name: convex_values0.VString<string, "required">;
|
|
151
150
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
151
|
+
name: convex_values0.VString<string, "required">;
|
|
152
152
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
153
153
|
state: convex_values0.VUnion<{
|
|
154
154
|
kind: "pending";
|
|
@@ -185,7 +185,7 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
185
185
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
186
186
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
187
187
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
188
|
-
}, "required", "
|
|
188
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
189
189
|
sha256: typeof effect_Schema0.String;
|
|
190
190
|
size: typeof effect_Schema0.Number;
|
|
191
191
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -219,8 +219,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
219
219
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
220
220
|
}>]>;
|
|
221
221
|
}>, convex_values0.VObject<{
|
|
222
|
-
name: string;
|
|
223
222
|
args: any[];
|
|
223
|
+
name: string;
|
|
224
224
|
scheduledTime: number;
|
|
225
225
|
state: {
|
|
226
226
|
kind: "pending";
|
|
@@ -236,8 +236,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
236
236
|
};
|
|
237
237
|
completedTime?: number;
|
|
238
238
|
}, {
|
|
239
|
-
name: convex_values0.VString<string, "required">;
|
|
240
239
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
240
|
+
name: convex_values0.VString<string, "required">;
|
|
241
241
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
242
242
|
state: convex_values0.VUnion<{
|
|
243
243
|
kind: "pending";
|
|
@@ -274,7 +274,7 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
274
274
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
275
275
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
276
276
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
277
|
-
}, "required", "
|
|
277
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
278
278
|
sha256: typeof effect_Schema0.String;
|
|
279
279
|
size: typeof effect_Schema0.Number;
|
|
280
280
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -308,8 +308,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
308
308
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
309
309
|
}>]>;
|
|
310
310
|
}>, convex_values0.VObject<{
|
|
311
|
-
name: string;
|
|
312
311
|
args: any[];
|
|
312
|
+
name: string;
|
|
313
313
|
scheduledTime: number;
|
|
314
314
|
state: {
|
|
315
315
|
kind: "pending";
|
|
@@ -325,8 +325,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
325
325
|
};
|
|
326
326
|
completedTime?: number;
|
|
327
327
|
}, {
|
|
328
|
-
name: convex_values0.VString<string, "required">;
|
|
329
328
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
329
|
+
name: convex_values0.VString<string, "required">;
|
|
330
330
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
331
331
|
state: convex_values0.VUnion<{
|
|
332
332
|
kind: "pending";
|
|
@@ -363,7 +363,7 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
363
363
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
364
364
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
365
365
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
366
|
-
}, "required", "
|
|
366
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
367
367
|
sha256: typeof effect_Schema0.String;
|
|
368
368
|
size: typeof effect_Schema0.Number;
|
|
369
369
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -400,8 +400,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
400
400
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
401
401
|
}>]>;
|
|
402
402
|
}>, convex_values0.VObject<{
|
|
403
|
-
name: string;
|
|
404
403
|
args: any[];
|
|
404
|
+
name: string;
|
|
405
405
|
scheduledTime: number;
|
|
406
406
|
state: {
|
|
407
407
|
kind: "pending";
|
|
@@ -417,8 +417,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
417
417
|
};
|
|
418
418
|
completedTime?: number;
|
|
419
419
|
}, {
|
|
420
|
-
name: convex_values0.VString<string, "required">;
|
|
421
420
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
421
|
+
name: convex_values0.VString<string, "required">;
|
|
422
422
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
423
423
|
state: convex_values0.VUnion<{
|
|
424
424
|
kind: "pending";
|
|
@@ -455,7 +455,7 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
455
455
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
456
456
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
457
457
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
458
|
-
}, "required", "
|
|
458
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
459
459
|
sha256: typeof effect_Schema0.String;
|
|
460
460
|
size: typeof effect_Schema0.Number;
|
|
461
461
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -489,8 +489,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
489
489
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
490
490
|
}>]>;
|
|
491
491
|
}>, convex_values0.VObject<{
|
|
492
|
-
name: string;
|
|
493
492
|
args: any[];
|
|
493
|
+
name: string;
|
|
494
494
|
scheduledTime: number;
|
|
495
495
|
state: {
|
|
496
496
|
kind: "pending";
|
|
@@ -506,8 +506,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
506
506
|
};
|
|
507
507
|
completedTime?: number;
|
|
508
508
|
}, {
|
|
509
|
-
name: convex_values0.VString<string, "required">;
|
|
510
509
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
510
|
+
name: convex_values0.VString<string, "required">;
|
|
511
511
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
512
512
|
state: convex_values0.VUnion<{
|
|
513
513
|
kind: "pending";
|
|
@@ -544,7 +544,7 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
544
544
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
545
545
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
546
546
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
547
|
-
}, "required", "
|
|
547
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
548
548
|
sha256: typeof effect_Schema0.String;
|
|
549
549
|
size: typeof effect_Schema0.Number;
|
|
550
550
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -578,8 +578,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
578
578
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
579
579
|
}>]>;
|
|
580
580
|
}>, convex_values0.VObject<{
|
|
581
|
-
name: string;
|
|
582
581
|
args: any[];
|
|
582
|
+
name: string;
|
|
583
583
|
scheduledTime: number;
|
|
584
584
|
state: {
|
|
585
585
|
kind: "pending";
|
|
@@ -595,8 +595,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
595
595
|
};
|
|
596
596
|
completedTime?: number;
|
|
597
597
|
}, {
|
|
598
|
-
name: convex_values0.VString<string, "required">;
|
|
599
598
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
599
|
+
name: convex_values0.VString<string, "required">;
|
|
600
600
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
601
601
|
state: convex_values0.VUnion<{
|
|
602
602
|
kind: "pending";
|
|
@@ -633,7 +633,7 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
633
633
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
634
634
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
635
635
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
636
|
-
}, "required", "
|
|
636
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
637
637
|
sha256: typeof effect_Schema0.String;
|
|
638
638
|
size: typeof effect_Schema0.Number;
|
|
639
639
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -668,8 +668,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
668
668
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
669
669
|
}>]>;
|
|
670
670
|
}>, convex_values0.VObject<{
|
|
671
|
-
name: string;
|
|
672
671
|
args: any[];
|
|
672
|
+
name: string;
|
|
673
673
|
scheduledTime: number;
|
|
674
674
|
state: {
|
|
675
675
|
kind: "pending";
|
|
@@ -685,8 +685,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
685
685
|
};
|
|
686
686
|
completedTime?: number;
|
|
687
687
|
}, {
|
|
688
|
-
name: convex_values0.VString<string, "required">;
|
|
689
688
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
689
|
+
name: convex_values0.VString<string, "required">;
|
|
690
690
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
691
691
|
state: convex_values0.VUnion<{
|
|
692
692
|
kind: "pending";
|
|
@@ -723,7 +723,7 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
723
723
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
724
724
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
725
725
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
726
|
-
}, "required", "
|
|
726
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
727
727
|
sha256: typeof effect_Schema0.String;
|
|
728
728
|
size: typeof effect_Schema0.Number;
|
|
729
729
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -757,8 +757,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
757
757
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
758
758
|
}>]>;
|
|
759
759
|
}>, convex_values0.VObject<{
|
|
760
|
-
name: string;
|
|
761
760
|
args: any[];
|
|
761
|
+
name: string;
|
|
762
762
|
scheduledTime: number;
|
|
763
763
|
state: {
|
|
764
764
|
kind: "pending";
|
|
@@ -774,8 +774,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
774
774
|
};
|
|
775
775
|
completedTime?: number;
|
|
776
776
|
}, {
|
|
777
|
-
name: convex_values0.VString<string, "required">;
|
|
778
777
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
778
|
+
name: convex_values0.VString<string, "required">;
|
|
779
779
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
780
780
|
state: convex_values0.VUnion<{
|
|
781
781
|
kind: "pending";
|
|
@@ -812,7 +812,7 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
812
812
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
813
813
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
814
814
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
815
|
-
}, "required", "
|
|
815
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
816
816
|
sha256: typeof effect_Schema0.String;
|
|
817
817
|
size: typeof effect_Schema0.Number;
|
|
818
818
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -848,8 +848,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
848
848
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
849
849
|
}>]>;
|
|
850
850
|
}>, convex_values0.VObject<{
|
|
851
|
-
name: string;
|
|
852
851
|
args: any[];
|
|
852
|
+
name: string;
|
|
853
853
|
scheduledTime: number;
|
|
854
854
|
state: {
|
|
855
855
|
kind: "pending";
|
|
@@ -865,8 +865,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
865
865
|
};
|
|
866
866
|
completedTime?: number;
|
|
867
867
|
}, {
|
|
868
|
-
name: convex_values0.VString<string, "required">;
|
|
869
868
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
869
|
+
name: convex_values0.VString<string, "required">;
|
|
870
870
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
871
871
|
state: convex_values0.VUnion<{
|
|
872
872
|
kind: "pending";
|
|
@@ -903,7 +903,7 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
903
903
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
904
904
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
905
905
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
906
|
-
}, "required", "
|
|
906
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
907
907
|
sha256: typeof effect_Schema0.String;
|
|
908
908
|
size: typeof effect_Schema0.Number;
|
|
909
909
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -937,8 +937,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
937
937
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
938
938
|
}>]>;
|
|
939
939
|
}>, convex_values0.VObject<{
|
|
940
|
-
name: string;
|
|
941
940
|
args: any[];
|
|
941
|
+
name: string;
|
|
942
942
|
scheduledTime: number;
|
|
943
943
|
state: {
|
|
944
944
|
kind: "pending";
|
|
@@ -954,8 +954,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
954
954
|
};
|
|
955
955
|
completedTime?: number;
|
|
956
956
|
}, {
|
|
957
|
-
name: convex_values0.VString<string, "required">;
|
|
958
957
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
958
|
+
name: convex_values0.VString<string, "required">;
|
|
959
959
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
960
960
|
state: convex_values0.VUnion<{
|
|
961
961
|
kind: "pending";
|
|
@@ -992,7 +992,7 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
992
992
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
993
993
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
994
994
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
995
|
-
}, "required", "
|
|
995
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
996
996
|
sha256: typeof effect_Schema0.String;
|
|
997
997
|
size: typeof effect_Schema0.Number;
|
|
998
998
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -1026,8 +1026,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
1026
1026
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
1027
1027
|
}>]>;
|
|
1028
1028
|
}>, convex_values0.VObject<{
|
|
1029
|
-
name: string;
|
|
1030
1029
|
args: any[];
|
|
1030
|
+
name: string;
|
|
1031
1031
|
scheduledTime: number;
|
|
1032
1032
|
state: {
|
|
1033
1033
|
kind: "pending";
|
|
@@ -1043,8 +1043,8 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
1043
1043
|
};
|
|
1044
1044
|
completedTime?: number;
|
|
1045
1045
|
}, {
|
|
1046
|
-
name: convex_values0.VString<string, "required">;
|
|
1047
1046
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1047
|
+
name: convex_values0.VString<string, "required">;
|
|
1048
1048
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
1049
1049
|
state: convex_values0.VUnion<{
|
|
1050
1050
|
kind: "pending";
|
|
@@ -1081,7 +1081,7 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
1081
1081
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
1082
1082
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
1083
1083
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
1084
|
-
}, "required", "
|
|
1084
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
1085
1085
|
sha256: typeof effect_Schema0.String;
|
|
1086
1086
|
size: typeof effect_Schema0.Number;
|
|
1087
1087
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -1099,7 +1099,7 @@ declare const make: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Datab
|
|
|
1099
1099
|
};
|
|
1100
1100
|
};
|
|
1101
1101
|
declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Context.Tag<{
|
|
1102
|
-
table: <const TableName extends
|
|
1102
|
+
table: <const TableName extends "_storage" | "_scheduled_functions" | Name<Tables<DatabaseSchema_>>>(tableName: TableName) => {
|
|
1103
1103
|
readonly get: {
|
|
1104
1104
|
(id: convex_values0.GenericId<TableName>): effect_Effect0.Effect<(TableInfo<WithName<Tables<DatabaseSchema_>, TableName>> | TableInfo<WithName<Table<"_scheduled_functions", effect_Schema0.Struct<{
|
|
1105
1105
|
name: typeof effect_Schema0.String;
|
|
@@ -1121,8 +1121,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1121
1121
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
1122
1122
|
}>]>;
|
|
1123
1123
|
}>, convex_values0.VObject<{
|
|
1124
|
-
name: string;
|
|
1125
1124
|
args: any[];
|
|
1125
|
+
name: string;
|
|
1126
1126
|
scheduledTime: number;
|
|
1127
1127
|
state: {
|
|
1128
1128
|
kind: "pending";
|
|
@@ -1138,8 +1138,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1138
1138
|
};
|
|
1139
1139
|
completedTime?: number;
|
|
1140
1140
|
}, {
|
|
1141
|
-
name: convex_values0.VString<string, "required">;
|
|
1142
1141
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1142
|
+
name: convex_values0.VString<string, "required">;
|
|
1143
1143
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
1144
1144
|
state: convex_values0.VUnion<{
|
|
1145
1145
|
kind: "pending";
|
|
@@ -1176,7 +1176,7 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1176
1176
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
1177
1177
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
1178
1178
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
1179
|
-
}, "required", "
|
|
1179
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
1180
1180
|
sha256: typeof effect_Schema0.String;
|
|
1181
1181
|
size: typeof effect_Schema0.Number;
|
|
1182
1182
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -1190,7 +1190,7 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1190
1190
|
sha256: convex_values0.VString<string, "required">;
|
|
1191
1191
|
size: convex_values0.VFloat64<number, "required">;
|
|
1192
1192
|
contentType: convex_values0.VString<string | undefined, "optional">;
|
|
1193
|
-
}, "required", "sha256" | "size" | "contentType">, {}, {}, {}>, TableName>>)["document"],
|
|
1193
|
+
}, "required", "sha256" | "size" | "contentType">, {}, {}, {}>, TableName>>)["document"], GetByIdFailure | DocumentDecodeError, never>;
|
|
1194
1194
|
<IndexName extends keyof (TableInfo<WithName<Tables<DatabaseSchema_>, TableName>> | TableInfo<WithName<Table<"_scheduled_functions", effect_Schema0.Struct<{
|
|
1195
1195
|
name: typeof effect_Schema0.String;
|
|
1196
1196
|
args: effect_Schema0.Array$<typeof effect_Schema0.Any>;
|
|
@@ -1211,8 +1211,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1211
1211
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
1212
1212
|
}>]>;
|
|
1213
1213
|
}>, convex_values0.VObject<{
|
|
1214
|
-
name: string;
|
|
1215
1214
|
args: any[];
|
|
1215
|
+
name: string;
|
|
1216
1216
|
scheduledTime: number;
|
|
1217
1217
|
state: {
|
|
1218
1218
|
kind: "pending";
|
|
@@ -1228,8 +1228,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1228
1228
|
};
|
|
1229
1229
|
completedTime?: number;
|
|
1230
1230
|
}, {
|
|
1231
|
-
name: convex_values0.VString<string, "required">;
|
|
1232
1231
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1232
|
+
name: convex_values0.VString<string, "required">;
|
|
1233
1233
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
1234
1234
|
state: convex_values0.VUnion<{
|
|
1235
1235
|
kind: "pending";
|
|
@@ -1266,7 +1266,7 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1266
1266
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
1267
1267
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
1268
1268
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
1269
|
-
}, "required", "
|
|
1269
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
1270
1270
|
sha256: typeof effect_Schema0.String;
|
|
1271
1271
|
size: typeof effect_Schema0.Number;
|
|
1272
1272
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -1300,8 +1300,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1300
1300
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
1301
1301
|
}>]>;
|
|
1302
1302
|
}>, convex_values0.VObject<{
|
|
1303
|
-
name: string;
|
|
1304
1303
|
args: any[];
|
|
1304
|
+
name: string;
|
|
1305
1305
|
scheduledTime: number;
|
|
1306
1306
|
state: {
|
|
1307
1307
|
kind: "pending";
|
|
@@ -1317,8 +1317,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1317
1317
|
};
|
|
1318
1318
|
completedTime?: number;
|
|
1319
1319
|
}, {
|
|
1320
|
-
name: convex_values0.VString<string, "required">;
|
|
1321
1320
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1321
|
+
name: convex_values0.VString<string, "required">;
|
|
1322
1322
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
1323
1323
|
state: convex_values0.VUnion<{
|
|
1324
1324
|
kind: "pending";
|
|
@@ -1355,7 +1355,7 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1355
1355
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
1356
1356
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
1357
1357
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
1358
|
-
}, "required", "
|
|
1358
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
1359
1359
|
sha256: typeof effect_Schema0.String;
|
|
1360
1360
|
size: typeof effect_Schema0.Number;
|
|
1361
1361
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -1389,8 +1389,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1389
1389
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
1390
1390
|
}>]>;
|
|
1391
1391
|
}>, convex_values0.VObject<{
|
|
1392
|
-
name: string;
|
|
1393
1392
|
args: any[];
|
|
1393
|
+
name: string;
|
|
1394
1394
|
scheduledTime: number;
|
|
1395
1395
|
state: {
|
|
1396
1396
|
kind: "pending";
|
|
@@ -1406,8 +1406,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1406
1406
|
};
|
|
1407
1407
|
completedTime?: number;
|
|
1408
1408
|
}, {
|
|
1409
|
-
name: convex_values0.VString<string, "required">;
|
|
1410
1409
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1410
|
+
name: convex_values0.VString<string, "required">;
|
|
1411
1411
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
1412
1412
|
state: convex_values0.VUnion<{
|
|
1413
1413
|
kind: "pending";
|
|
@@ -1444,7 +1444,7 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1444
1444
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
1445
1445
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
1446
1446
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
1447
|
-
}, "required", "
|
|
1447
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
1448
1448
|
sha256: typeof effect_Schema0.String;
|
|
1449
1449
|
size: typeof effect_Schema0.Number;
|
|
1450
1450
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -1481,8 +1481,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1481
1481
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
1482
1482
|
}>]>;
|
|
1483
1483
|
}>, convex_values0.VObject<{
|
|
1484
|
-
name: string;
|
|
1485
1484
|
args: any[];
|
|
1485
|
+
name: string;
|
|
1486
1486
|
scheduledTime: number;
|
|
1487
1487
|
state: {
|
|
1488
1488
|
kind: "pending";
|
|
@@ -1498,8 +1498,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1498
1498
|
};
|
|
1499
1499
|
completedTime?: number;
|
|
1500
1500
|
}, {
|
|
1501
|
-
name: convex_values0.VString<string, "required">;
|
|
1502
1501
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1502
|
+
name: convex_values0.VString<string, "required">;
|
|
1503
1503
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
1504
1504
|
state: convex_values0.VUnion<{
|
|
1505
1505
|
kind: "pending";
|
|
@@ -1536,7 +1536,7 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1536
1536
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
1537
1537
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
1538
1538
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
1539
|
-
}, "required", "
|
|
1539
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
1540
1540
|
sha256: typeof effect_Schema0.String;
|
|
1541
1541
|
size: typeof effect_Schema0.Number;
|
|
1542
1542
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -1570,8 +1570,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1570
1570
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
1571
1571
|
}>]>;
|
|
1572
1572
|
}>, convex_values0.VObject<{
|
|
1573
|
-
name: string;
|
|
1574
1573
|
args: any[];
|
|
1574
|
+
name: string;
|
|
1575
1575
|
scheduledTime: number;
|
|
1576
1576
|
state: {
|
|
1577
1577
|
kind: "pending";
|
|
@@ -1587,8 +1587,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1587
1587
|
};
|
|
1588
1588
|
completedTime?: number;
|
|
1589
1589
|
}, {
|
|
1590
|
-
name: convex_values0.VString<string, "required">;
|
|
1591
1590
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1591
|
+
name: convex_values0.VString<string, "required">;
|
|
1592
1592
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
1593
1593
|
state: convex_values0.VUnion<{
|
|
1594
1594
|
kind: "pending";
|
|
@@ -1625,7 +1625,7 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1625
1625
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
1626
1626
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
1627
1627
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
1628
|
-
}, "required", "
|
|
1628
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
1629
1629
|
sha256: typeof effect_Schema0.String;
|
|
1630
1630
|
size: typeof effect_Schema0.Number;
|
|
1631
1631
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -1659,8 +1659,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1659
1659
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
1660
1660
|
}>]>;
|
|
1661
1661
|
}>, convex_values0.VObject<{
|
|
1662
|
-
name: string;
|
|
1663
1662
|
args: any[];
|
|
1663
|
+
name: string;
|
|
1664
1664
|
scheduledTime: number;
|
|
1665
1665
|
state: {
|
|
1666
1666
|
kind: "pending";
|
|
@@ -1676,8 +1676,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1676
1676
|
};
|
|
1677
1677
|
completedTime?: number;
|
|
1678
1678
|
}, {
|
|
1679
|
-
name: convex_values0.VString<string, "required">;
|
|
1680
1679
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1680
|
+
name: convex_values0.VString<string, "required">;
|
|
1681
1681
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
1682
1682
|
state: convex_values0.VUnion<{
|
|
1683
1683
|
kind: "pending";
|
|
@@ -1714,7 +1714,7 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1714
1714
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
1715
1715
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
1716
1716
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
1717
|
-
}, "required", "
|
|
1717
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
1718
1718
|
sha256: typeof effect_Schema0.String;
|
|
1719
1719
|
size: typeof effect_Schema0.Number;
|
|
1720
1720
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -1749,8 +1749,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1749
1749
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
1750
1750
|
}>]>;
|
|
1751
1751
|
}>, convex_values0.VObject<{
|
|
1752
|
-
name: string;
|
|
1753
1752
|
args: any[];
|
|
1753
|
+
name: string;
|
|
1754
1754
|
scheduledTime: number;
|
|
1755
1755
|
state: {
|
|
1756
1756
|
kind: "pending";
|
|
@@ -1766,8 +1766,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1766
1766
|
};
|
|
1767
1767
|
completedTime?: number;
|
|
1768
1768
|
}, {
|
|
1769
|
-
name: convex_values0.VString<string, "required">;
|
|
1770
1769
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1770
|
+
name: convex_values0.VString<string, "required">;
|
|
1771
1771
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
1772
1772
|
state: convex_values0.VUnion<{
|
|
1773
1773
|
kind: "pending";
|
|
@@ -1804,7 +1804,7 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1804
1804
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
1805
1805
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
1806
1806
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
1807
|
-
}, "required", "
|
|
1807
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
1808
1808
|
sha256: typeof effect_Schema0.String;
|
|
1809
1809
|
size: typeof effect_Schema0.Number;
|
|
1810
1810
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -1838,8 +1838,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1838
1838
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
1839
1839
|
}>]>;
|
|
1840
1840
|
}>, convex_values0.VObject<{
|
|
1841
|
-
name: string;
|
|
1842
1841
|
args: any[];
|
|
1842
|
+
name: string;
|
|
1843
1843
|
scheduledTime: number;
|
|
1844
1844
|
state: {
|
|
1845
1845
|
kind: "pending";
|
|
@@ -1855,8 +1855,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1855
1855
|
};
|
|
1856
1856
|
completedTime?: number;
|
|
1857
1857
|
}, {
|
|
1858
|
-
name: convex_values0.VString<string, "required">;
|
|
1859
1858
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1859
|
+
name: convex_values0.VString<string, "required">;
|
|
1860
1860
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
1861
1861
|
state: convex_values0.VUnion<{
|
|
1862
1862
|
kind: "pending";
|
|
@@ -1893,7 +1893,7 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1893
1893
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
1894
1894
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
1895
1895
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
1896
|
-
}, "required", "
|
|
1896
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
1897
1897
|
sha256: typeof effect_Schema0.String;
|
|
1898
1898
|
size: typeof effect_Schema0.Number;
|
|
1899
1899
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -1929,8 +1929,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1929
1929
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
1930
1930
|
}>]>;
|
|
1931
1931
|
}>, convex_values0.VObject<{
|
|
1932
|
-
name: string;
|
|
1933
1932
|
args: any[];
|
|
1933
|
+
name: string;
|
|
1934
1934
|
scheduledTime: number;
|
|
1935
1935
|
state: {
|
|
1936
1936
|
kind: "pending";
|
|
@@ -1946,8 +1946,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1946
1946
|
};
|
|
1947
1947
|
completedTime?: number;
|
|
1948
1948
|
}, {
|
|
1949
|
-
name: convex_values0.VString<string, "required">;
|
|
1950
1949
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
1950
|
+
name: convex_values0.VString<string, "required">;
|
|
1951
1951
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
1952
1952
|
state: convex_values0.VUnion<{
|
|
1953
1953
|
kind: "pending";
|
|
@@ -1984,7 +1984,7 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
1984
1984
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
1985
1985
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
1986
1986
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
1987
|
-
}, "required", "
|
|
1987
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
1988
1988
|
sha256: typeof effect_Schema0.String;
|
|
1989
1989
|
size: typeof effect_Schema0.Number;
|
|
1990
1990
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -2018,8 +2018,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2018
2018
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
2019
2019
|
}>]>;
|
|
2020
2020
|
}>, convex_values0.VObject<{
|
|
2021
|
-
name: string;
|
|
2022
2021
|
args: any[];
|
|
2022
|
+
name: string;
|
|
2023
2023
|
scheduledTime: number;
|
|
2024
2024
|
state: {
|
|
2025
2025
|
kind: "pending";
|
|
@@ -2035,8 +2035,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2035
2035
|
};
|
|
2036
2036
|
completedTime?: number;
|
|
2037
2037
|
}, {
|
|
2038
|
-
name: convex_values0.VString<string, "required">;
|
|
2039
2038
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2039
|
+
name: convex_values0.VString<string, "required">;
|
|
2040
2040
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
2041
2041
|
state: convex_values0.VUnion<{
|
|
2042
2042
|
kind: "pending";
|
|
@@ -2073,7 +2073,7 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2073
2073
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
2074
2074
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
2075
2075
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
2076
|
-
}, "required", "
|
|
2076
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
2077
2077
|
sha256: typeof effect_Schema0.String;
|
|
2078
2078
|
size: typeof effect_Schema0.Number;
|
|
2079
2079
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -2107,8 +2107,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2107
2107
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
2108
2108
|
}>]>;
|
|
2109
2109
|
}>, convex_values0.VObject<{
|
|
2110
|
-
name: string;
|
|
2111
2110
|
args: any[];
|
|
2111
|
+
name: string;
|
|
2112
2112
|
scheduledTime: number;
|
|
2113
2113
|
state: {
|
|
2114
2114
|
kind: "pending";
|
|
@@ -2124,8 +2124,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2124
2124
|
};
|
|
2125
2125
|
completedTime?: number;
|
|
2126
2126
|
}, {
|
|
2127
|
-
name: convex_values0.VString<string, "required">;
|
|
2128
2127
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2128
|
+
name: convex_values0.VString<string, "required">;
|
|
2129
2129
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
2130
2130
|
state: convex_values0.VUnion<{
|
|
2131
2131
|
kind: "pending";
|
|
@@ -2162,7 +2162,7 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2162
2162
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
2163
2163
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
2164
2164
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
2165
|
-
}, "required", "
|
|
2165
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
2166
2166
|
sha256: typeof effect_Schema0.String;
|
|
2167
2167
|
size: typeof effect_Schema0.Number;
|
|
2168
2168
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -2179,7 +2179,7 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2179
2179
|
}, "required", "sha256" | "size" | "contentType">, {}, {}, {}>, TableName>>, TableName>;
|
|
2180
2180
|
};
|
|
2181
2181
|
}, {
|
|
2182
|
-
table: <const TableName extends
|
|
2182
|
+
table: <const TableName extends "_storage" | "_scheduled_functions" | Name<Tables<DatabaseSchema_>>>(tableName: TableName) => {
|
|
2183
2183
|
readonly get: {
|
|
2184
2184
|
(id: convex_values0.GenericId<TableName>): effect_Effect0.Effect<(TableInfo<WithName<Tables<DatabaseSchema_>, TableName>> | TableInfo<WithName<Table<"_scheduled_functions", effect_Schema0.Struct<{
|
|
2185
2185
|
name: typeof effect_Schema0.String;
|
|
@@ -2201,8 +2201,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2201
2201
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
2202
2202
|
}>]>;
|
|
2203
2203
|
}>, convex_values0.VObject<{
|
|
2204
|
-
name: string;
|
|
2205
2204
|
args: any[];
|
|
2205
|
+
name: string;
|
|
2206
2206
|
scheduledTime: number;
|
|
2207
2207
|
state: {
|
|
2208
2208
|
kind: "pending";
|
|
@@ -2218,8 +2218,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2218
2218
|
};
|
|
2219
2219
|
completedTime?: number;
|
|
2220
2220
|
}, {
|
|
2221
|
-
name: convex_values0.VString<string, "required">;
|
|
2222
2221
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2222
|
+
name: convex_values0.VString<string, "required">;
|
|
2223
2223
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
2224
2224
|
state: convex_values0.VUnion<{
|
|
2225
2225
|
kind: "pending";
|
|
@@ -2256,7 +2256,7 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2256
2256
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
2257
2257
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
2258
2258
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
2259
|
-
}, "required", "
|
|
2259
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
2260
2260
|
sha256: typeof effect_Schema0.String;
|
|
2261
2261
|
size: typeof effect_Schema0.Number;
|
|
2262
2262
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -2270,7 +2270,7 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2270
2270
|
sha256: convex_values0.VString<string, "required">;
|
|
2271
2271
|
size: convex_values0.VFloat64<number, "required">;
|
|
2272
2272
|
contentType: convex_values0.VString<string | undefined, "optional">;
|
|
2273
|
-
}, "required", "sha256" | "size" | "contentType">, {}, {}, {}>, TableName>>)["document"],
|
|
2273
|
+
}, "required", "sha256" | "size" | "contentType">, {}, {}, {}>, TableName>>)["document"], GetByIdFailure | DocumentDecodeError, never>;
|
|
2274
2274
|
<IndexName extends keyof (TableInfo<WithName<Tables<DatabaseSchema_>, TableName>> | TableInfo<WithName<Table<"_scheduled_functions", effect_Schema0.Struct<{
|
|
2275
2275
|
name: typeof effect_Schema0.String;
|
|
2276
2276
|
args: effect_Schema0.Array$<typeof effect_Schema0.Any>;
|
|
@@ -2291,8 +2291,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2291
2291
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
2292
2292
|
}>]>;
|
|
2293
2293
|
}>, convex_values0.VObject<{
|
|
2294
|
-
name: string;
|
|
2295
2294
|
args: any[];
|
|
2295
|
+
name: string;
|
|
2296
2296
|
scheduledTime: number;
|
|
2297
2297
|
state: {
|
|
2298
2298
|
kind: "pending";
|
|
@@ -2308,8 +2308,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2308
2308
|
};
|
|
2309
2309
|
completedTime?: number;
|
|
2310
2310
|
}, {
|
|
2311
|
-
name: convex_values0.VString<string, "required">;
|
|
2312
2311
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2312
|
+
name: convex_values0.VString<string, "required">;
|
|
2313
2313
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
2314
2314
|
state: convex_values0.VUnion<{
|
|
2315
2315
|
kind: "pending";
|
|
@@ -2346,7 +2346,7 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2346
2346
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
2347
2347
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
2348
2348
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
2349
|
-
}, "required", "
|
|
2349
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
2350
2350
|
sha256: typeof effect_Schema0.String;
|
|
2351
2351
|
size: typeof effect_Schema0.Number;
|
|
2352
2352
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -2380,8 +2380,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2380
2380
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
2381
2381
|
}>]>;
|
|
2382
2382
|
}>, convex_values0.VObject<{
|
|
2383
|
-
name: string;
|
|
2384
2383
|
args: any[];
|
|
2384
|
+
name: string;
|
|
2385
2385
|
scheduledTime: number;
|
|
2386
2386
|
state: {
|
|
2387
2387
|
kind: "pending";
|
|
@@ -2397,8 +2397,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2397
2397
|
};
|
|
2398
2398
|
completedTime?: number;
|
|
2399
2399
|
}, {
|
|
2400
|
-
name: convex_values0.VString<string, "required">;
|
|
2401
2400
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2401
|
+
name: convex_values0.VString<string, "required">;
|
|
2402
2402
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
2403
2403
|
state: convex_values0.VUnion<{
|
|
2404
2404
|
kind: "pending";
|
|
@@ -2435,7 +2435,7 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2435
2435
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
2436
2436
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
2437
2437
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
2438
|
-
}, "required", "
|
|
2438
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
2439
2439
|
sha256: typeof effect_Schema0.String;
|
|
2440
2440
|
size: typeof effect_Schema0.Number;
|
|
2441
2441
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -2469,8 +2469,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2469
2469
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
2470
2470
|
}>]>;
|
|
2471
2471
|
}>, convex_values0.VObject<{
|
|
2472
|
-
name: string;
|
|
2473
2472
|
args: any[];
|
|
2473
|
+
name: string;
|
|
2474
2474
|
scheduledTime: number;
|
|
2475
2475
|
state: {
|
|
2476
2476
|
kind: "pending";
|
|
@@ -2486,8 +2486,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2486
2486
|
};
|
|
2487
2487
|
completedTime?: number;
|
|
2488
2488
|
}, {
|
|
2489
|
-
name: convex_values0.VString<string, "required">;
|
|
2490
2489
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2490
|
+
name: convex_values0.VString<string, "required">;
|
|
2491
2491
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
2492
2492
|
state: convex_values0.VUnion<{
|
|
2493
2493
|
kind: "pending";
|
|
@@ -2524,7 +2524,7 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2524
2524
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
2525
2525
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
2526
2526
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
2527
|
-
}, "required", "
|
|
2527
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
2528
2528
|
sha256: typeof effect_Schema0.String;
|
|
2529
2529
|
size: typeof effect_Schema0.Number;
|
|
2530
2530
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -2561,8 +2561,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2561
2561
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
2562
2562
|
}>]>;
|
|
2563
2563
|
}>, convex_values0.VObject<{
|
|
2564
|
-
name: string;
|
|
2565
2564
|
args: any[];
|
|
2565
|
+
name: string;
|
|
2566
2566
|
scheduledTime: number;
|
|
2567
2567
|
state: {
|
|
2568
2568
|
kind: "pending";
|
|
@@ -2578,8 +2578,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2578
2578
|
};
|
|
2579
2579
|
completedTime?: number;
|
|
2580
2580
|
}, {
|
|
2581
|
-
name: convex_values0.VString<string, "required">;
|
|
2582
2581
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2582
|
+
name: convex_values0.VString<string, "required">;
|
|
2583
2583
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
2584
2584
|
state: convex_values0.VUnion<{
|
|
2585
2585
|
kind: "pending";
|
|
@@ -2616,7 +2616,7 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2616
2616
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
2617
2617
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
2618
2618
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
2619
|
-
}, "required", "
|
|
2619
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
2620
2620
|
sha256: typeof effect_Schema0.String;
|
|
2621
2621
|
size: typeof effect_Schema0.Number;
|
|
2622
2622
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -2650,8 +2650,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2650
2650
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
2651
2651
|
}>]>;
|
|
2652
2652
|
}>, convex_values0.VObject<{
|
|
2653
|
-
name: string;
|
|
2654
2653
|
args: any[];
|
|
2654
|
+
name: string;
|
|
2655
2655
|
scheduledTime: number;
|
|
2656
2656
|
state: {
|
|
2657
2657
|
kind: "pending";
|
|
@@ -2667,8 +2667,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2667
2667
|
};
|
|
2668
2668
|
completedTime?: number;
|
|
2669
2669
|
}, {
|
|
2670
|
-
name: convex_values0.VString<string, "required">;
|
|
2671
2670
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2671
|
+
name: convex_values0.VString<string, "required">;
|
|
2672
2672
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
2673
2673
|
state: convex_values0.VUnion<{
|
|
2674
2674
|
kind: "pending";
|
|
@@ -2705,7 +2705,7 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2705
2705
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
2706
2706
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
2707
2707
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
2708
|
-
}, "required", "
|
|
2708
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
2709
2709
|
sha256: typeof effect_Schema0.String;
|
|
2710
2710
|
size: typeof effect_Schema0.Number;
|
|
2711
2711
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -2739,8 +2739,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2739
2739
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
2740
2740
|
}>]>;
|
|
2741
2741
|
}>, convex_values0.VObject<{
|
|
2742
|
-
name: string;
|
|
2743
2742
|
args: any[];
|
|
2743
|
+
name: string;
|
|
2744
2744
|
scheduledTime: number;
|
|
2745
2745
|
state: {
|
|
2746
2746
|
kind: "pending";
|
|
@@ -2756,8 +2756,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2756
2756
|
};
|
|
2757
2757
|
completedTime?: number;
|
|
2758
2758
|
}, {
|
|
2759
|
-
name: convex_values0.VString<string, "required">;
|
|
2760
2759
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2760
|
+
name: convex_values0.VString<string, "required">;
|
|
2761
2761
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
2762
2762
|
state: convex_values0.VUnion<{
|
|
2763
2763
|
kind: "pending";
|
|
@@ -2794,7 +2794,7 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2794
2794
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
2795
2795
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
2796
2796
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
2797
|
-
}, "required", "
|
|
2797
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
2798
2798
|
sha256: typeof effect_Schema0.String;
|
|
2799
2799
|
size: typeof effect_Schema0.Number;
|
|
2800
2800
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -2829,8 +2829,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2829
2829
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
2830
2830
|
}>]>;
|
|
2831
2831
|
}>, convex_values0.VObject<{
|
|
2832
|
-
name: string;
|
|
2833
2832
|
args: any[];
|
|
2833
|
+
name: string;
|
|
2834
2834
|
scheduledTime: number;
|
|
2835
2835
|
state: {
|
|
2836
2836
|
kind: "pending";
|
|
@@ -2846,8 +2846,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2846
2846
|
};
|
|
2847
2847
|
completedTime?: number;
|
|
2848
2848
|
}, {
|
|
2849
|
-
name: convex_values0.VString<string, "required">;
|
|
2850
2849
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2850
|
+
name: convex_values0.VString<string, "required">;
|
|
2851
2851
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
2852
2852
|
state: convex_values0.VUnion<{
|
|
2853
2853
|
kind: "pending";
|
|
@@ -2884,7 +2884,7 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2884
2884
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
2885
2885
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
2886
2886
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
2887
|
-
}, "required", "
|
|
2887
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
2888
2888
|
sha256: typeof effect_Schema0.String;
|
|
2889
2889
|
size: typeof effect_Schema0.Number;
|
|
2890
2890
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -2918,8 +2918,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2918
2918
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
2919
2919
|
}>]>;
|
|
2920
2920
|
}>, convex_values0.VObject<{
|
|
2921
|
-
name: string;
|
|
2922
2921
|
args: any[];
|
|
2922
|
+
name: string;
|
|
2923
2923
|
scheduledTime: number;
|
|
2924
2924
|
state: {
|
|
2925
2925
|
kind: "pending";
|
|
@@ -2935,8 +2935,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2935
2935
|
};
|
|
2936
2936
|
completedTime?: number;
|
|
2937
2937
|
}, {
|
|
2938
|
-
name: convex_values0.VString<string, "required">;
|
|
2939
2938
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
2939
|
+
name: convex_values0.VString<string, "required">;
|
|
2940
2940
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
2941
2941
|
state: convex_values0.VUnion<{
|
|
2942
2942
|
kind: "pending";
|
|
@@ -2973,7 +2973,7 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
2973
2973
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
2974
2974
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
2975
2975
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
2976
|
-
}, "required", "
|
|
2976
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
2977
2977
|
sha256: typeof effect_Schema0.String;
|
|
2978
2978
|
size: typeof effect_Schema0.Number;
|
|
2979
2979
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -3009,8 +3009,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
3009
3009
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
3010
3010
|
}>]>;
|
|
3011
3011
|
}>, convex_values0.VObject<{
|
|
3012
|
-
name: string;
|
|
3013
3012
|
args: any[];
|
|
3013
|
+
name: string;
|
|
3014
3014
|
scheduledTime: number;
|
|
3015
3015
|
state: {
|
|
3016
3016
|
kind: "pending";
|
|
@@ -3026,8 +3026,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
3026
3026
|
};
|
|
3027
3027
|
completedTime?: number;
|
|
3028
3028
|
}, {
|
|
3029
|
-
name: convex_values0.VString<string, "required">;
|
|
3030
3029
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3030
|
+
name: convex_values0.VString<string, "required">;
|
|
3031
3031
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
3032
3032
|
state: convex_values0.VUnion<{
|
|
3033
3033
|
kind: "pending";
|
|
@@ -3064,7 +3064,7 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
3064
3064
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
3065
3065
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
3066
3066
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
3067
|
-
}, "required", "
|
|
3067
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
3068
3068
|
sha256: typeof effect_Schema0.String;
|
|
3069
3069
|
size: typeof effect_Schema0.Number;
|
|
3070
3070
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -3098,8 +3098,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
3098
3098
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
3099
3099
|
}>]>;
|
|
3100
3100
|
}>, convex_values0.VObject<{
|
|
3101
|
-
name: string;
|
|
3102
3101
|
args: any[];
|
|
3102
|
+
name: string;
|
|
3103
3103
|
scheduledTime: number;
|
|
3104
3104
|
state: {
|
|
3105
3105
|
kind: "pending";
|
|
@@ -3115,8 +3115,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
3115
3115
|
};
|
|
3116
3116
|
completedTime?: number;
|
|
3117
3117
|
}, {
|
|
3118
|
-
name: convex_values0.VString<string, "required">;
|
|
3119
3118
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3119
|
+
name: convex_values0.VString<string, "required">;
|
|
3120
3120
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
3121
3121
|
state: convex_values0.VUnion<{
|
|
3122
3122
|
kind: "pending";
|
|
@@ -3153,7 +3153,7 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
3153
3153
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
3154
3154
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
3155
3155
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
3156
|
-
}, "required", "
|
|
3156
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
3157
3157
|
sha256: typeof effect_Schema0.String;
|
|
3158
3158
|
size: typeof effect_Schema0.Number;
|
|
3159
3159
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -3187,8 +3187,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
3187
3187
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
3188
3188
|
}>]>;
|
|
3189
3189
|
}>, convex_values0.VObject<{
|
|
3190
|
-
name: string;
|
|
3191
3190
|
args: any[];
|
|
3191
|
+
name: string;
|
|
3192
3192
|
scheduledTime: number;
|
|
3193
3193
|
state: {
|
|
3194
3194
|
kind: "pending";
|
|
@@ -3204,8 +3204,8 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
3204
3204
|
};
|
|
3205
3205
|
completedTime?: number;
|
|
3206
3206
|
}, {
|
|
3207
|
-
name: convex_values0.VString<string, "required">;
|
|
3208
3207
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3208
|
+
name: convex_values0.VString<string, "required">;
|
|
3209
3209
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
3210
3210
|
state: convex_values0.VUnion<{
|
|
3211
3211
|
kind: "pending";
|
|
@@ -3242,7 +3242,7 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
3242
3242
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
3243
3243
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
3244
3244
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
3245
|
-
}, "required", "
|
|
3245
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
3246
3246
|
sha256: typeof effect_Schema0.String;
|
|
3247
3247
|
size: typeof effect_Schema0.Number;
|
|
3248
3248
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -3261,7 +3261,7 @@ declare const DatabaseReader: <DatabaseSchema_ extends AnyWithProps>() => Contex
|
|
|
3261
3261
|
}>;
|
|
3262
3262
|
type DatabaseReader<DatabaseSchema_ extends AnyWithProps> = ReturnType<typeof DatabaseReader<DatabaseSchema_>>["Identifier"];
|
|
3263
3263
|
declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: DatabaseSchema_, convexDatabaseReader: GenericDatabaseReader<ToConvex<FromSchema<DatabaseSchema_>>>) => Layer.Layer<{
|
|
3264
|
-
table: <const TableName extends
|
|
3264
|
+
table: <const TableName extends "_storage" | "_scheduled_functions" | Name<Tables<DatabaseSchema_>>>(tableName: TableName) => {
|
|
3265
3265
|
readonly get: {
|
|
3266
3266
|
(id: convex_values0.GenericId<TableName>): effect_Effect0.Effect<(TableInfo<WithName<Tables<DatabaseSchema_>, TableName>> | TableInfo<WithName<Table<"_scheduled_functions", effect_Schema0.Struct<{
|
|
3267
3267
|
name: typeof effect_Schema0.String;
|
|
@@ -3283,8 +3283,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3283
3283
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
3284
3284
|
}>]>;
|
|
3285
3285
|
}>, convex_values0.VObject<{
|
|
3286
|
-
name: string;
|
|
3287
3286
|
args: any[];
|
|
3287
|
+
name: string;
|
|
3288
3288
|
scheduledTime: number;
|
|
3289
3289
|
state: {
|
|
3290
3290
|
kind: "pending";
|
|
@@ -3300,8 +3300,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3300
3300
|
};
|
|
3301
3301
|
completedTime?: number;
|
|
3302
3302
|
}, {
|
|
3303
|
-
name: convex_values0.VString<string, "required">;
|
|
3304
3303
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3304
|
+
name: convex_values0.VString<string, "required">;
|
|
3305
3305
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
3306
3306
|
state: convex_values0.VUnion<{
|
|
3307
3307
|
kind: "pending";
|
|
@@ -3338,7 +3338,7 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3338
3338
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
3339
3339
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
3340
3340
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
3341
|
-
}, "required", "
|
|
3341
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
3342
3342
|
sha256: typeof effect_Schema0.String;
|
|
3343
3343
|
size: typeof effect_Schema0.Number;
|
|
3344
3344
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -3352,7 +3352,7 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3352
3352
|
sha256: convex_values0.VString<string, "required">;
|
|
3353
3353
|
size: convex_values0.VFloat64<number, "required">;
|
|
3354
3354
|
contentType: convex_values0.VString<string | undefined, "optional">;
|
|
3355
|
-
}, "required", "sha256" | "size" | "contentType">, {}, {}, {}>, TableName>>)["document"],
|
|
3355
|
+
}, "required", "sha256" | "size" | "contentType">, {}, {}, {}>, TableName>>)["document"], GetByIdFailure | DocumentDecodeError, never>;
|
|
3356
3356
|
<IndexName extends keyof (TableInfo<WithName<Tables<DatabaseSchema_>, TableName>> | TableInfo<WithName<Table<"_scheduled_functions", effect_Schema0.Struct<{
|
|
3357
3357
|
name: typeof effect_Schema0.String;
|
|
3358
3358
|
args: effect_Schema0.Array$<typeof effect_Schema0.Any>;
|
|
@@ -3373,8 +3373,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3373
3373
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
3374
3374
|
}>]>;
|
|
3375
3375
|
}>, convex_values0.VObject<{
|
|
3376
|
-
name: string;
|
|
3377
3376
|
args: any[];
|
|
3377
|
+
name: string;
|
|
3378
3378
|
scheduledTime: number;
|
|
3379
3379
|
state: {
|
|
3380
3380
|
kind: "pending";
|
|
@@ -3390,8 +3390,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3390
3390
|
};
|
|
3391
3391
|
completedTime?: number;
|
|
3392
3392
|
}, {
|
|
3393
|
-
name: convex_values0.VString<string, "required">;
|
|
3394
3393
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3394
|
+
name: convex_values0.VString<string, "required">;
|
|
3395
3395
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
3396
3396
|
state: convex_values0.VUnion<{
|
|
3397
3397
|
kind: "pending";
|
|
@@ -3428,7 +3428,7 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3428
3428
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
3429
3429
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
3430
3430
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
3431
|
-
}, "required", "
|
|
3431
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
3432
3432
|
sha256: typeof effect_Schema0.String;
|
|
3433
3433
|
size: typeof effect_Schema0.Number;
|
|
3434
3434
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -3462,8 +3462,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3462
3462
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
3463
3463
|
}>]>;
|
|
3464
3464
|
}>, convex_values0.VObject<{
|
|
3465
|
-
name: string;
|
|
3466
3465
|
args: any[];
|
|
3466
|
+
name: string;
|
|
3467
3467
|
scheduledTime: number;
|
|
3468
3468
|
state: {
|
|
3469
3469
|
kind: "pending";
|
|
@@ -3479,8 +3479,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3479
3479
|
};
|
|
3480
3480
|
completedTime?: number;
|
|
3481
3481
|
}, {
|
|
3482
|
-
name: convex_values0.VString<string, "required">;
|
|
3483
3482
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3483
|
+
name: convex_values0.VString<string, "required">;
|
|
3484
3484
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
3485
3485
|
state: convex_values0.VUnion<{
|
|
3486
3486
|
kind: "pending";
|
|
@@ -3517,7 +3517,7 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3517
3517
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
3518
3518
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
3519
3519
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
3520
|
-
}, "required", "
|
|
3520
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
3521
3521
|
sha256: typeof effect_Schema0.String;
|
|
3522
3522
|
size: typeof effect_Schema0.Number;
|
|
3523
3523
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -3551,8 +3551,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3551
3551
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
3552
3552
|
}>]>;
|
|
3553
3553
|
}>, convex_values0.VObject<{
|
|
3554
|
-
name: string;
|
|
3555
3554
|
args: any[];
|
|
3555
|
+
name: string;
|
|
3556
3556
|
scheduledTime: number;
|
|
3557
3557
|
state: {
|
|
3558
3558
|
kind: "pending";
|
|
@@ -3568,8 +3568,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3568
3568
|
};
|
|
3569
3569
|
completedTime?: number;
|
|
3570
3570
|
}, {
|
|
3571
|
-
name: convex_values0.VString<string, "required">;
|
|
3572
3571
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3572
|
+
name: convex_values0.VString<string, "required">;
|
|
3573
3573
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
3574
3574
|
state: convex_values0.VUnion<{
|
|
3575
3575
|
kind: "pending";
|
|
@@ -3606,7 +3606,7 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3606
3606
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
3607
3607
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
3608
3608
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
3609
|
-
}, "required", "
|
|
3609
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
3610
3610
|
sha256: typeof effect_Schema0.String;
|
|
3611
3611
|
size: typeof effect_Schema0.Number;
|
|
3612
3612
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -3643,8 +3643,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3643
3643
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
3644
3644
|
}>]>;
|
|
3645
3645
|
}>, convex_values0.VObject<{
|
|
3646
|
-
name: string;
|
|
3647
3646
|
args: any[];
|
|
3647
|
+
name: string;
|
|
3648
3648
|
scheduledTime: number;
|
|
3649
3649
|
state: {
|
|
3650
3650
|
kind: "pending";
|
|
@@ -3660,8 +3660,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3660
3660
|
};
|
|
3661
3661
|
completedTime?: number;
|
|
3662
3662
|
}, {
|
|
3663
|
-
name: convex_values0.VString<string, "required">;
|
|
3664
3663
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3664
|
+
name: convex_values0.VString<string, "required">;
|
|
3665
3665
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
3666
3666
|
state: convex_values0.VUnion<{
|
|
3667
3667
|
kind: "pending";
|
|
@@ -3698,7 +3698,7 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3698
3698
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
3699
3699
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
3700
3700
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
3701
|
-
}, "required", "
|
|
3701
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
3702
3702
|
sha256: typeof effect_Schema0.String;
|
|
3703
3703
|
size: typeof effect_Schema0.Number;
|
|
3704
3704
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -3732,8 +3732,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3732
3732
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
3733
3733
|
}>]>;
|
|
3734
3734
|
}>, convex_values0.VObject<{
|
|
3735
|
-
name: string;
|
|
3736
3735
|
args: any[];
|
|
3736
|
+
name: string;
|
|
3737
3737
|
scheduledTime: number;
|
|
3738
3738
|
state: {
|
|
3739
3739
|
kind: "pending";
|
|
@@ -3749,8 +3749,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3749
3749
|
};
|
|
3750
3750
|
completedTime?: number;
|
|
3751
3751
|
}, {
|
|
3752
|
-
name: convex_values0.VString<string, "required">;
|
|
3753
3752
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3753
|
+
name: convex_values0.VString<string, "required">;
|
|
3754
3754
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
3755
3755
|
state: convex_values0.VUnion<{
|
|
3756
3756
|
kind: "pending";
|
|
@@ -3787,7 +3787,7 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3787
3787
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
3788
3788
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
3789
3789
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
3790
|
-
}, "required", "
|
|
3790
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
3791
3791
|
sha256: typeof effect_Schema0.String;
|
|
3792
3792
|
size: typeof effect_Schema0.Number;
|
|
3793
3793
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -3821,8 +3821,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3821
3821
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
3822
3822
|
}>]>;
|
|
3823
3823
|
}>, convex_values0.VObject<{
|
|
3824
|
-
name: string;
|
|
3825
3824
|
args: any[];
|
|
3825
|
+
name: string;
|
|
3826
3826
|
scheduledTime: number;
|
|
3827
3827
|
state: {
|
|
3828
3828
|
kind: "pending";
|
|
@@ -3838,8 +3838,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3838
3838
|
};
|
|
3839
3839
|
completedTime?: number;
|
|
3840
3840
|
}, {
|
|
3841
|
-
name: convex_values0.VString<string, "required">;
|
|
3842
3841
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3842
|
+
name: convex_values0.VString<string, "required">;
|
|
3843
3843
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
3844
3844
|
state: convex_values0.VUnion<{
|
|
3845
3845
|
kind: "pending";
|
|
@@ -3876,7 +3876,7 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3876
3876
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
3877
3877
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
3878
3878
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
3879
|
-
}, "required", "
|
|
3879
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
3880
3880
|
sha256: typeof effect_Schema0.String;
|
|
3881
3881
|
size: typeof effect_Schema0.Number;
|
|
3882
3882
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -3911,8 +3911,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3911
3911
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
3912
3912
|
}>]>;
|
|
3913
3913
|
}>, convex_values0.VObject<{
|
|
3914
|
-
name: string;
|
|
3915
3914
|
args: any[];
|
|
3915
|
+
name: string;
|
|
3916
3916
|
scheduledTime: number;
|
|
3917
3917
|
state: {
|
|
3918
3918
|
kind: "pending";
|
|
@@ -3928,8 +3928,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3928
3928
|
};
|
|
3929
3929
|
completedTime?: number;
|
|
3930
3930
|
}, {
|
|
3931
|
-
name: convex_values0.VString<string, "required">;
|
|
3932
3931
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
3932
|
+
name: convex_values0.VString<string, "required">;
|
|
3933
3933
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
3934
3934
|
state: convex_values0.VUnion<{
|
|
3935
3935
|
kind: "pending";
|
|
@@ -3966,7 +3966,7 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
3966
3966
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
3967
3967
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
3968
3968
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
3969
|
-
}, "required", "
|
|
3969
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
3970
3970
|
sha256: typeof effect_Schema0.String;
|
|
3971
3971
|
size: typeof effect_Schema0.Number;
|
|
3972
3972
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -4000,8 +4000,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
4000
4000
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
4001
4001
|
}>]>;
|
|
4002
4002
|
}>, convex_values0.VObject<{
|
|
4003
|
-
name: string;
|
|
4004
4003
|
args: any[];
|
|
4004
|
+
name: string;
|
|
4005
4005
|
scheduledTime: number;
|
|
4006
4006
|
state: {
|
|
4007
4007
|
kind: "pending";
|
|
@@ -4017,8 +4017,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
4017
4017
|
};
|
|
4018
4018
|
completedTime?: number;
|
|
4019
4019
|
}, {
|
|
4020
|
-
name: convex_values0.VString<string, "required">;
|
|
4021
4020
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
4021
|
+
name: convex_values0.VString<string, "required">;
|
|
4022
4022
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
4023
4023
|
state: convex_values0.VUnion<{
|
|
4024
4024
|
kind: "pending";
|
|
@@ -4055,7 +4055,7 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
4055
4055
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
4056
4056
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
4057
4057
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
4058
|
-
}, "required", "
|
|
4058
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
4059
4059
|
sha256: typeof effect_Schema0.String;
|
|
4060
4060
|
size: typeof effect_Schema0.Number;
|
|
4061
4061
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -4091,8 +4091,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
4091
4091
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
4092
4092
|
}>]>;
|
|
4093
4093
|
}>, convex_values0.VObject<{
|
|
4094
|
-
name: string;
|
|
4095
4094
|
args: any[];
|
|
4095
|
+
name: string;
|
|
4096
4096
|
scheduledTime: number;
|
|
4097
4097
|
state: {
|
|
4098
4098
|
kind: "pending";
|
|
@@ -4108,8 +4108,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
4108
4108
|
};
|
|
4109
4109
|
completedTime?: number;
|
|
4110
4110
|
}, {
|
|
4111
|
-
name: convex_values0.VString<string, "required">;
|
|
4112
4111
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
4112
|
+
name: convex_values0.VString<string, "required">;
|
|
4113
4113
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
4114
4114
|
state: convex_values0.VUnion<{
|
|
4115
4115
|
kind: "pending";
|
|
@@ -4146,7 +4146,7 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
4146
4146
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
4147
4147
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
4148
4148
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
4149
|
-
}, "required", "
|
|
4149
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
4150
4150
|
sha256: typeof effect_Schema0.String;
|
|
4151
4151
|
size: typeof effect_Schema0.Number;
|
|
4152
4152
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -4180,8 +4180,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
4180
4180
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
4181
4181
|
}>]>;
|
|
4182
4182
|
}>, convex_values0.VObject<{
|
|
4183
|
-
name: string;
|
|
4184
4183
|
args: any[];
|
|
4184
|
+
name: string;
|
|
4185
4185
|
scheduledTime: number;
|
|
4186
4186
|
state: {
|
|
4187
4187
|
kind: "pending";
|
|
@@ -4197,8 +4197,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
4197
4197
|
};
|
|
4198
4198
|
completedTime?: number;
|
|
4199
4199
|
}, {
|
|
4200
|
-
name: convex_values0.VString<string, "required">;
|
|
4201
4200
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
4201
|
+
name: convex_values0.VString<string, "required">;
|
|
4202
4202
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
4203
4203
|
state: convex_values0.VUnion<{
|
|
4204
4204
|
kind: "pending";
|
|
@@ -4235,7 +4235,7 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
4235
4235
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
4236
4236
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
4237
4237
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
4238
|
-
}, "required", "
|
|
4238
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
4239
4239
|
sha256: typeof effect_Schema0.String;
|
|
4240
4240
|
size: typeof effect_Schema0.Number;
|
|
4241
4241
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|
|
@@ -4269,8 +4269,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
4269
4269
|
kind: effect_Schema0.Literal<["canceled"]>;
|
|
4270
4270
|
}>]>;
|
|
4271
4271
|
}>, convex_values0.VObject<{
|
|
4272
|
-
name: string;
|
|
4273
4272
|
args: any[];
|
|
4273
|
+
name: string;
|
|
4274
4274
|
scheduledTime: number;
|
|
4275
4275
|
state: {
|
|
4276
4276
|
kind: "pending";
|
|
@@ -4286,8 +4286,8 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
4286
4286
|
};
|
|
4287
4287
|
completedTime?: number;
|
|
4288
4288
|
}, {
|
|
4289
|
-
name: convex_values0.VString<string, "required">;
|
|
4290
4289
|
args: convex_values0.VArray<any[], convex_values0.VAny<any, "required", string>, "required">;
|
|
4290
|
+
name: convex_values0.VString<string, "required">;
|
|
4291
4291
|
scheduledTime: convex_values0.VFloat64<number, "required">;
|
|
4292
4292
|
state: convex_values0.VUnion<{
|
|
4293
4293
|
kind: "pending";
|
|
@@ -4324,7 +4324,7 @@ declare const layer: <DatabaseSchema_ extends AnyWithProps>(databaseSchema: Data
|
|
|
4324
4324
|
kind: convex_values0.VLiteral<"canceled", "required">;
|
|
4325
4325
|
}, "required", "kind">], "required", "error" | "kind">;
|
|
4326
4326
|
completedTime: convex_values0.VFloat64<number | undefined, "optional">;
|
|
4327
|
-
}, "required", "
|
|
4327
|
+
}, "required", "args" | "name" | "scheduledTime" | "completedTime" | "state" | "state.error" | "state.kind">, {}, {}, {}>, TableName>> | TableInfo<WithName<Table<"_storage", effect_Schema0.Struct<{
|
|
4328
4328
|
sha256: typeof effect_Schema0.String;
|
|
4329
4329
|
size: typeof effect_Schema0.Number;
|
|
4330
4330
|
contentType: effect_Schema0.optionalWith<typeof effect_Schema0.String, {
|