@convex-dev/agent 0.0.14-alpha.1 → 0.0.14-alpha.3

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.
@@ -347,7 +347,7 @@ export declare const schema: import("convex/server").SchemaDefinition<{
347
347
  providerMetadata?: Record<string, any> | undefined;
348
348
  sources?: {
349
349
  title?: string | undefined;
350
- providerMetadata?: Record<string, any> | undefined;
350
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
351
351
  id: string;
352
352
  sourceType: "url";
353
353
  url: string;
@@ -880,13 +880,13 @@ export declare const schema: import("convex/server").SchemaDefinition<{
880
880
  providerMetadata: import("convex/values").VRecord<Record<string, any> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "optional", string>;
881
881
  sources: import("convex/values").VArray<{
882
882
  title?: string | undefined;
883
- providerMetadata?: Record<string, any> | undefined;
883
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
884
884
  id: string;
885
885
  sourceType: "url";
886
886
  url: string;
887
887
  }[] | undefined, import("convex/values").VObject<{
888
888
  title?: string | undefined;
889
- providerMetadata?: Record<string, any> | undefined;
889
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
890
890
  id: string;
891
891
  sourceType: "url";
892
892
  url: string;
@@ -895,7 +895,7 @@ export declare const schema: import("convex/server").SchemaDefinition<{
895
895
  id: import("convex/values").VString<string, "required">;
896
896
  url: import("convex/values").VString<string, "required">;
897
897
  title: import("convex/values").VString<string | undefined, "optional">;
898
- providerMetadata: import("convex/values").VRecord<Record<string, any> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "optional", string>;
898
+ providerMetadata: import("convex/values").VRecord<Record<string, Record<string, any>> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VRecord<Record<string, any>, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "required", string>, "optional", string>;
899
899
  }, "required", "id" | "title" | "providerMetadata" | "sourceType" | "url" | `providerMetadata.${string}`>, "optional">;
900
900
  reasoning: import("convex/values").VString<string | undefined, "optional">;
901
901
  warnings: import("convex/values").VArray<({
@@ -970,10 +970,10 @@ export declare const schema: import("convex/server").SchemaDefinition<{
970
970
  completionTokens: number;
971
971
  totalTokens: number;
972
972
  } | undefined;
973
- providerMetadata?: Record<string, any> | undefined;
973
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
974
974
  sources?: {
975
975
  title?: string | undefined;
976
- providerMetadata?: Record<string, any> | undefined;
976
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
977
977
  id: string;
978
978
  sourceType: "url";
979
979
  url: string;
@@ -1138,10 +1138,10 @@ export declare const schema: import("convex/server").SchemaDefinition<{
1138
1138
  completionTokens: number;
1139
1139
  totalTokens: number;
1140
1140
  } | undefined;
1141
- providerMetadata?: Record<string, any> | undefined;
1141
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
1142
1142
  sources?: {
1143
1143
  title?: string | undefined;
1144
- providerMetadata?: Record<string, any> | undefined;
1144
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
1145
1145
  id: string;
1146
1146
  sourceType: "url";
1147
1147
  url: string;
@@ -1297,7 +1297,7 @@ export declare const schema: import("convex/server").SchemaDefinition<{
1297
1297
  finishReason: import("convex/values").VUnion<"length" | "error" | "stop" | "content-filter" | "tool-calls" | "other" | "unknown", [import("convex/values").VLiteral<"stop", "required">, import("convex/values").VLiteral<"length", "required">, import("convex/values").VLiteral<"content-filter", "required">, import("convex/values").VLiteral<"tool-calls", "required">, import("convex/values").VLiteral<"error", "required">, import("convex/values").VLiteral<"other", "required">, import("convex/values").VLiteral<"unknown", "required">], "required", never>;
1298
1298
  isContinued: import("convex/values").VBoolean<boolean, "required">;
1299
1299
  logprobs: import("convex/values").VAny<any, "optional", string>;
1300
- providerMetadata: import("convex/values").VRecord<Record<string, any> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "optional", string>;
1300
+ providerMetadata: import("convex/values").VRecord<Record<string, Record<string, any>> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VRecord<Record<string, any>, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "required", string>, "optional", string>;
1301
1301
  providerOptions: import("convex/values").VRecord<Record<string, any> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "optional", string>;
1302
1302
  reasoning: import("convex/values").VString<string | undefined, "optional">;
1303
1303
  reasoningDetails: import("convex/values").VArray<any[] | undefined, import("convex/values").VAny<any, "required", string>, "optional">;
@@ -2072,13 +2072,13 @@ export declare const schema: import("convex/server").SchemaDefinition<{
2072
2072
  }, "optional", "id" | "messages" | "body" | "headers" | `body.${string}` | `headers.${string}` | "timestamp" | "modelId">;
2073
2073
  sources: import("convex/values").VArray<{
2074
2074
  title?: string | undefined;
2075
- providerMetadata?: Record<string, any> | undefined;
2075
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
2076
2076
  id: string;
2077
2077
  sourceType: "url";
2078
2078
  url: string;
2079
2079
  }[] | undefined, import("convex/values").VObject<{
2080
2080
  title?: string | undefined;
2081
- providerMetadata?: Record<string, any> | undefined;
2081
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
2082
2082
  id: string;
2083
2083
  sourceType: "url";
2084
2084
  url: string;
@@ -2087,7 +2087,7 @@ export declare const schema: import("convex/server").SchemaDefinition<{
2087
2087
  id: import("convex/values").VString<string, "required">;
2088
2088
  url: import("convex/values").VString<string, "required">;
2089
2089
  title: import("convex/values").VString<string | undefined, "optional">;
2090
- providerMetadata: import("convex/values").VRecord<Record<string, any> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "optional", string>;
2090
+ providerMetadata: import("convex/values").VRecord<Record<string, Record<string, any>> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VRecord<Record<string, any>, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "required", string>, "optional", string>;
2091
2091
  }, "required", "id" | "title" | "providerMetadata" | "sourceType" | "url" | `providerMetadata.${string}`>, "optional">;
2092
2092
  stepType: import("convex/values").VUnion<"tool-result" | "initial" | "continue", [import("convex/values").VLiteral<"initial", "required">, import("convex/values").VLiteral<"continue", "required">, import("convex/values").VLiteral<"tool-result", "required">], "required", never>;
2093
2093
  text: import("convex/values").VString<string, "required">;
@@ -2404,7 +2404,7 @@ export declare const vv: {
2404
2404
  providerMetadata?: Record<string, any> | undefined;
2405
2405
  sources?: {
2406
2406
  title?: string | undefined;
2407
- providerMetadata?: Record<string, any> | undefined;
2407
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
2408
2408
  id: string;
2409
2409
  sourceType: "url";
2410
2410
  url: string;
@@ -2462,10 +2462,10 @@ export declare const vv: {
2462
2462
  completionTokens: number;
2463
2463
  totalTokens: number;
2464
2464
  } | undefined;
2465
- providerMetadata?: Record<string, any> | undefined;
2465
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
2466
2466
  sources?: {
2467
2467
  title?: string | undefined;
2468
- providerMetadata?: Record<string, any> | undefined;
2468
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
2469
2469
  id: string;
2470
2470
  sourceType: "url";
2471
2471
  url: string;
@@ -3038,7 +3038,7 @@ export declare const vv: {
3038
3038
  providerMetadata?: Record<string, any> | undefined;
3039
3039
  sources?: {
3040
3040
  title?: string | undefined;
3041
- providerMetadata?: Record<string, any> | undefined;
3041
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
3042
3042
  id: string;
3043
3043
  sourceType: "url";
3044
3044
  url: string;
@@ -3096,10 +3096,10 @@ export declare const vv: {
3096
3096
  completionTokens: number;
3097
3097
  totalTokens: number;
3098
3098
  } | undefined;
3099
- providerMetadata?: Record<string, any> | undefined;
3099
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
3100
3100
  sources?: {
3101
3101
  title?: string | undefined;
3102
- providerMetadata?: Record<string, any> | undefined;
3102
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
3103
3103
  id: string;
3104
3104
  sourceType: "url";
3105
3105
  url: string;
@@ -3891,7 +3891,7 @@ export declare const vv: {
3891
3891
  providerMetadata?: Record<string, any> | undefined;
3892
3892
  sources?: {
3893
3893
  title?: string | undefined;
3894
- providerMetadata?: Record<string, any> | undefined;
3894
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
3895
3895
  id: string;
3896
3896
  sourceType: "url";
3897
3897
  url: string;
@@ -4424,13 +4424,13 @@ export declare const vv: {
4424
4424
  providerMetadata: import("convex/values").VRecord<Record<string, any> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "optional", string>;
4425
4425
  sources: import("convex/values").VArray<{
4426
4426
  title?: string | undefined;
4427
- providerMetadata?: Record<string, any> | undefined;
4427
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
4428
4428
  id: string;
4429
4429
  sourceType: "url";
4430
4430
  url: string;
4431
4431
  }[] | undefined, import("convex/values").VObject<{
4432
4432
  title?: string | undefined;
4433
- providerMetadata?: Record<string, any> | undefined;
4433
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
4434
4434
  id: string;
4435
4435
  sourceType: "url";
4436
4436
  url: string;
@@ -4439,7 +4439,7 @@ export declare const vv: {
4439
4439
  id: import("convex/values").VString<string, "required">;
4440
4440
  url: import("convex/values").VString<string, "required">;
4441
4441
  title: import("convex/values").VString<string | undefined, "optional">;
4442
- providerMetadata: import("convex/values").VRecord<Record<string, any> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "optional", string>;
4442
+ providerMetadata: import("convex/values").VRecord<Record<string, Record<string, any>> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VRecord<Record<string, any>, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "required", string>, "optional", string>;
4443
4443
  }, "required", "id" | "title" | "providerMetadata" | "sourceType" | "url" | `providerMetadata.${string}`>, "optional">;
4444
4444
  reasoning: import("convex/values").VString<string | undefined, "optional">;
4445
4445
  warnings: import("convex/values").VArray<({
@@ -4514,10 +4514,10 @@ export declare const vv: {
4514
4514
  completionTokens: number;
4515
4515
  totalTokens: number;
4516
4516
  } | undefined;
4517
- providerMetadata?: Record<string, any> | undefined;
4517
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
4518
4518
  sources?: {
4519
4519
  title?: string | undefined;
4520
- providerMetadata?: Record<string, any> | undefined;
4520
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
4521
4521
  id: string;
4522
4522
  sourceType: "url";
4523
4523
  url: string;
@@ -4682,10 +4682,10 @@ export declare const vv: {
4682
4682
  completionTokens: number;
4683
4683
  totalTokens: number;
4684
4684
  } | undefined;
4685
- providerMetadata?: Record<string, any> | undefined;
4685
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
4686
4686
  sources?: {
4687
4687
  title?: string | undefined;
4688
- providerMetadata?: Record<string, any> | undefined;
4688
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
4689
4689
  id: string;
4690
4690
  sourceType: "url";
4691
4691
  url: string;
@@ -4841,7 +4841,7 @@ export declare const vv: {
4841
4841
  finishReason: import("convex/values").VUnion<"length" | "error" | "stop" | "content-filter" | "tool-calls" | "other" | "unknown", [import("convex/values").VLiteral<"stop", "required">, import("convex/values").VLiteral<"length", "required">, import("convex/values").VLiteral<"content-filter", "required">, import("convex/values").VLiteral<"tool-calls", "required">, import("convex/values").VLiteral<"error", "required">, import("convex/values").VLiteral<"other", "required">, import("convex/values").VLiteral<"unknown", "required">], "required", never>;
4842
4842
  isContinued: import("convex/values").VBoolean<boolean, "required">;
4843
4843
  logprobs: import("convex/values").VAny<any, "optional", string>;
4844
- providerMetadata: import("convex/values").VRecord<Record<string, any> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "optional", string>;
4844
+ providerMetadata: import("convex/values").VRecord<Record<string, Record<string, any>> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VRecord<Record<string, any>, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "required", string>, "optional", string>;
4845
4845
  providerOptions: import("convex/values").VRecord<Record<string, any> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "optional", string>;
4846
4846
  reasoning: import("convex/values").VString<string | undefined, "optional">;
4847
4847
  reasoningDetails: import("convex/values").VArray<any[] | undefined, import("convex/values").VAny<any, "required", string>, "optional">;
@@ -5616,13 +5616,13 @@ export declare const vv: {
5616
5616
  }, "optional", "id" | "messages" | "body" | "headers" | `body.${string}` | `headers.${string}` | "timestamp" | "modelId">;
5617
5617
  sources: import("convex/values").VArray<{
5618
5618
  title?: string | undefined;
5619
- providerMetadata?: Record<string, any> | undefined;
5619
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
5620
5620
  id: string;
5621
5621
  sourceType: "url";
5622
5622
  url: string;
5623
5623
  }[] | undefined, import("convex/values").VObject<{
5624
5624
  title?: string | undefined;
5625
- providerMetadata?: Record<string, any> | undefined;
5625
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
5626
5626
  id: string;
5627
5627
  sourceType: "url";
5628
5628
  url: string;
@@ -5631,7 +5631,7 @@ export declare const vv: {
5631
5631
  id: import("convex/values").VString<string, "required">;
5632
5632
  url: import("convex/values").VString<string, "required">;
5633
5633
  title: import("convex/values").VString<string | undefined, "optional">;
5634
- providerMetadata: import("convex/values").VRecord<Record<string, any> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "optional", string>;
5634
+ providerMetadata: import("convex/values").VRecord<Record<string, Record<string, any>> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VRecord<Record<string, any>, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "required", string>, "optional", string>;
5635
5635
  }, "required", "id" | "title" | "providerMetadata" | "sourceType" | "url" | `providerMetadata.${string}`>, "optional">;
5636
5636
  stepType: import("convex/values").VUnion<"tool-result" | "initial" | "continue", [import("convex/values").VLiteral<"initial", "required">, import("convex/values").VLiteral<"continue", "required">, import("convex/values").VLiteral<"tool-result", "required">], "required", never>;
5637
5637
  text: import("convex/values").VString<string, "required">;
@@ -1,8 +1,9 @@
1
1
  import { Infer, ObjectType, Validator, Value } from "convex/values";
2
2
  declare const providerOptions: import("convex/values").VRecord<Record<string, any> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "optional", string>;
3
3
  export type ProviderOptions = Infer<typeof providerOptions>;
4
- declare const experimental_providerMetadata: import("convex/values").VRecord<Record<string, any> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "optional", string>;
5
- export type ProviderMetadata = Infer<typeof experimental_providerMetadata>;
4
+ declare const providerMetadata: import("convex/values").VRecord<Record<string, Record<string, any>> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VRecord<Record<string, any>, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "required", string>, "optional", string>;
5
+ export { providerMetadata as vProviderMetadata };
6
+ export type ProviderMetadata = Infer<typeof providerMetadata>;
6
7
  export declare const vThreadStatus: import("convex/values").VUnion<"active" | "archived", [import("convex/values").VLiteral<"active", "required">, import("convex/values").VLiteral<"archived", "required">], "required", never>;
7
8
  export declare const vMessageStatus: import("convex/values").VUnion<"pending" | "success" | "failed", [import("convex/values").VLiteral<"pending", "required">, import("convex/values").VLiteral<"success", "required">, import("convex/values").VLiteral<"failed", "required">], "required", never>;
8
9
  export type MessageStatus = Infer<typeof vMessageStatus>;
@@ -1630,7 +1631,7 @@ export declare const vMessage: import("convex/values").VUnion<{
1630
1631
  export type Message = Infer<typeof vMessage>;
1631
1632
  export declare const vSource: import("convex/values").VObject<{
1632
1633
  title?: string | undefined;
1633
- providerMetadata?: Record<string, any> | undefined;
1634
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
1634
1635
  id: string;
1635
1636
  sourceType: "url";
1636
1637
  url: string;
@@ -1639,7 +1640,7 @@ export declare const vSource: import("convex/values").VObject<{
1639
1640
  id: import("convex/values").VString<string, "required">;
1640
1641
  url: import("convex/values").VString<string, "required">;
1641
1642
  title: import("convex/values").VString<string | undefined, "optional">;
1642
- providerMetadata: import("convex/values").VRecord<Record<string, any> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "optional", string>;
1643
+ providerMetadata: import("convex/values").VRecord<Record<string, Record<string, any>> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VRecord<Record<string, any>, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "required", string>, "optional", string>;
1643
1644
  }, "required", "id" | "title" | "providerMetadata" | "sourceType" | "url" | `providerMetadata.${string}`>;
1644
1645
  export declare const vRequest: import("convex/values").VObject<{
1645
1646
  url?: string | undefined;
@@ -2481,10 +2482,10 @@ export declare const vMessageWithMetadata: import("convex/values").VObject<{
2481
2482
  totalTokens: number;
2482
2483
  } | undefined;
2483
2484
  finishReason?: "length" | "error" | "stop" | "content-filter" | "tool-calls" | "other" | "unknown" | undefined;
2484
- providerMetadata?: Record<string, any> | undefined;
2485
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
2485
2486
  sources?: {
2486
2487
  title?: string | undefined;
2487
- providerMetadata?: Record<string, any> | undefined;
2488
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
2488
2489
  id: string;
2489
2490
  sourceType: "url";
2490
2491
  url: string;
@@ -3079,16 +3080,16 @@ export declare const vMessageWithMetadata: import("convex/values").VObject<{
3079
3080
  finishReason: import("convex/values").VUnion<"length" | "error" | "stop" | "content-filter" | "tool-calls" | "other" | "unknown" | undefined, [import("convex/values").VLiteral<"stop", "required">, import("convex/values").VLiteral<"length", "required">, import("convex/values").VLiteral<"content-filter", "required">, import("convex/values").VLiteral<"tool-calls", "required">, import("convex/values").VLiteral<"error", "required">, import("convex/values").VLiteral<"other", "required">, import("convex/values").VLiteral<"unknown", "required">], "optional", never>;
3080
3081
  model: import("convex/values").VString<string | undefined, "optional">;
3081
3082
  provider: import("convex/values").VString<string | undefined, "optional">;
3082
- providerMetadata: import("convex/values").VRecord<Record<string, any> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "optional", string>;
3083
+ providerMetadata: import("convex/values").VRecord<Record<string, Record<string, any>> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VRecord<Record<string, any>, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "required", string>, "optional", string>;
3083
3084
  sources: import("convex/values").VArray<{
3084
3085
  title?: string | undefined;
3085
- providerMetadata?: Record<string, any> | undefined;
3086
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
3086
3087
  id: string;
3087
3088
  sourceType: "url";
3088
3089
  url: string;
3089
3090
  }[] | undefined, import("convex/values").VObject<{
3090
3091
  title?: string | undefined;
3091
- providerMetadata?: Record<string, any> | undefined;
3092
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
3092
3093
  id: string;
3093
3094
  sourceType: "url";
3094
3095
  url: string;
@@ -3097,7 +3098,7 @@ export declare const vMessageWithMetadata: import("convex/values").VObject<{
3097
3098
  id: import("convex/values").VString<string, "required">;
3098
3099
  url: import("convex/values").VString<string, "required">;
3099
3100
  title: import("convex/values").VString<string | undefined, "optional">;
3100
- providerMetadata: import("convex/values").VRecord<Record<string, any> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "optional", string>;
3101
+ providerMetadata: import("convex/values").VRecord<Record<string, Record<string, any>> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VRecord<Record<string, any>, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "required", string>, "optional", string>;
3101
3102
  }, "required", "id" | "title" | "providerMetadata" | "sourceType" | "url" | `providerMetadata.${string}`>, "optional">;
3102
3103
  reasoning: import("convex/values").VString<string | undefined, "optional">;
3103
3104
  usage: import("convex/values").VObject<{
@@ -3175,10 +3176,10 @@ export declare const vStep: import("convex/values").VObject<{
3175
3176
  completionTokens: number;
3176
3177
  totalTokens: number;
3177
3178
  } | undefined;
3178
- providerMetadata?: Record<string, any> | undefined;
3179
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
3179
3180
  sources?: {
3180
3181
  title?: string | undefined;
3181
- providerMetadata?: Record<string, any> | undefined;
3182
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
3182
3183
  id: string;
3183
3184
  sourceType: "url";
3184
3185
  url: string;
@@ -3334,7 +3335,7 @@ export declare const vStep: import("convex/values").VObject<{
3334
3335
  finishReason: import("convex/values").VUnion<"length" | "error" | "stop" | "content-filter" | "tool-calls" | "other" | "unknown", [import("convex/values").VLiteral<"stop", "required">, import("convex/values").VLiteral<"length", "required">, import("convex/values").VLiteral<"content-filter", "required">, import("convex/values").VLiteral<"tool-calls", "required">, import("convex/values").VLiteral<"error", "required">, import("convex/values").VLiteral<"other", "required">, import("convex/values").VLiteral<"unknown", "required">], "required", never>;
3335
3336
  isContinued: import("convex/values").VBoolean<boolean, "required">;
3336
3337
  logprobs: import("convex/values").VAny<any, "optional", string>;
3337
- providerMetadata: import("convex/values").VRecord<Record<string, any> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "optional", string>;
3338
+ providerMetadata: import("convex/values").VRecord<Record<string, Record<string, any>> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VRecord<Record<string, any>, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "required", string>, "optional", string>;
3338
3339
  providerOptions: import("convex/values").VRecord<Record<string, any> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "optional", string>;
3339
3340
  reasoning: import("convex/values").VString<string | undefined, "optional">;
3340
3341
  reasoningDetails: import("convex/values").VArray<any[] | undefined, import("convex/values").VAny<any, "required", string>, "optional">;
@@ -4109,13 +4110,13 @@ export declare const vStep: import("convex/values").VObject<{
4109
4110
  }, "optional", "id" | "messages" | "body" | "headers" | `body.${string}` | `headers.${string}` | "timestamp" | "modelId">;
4110
4111
  sources: import("convex/values").VArray<{
4111
4112
  title?: string | undefined;
4112
- providerMetadata?: Record<string, any> | undefined;
4113
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
4113
4114
  id: string;
4114
4115
  sourceType: "url";
4115
4116
  url: string;
4116
4117
  }[] | undefined, import("convex/values").VObject<{
4117
4118
  title?: string | undefined;
4118
- providerMetadata?: Record<string, any> | undefined;
4119
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
4119
4120
  id: string;
4120
4121
  sourceType: "url";
4121
4122
  url: string;
@@ -4124,7 +4125,7 @@ export declare const vStep: import("convex/values").VObject<{
4124
4125
  id: import("convex/values").VString<string, "required">;
4125
4126
  url: import("convex/values").VString<string, "required">;
4126
4127
  title: import("convex/values").VString<string | undefined, "optional">;
4127
- providerMetadata: import("convex/values").VRecord<Record<string, any> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "optional", string>;
4128
+ providerMetadata: import("convex/values").VRecord<Record<string, Record<string, any>> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VRecord<Record<string, any>, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "required", string>, "optional", string>;
4128
4129
  }, "required", "id" | "title" | "providerMetadata" | "sourceType" | "url" | `providerMetadata.${string}`>, "optional">;
4129
4130
  stepType: import("convex/values").VUnion<"tool-result" | "initial" | "continue", [import("convex/values").VLiteral<"initial", "required">, import("convex/values").VLiteral<"continue", "required">, import("convex/values").VLiteral<"tool-result", "required">], "required", never>;
4130
4131
  text: import("convex/values").VString<string, "required">;
@@ -4293,10 +4294,10 @@ export declare const vStepWithMessages: import("convex/values").VObject<{
4293
4294
  totalTokens: number;
4294
4295
  } | undefined;
4295
4296
  finishReason?: "length" | "error" | "stop" | "content-filter" | "tool-calls" | "other" | "unknown" | undefined;
4296
- providerMetadata?: Record<string, any> | undefined;
4297
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
4297
4298
  sources?: {
4298
4299
  title?: string | undefined;
4299
- providerMetadata?: Record<string, any> | undefined;
4300
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
4300
4301
  id: string;
4301
4302
  sourceType: "url";
4302
4303
  url: string;
@@ -4412,10 +4413,10 @@ export declare const vStepWithMessages: import("convex/values").VObject<{
4412
4413
  completionTokens: number;
4413
4414
  totalTokens: number;
4414
4415
  } | undefined;
4415
- providerMetadata?: Record<string, any> | undefined;
4416
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
4416
4417
  sources?: {
4417
4418
  title?: string | undefined;
4418
- providerMetadata?: Record<string, any> | undefined;
4419
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
4419
4420
  id: string;
4420
4421
  sourceType: "url";
4421
4422
  url: string;
@@ -4576,10 +4577,10 @@ export declare const vStepWithMessages: import("convex/values").VObject<{
4576
4577
  completionTokens: number;
4577
4578
  totalTokens: number;
4578
4579
  } | undefined;
4579
- providerMetadata?: Record<string, any> | undefined;
4580
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
4580
4581
  sources?: {
4581
4582
  title?: string | undefined;
4582
- providerMetadata?: Record<string, any> | undefined;
4583
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
4583
4584
  id: string;
4584
4585
  sourceType: "url";
4585
4586
  url: string;
@@ -4735,7 +4736,7 @@ export declare const vStepWithMessages: import("convex/values").VObject<{
4735
4736
  finishReason: import("convex/values").VUnion<"length" | "error" | "stop" | "content-filter" | "tool-calls" | "other" | "unknown", [import("convex/values").VLiteral<"stop", "required">, import("convex/values").VLiteral<"length", "required">, import("convex/values").VLiteral<"content-filter", "required">, import("convex/values").VLiteral<"tool-calls", "required">, import("convex/values").VLiteral<"error", "required">, import("convex/values").VLiteral<"other", "required">, import("convex/values").VLiteral<"unknown", "required">], "required", never>;
4736
4737
  isContinued: import("convex/values").VBoolean<boolean, "required">;
4737
4738
  logprobs: import("convex/values").VAny<any, "optional", string>;
4738
- providerMetadata: import("convex/values").VRecord<Record<string, any> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "optional", string>;
4739
+ providerMetadata: import("convex/values").VRecord<Record<string, Record<string, any>> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VRecord<Record<string, any>, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "required", string>, "optional", string>;
4739
4740
  providerOptions: import("convex/values").VRecord<Record<string, any> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "optional", string>;
4740
4741
  reasoning: import("convex/values").VString<string | undefined, "optional">;
4741
4742
  reasoningDetails: import("convex/values").VArray<any[] | undefined, import("convex/values").VAny<any, "required", string>, "optional">;
@@ -5510,13 +5511,13 @@ export declare const vStepWithMessages: import("convex/values").VObject<{
5510
5511
  }, "optional", "id" | "messages" | "body" | "headers" | `body.${string}` | `headers.${string}` | "timestamp" | "modelId">;
5511
5512
  sources: import("convex/values").VArray<{
5512
5513
  title?: string | undefined;
5513
- providerMetadata?: Record<string, any> | undefined;
5514
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
5514
5515
  id: string;
5515
5516
  sourceType: "url";
5516
5517
  url: string;
5517
5518
  }[] | undefined, import("convex/values").VObject<{
5518
5519
  title?: string | undefined;
5519
- providerMetadata?: Record<string, any> | undefined;
5520
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
5520
5521
  id: string;
5521
5522
  sourceType: "url";
5522
5523
  url: string;
@@ -5525,7 +5526,7 @@ export declare const vStepWithMessages: import("convex/values").VObject<{
5525
5526
  id: import("convex/values").VString<string, "required">;
5526
5527
  url: import("convex/values").VString<string, "required">;
5527
5528
  title: import("convex/values").VString<string | undefined, "optional">;
5528
- providerMetadata: import("convex/values").VRecord<Record<string, any> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "optional", string>;
5529
+ providerMetadata: import("convex/values").VRecord<Record<string, Record<string, any>> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VRecord<Record<string, any>, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "required", string>, "optional", string>;
5529
5530
  }, "required", "id" | "title" | "providerMetadata" | "sourceType" | "url" | `providerMetadata.${string}`>, "optional">;
5530
5531
  stepType: import("convex/values").VUnion<"tool-result" | "initial" | "continue", [import("convex/values").VLiteral<"initial", "required">, import("convex/values").VLiteral<"continue", "required">, import("convex/values").VLiteral<"tool-result", "required">], "required", never>;
5531
5532
  text: import("convex/values").VString<string, "required">;
@@ -5692,10 +5693,10 @@ export declare const vStepWithMessages: import("convex/values").VObject<{
5692
5693
  totalTokens: number;
5693
5694
  } | undefined;
5694
5695
  finishReason?: "length" | "error" | "stop" | "content-filter" | "tool-calls" | "other" | "unknown" | undefined;
5695
- providerMetadata?: Record<string, any> | undefined;
5696
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
5696
5697
  sources?: {
5697
5698
  title?: string | undefined;
5698
- providerMetadata?: Record<string, any> | undefined;
5699
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
5699
5700
  id: string;
5700
5701
  sourceType: "url";
5701
5702
  url: string;
@@ -5814,10 +5815,10 @@ export declare const vStepWithMessages: import("convex/values").VObject<{
5814
5815
  totalTokens: number;
5815
5816
  } | undefined;
5816
5817
  finishReason?: "length" | "error" | "stop" | "content-filter" | "tool-calls" | "other" | "unknown" | undefined;
5817
- providerMetadata?: Record<string, any> | undefined;
5818
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
5818
5819
  sources?: {
5819
5820
  title?: string | undefined;
5820
- providerMetadata?: Record<string, any> | undefined;
5821
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
5821
5822
  id: string;
5822
5823
  sourceType: "url";
5823
5824
  url: string;
@@ -6412,16 +6413,16 @@ export declare const vStepWithMessages: import("convex/values").VObject<{
6412
6413
  finishReason: import("convex/values").VUnion<"length" | "error" | "stop" | "content-filter" | "tool-calls" | "other" | "unknown" | undefined, [import("convex/values").VLiteral<"stop", "required">, import("convex/values").VLiteral<"length", "required">, import("convex/values").VLiteral<"content-filter", "required">, import("convex/values").VLiteral<"tool-calls", "required">, import("convex/values").VLiteral<"error", "required">, import("convex/values").VLiteral<"other", "required">, import("convex/values").VLiteral<"unknown", "required">], "optional", never>;
6413
6414
  model: import("convex/values").VString<string | undefined, "optional">;
6414
6415
  provider: import("convex/values").VString<string | undefined, "optional">;
6415
- providerMetadata: import("convex/values").VRecord<Record<string, any> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "optional", string>;
6416
+ providerMetadata: import("convex/values").VRecord<Record<string, Record<string, any>> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VRecord<Record<string, any>, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "required", string>, "optional", string>;
6416
6417
  sources: import("convex/values").VArray<{
6417
6418
  title?: string | undefined;
6418
- providerMetadata?: Record<string, any> | undefined;
6419
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
6419
6420
  id: string;
6420
6421
  sourceType: "url";
6421
6422
  url: string;
6422
6423
  }[] | undefined, import("convex/values").VObject<{
6423
6424
  title?: string | undefined;
6424
- providerMetadata?: Record<string, any> | undefined;
6425
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
6425
6426
  id: string;
6426
6427
  sourceType: "url";
6427
6428
  url: string;
@@ -6430,7 +6431,7 @@ export declare const vStepWithMessages: import("convex/values").VObject<{
6430
6431
  id: import("convex/values").VString<string, "required">;
6431
6432
  url: import("convex/values").VString<string, "required">;
6432
6433
  title: import("convex/values").VString<string | undefined, "optional">;
6433
- providerMetadata: import("convex/values").VRecord<Record<string, any> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "optional", string>;
6434
+ providerMetadata: import("convex/values").VRecord<Record<string, Record<string, any>> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VRecord<Record<string, any>, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "required", string>, "optional", string>;
6434
6435
  }, "required", "id" | "title" | "providerMetadata" | "sourceType" | "url" | `providerMetadata.${string}`>, "optional">;
6435
6436
  reasoning: import("convex/values").VString<string | undefined, "optional">;
6436
6437
  usage: import("convex/values").VObject<{
@@ -6504,7 +6505,7 @@ export declare const vObjectResult: import("convex/values").VObject<{
6504
6505
  experimental_providerMetadata?: Record<string, any> | undefined;
6505
6506
  error?: string | undefined;
6506
6507
  usage?: any;
6507
- providerMetadata?: Record<string, any> | undefined;
6508
+ providerMetadata?: Record<string, Record<string, any>> | undefined;
6508
6509
  warnings?: ({
6509
6510
  details?: string | undefined;
6510
6511
  type: "unsupported-setting";
@@ -6606,7 +6607,7 @@ export declare const vObjectResult: import("convex/values").VObject<{
6606
6607
  type: import("convex/values").VLiteral<"other", "required">;
6607
6608
  message: import("convex/values").VString<string, "required">;
6608
6609
  }, "required", "type" | "message">], "required", "type" | "message" | "tool" | "setting" | "details" | `tool.${string}`>, "optional">;
6609
- providerMetadata: import("convex/values").VRecord<Record<string, any> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "optional", string>;
6610
+ providerMetadata: import("convex/values").VRecord<Record<string, Record<string, any>> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VRecord<Record<string, any>, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "required", string>, "optional", string>;
6610
6611
  experimental_providerMetadata: import("convex/values").VRecord<Record<string, any> | undefined, import("convex/values").VString<string, "required">, import("convex/values").VAny<any, "required", string>, "optional", string>;
6611
6612
  }, "required", "object" | "experimental_providerMetadata" | `experimental_providerMetadata.${string}` | "error" | "usage" | "finishReason" | "providerMetadata" | `providerMetadata.${string}` | "warnings" | "request" | "response" | "request.url" | "request.body" | "request.headers" | "request.method" | `request.body.${string}` | `request.headers.${string}` | "response.id" | "response.body" | "response.headers" | `response.body.${string}` | `response.headers.${string}` | "response.timestamp" | "response.modelId" | `object.${string}` | `usage.${string}`>;
6612
6613
  export type ObjectResult = Infer<typeof vObjectResult>;
@@ -8245,5 +8246,4 @@ export declare function paginationResultValidator<T extends Validator<Value, "re
8245
8246
  splitCursor: import("convex/values").VUnion<string | null | undefined, [import("convex/values").VString<string, "required">, import("convex/values").VNull<null, "required">], "optional", never>;
8246
8247
  pageStatus: import("convex/values").VUnion<"SplitRecommended" | "SplitRequired" | null | undefined, [import("convex/values").VLiteral<"SplitRecommended", "required">, import("convex/values").VLiteral<"SplitRequired", "required">, import("convex/values").VNull<null, "required">], "optional", never>;
8247
8248
  }, "required", "page" | "continueCursor" | "isDone" | "splitCursor" | "pageStatus">;
8248
- export {};
8249
8249
  //# sourceMappingURL=validators.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"validators.d.ts","sourceRoot":"","sources":["../../src/validators.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;y/BAG5B,CAAC;AACH,MAAM,MAAM,4BAA4B,GAAG,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAE3E,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6iBAUxB,CAAC;AACH,MAAM,MAAM,YAAY,GAAG,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AACvD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;oJAOzB,CAAC;AACH,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAEzD,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;uHAKvC,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4RAK1B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;gEAG1B,CAAC;AAQH,eAAO,MAAM,mBAAmB;;;;;;;;;;CAU/B,CAAC;AACF,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAclE,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;k/BAiBpB,CAAC;AACH,MAAM,MAAM,QAAQ,GAAG,KAAK,CAAC,OAAO,SAAS,CAAC,CAAC;AAE/C,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;24BAAwB,CAAC;AACrD,MAAM,MAAM,cAAc,GAAG,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAE3D,eAAO,MAAM,uBAAuB;;;;;;;;sEAIlC,CAAC;AACH,MAAM,MAAM,sBAAsB,GAAG,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAE3E,wBAAgB,yBAAyB,CACvC,CAAC,SAAS,SAAS,CAAC,KAAK,EAAE,UAAU,EAAE,MAAM,CAAC,EAC9C,aAAa,EAAE,CAAC;;;;;;;;;;;;oFAcjB"}
1
+ {"version":3,"file":"validators.d.ts","sourceRoot":"","sources":["../../src/validators.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}